2024-09-13T21:23:49.388 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-13T21:23:49.404 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T21:23:49.485 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7904190' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 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\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: ecab7be58963a5bd03910cd73eef66405d7fdd50 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ecab7be58963a5bd03910cd73eef66405d7fdd50 workunit: branch: squid sha1: ecab7be58963a5bd03910cd73eef66405d7fdd50 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 3819 sha1: ecab7be58963a5bd03910cd73eef66405d7fdd50 sleep_before_teardown: 0 subset: 43/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_ecab7be58963a5bd03910cd73eef66405d7fdd50/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: ecab7be58963a5bd03910cd73eef66405d7fdd50 targets: smithi001.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBXlOyawVdMXeMhPzRRxwM/kYylEafAOaO7YSTAIvDZINClwkrhOsdmvEVpryIXCE4rOKad9FXS4vK9/P41Nx6k= smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD1dzQ5G5dDUYhtGUVjgbf1llKexet/afdnJkt+yzrgJqqsLFwy3uwB0ijW8CoOz/Lvsy5bg7o1QjyrWNRRpfik= smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4hTBRTTuS8Xb2CkwYCPfaERtxxHQz+THQrNgkw9ZxsWz51neQSZFWcNn6QpWHAf2+YqRKVf3/BJGDhtKe+CFg= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-13_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-13T21:23:49.486 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_ecab7be58963a5bd03910cd73eef66405d7fdd50/qa; will attempt to use it 2024-09-13T21:23:49.486 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_ecab7be58963a5bd03910cd73eef66405d7fdd50/qa/tasks 2024-09-13T21:23:49.486 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-13T21:23:49.488 INFO:teuthology.task.internal:Checking packages... 2024-09-13T21:23:49.508 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ecab7be58963a5bd03910cd73eef66405d7fdd50' 2024-09-13T21:23:49.508 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T21:23:49.508 INFO:teuthology.packaging:ref: None 2024-09-13T21:23:49.509 INFO:teuthology.packaging:tag: None 2024-09-13T21:23:49.509 INFO:teuthology.packaging:branch: squid 2024-09-13T21:23:49.509 INFO:teuthology.packaging:sha1: ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:23:49.509 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-09-13T21:23:49.736 INFO:teuthology.task.internal:Found packages for ceph version 19.1.1-324-gecab7be5-1jammy 2024-09-13T21:23:49.738 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-13T21:23:49.745 INFO:teuthology.task.internal:no buildpackages task found 2024-09-13T21:23:49.745 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-13T21:23:49.783 INFO:teuthology.task.internal:Saving configuration 2024-09-13T21:23:49.795 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-13T21:23:49.802 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-13T21:23:49.835 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-13 21:18:08.332342', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMG82t0dP5bbygV6ZvawA0h8vQM3+t832BFjeba7dT86'} 2024-09-13T21:23:49.866 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-13 21:18:08.329980', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMA3hsl4pSomZHgoPg5opOvGpwhjLy0NsrtaKV0nY/Dv'} 2024-09-13T21:23:49.897 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-13 21:18:08.331409', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOuSZExmLsZTfhuZSHDCY5MSmtp0AHEqqDFMHtp+cWuI'} 2024-09-13T21:23:49.897 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-13T21:23:49.905 INFO:teuthology.task.internal:roles: ubuntu@smithi001.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-13T21:23:49.905 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-13T21:23:49.905 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-13T21:23:49.905 INFO:teuthology.run_tasks:Running task console_log... 2024-09-13T21:23:50.022 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f96a0d4b640>, signals=[15]) 2024-09-13T21:23:50.022 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-13T21:23:50.029 INFO:teuthology.task.internal:Opening connections... 2024-09-13T21:23:50.029 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi001.front.sepia.ceph.com 2024-09-13T21:23:50.030 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:23:50.119 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2024-09-13T21:23:50.119 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:23:50.207 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2024-09-13T21:23:50.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:23:50.294 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-13T21:23:50.301 DEBUG:teuthology.orchestra.run.smithi001:> uname -m 2024-09-13T21:23:50.307 INFO:teuthology.orchestra.run.smithi001.stdout:x86_64 2024-09-13T21:23:50.307 DEBUG:teuthology.orchestra.run.smithi001:> cat /etc/os-release 2024-09-13T21:23:50.353 INFO:teuthology.orchestra.run.smithi001.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-13T21:23:50.353 INFO:teuthology.orchestra.run.smithi001.stdout:NAME="Ubuntu" 2024-09-13T21:23:50.353 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_ID="22.04" 2024-09-13T21:23:50.353 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-13T21:23:50.353 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_CODENAME=jammy 2024-09-13T21:23:50.353 INFO:teuthology.orchestra.run.smithi001.stdout:ID=ubuntu 2024-09-13T21:23:50.353 INFO:teuthology.orchestra.run.smithi001.stdout:ID_LIKE=debian 2024-09-13T21:23:50.353 INFO:teuthology.orchestra.run.smithi001.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-13T21:23:50.353 INFO:teuthology.orchestra.run.smithi001.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-13T21:23:50.353 INFO:teuthology.orchestra.run.smithi001.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-13T21:23:50.354 INFO:teuthology.orchestra.run.smithi001.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-13T21:23:50.354 INFO:teuthology.orchestra.run.smithi001.stdout:UBUNTU_CODENAME=jammy 2024-09-13T21:23:50.354 INFO:teuthology.lock.ops:Updating smithi001.front.sepia.ceph.com on lock server 2024-09-13T21:23:50.380 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2024-09-13T21:23:50.389 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2024-09-13T21:23:50.389 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2024-09-13T21:23:50.432 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-13T21:23:50.432 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Ubuntu" 2024-09-13T21:23:50.432 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="22.04" 2024-09-13T21:23:50.432 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-13T21:23:50.433 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_CODENAME=jammy 2024-09-13T21:23:50.433 INFO:teuthology.orchestra.run.smithi016.stdout:ID=ubuntu 2024-09-13T21:23:50.433 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE=debian 2024-09-13T21:23:50.433 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-13T21:23:50.433 INFO:teuthology.orchestra.run.smithi016.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-13T21:23:50.433 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-13T21:23:50.433 INFO:teuthology.orchestra.run.smithi016.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-13T21:23:50.433 INFO:teuthology.orchestra.run.smithi016.stdout:UBUNTU_CODENAME=jammy 2024-09-13T21:23:50.433 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2024-09-13T21:23:50.463 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2024-09-13T21:23:50.469 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2024-09-13T21:23:50.469 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2024-09-13T21:23:50.517 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-13T21:23:50.517 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="Ubuntu" 2024-09-13T21:23:50.517 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="22.04" 2024-09-13T21:23:50.517 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-13T21:23:50.517 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_CODENAME=jammy 2024-09-13T21:23:50.517 INFO:teuthology.orchestra.run.smithi143.stdout:ID=ubuntu 2024-09-13T21:23:50.517 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE=debian 2024-09-13T21:23:50.517 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-13T21:23:50.517 INFO:teuthology.orchestra.run.smithi143.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-13T21:23:50.517 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-13T21:23:50.518 INFO:teuthology.orchestra.run.smithi143.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-13T21:23:50.518 INFO:teuthology.orchestra.run.smithi143.stdout:UBUNTU_CODENAME=jammy 2024-09-13T21:23:50.518 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2024-09-13T21:23:50.546 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-13T21:23:50.555 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-13T21:23:50.562 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-13T21:23:50.562 DEBUG:teuthology.orchestra.run.smithi001:> test '!' -e /home/ubuntu/cephtest 2024-09-13T21:23:50.565 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2024-09-13T21:23:50.568 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2024-09-13T21:23:50.572 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-13T21:23:50.578 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-13T21:23:50.578 DEBUG:teuthology.orchestra.run.smithi001:> test -z $(ls -A /var/lib/ceph) 2024-09-13T21:23:50.614 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2024-09-13T21:23:50.616 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2024-09-13T21:23:50.626 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-13T21:23:50.737 INFO:teuthology.run_tasks:Running task kernel... 2024-09-13T21:23:50.753 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-13T21:23:50.753 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-13T21:23:50.753 DEBUG:teuthology.orchestra.run.smithi001:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T21:23:50.754 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T21:23:50.754 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T21:23:50.758 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:23:50.759 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2024-09-13T21:23:50.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:23:50.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:23:50.760 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-09-13T21:23:50.761 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-09-13T21:23:50.808 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-56-generic 2024-09-13T21:23:50.808 INFO:teuthology.task.kernel:Running kernel on smithi016: 5.15.0-56-generic 2024-09-13T21:23:50.808 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-09-13T21:23:50.810 INFO:teuthology.orchestra.run.smithi001.stdout:5.15.0-56-generic 2024-09-13T21:23:50.810 INFO:teuthology.orchestra.run.smithi143.stdout:5.15.0-56-generic 2024-09-13T21:23:50.810 INFO:teuthology.task.kernel:Running kernel on smithi001: 5.15.0-56-generic 2024-09-13T21:23:50.810 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get clean 2024-09-13T21:23:50.811 INFO:teuthology.task.kernel:Running kernel on smithi143: 5.15.0-56-generic 2024-09-13T21:23:50.811 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2024-09-13T21:23:50.924 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2024-09-13T21:23:50.930 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get update 2024-09-13T21:23:50.954 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-09-13T21:23:51.063 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T21:23:51.073 INFO:teuthology.orchestra.run.smithi001.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-13T21:23:51.073 INFO:teuthology.orchestra.run.smithi001.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-13T21:23:51.118 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T21:23:51.127 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-13T21:23:51.141 INFO:teuthology.orchestra.run.smithi001.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-13T21:23:51.194 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-13T21:23:51.204 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T21:23:51.205 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-13T21:23:51.227 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-13T21:23:51.257 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-13T21:23:51.296 INFO:teuthology.orchestra.run.smithi001.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-13T21:23:51.365 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,023 kB] 2024-09-13T21:23:51.369 INFO:teuthology.orchestra.run.smithi001.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-13T21:23:51.373 INFO:teuthology.orchestra.run.smithi001.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,023 kB] 2024-09-13T21:23:51.407 INFO:teuthology.orchestra.run.smithi001.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-13T21:23:51.410 INFO:teuthology.orchestra.run.smithi001.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-13T21:23:51.410 INFO:teuthology.orchestra.run.smithi001.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-13T21:23:51.410 INFO:teuthology.orchestra.run.smithi001.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-13T21:23:51.432 INFO:teuthology.orchestra.run.smithi001.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-13T21:23:51.437 INFO:teuthology.orchestra.run.smithi001.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-13T21:23:51.437 INFO:teuthology.orchestra.run.smithi001.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-13T21:23:51.444 INFO:teuthology.orchestra.run.smithi001.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-13T21:23:51.448 INFO:teuthology.orchestra.run.smithi001.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-13T21:23:51.449 INFO:teuthology.orchestra.run.smithi001.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-13T21:23:51.450 INFO:teuthology.orchestra.run.smithi001.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-13T21:23:51.450 INFO:teuthology.orchestra.run.smithi001.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-13T21:23:51.464 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-13T21:23:51.470 INFO:teuthology.orchestra.run.smithi001.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-13T21:23:51.470 INFO:teuthology.orchestra.run.smithi001.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-13T21:23:51.471 INFO:teuthology.orchestra.run.smithi001.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-13T21:23:51.471 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-13T21:23:51.475 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-13T21:23:51.475 INFO:teuthology.orchestra.run.smithi001.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-13T21:23:51.475 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-13T21:23:51.476 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-13T21:23:51.477 INFO:teuthology.orchestra.run.smithi001.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-13T21:23:51.477 INFO:teuthology.orchestra.run.smithi001.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-13T21:23:51.478 INFO:teuthology.orchestra.run.smithi001.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-13T21:23:51.496 INFO:teuthology.orchestra.run.smithi001.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-13T21:23:51.499 INFO:teuthology.orchestra.run.smithi001.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-13T21:23:51.499 INFO:teuthology.orchestra.run.smithi001.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-13T21:23:51.501 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-13T21:23:51.505 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-13T21:23:51.505 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-13T21:23:51.509 INFO:teuthology.orchestra.run.smithi001.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-13T21:23:51.513 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-13T21:23:51.514 INFO:teuthology.orchestra.run.smithi001.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-13T21:23:51.516 INFO:teuthology.orchestra.run.smithi001.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-13T21:23:51.516 INFO:teuthology.orchestra.run.smithi001.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-13T21:23:51.516 INFO:teuthology.orchestra.run.smithi001.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-13T21:23:51.516 INFO:teuthology.orchestra.run.smithi001.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-13T21:23:51.522 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-13T21:23:51.524 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-13T21:23:51.524 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-13T21:23:51.528 INFO:teuthology.orchestra.run.smithi001.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-13T21:23:51.528 INFO:teuthology.orchestra.run.smithi001.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-13T21:23:51.529 INFO:teuthology.orchestra.run.smithi001.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-13T21:23:51.529 INFO:teuthology.orchestra.run.smithi001.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-13T21:23:51.545 INFO:teuthology.orchestra.run.smithi001.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-13T21:23:51.545 INFO:teuthology.orchestra.run.smithi001.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-13T21:23:51.545 INFO:teuthology.orchestra.run.smithi001.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-13T21:23:51.546 INFO:teuthology.orchestra.run.smithi001.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-13T21:23:51.546 INFO:teuthology.orchestra.run.smithi001.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-13T21:23:51.547 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-13T21:23:51.547 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-13T21:23:51.547 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-13T21:23:51.547 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-13T21:23:51.547 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-13T21:23:51.548 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-13T21:23:51.548 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-13T21:23:51.548 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-13T21:23:51.564 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-13T21:23:51.581 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-13T21:23:51.581 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-13T21:23:51.613 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-13T21:23:51.631 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-13T21:23:51.676 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-13T21:23:51.751 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,023 kB] 2024-09-13T21:23:51.926 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-13T21:23:51.958 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-13T21:23:52.069 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-13T21:23:52.099 INFO:teuthology.orchestra.run.smithi143.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-13T21:23:52.105 INFO:teuthology.orchestra.run.smithi143.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-13T21:23:52.112 INFO:teuthology.orchestra.run.smithi143.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-13T21:23:52.112 INFO:teuthology.orchestra.run.smithi143.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-13T21:23:52.115 INFO:teuthology.orchestra.run.smithi143.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-13T21:23:52.119 INFO:teuthology.orchestra.run.smithi143.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-13T21:23:52.120 INFO:teuthology.orchestra.run.smithi143.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-13T21:23:52.122 INFO:teuthology.orchestra.run.smithi143.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-13T21:23:52.131 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-13T21:23:52.143 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-13T21:23:52.144 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-13T21:23:52.191 INFO:teuthology.orchestra.run.smithi143.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-13T21:23:52.232 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-13T21:23:52.233 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-13T21:23:52.234 INFO:teuthology.orchestra.run.smithi143.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-13T21:23:52.234 INFO:teuthology.orchestra.run.smithi143.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-13T21:23:52.234 INFO:teuthology.orchestra.run.smithi143.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-13T21:23:52.241 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-13T21:23:52.241 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-13T21:23:52.242 INFO:teuthology.orchestra.run.smithi143.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-13T21:23:52.243 INFO:teuthology.orchestra.run.smithi143.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-13T21:23:52.256 INFO:teuthology.orchestra.run.smithi143.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-13T21:23:52.259 INFO:teuthology.orchestra.run.smithi143.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-13T21:23:52.267 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-13T21:23:52.273 INFO:teuthology.orchestra.run.smithi143.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-13T21:23:52.273 INFO:teuthology.orchestra.run.smithi143.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-13T21:23:52.276 INFO:teuthology.orchestra.run.smithi143.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-13T21:23:52.277 INFO:teuthology.orchestra.run.smithi143.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-13T21:23:52.277 INFO:teuthology.orchestra.run.smithi143.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-13T21:23:52.278 INFO:teuthology.orchestra.run.smithi143.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-13T21:23:52.278 INFO:teuthology.orchestra.run.smithi143.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-13T21:23:52.279 INFO:teuthology.orchestra.run.smithi143.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-13T21:23:52.279 INFO:teuthology.orchestra.run.smithi143.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-13T21:23:52.279 INFO:teuthology.orchestra.run.smithi143.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-13T21:23:52.290 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-13T21:23:52.294 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-13T21:23:52.295 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-13T21:23:52.296 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-13T21:23:52.315 INFO:teuthology.orchestra.run.smithi143.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-13T21:23:52.345 INFO:teuthology.orchestra.run.smithi143.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-13T21:23:52.361 INFO:teuthology.orchestra.run.smithi143.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-13T21:23:52.362 INFO:teuthology.orchestra.run.smithi143.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-13T21:23:52.363 INFO:teuthology.orchestra.run.smithi143.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-13T21:23:52.363 INFO:teuthology.orchestra.run.smithi143.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-13T21:23:52.363 INFO:teuthology.orchestra.run.smithi143.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-13T21:23:52.376 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-13T21:23:52.376 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-13T21:23:52.396 INFO:teuthology.orchestra.run.smithi143.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-13T21:23:52.397 INFO:teuthology.orchestra.run.smithi143.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-13T21:23:52.397 INFO:teuthology.orchestra.run.smithi143.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-13T21:23:58.069 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 16.0 MB in 2s (7,283 kB/s) 2024-09-13T21:23:58.265 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 16.0 MB in 2s (7,138 kB/s) 2024-09-13T21:23:58.361 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 16.0 MB in 3s (5,818 kB/s) 2024-09-13T21:23:59.583 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-09-13T21:23:59.602 DEBUG:teuthology.orchestra.run.smithi001:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T21:23:59.659 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-09-13T21:23:59.736 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-13T21:23:59.754 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T21:23:59.818 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-13T21:23:59.835 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-09-13T21:23:59.853 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T21:23:59.873 INFO:teuthology.orchestra.run.smithi001.stdout:Building dependency tree... 2024-09-13T21:23:59.873 INFO:teuthology.orchestra.run.smithi001.stdout:Reading state information... 2024-09-13T21:23:59.906 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-09-13T21:24:00.031 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-09-13T21:24:00.031 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-09-13T21:24:00.049 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T21:24:00.049 INFO:teuthology.orchestra.run.smithi001.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T21:24:00.049 INFO:teuthology.orchestra.run.smithi001.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T21:24:00.049 INFO:teuthology.orchestra.run.smithi001.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T21:24:00.050 INFO:teuthology.orchestra.run.smithi001.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-13T21:24:00.050 INFO:teuthology.orchestra.run.smithi001.stdout: python2.7-minimal 2024-09-13T21:24:00.050 INFO:teuthology.orchestra.run.smithi001.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T21:24:00.051 INFO:teuthology.orchestra.run.smithi001.stdout:The following additional packages will be installed: 2024-09-13T21:24:00.051 INFO:teuthology.orchestra.run.smithi001.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T21:24:00.051 INFO:teuthology.orchestra.run.smithi001.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-13T21:24:00.051 INFO:teuthology.orchestra.run.smithi001.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-13T21:24:00.053 INFO:teuthology.orchestra.run.smithi001.stdout:Suggested packages: 2024-09-13T21:24:00.053 INFO:teuthology.orchestra.run.smithi001.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-13T21:24:00.053 INFO:teuthology.orchestra.run.smithi001.stdout:Recommended packages: 2024-09-13T21:24:00.053 INFO:teuthology.orchestra.run.smithi001.stdout: thermald 2024-09-13T21:24:00.092 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2024-09-13T21:24:00.093 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2024-09-13T21:24:00.104 INFO:teuthology.orchestra.run.smithi001.stdout:The following NEW packages will be installed: 2024-09-13T21:24:00.104 INFO:teuthology.orchestra.run.smithi001.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T21:24:00.104 INFO:teuthology.orchestra.run.smithi001.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-13T21:24:00.104 INFO:teuthology.orchestra.run.smithi001.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-13T21:24:00.105 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages will be upgraded: 2024-09-13T21:24:00.106 INFO:teuthology.orchestra.run.smithi001.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-13T21:24:00.158 INFO:teuthology.orchestra.run.smithi001.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T21:24:00.158 INFO:teuthology.orchestra.run.smithi001.stdout:Need to get 113 MB of archives. 2024-09-13T21:24:00.158 INFO:teuthology.orchestra.run.smithi001.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-13T21:24:00.158 INFO:teuthology.orchestra.run.smithi001.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-13T21:24:00.226 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T21:24:00.226 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T21:24:00.227 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T21:24:00.227 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T21:24:00.227 INFO:teuthology.orchestra.run.smithi016.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-13T21:24:00.227 INFO:teuthology.orchestra.run.smithi016.stdout: python2.7-minimal 2024-09-13T21:24:00.227 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T21:24:00.229 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-09-13T21:24:00.229 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T21:24:00.229 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-13T21:24:00.229 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-13T21:24:00.231 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-09-13T21:24:00.231 INFO:teuthology.orchestra.run.smithi016.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-13T21:24:00.231 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-09-13T21:24:00.231 INFO:teuthology.orchestra.run.smithi016.stdout: thermald 2024-09-13T21:24:00.262 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T21:24:00.262 INFO:teuthology.orchestra.run.smithi143.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T21:24:00.262 INFO:teuthology.orchestra.run.smithi143.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T21:24:00.262 INFO:teuthology.orchestra.run.smithi143.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T21:24:00.262 INFO:teuthology.orchestra.run.smithi143.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-13T21:24:00.263 INFO:teuthology.orchestra.run.smithi143.stdout: python2.7-minimal 2024-09-13T21:24:00.263 INFO:teuthology.orchestra.run.smithi143.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T21:24:00.264 INFO:teuthology.orchestra.run.smithi143.stdout:The following additional packages will be installed: 2024-09-13T21:24:00.264 INFO:teuthology.orchestra.run.smithi143.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T21:24:00.264 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-13T21:24:00.264 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-13T21:24:00.266 INFO:teuthology.orchestra.run.smithi143.stdout:Suggested packages: 2024-09-13T21:24:00.266 INFO:teuthology.orchestra.run.smithi143.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-13T21:24:00.266 INFO:teuthology.orchestra.run.smithi143.stdout:Recommended packages: 2024-09-13T21:24:00.266 INFO:teuthology.orchestra.run.smithi143.stdout: thermald 2024-09-13T21:24:00.280 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-09-13T21:24:00.280 INFO:teuthology.orchestra.run.smithi016.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T21:24:00.281 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-13T21:24:00.281 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-13T21:24:00.283 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages will be upgraded: 2024-09-13T21:24:00.283 INFO:teuthology.orchestra.run.smithi016.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-13T21:24:00.319 INFO:teuthology.orchestra.run.smithi143.stdout:The following NEW packages will be installed: 2024-09-13T21:24:00.319 INFO:teuthology.orchestra.run.smithi143.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T21:24:00.319 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-13T21:24:00.320 INFO:teuthology.orchestra.run.smithi143.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-13T21:24:00.321 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages will be upgraded: 2024-09-13T21:24:00.321 INFO:teuthology.orchestra.run.smithi143.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-13T21:24:00.374 INFO:teuthology.orchestra.run.smithi143.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T21:24:00.374 INFO:teuthology.orchestra.run.smithi143.stdout:Need to get 113 MB of archives. 2024-09-13T21:24:00.374 INFO:teuthology.orchestra.run.smithi143.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-13T21:24:00.374 INFO:teuthology.orchestra.run.smithi143.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-13T21:24:00.464 INFO:teuthology.orchestra.run.smithi016.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T21:24:00.464 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 113 MB of archives. 2024-09-13T21:24:00.464 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-13T21:24:00.464 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-13T21:24:00.604 INFO:teuthology.orchestra.run.smithi001.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-13T21:24:00.715 INFO:teuthology.orchestra.run.smithi001.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-13T21:24:00.794 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-13T21:24:00.883 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-13T21:24:01.574 INFO:teuthology.orchestra.run.smithi001.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-13T21:24:01.575 INFO:teuthology.orchestra.run.smithi001.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-13T21:24:01.575 INFO:teuthology.orchestra.run.smithi001.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-13T21:24:01.682 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-13T21:24:01.682 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-13T21:24:01.682 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-13T21:24:01.713 INFO:teuthology.orchestra.run.smithi001.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-13T21:24:01.736 INFO:teuthology.orchestra.run.smithi001.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-13T21:24:01.802 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-13T21:24:01.822 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-13T21:24:01.905 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-13T21:24:02.158 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 113 MB in 2s (69.8 MB/s) 2024-09-13T21:24:02.204 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 113 MB in 1s (75.8 MB/s) 2024-09-13T21:24:02.263 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-13T21:24:02.337 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-13T21:24:02.371 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-13T21:24:04.290 INFO:teuthology.orchestra.run.smithi001.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-13T21:24:04.294 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:04.392 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:04.407 INFO:teuthology.orchestra.run.smithi143.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-13T21:24:04.411 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:04.491 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-13T21:24:04.492 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-13T21:24:04.492 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-13T21:24:04.492 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:04.872 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-13T21:24:04.953 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-13T21:24:05.384 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 113 MB in 5s (24.3 MB/s) 2024-09-13T21:24:05.545 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-13T21:24:06.452 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-13T21:24:06.473 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:06.571 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:07.022 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-13T21:24:07.043 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:07.079 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:07.117 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-13T21:24:07.138 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:07.236 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:07.591 INFO:teuthology.orchestra.run.smithi016.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-13T21:24:07.596 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:07.703 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-13T21:24:07.724 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:07.726 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:07.761 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:10.477 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-13T21:24:10.498 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:10.588 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:11.081 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-13T21:24:11.102 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:11.139 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:14.056 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T21:24:14.181 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T21:24:14.359 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T21:24:14.483 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T21:24:14.523 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T21:24:14.634 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T21:24:14.774 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T21:24:14.870 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T21:24:14.924 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-13T21:24:14.943 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-13T21:24:14.987 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T21:24:15.181 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-13T21:24:15.204 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-13T21:24:15.248 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T21:24:18.015 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T21:24:18.166 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T21:24:18.474 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T21:24:18.603 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T21:24:18.906 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-13T21:24:18.929 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-13T21:24:18.973 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T21:24:20.886 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-13T21:24:20.923 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:20.952 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:21.141 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-13T21:24:21.160 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:21.199 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:23.649 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T21:24:23.771 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T21:24:23.822 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T21:24:23.946 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T21:24:24.105 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T21:24:24.226 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:24.280 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T21:24:24.352 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-13T21:24:24.385 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:24.479 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:24.511 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-13T21:24:24.639 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:24.917 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-13T21:24:24.955 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T21:24:24.992 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:25.912 INFO:teuthology.orchestra.run.smithi001.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-13T21:24:25.913 INFO:teuthology.orchestra.run.smithi001.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-13T21:24:25.913 INFO:teuthology.orchestra.run.smithi001.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-13T21:24:25.913 INFO:teuthology.orchestra.run.smithi001.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:25.960 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-13T21:24:25.960 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-13T21:24:25.960 INFO:teuthology.orchestra.run.smithi143.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-13T21:24:25.960 INFO:teuthology.orchestra.run.smithi143.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:26.074 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:26.143 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:27.825 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:27.927 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:28.982 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T21:24:29.103 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T21:24:29.260 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-13T21:24:29.296 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-13T21:24:29.386 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-13T21:24:29.413 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-13T21:24:29.495 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T21:24:29.512 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:29.531 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:29.578 INFO:teuthology.orchestra.run.smithi001.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-13T21:24:29.578 INFO:teuthology.orchestra.run.smithi001.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:29.596 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-13T21:24:29.596 INFO:teuthology.orchestra.run.smithi143.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:29.633 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:29.759 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-13T21:24:29.904 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:31.258 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-13T21:24:31.258 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-13T21:24:31.258 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-13T21:24:31.259 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:31.449 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:33.759 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:35.243 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-13T21:24:35.369 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-13T21:24:35.487 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T21:24:35.586 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-13T21:24:35.586 INFO:teuthology.orchestra.run.smithi016.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:43.995 INFO:teuthology.orchestra.run.smithi143.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-13T21:24:43.995 INFO:teuthology.orchestra.run.smithi143.stdout:Sourcing file `/etc/default/grub' 2024-09-13T21:24:44.012 INFO:teuthology.orchestra.run.smithi143.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T21:24:44.031 INFO:teuthology.orchestra.run.smithi143.stdout:Generating grub configuration file ... 2024-09-13T21:24:44.083 INFO:teuthology.orchestra.run.smithi001.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-13T21:24:44.084 INFO:teuthology.orchestra.run.smithi001.stdout:Sourcing file `/etc/default/grub' 2024-09-13T21:24:44.094 INFO:teuthology.orchestra.run.smithi001.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T21:24:44.113 INFO:teuthology.orchestra.run.smithi001.stdout:Generating grub configuration file ... 2024-09-13T21:24:44.315 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T21:24:44.333 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:44.373 INFO:teuthology.orchestra.run.smithi001.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T21:24:44.385 INFO:teuthology.orchestra.run.smithi001.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:44.627 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T21:24:44.632 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T21:24:44.672 INFO:teuthology.orchestra.run.smithi001.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T21:24:44.678 INFO:teuthology.orchestra.run.smithi001.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T21:24:44.702 INFO:teuthology.orchestra.run.smithi143.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T21:24:44.707 INFO:teuthology.orchestra.run.smithi143.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T21:24:44.755 INFO:teuthology.orchestra.run.smithi001.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T21:24:44.760 INFO:teuthology.orchestra.run.smithi001.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T21:24:44.852 INFO:teuthology.orchestra.run.smithi143.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T21:24:44.852 INFO:teuthology.orchestra.run.smithi143.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T21:24:44.852 INFO:teuthology.orchestra.run.smithi143.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T21:24:44.896 INFO:teuthology.orchestra.run.smithi143.stdout:done 2024-09-13T21:24:44.911 INFO:teuthology.orchestra.run.smithi001.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T21:24:44.911 INFO:teuthology.orchestra.run.smithi001.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T21:24:44.911 INFO:teuthology.orchestra.run.smithi001.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T21:24:44.952 INFO:teuthology.orchestra.run.smithi001.stdout:done 2024-09-13T21:24:45.393 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic 2024-09-13T21:24:45.418 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic 2024-09-13T21:24:45.419 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2024-09-13T21:24:45.419 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2024-09-13T21:24:45.419 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2024-09-13T21:24:45.419 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 21 2024-09-13T21:24:45.419 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T21:24:45.419 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2024-09-13T21:24:45.419 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta 2024-09-13T21:24:45.419 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 5.15.0.121.121 2024-09-13T21:24:45.420 INFO:teuthology.orchestra.run.smithi143.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T21:24:45.420 INFO:teuthology.orchestra.run.smithi143.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T21:24:45.420 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2024-09-13T21:24:45.420 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2024-09-13T21:24:45.420 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2024-09-13T21:24:45.420 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2024-09-13T21:24:45.420 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-13T21:24:45.421 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T21:24:45.421 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T21:24:45.421 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-13T21:24:45.421 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T21:24:45.421 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get clean 2024-09-13T21:24:45.426 DEBUG:teuthology.orchestra.run.smithi001:> dpkg -s linux-image-generic 2024-09-13T21:24:45.453 INFO:teuthology.orchestra.run.smithi001.stdout:Package: linux-image-generic 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Status: install ok installed 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Priority: optional 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Section: kernel 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Installed-Size: 21 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Architecture: amd64 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Source: linux-meta 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Version: 5.15.0.121.121 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Recommends: thermald 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout:Description: Generic Linux kernel image 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout: This package will always depend on the latest generic kernel image 2024-09-13T21:24:45.454 INFO:teuthology.orchestra.run.smithi001.stdout: available. 2024-09-13T21:24:45.455 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-13T21:24:45.455 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T21:24:45.455 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T21:24:45.455 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-13T21:24:45.455 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi001.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T21:24:45.455 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get clean 2024-09-13T21:24:45.605 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2024-09-13T21:24:45.644 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get update 2024-09-13T21:24:45.734 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T21:24:45.744 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T21:24:45.744 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T21:24:45.761 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T21:24:45.888 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T21:24:45.888 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T21:24:45.961 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T21:24:46.043 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T21:24:47.115 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-09-13T21:24:47.134 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T21:24:47.187 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-09-13T21:24:47.381 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2024-09-13T21:24:47.382 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2024-09-13T21:24:47.392 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-09-13T21:24:47.412 DEBUG:teuthology.orchestra.run.smithi001:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T21:24:47.474 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-09-13T21:24:47.560 INFO:teuthology.orchestra.run.smithi143.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-13T21:24:47.560 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T21:24:47.560 INFO:teuthology.orchestra.run.smithi143.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T21:24:47.560 INFO:teuthology.orchestra.run.smithi143.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T21:24:47.561 INFO:teuthology.orchestra.run.smithi143.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T21:24:47.561 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T21:24:47.561 INFO:teuthology.orchestra.run.smithi143.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T21:24:47.561 INFO:teuthology.orchestra.run.smithi143.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T21:24:47.601 INFO:teuthology.orchestra.run.smithi143.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T21:24:47.603 DEBUG:teuthology.orchestra.run.smithi143:> dpkg -s linux-image-generic 2024-09-13T21:24:47.661 INFO:teuthology.orchestra.run.smithi143.stdout:Package: linux-image-generic 2024-09-13T21:24:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Status: install ok installed 2024-09-13T21:24:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Priority: optional 2024-09-13T21:24:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Section: kernel 2024-09-13T21:24:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Installed-Size: 21 2024-09-13T21:24:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T21:24:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: amd64 2024-09-13T21:24:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Source: linux-meta 2024-09-13T21:24:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Version: 5.15.0.121.121 2024-09-13T21:24:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T21:24:47.662 INFO:teuthology.orchestra.run.smithi143.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T21:24:47.663 INFO:teuthology.orchestra.run.smithi143.stdout:Recommends: thermald 2024-09-13T21:24:47.663 INFO:teuthology.orchestra.run.smithi143.stdout:Description: Generic Linux kernel image 2024-09-13T21:24:47.663 INFO:teuthology.orchestra.run.smithi143.stdout: This package will always depend on the latest generic kernel image 2024-09-13T21:24:47.663 INFO:teuthology.orchestra.run.smithi143.stdout: available. 2024-09-13T21:24:47.664 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2024-09-13T21:24:47.687 INFO:teuthology.orchestra.run.smithi001.stdout:Building dependency tree... 2024-09-13T21:24:47.688 INFO:teuthology.orchestra.run.smithi001.stdout:Reading state information... 2024-09-13T21:24:47.711 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.zqNnYQVavk 2024-09-13T21:24:47.711 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub/grub.cfg /tmp/tmp.zqNnYQVavk 2024-09-13T21:24:47.767 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.zqNnYQVavk 2024-09-13T21:24:47.882 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.zqNnYQVavk is 10KB 2024-09-13T21:24:47.886 INFO:teuthology.orchestra.run.smithi001.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-13T21:24:47.886 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T21:24:47.886 INFO:teuthology.orchestra.run.smithi001.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T21:24:47.886 INFO:teuthology.orchestra.run.smithi001.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T21:24:47.886 INFO:teuthology.orchestra.run.smithi001.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T21:24:47.887 INFO:teuthology.orchestra.run.smithi001.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T21:24:47.887 INFO:teuthology.orchestra.run.smithi001.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T21:24:47.887 INFO:teuthology.orchestra.run.smithi001.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T21:24:47.895 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.zqNnYQVavk 2024-09-13T21:24:47.901 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-13T21:24:47.930 INFO:teuthology.orchestra.run.smithi001.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T21:24:47.932 DEBUG:teuthology.orchestra.run.smithi001:> dpkg -s linux-image-generic 2024-09-13T21:24:47.948 INFO:teuthology.orchestra.run.smithi001.stdout:Package: linux-image-generic 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Status: install ok installed 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Priority: optional 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Section: kernel 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Installed-Size: 21 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Architecture: amd64 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Source: linux-meta 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Version: 5.15.0.121.121 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Recommends: thermald 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout:Description: Generic Linux kernel image 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout: This package will always depend on the latest generic kernel image 2024-09-13T21:24:47.949 INFO:teuthology.orchestra.run.smithi001.stdout: available. 2024-09-13T21:24:47.950 DEBUG:teuthology.orchestra.run.smithi001:> mktemp 2024-09-13T21:24:47.954 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:24:47.954 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-13T21:24:47.954 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-13T21:24:47.996 INFO:teuthology.orchestra.run.smithi001.stdout:/tmp/tmp.C6n3kPYV0E 2024-09-13T21:24:47.997 DEBUG:teuthology.orchestra.run.smithi001:> sudo cp /boot/grub/grub.cfg /tmp/tmp.C6n3kPYV0E 2024-09-13T21:24:48.019 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-13T21:24:48.019 DEBUG:teuthology.orchestra.run.smithi143:> sudo update-grub 2024-09-13T21:24:48.053 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0666 /tmp/tmp.C6n3kPYV0E 2024-09-13T21:24:48.169 DEBUG:teuthology.orchestra.remote:smithi001:/tmp/tmp.C6n3kPYV0E is 10KB 2024-09-13T21:24:48.183 DEBUG:teuthology.orchestra.run.smithi001:> rm -fr /tmp/tmp.C6n3kPYV0E 2024-09-13T21:24:48.189 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-13T21:24:48.249 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:24:48.249 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-13T21:24:48.249 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-13T21:24:48.315 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-13T21:24:48.316 DEBUG:teuthology.orchestra.run.smithi001:> sudo update-grub 2024-09-13T21:24:49.220 INFO:teuthology.orchestra.run.smithi143.stderr:Sourcing file `/etc/default/grub' 2024-09-13T21:24:49.221 INFO:teuthology.orchestra.run.smithi143.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T21:24:49.223 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2024-09-13T21:24:49.404 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T21:24:49.409 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:49.523 INFO:teuthology.orchestra.run.smithi001.stderr:Sourcing file `/etc/default/grub' 2024-09-13T21:24:49.524 INFO:teuthology.orchestra.run.smithi001.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T21:24:49.526 INFO:teuthology.orchestra.run.smithi001.stderr:Generating grub configuration file ... 2024-09-13T21:24:49.637 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T21:24:49.643 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T21:24:49.687 INFO:teuthology.orchestra.run.smithi143.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T21:24:49.693 INFO:teuthology.orchestra.run.smithi143.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T21:24:49.701 INFO:teuthology.orchestra.run.smithi001.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T21:24:49.708 INFO:teuthology.orchestra.run.smithi001.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:49.835 INFO:teuthology.orchestra.run.smithi143.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T21:24:49.835 INFO:teuthology.orchestra.run.smithi143.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T21:24:49.835 INFO:teuthology.orchestra.run.smithi143.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T21:24:49.860 INFO:teuthology.orchestra.run.smithi143.stderr:done 2024-09-13T21:24:49.875 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2024-09-13T21:24:49.943 INFO:teuthology.orchestra.run.smithi001.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T21:24:49.949 INFO:teuthology.orchestra.run.smithi001.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T21:24:49.995 INFO:teuthology.orchestra.run.smithi001.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T21:24:50.001 INFO:teuthology.orchestra.run.smithi001.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T21:24:50.135 INFO:teuthology.orchestra.run.smithi001.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T21:24:50.135 INFO:teuthology.orchestra.run.smithi001.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T21:24:50.135 INFO:teuthology.orchestra.run.smithi001.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T21:24:50.148 INFO:teuthology.orchestra.run.smithi001.stderr:done 2024-09-13T21:24:50.166 DEBUG:teuthology.orchestra.run.smithi001:> sudo shutdown -r now 2024-09-13T21:24:50.318 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-13T21:24:50.318 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub' 2024-09-13T21:24:50.341 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T21:24:50.360 INFO:teuthology.orchestra.run.smithi016.stdout:Generating grub configuration file ... 2024-09-13T21:24:50.646 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T21:24:50.666 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:50.941 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T21:24:50.947 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T21:24:51.025 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T21:24:51.030 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T21:24:51.176 INFO:teuthology.orchestra.run.smithi016.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T21:24:51.176 INFO:teuthology.orchestra.run.smithi016.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T21:24:51.176 INFO:teuthology.orchestra.run.smithi016.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T21:24:51.218 INFO:teuthology.orchestra.run.smithi016.stdout:done 2024-09-13T21:24:51.723 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-09-13T21:24:51.745 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-09-13T21:24:51.745 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.121.121 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-09-13T21:24:51.746 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-09-13T21:24:51.747 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-09-13T21:24:51.747 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-13T21:24:51.747 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T21:24:51.747 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T21:24:51.747 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-13T21:24:51.747 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T21:24:51.747 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-09-13T21:24:52.074 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-09-13T21:24:52.339 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T21:24:52.339 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T21:24:52.410 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T21:24:52.491 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T21:24:53.801 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-13T21:24:53.819 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T21:24:53.885 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-13T21:24:54.104 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-09-13T21:24:54.104 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-09-13T21:24:54.298 INFO:teuthology.orchestra.run.smithi016.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-13T21:24:54.299 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T21:24:54.299 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T21:24:54.299 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T21:24:54.299 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T21:24:54.300 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T21:24:54.300 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T21:24:54.300 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T21:24:54.342 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T21:24:54.344 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic 2024-09-13T21:24:54.361 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic 2024-09-13T21:24:54.361 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-09-13T21:24:54.361 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-09-13T21:24:54.361 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-09-13T21:24:54.361 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-09-13T21:24:54.361 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T21:24:54.361 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-09-13T21:24:54.362 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta 2024-09-13T21:24:54.362 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.121.121 2024-09-13T21:24:54.362 INFO:teuthology.orchestra.run.smithi016.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T21:24:54.362 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T21:24:54.362 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-09-13T21:24:54.362 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-09-13T21:24:54.362 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-09-13T21:24:54.363 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-09-13T21:24:54.363 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2024-09-13T21:24:54.407 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.pFmpzFF6V0 2024-09-13T21:24:54.408 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub/grub.cfg /tmp/tmp.pFmpzFF6V0 2024-09-13T21:24:54.464 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.pFmpzFF6V0 2024-09-13T21:24:54.581 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.pFmpzFF6V0 is 10KB 2024-09-13T21:24:54.594 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.pFmpzFF6V0 2024-09-13T21:24:54.600 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-13T21:24:54.655 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:24:54.656 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-13T21:24:54.656 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-13T21:24:54.740 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-13T21:24:54.741 DEBUG:teuthology.orchestra.run.smithi016:> sudo update-grub 2024-09-13T21:24:56.215 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub' 2024-09-13T21:24:56.216 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T21:24:56.226 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2024-09-13T21:24:56.441 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T21:24:56.447 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T21:24:56.703 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T21:24:56.708 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T21:24:56.755 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T21:24:56.760 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T21:24:56.917 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T21:24:56.917 INFO:teuthology.orchestra.run.smithi016.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T21:24:56.918 INFO:teuthology.orchestra.run.smithi016.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T21:24:56.928 INFO:teuthology.orchestra.run.smithi016.stderr:done 2024-09-13T21:24:56.930 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2024-09-13T21:25:19.899 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-13T21:25:19.900 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-09-13T21:25:19.902 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:25:20.169 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-13T21:25:20.169 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-13T21:25:20.170 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:25:26.937 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-13T21:25:26.937 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-13T21:25:26.937 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:25:54.625 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-09-13T21:26:03.633 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-09-13T21:26:03.634 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:26:20.197 DEBUG:teuthology.orchestra.remote:timed out 2024-09-13T21:26:22.017 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-09-13T21:26:26.952 DEBUG:teuthology.orchestra.remote:timed out 2024-09-13T21:26:29.200 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-13T21:26:29.201 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:26:29.211 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.1 2024-09-13T21:26:34.022 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-09-13T21:26:34.023 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:26:34.033 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2024-09-13T21:26:35.953 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-13T21:26:35.954 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:26:41.217 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-13T21:26:41.217 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:26:41.521 DEBUG:teuthology.orchestra.run.smithi001:> true 2024-09-13T21:26:42.111 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-13T21:26:42.112 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-121-generic"... 2024-09-13T21:26:42.112 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2024-09-13T21:26:42.157 INFO:teuthology.orchestra.run.smithi001.stdout:5.15.0-121-generic 2024-09-13T21:26:42.158 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-13T21:26:42.158 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T21:26:42.158 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-13T21:26:43.159 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-13T21:26:43.160 DEBUG:teuthology.orchestra.run.smithi001:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T21:26:43.228 INFO:teuthology.orchestra.run.smithi001.stdout:ttyS1 2024-09-13T21:26:43.267 DEBUG:teuthology.parallel:result is None 2024-09-13T21:26:43.613 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-09-13T21:26:44.304 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-13T21:26:44.305 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-121-generic"... 2024-09-13T21:26:44.305 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-09-13T21:26:44.350 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-121-generic 2024-09-13T21:26:44.351 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-13T21:26:44.351 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T21:26:44.351 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-13T21:26:45.352 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-13T21:26:45.352 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T21:26:45.673 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2024-09-13T21:26:45.688 DEBUG:teuthology.parallel:result is None 2024-09-13T21:26:49.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-09-13T21:26:49.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:26:49.410 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-09-13T21:26:50.038 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-09-13T21:26:50.038 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-121-generic"... 2024-09-13T21:26:50.038 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2024-09-13T21:26:50.085 INFO:teuthology.orchestra.run.smithi143.stdout:5.15.0-121-generic 2024-09-13T21:26:50.086 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-13T21:26:50.086 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T21:26:50.086 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-13T21:26:51.086 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-13T21:26:51.087 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T21:26:51.420 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2024-09-13T21:26:51.447 DEBUG:teuthology.parallel:result is None 2024-09-13T21:26:51.447 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-13T21:26:51.454 INFO:teuthology.task.internal:Creating test directory... 2024-09-13T21:26:51.455 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T21:26:51.457 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T21:26:51.460 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T21:26:51.465 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-13T21:26:51.473 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-13T21:26:51.479 INFO:teuthology.task.internal:Creating archive directory... 2024-09-13T21:26:51.479 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T21:26:51.507 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T21:26:51.509 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T21:26:51.533 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-13T21:26:51.539 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-13T21:26:51.540 DEBUG:teuthology.orchestra.run.smithi001:> 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-13T21:26:51.567 DEBUG:teuthology.orchestra.run.smithi016:> 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-13T21:26:51.572 DEBUG:teuthology.orchestra.run.smithi143:> 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-13T21:26:51.594 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:26:51.601 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:26:51.601 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:26:51.604 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:26:51.610 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:26:51.614 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T21:26:51.616 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-13T21:26:51.624 INFO:teuthology.task.internal:Configuring sudo... 2024-09-13T21:26:51.624 DEBUG:teuthology.orchestra.run.smithi001:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T21:26:51.659 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T21:26:51.661 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T21:26:51.688 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-13T21:26:51.697 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-13T21:26:51.697 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T21:26:51.714 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T21:26:51.717 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T21:26:51.733 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T21:26:51.766 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T21:26:51.814 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:26:51.814 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T21:26:51.879 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T21:26:51.885 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T21:26:51.930 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:26:51.930 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T21:26:52.007 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T21:26:52.013 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T21:26:52.062 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:26:52.062 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T21:26:52.131 DEBUG:teuthology.orchestra.run.smithi001:> sudo service rsyslog restart 2024-09-13T21:26:52.133 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2024-09-13T21:26:52.136 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2024-09-13T21:26:52.203 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-13T21:26:52.209 INFO:teuthology.task.internal:Starting timer... 2024-09-13T21:26:52.210 INFO:teuthology.run_tasks:Running task pcp... 2024-09-13T21:26:52.232 INFO:teuthology.run_tasks:Running task selinux... 2024-09-13T21:26:52.240 DEBUG:teuthology.task.selinux:Excluding smithi001: OS 'ubuntu' does not support SELinux 2024-09-13T21:26:52.240 DEBUG:teuthology.task.selinux:Excluding smithi016: OS 'ubuntu' does not support SELinux 2024-09-13T21:26:52.240 DEBUG:teuthology.task.selinux:Excluding smithi143: OS 'ubuntu' does not support SELinux 2024-09-13T21:26:52.240 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-13T21:26:52.240 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-13T21:26:52.240 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-13T21:26:52.241 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-13T21:26:52.249 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-13T21:26:52.252 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-13T21:26:52.371 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-13T21:26:52.383 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-13T21:26:52.384 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi001.front.sepia.ceph.com,smithi016.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-13T21:34:36.222 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi001.front.sepia.ceph.com'), Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2024-09-13T21:34:36.223 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-13T21:34:36.225 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:34:36.314 DEBUG:teuthology.orchestra.run.smithi001:> true 2024-09-13T21:34:36.397 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-09-13T21:34:36.398 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-13T21:34:36.398 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:34:36.504 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-09-13T21:34:36.585 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-09-13T21:34:36.585 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-09-13T21:34:36.586 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T21:34:36.674 DEBUG:teuthology.orchestra.run.smithi143:> true 2024-09-13T21:34:36.753 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2024-09-13T21:34:36.757 INFO:teuthology.run_tasks:Running task clock... 2024-09-13T21:34:36.767 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-13T21:34:36.768 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T21:34:36.768 DEBUG:teuthology.orchestra.run.smithi001:> 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-13T21:34:36.770 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T21:34:36.771 DEBUG:teuthology.orchestra.run.smithi016:> 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-13T21:34:36.773 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T21:34:36.773 DEBUG:teuthology.orchestra.run.smithi143:> 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-13T21:34:36.799 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-13T21:34:36.799 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: Command line: ntpd -gq 2024-09-13T21:34:36.799 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: ---------------------------------------------------- 2024-09-13T21:34:36.799 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: ntp-4 is maintained by Network Time Foundation, 2024-09-13T21:34:36.799 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-13T21:34:36.799 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: corporation. Support and training for ntp-4 are 2024-09-13T21:34:36.799 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: available at https://www.nwtime.org/support 2024-09-13T21:34:36.799 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: ---------------------------------------------------- 2024-09-13T21:34:36.800 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: proto: precision = 0.044 usec (-24) 2024-09-13T21:34:36.800 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: basedate set to 2022-02-04 2024-09-13T21:34:36.800 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: gps base set to 2022-02-06 (week 2196) 2024-09-13T21:34:36.800 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T21:34:36.801 INFO:teuthology.orchestra.run.smithi001.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T21:34:36.801 INFO:teuthology.orchestra.run.smithi001.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-13T21:34:36.802 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: restrict ::: KOD does nothing without LIMITED. 2024-09-13T21:34:36.802 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: Listen and drop on 0 v6wildcard [::]:123 2024-09-13T21:34:36.802 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-13T21:34:36.802 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: Listen normally on 2 lo 127.0.0.1:123 2024-09-13T21:34:36.802 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: Listen normally on 3 ens1f0 172.21.15.1:123 2024-09-13T21:34:36.802 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: Listen normally on 4 lo [::1]:123 2024-09-13T21:34:36.802 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15e8%4]:123 2024-09-13T21:34:36.802 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:36 ntpd[18423]: Listening on routing socket on fd #22 for interface updates 2024-09-13T21:34:36.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-13T21:34:36.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: Command line: ntpd -gq 2024-09-13T21:34:36.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: ---------------------------------------------------- 2024-09-13T21:34:36.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: ntp-4 is maintained by Network Time Foundation, 2024-09-13T21:34:36.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-13T21:34:36.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: corporation. Support and training for ntp-4 are 2024-09-13T21:34:36.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: available at https://www.nwtime.org/support 2024-09-13T21:34:36.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: ---------------------------------------------------- 2024-09-13T21:34:36.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: proto: precision = 0.067 usec (-24) 2024-09-13T21:34:36.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: basedate set to 2022-02-04 2024-09-13T21:34:36.804 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: gps base set to 2022-02-06 (week 2196) 2024-09-13T21:34:36.804 INFO:teuthology.orchestra.run.smithi016.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T21:34:36.804 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T21:34:36.804 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: restrict ::: KOD does nothing without LIMITED. 2024-09-13T21:34:36.805 INFO:teuthology.orchestra.run.smithi016.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-13T21:34:36.805 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: Listen and drop on 0 v6wildcard [::]:123 2024-09-13T21:34:36.805 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-13T21:34:36.805 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: Listen normally on 2 lo 127.0.0.1:123 2024-09-13T21:34:36.806 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: Listen normally on 3 ens1f0 172.21.15.16:123 2024-09-13T21:34:36.806 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: Listen normally on 4 lo [::1]:123 2024-09-13T21:34:36.806 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1564%4]:123 2024-09-13T21:34:36.806 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:36 ntpd[18395]: Listening on routing socket on fd #22 for interface updates 2024-09-13T21:34:36.822 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-13T21:34:36.822 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: Command line: ntpd -gq 2024-09-13T21:34:36.822 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: ---------------------------------------------------- 2024-09-13T21:34:36.822 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: ntp-4 is maintained by Network Time Foundation, 2024-09-13T21:34:36.822 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-13T21:34:36.822 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: corporation. Support and training for ntp-4 are 2024-09-13T21:34:36.822 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: available at https://www.nwtime.org/support 2024-09-13T21:34:36.822 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: ---------------------------------------------------- 2024-09-13T21:34:36.823 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: proto: precision = 0.047 usec (-24) 2024-09-13T21:34:36.823 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: basedate set to 2022-02-04 2024-09-13T21:34:36.823 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: gps base set to 2022-02-06 (week 2196) 2024-09-13T21:34:36.823 INFO:teuthology.orchestra.run.smithi143.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T21:34:36.824 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T21:34:36.824 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: restrict ::: KOD does nothing without LIMITED. 2024-09-13T21:34:36.824 INFO:teuthology.orchestra.run.smithi143.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-13T21:34:36.825 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: Listen and drop on 0 v6wildcard [::]:123 2024-09-13T21:34:36.825 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-13T21:34:36.825 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: Listen normally on 2 lo 127.0.0.1:123 2024-09-13T21:34:36.825 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: Listen normally on 3 enp3s0f1 172.21.15.143:123 2024-09-13T21:34:36.825 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: Listen normally on 4 lo [::1]:123 2024-09-13T21:34:36.825 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7783%5]:123 2024-09-13T21:34:36.825 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:36 ntpd[18495]: Listening on routing socket on fd #22 for interface updates 2024-09-13T21:34:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:37 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:37 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:37 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:37 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:37 ntpd[18423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:37.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:37 ntpd[18423]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:37.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:37 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:37.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:37 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:37.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:37 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:37.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:37 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:37.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:37 ntpd[18395]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:37.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:37 ntpd[18395]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:37.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:37 ntpd[18495]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:38 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:38 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:38 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:38 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:38 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:38 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:38 ntpd[18423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:38.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:38 ntpd[18423]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:39.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:39 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:39.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:39 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:39.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:39 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:39.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:39 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:39.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:39 ntpd[18423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:39.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:39 ntpd[18423]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:39.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:39 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:39.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:39 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:39.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:39 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:39.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:39 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:39.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:39 ntpd[18395]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:39.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:39 ntpd[18395]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:39.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:39.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:39.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:39.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:39.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:39.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:39.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:39.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:39.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:39.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:39.826 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:39.826 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:39 ntpd[18495]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:40.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:40.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:40.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:40.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:40.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:40.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:40.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:40.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:40.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:40.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:40.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:40.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:40 ntpd[18423]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:40.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:40.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:40.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:40.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:40 ntpd[18395]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:40.822 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:40 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:40.822 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:40 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:41 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:41 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:41 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:41 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:41 ntpd[18423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:41.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:41 ntpd[18423]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:41.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:41 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:41 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:41 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:41 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:41 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:41 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:41 ntpd[18395]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:41.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:41 ntpd[18395]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:41.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:41.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:41.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:41.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:41.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:41.825 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:41 ntpd[18495]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:42.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:42.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:42.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:42.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:42.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:42.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:42.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:42.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:42.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:42.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:42.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:42.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:42 ntpd[18423]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:42.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:42.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:42.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:42.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:42 ntpd[18395]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:43.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:43 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:43.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:43 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:43.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:43 ntpd[18423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:43.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:43 ntpd[18423]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:43.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:43 ntpd[18423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:43.800 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:43 ntpd[18423]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:43.801 INFO:teuthology.orchestra.run.smithi001.stdout:13 Sep 21:34:43 ntpd[18423]: ntpd: time slew +0.000032 s 2024-09-13T21:34:43.801 INFO:teuthology.orchestra.run.smithi001.stdout:ntpd: time slew +0.000032s 2024-09-13T21:34:43.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:43 ntpd[18423]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-13T21:34:43.801 INFO:teuthology.orchestra.run.smithi001.stderr:13 Sep 21:34:43 ntpd[18423]: can't open /var/log/ntpstats/loopstats.20240913: Permission denied 2024-09-13T21:34:43.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:43 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:43.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:43 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:43.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:43 ntpd[18395]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:43.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:43 ntpd[18395]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:43.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:43 ntpd[18395]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:43.802 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:43 ntpd[18395]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:43.803 INFO:teuthology.orchestra.run.smithi016.stdout:13 Sep 21:34:43 ntpd[18395]: ntpd: time slew -0.000226 s 2024-09-13T21:34:43.803 INFO:teuthology.orchestra.run.smithi016.stdout:ntpd: time slew -0.000226s 2024-09-13T21:34:43.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:43 ntpd[18395]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-13T21:34:43.803 INFO:teuthology.orchestra.run.smithi016.stderr:13 Sep 21:34:43 ntpd[18395]: can't open /var/log/ntpstats/loopstats.20240913: Permission denied 2024-09-13T21:34:43.822 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:43.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:43.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:43.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:43.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:43.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:43.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T21:34:43.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T21:34:43.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T21:34:43.823 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T21:34:43.824 INFO:teuthology.orchestra.run.smithi143.stdout:13 Sep 21:34:43 ntpd[18495]: ntpd: time slew -0.000987 s 2024-09-13T21:34:43.824 INFO:teuthology.orchestra.run.smithi143.stdout:ntpd: time slew -0.000987s 2024-09-13T21:34:43.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-13T21:34:43.824 INFO:teuthology.orchestra.run.smithi143.stderr:13 Sep 21:34:43 ntpd[18495]: can't open /var/log/ntpstats/loopstats.20240913: Permission denied 2024-09-13T21:34:43.846 INFO:teuthology.orchestra.run.smithi001.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T21:34:43.846 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================== 2024-09-13T21:34:43.847 INFO:teuthology.orchestra.run.smithi001.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.847 INFO:teuthology.orchestra.run.smithi001.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.847 INFO:teuthology.orchestra.run.smithi001.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.847 INFO:teuthology.orchestra.run.smithi001.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.851 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T21:34:43.851 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-09-13T21:34:43.851 INFO:teuthology.orchestra.run.smithi016.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.851 INFO:teuthology.orchestra.run.smithi016.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.851 INFO:teuthology.orchestra.run.smithi016.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.852 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.878 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T21:34:43.878 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2024-09-13T21:34:43.878 INFO:teuthology.orchestra.run.smithi143.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.879 INFO:teuthology.orchestra.run.smithi143.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.879 INFO:teuthology.orchestra.run.smithi143.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.879 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T21:34:43.879 INFO:teuthology.run_tasks:Running task install... 2024-09-13T21:34:43.888 DEBUG:teuthology.task.install:project ceph 2024-09-13T21:34:43.889 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'ecab7be58963a5bd03910cd73eef66405d7fdd50'}} 2024-09-13T21:34:43.889 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'ecab7be58963a5bd03910cd73eef66405d7fdd50'} 2024-09-13T21:34:43.889 INFO:teuthology.task.install:Using flavor: default 2024-09-13T21:34:43.894 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-13T21:34:43.895 INFO:teuthology.task.install:extra packages: [] 2024-09-13T21:34:43.895 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-key list | grep Ceph 2024-09-13T21:34:43.896 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-key list | grep Ceph 2024-09-13T21:34:43.896 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-key list | grep Ceph 2024-09-13T21:34:43.954 INFO:teuthology.orchestra.run.smithi001.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-13T21:34:43.956 INFO:teuthology.orchestra.run.smithi016.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-13T21:34:43.977 INFO:teuthology.orchestra.run.smithi143.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-13T21:34:43.981 INFO:teuthology.orchestra.run.smithi001.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-13T21:34:43.981 INFO:teuthology.orchestra.run.smithi001.stdout:uid [ unknown] Ceph.com (release key) 2024-09-13T21:34:43.982 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-13T21:34:43.983 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:34:43.996 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-13T21:34:43.996 INFO:teuthology.orchestra.run.smithi016.stdout:uid [ unknown] Ceph.com (release key) 2024-09-13T21:34:43.996 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-13T21:34:43.997 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:34:44.008 INFO:teuthology.orchestra.run.smithi143.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-13T21:34:44.008 INFO:teuthology.orchestra.run.smithi143.stdout:uid [ unknown] Ceph.com (release key) 2024-09-13T21:34:44.009 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-13T21:34:44.009 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:34:44.140 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default/ 2024-09-13T21:34:44.140 INFO:teuthology.task.install.deb:Package version is 19.1.1-324-gecab7be5-1jammy 2024-09-13T21:34:44.152 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default/ 2024-09-13T21:34:44.152 INFO:teuthology.task.install.deb:Package version is 19.1.1-324-gecab7be5-1jammy 2024-09-13T21:34:44.163 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default/ 2024-09-13T21:34:44.164 INFO:teuthology.task.install.deb:Package version is 19.1.1-324-gecab7be5-1jammy 2024-09-13T21:34:44.261 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:34:44.261 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-13T21:34:44.270 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:34:44.270 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-13T21:34:44.275 DEBUG:teuthology.orchestra.run.smithi001:> sudo apt-get update 2024-09-13T21:34:44.278 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:34:44.278 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-13T21:34:44.285 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-09-13T21:34:44.292 DEBUG:teuthology.orchestra.run.smithi143:> sudo apt-get update 2024-09-13T21:34:44.450 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T21:34:44.460 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T21:34:44.462 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T21:34:44.470 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T21:34:44.477 INFO:teuthology.orchestra.run.smithi001.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T21:34:44.506 INFO:teuthology.orchestra.run.smithi001.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy InRelease 2024-09-13T21:34:44.511 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy InRelease 2024-09-13T21:34:44.515 INFO:teuthology.orchestra.run.smithi143.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy InRelease 2024-09-13T21:34:44.527 INFO:teuthology.orchestra.run.smithi001.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-09-13T21:34:44.536 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-09-13T21:34:44.537 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-09-13T21:34:44.549 INFO:teuthology.orchestra.run.smithi001.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-13T21:34:44.555 INFO:teuthology.orchestra.run.smithi016.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-13T21:34:44.560 INFO:teuthology.orchestra.run.smithi143.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-13T21:34:44.570 INFO:teuthology.orchestra.run.smithi001.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-13T21:34:44.576 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-09-13T21:34:44.583 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T21:34:44.592 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T21:34:44.592 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T21:34:44.593 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-09-13T21:34:44.597 INFO:teuthology.orchestra.run.smithi001.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-09-13T21:34:44.604 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-13T21:34:44.623 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-13T21:34:44.660 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T21:34:44.663 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T21:34:44.742 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T21:34:44.747 INFO:teuthology.orchestra.run.smithi143.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T21:34:44.819 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 29.0 kB in 0s (80.9 kB/s) 2024-09-13T21:34:44.889 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 29.0 kB in 0s (69.8 kB/s) 2024-09-13T21:34:44.960 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 29.0 kB in 0s (60.0 kB/s) 2024-09-13T21:34:45.828 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-09-13T21:34:45.846 DEBUG:teuthology.orchestra.run.smithi001:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-324-gecab7be5-1jammy cephadm=19.1.1-324-gecab7be5-1jammy ceph-mds=19.1.1-324-gecab7be5-1jammy ceph-mgr=19.1.1-324-gecab7be5-1jammy ceph-common=19.1.1-324-gecab7be5-1jammy ceph-fuse=19.1.1-324-gecab7be5-1jammy ceph-test=19.1.1-324-gecab7be5-1jammy ceph-volume=19.1.1-324-gecab7be5-1jammy radosgw=19.1.1-324-gecab7be5-1jammy python3-rados=19.1.1-324-gecab7be5-1jammy python3-rgw=19.1.1-324-gecab7be5-1jammy python3-cephfs=19.1.1-324-gecab7be5-1jammy python3-rbd=19.1.1-324-gecab7be5-1jammy libcephfs2=19.1.1-324-gecab7be5-1jammy libcephfs-dev=19.1.1-324-gecab7be5-1jammy librados2=19.1.1-324-gecab7be5-1jammy librbd1=19.1.1-324-gecab7be5-1jammy rbd-fuse=19.1.1-324-gecab7be5-1jammy 2024-09-13T21:34:45.912 INFO:teuthology.orchestra.run.smithi001.stdout:Reading package lists... 2024-09-13T21:34:45.934 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-13T21:34:45.951 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-324-gecab7be5-1jammy cephadm=19.1.1-324-gecab7be5-1jammy ceph-mds=19.1.1-324-gecab7be5-1jammy ceph-mgr=19.1.1-324-gecab7be5-1jammy ceph-common=19.1.1-324-gecab7be5-1jammy ceph-fuse=19.1.1-324-gecab7be5-1jammy ceph-test=19.1.1-324-gecab7be5-1jammy ceph-volume=19.1.1-324-gecab7be5-1jammy radosgw=19.1.1-324-gecab7be5-1jammy python3-rados=19.1.1-324-gecab7be5-1jammy python3-rgw=19.1.1-324-gecab7be5-1jammy python3-cephfs=19.1.1-324-gecab7be5-1jammy python3-rbd=19.1.1-324-gecab7be5-1jammy libcephfs2=19.1.1-324-gecab7be5-1jammy libcephfs-dev=19.1.1-324-gecab7be5-1jammy librados2=19.1.1-324-gecab7be5-1jammy librbd1=19.1.1-324-gecab7be5-1jammy rbd-fuse=19.1.1-324-gecab7be5-1jammy 2024-09-13T21:34:46.007 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-09-13T21:34:46.016 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-09-13T21:34:46.022 DEBUG:teuthology.orchestra.run.smithi143:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-324-gecab7be5-1jammy cephadm=19.1.1-324-gecab7be5-1jammy ceph-mds=19.1.1-324-gecab7be5-1jammy ceph-mgr=19.1.1-324-gecab7be5-1jammy ceph-common=19.1.1-324-gecab7be5-1jammy ceph-fuse=19.1.1-324-gecab7be5-1jammy ceph-test=19.1.1-324-gecab7be5-1jammy ceph-volume=19.1.1-324-gecab7be5-1jammy radosgw=19.1.1-324-gecab7be5-1jammy python3-rados=19.1.1-324-gecab7be5-1jammy python3-rgw=19.1.1-324-gecab7be5-1jammy python3-cephfs=19.1.1-324-gecab7be5-1jammy python3-rbd=19.1.1-324-gecab7be5-1jammy libcephfs2=19.1.1-324-gecab7be5-1jammy libcephfs-dev=19.1.1-324-gecab7be5-1jammy librados2=19.1.1-324-gecab7be5-1jammy librbd1=19.1.1-324-gecab7be5-1jammy rbd-fuse=19.1.1-324-gecab7be5-1jammy 2024-09-13T21:34:46.084 INFO:teuthology.orchestra.run.smithi143.stdout:Reading package lists... 2024-09-13T21:34:46.120 INFO:teuthology.orchestra.run.smithi001.stdout:Building dependency tree... 2024-09-13T21:34:46.121 INFO:teuthology.orchestra.run.smithi001.stdout:Reading state information... 2024-09-13T21:34:46.221 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-09-13T21:34:46.222 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-09-13T21:34:46.303 INFO:teuthology.orchestra.run.smithi143.stdout:Building dependency tree... 2024-09-13T21:34:46.304 INFO:teuthology.orchestra.run.smithi143.stdout:Reading state information... 2024-09-13T21:34:46.339 INFO:teuthology.orchestra.run.smithi001.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T21:34:46.339 INFO:teuthology.orchestra.run.smithi001.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T21:34:46.339 INFO:teuthology.orchestra.run.smithi001.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T21:34:46.339 INFO:teuthology.orchestra.run.smithi001.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T21:34:46.339 INFO:teuthology.orchestra.run.smithi001.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T21:34:46.340 INFO:teuthology.orchestra.run.smithi001.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T21:34:46.340 INFO:teuthology.orchestra.run.smithi001.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T21:34:46.340 INFO:teuthology.orchestra.run.smithi001.stdout:The following additional packages will be installed: 2024-09-13T21:34:46.341 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-13T21:34:46.341 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-13T21:34:46.342 INFO:teuthology.orchestra.run.smithi001.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-13T21:34:46.342 INFO:teuthology.orchestra.run.smithi001.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-13T21:34:46.342 INFO:teuthology.orchestra.run.smithi001.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-13T21:34:46.342 INFO:teuthology.orchestra.run.smithi001.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-13T21:34:46.342 INFO:teuthology.orchestra.run.smithi001.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-13T21:34:46.342 INFO:teuthology.orchestra.run.smithi001.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-13T21:34:46.342 INFO:teuthology.orchestra.run.smithi001.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-13T21:34:46.343 INFO:teuthology.orchestra.run.smithi001.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-13T21:34:46.344 INFO:teuthology.orchestra.run.smithi001.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-13T21:34:46.344 INFO:teuthology.orchestra.run.smithi001.stdout: xmlstarlet zip 2024-09-13T21:34:46.344 INFO:teuthology.orchestra.run.smithi001.stdout:Suggested packages: 2024-09-13T21:34:46.344 INFO:teuthology.orchestra.run.smithi001.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-13T21:34:46.344 INFO:teuthology.orchestra.run.smithi001.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-13T21:34:46.344 INFO:teuthology.orchestra.run.smithi001.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-13T21:34:46.344 INFO:teuthology.orchestra.run.smithi001.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-13T21:34:46.344 INFO:teuthology.orchestra.run.smithi001.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-13T21:34:46.344 INFO:teuthology.orchestra.run.smithi001.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-13T21:34:46.344 INFO:teuthology.orchestra.run.smithi001.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-13T21:34:46.345 INFO:teuthology.orchestra.run.smithi001.stdout:Recommended packages: 2024-09-13T21:34:46.345 INFO:teuthology.orchestra.run.smithi001.stdout: btrfs-tools 2024-09-13T21:34:46.437 INFO:teuthology.orchestra.run.smithi016.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T21:34:46.437 INFO:teuthology.orchestra.run.smithi016.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T21:34:46.437 INFO:teuthology.orchestra.run.smithi016.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T21:34:46.437 INFO:teuthology.orchestra.run.smithi016.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T21:34:46.438 INFO:teuthology.orchestra.run.smithi016.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T21:34:46.438 INFO:teuthology.orchestra.run.smithi016.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T21:34:46.438 INFO:teuthology.orchestra.run.smithi016.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T21:34:46.438 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-09-13T21:34:46.438 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-13T21:34:46.440 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-13T21:34:46.440 INFO:teuthology.orchestra.run.smithi016.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-13T21:34:46.440 INFO:teuthology.orchestra.run.smithi016.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-13T21:34:46.440 INFO:teuthology.orchestra.run.smithi016.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-13T21:34:46.440 INFO:teuthology.orchestra.run.smithi016.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-13T21:34:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-13T21:34:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-13T21:34:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-13T21:34:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T21:34:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T21:34:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T21:34:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T21:34:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T21:34:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T21:34:46.441 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T21:34:46.442 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-13T21:34:46.442 INFO:teuthology.orchestra.run.smithi016.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-13T21:34:46.442 INFO:teuthology.orchestra.run.smithi016.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-13T21:34:46.442 INFO:teuthology.orchestra.run.smithi016.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-13T21:34:46.442 INFO:teuthology.orchestra.run.smithi016.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-13T21:34:46.442 INFO:teuthology.orchestra.run.smithi016.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-13T21:34:46.442 INFO:teuthology.orchestra.run.smithi016.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-13T21:34:46.442 INFO:teuthology.orchestra.run.smithi016.stdout: xmlstarlet zip 2024-09-13T21:34:46.443 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-09-13T21:34:46.443 INFO:teuthology.orchestra.run.smithi016.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-13T21:34:46.443 INFO:teuthology.orchestra.run.smithi016.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-13T21:34:46.443 INFO:teuthology.orchestra.run.smithi016.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-13T21:34:46.443 INFO:teuthology.orchestra.run.smithi016.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-13T21:34:46.443 INFO:teuthology.orchestra.run.smithi016.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-13T21:34:46.443 INFO:teuthology.orchestra.run.smithi016.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-13T21:34:46.443 INFO:teuthology.orchestra.run.smithi016.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-13T21:34:46.443 INFO:teuthology.orchestra.run.smithi016.stdout:Recommended packages: 2024-09-13T21:34:46.443 INFO:teuthology.orchestra.run.smithi016.stdout: btrfs-tools 2024-09-13T21:34:46.459 INFO:teuthology.orchestra.run.smithi001.stdout:The following NEW packages will be installed: 2024-09-13T21:34:46.459 INFO:teuthology.orchestra.run.smithi001.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-13T21:34:46.459 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-13T21:34:46.459 INFO:teuthology.orchestra.run.smithi001.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-13T21:34:46.460 INFO:teuthology.orchestra.run.smithi001.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-13T21:34:46.460 INFO:teuthology.orchestra.run.smithi001.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-13T21:34:46.460 INFO:teuthology.orchestra.run.smithi001.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-13T21:34:46.460 INFO:teuthology.orchestra.run.smithi001.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-13T21:34:46.460 INFO:teuthology.orchestra.run.smithi001.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-13T21:34:46.460 INFO:teuthology.orchestra.run.smithi001.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-13T21:34:46.460 INFO:teuthology.orchestra.run.smithi001.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-13T21:34:46.460 INFO:teuthology.orchestra.run.smithi001.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-13T21:34:46.461 INFO:teuthology.orchestra.run.smithi001.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T21:34:46.461 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T21:34:46.461 INFO:teuthology.orchestra.run.smithi001.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T21:34:46.461 INFO:teuthology.orchestra.run.smithi001.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T21:34:46.461 INFO:teuthology.orchestra.run.smithi001.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T21:34:46.461 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T21:34:46.461 INFO:teuthology.orchestra.run.smithi001.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T21:34:46.462 INFO:teuthology.orchestra.run.smithi001.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-13T21:34:46.462 INFO:teuthology.orchestra.run.smithi001.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-13T21:34:46.462 INFO:teuthology.orchestra.run.smithi001.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-13T21:34:46.462 INFO:teuthology.orchestra.run.smithi001.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-13T21:34:46.462 INFO:teuthology.orchestra.run.smithi001.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-13T21:34:46.462 INFO:teuthology.orchestra.run.smithi001.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-13T21:34:46.462 INFO:teuthology.orchestra.run.smithi001.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-13T21:34:46.462 INFO:teuthology.orchestra.run.smithi001.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-13T21:34:46.505 INFO:teuthology.orchestra.run.smithi143.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T21:34:46.505 INFO:teuthology.orchestra.run.smithi143.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T21:34:46.505 INFO:teuthology.orchestra.run.smithi143.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T21:34:46.505 INFO:teuthology.orchestra.run.smithi143.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T21:34:46.506 INFO:teuthology.orchestra.run.smithi143.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T21:34:46.506 INFO:teuthology.orchestra.run.smithi143.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T21:34:46.506 INFO:teuthology.orchestra.run.smithi143.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T21:34:46.507 INFO:teuthology.orchestra.run.smithi143.stdout:The following additional packages will be installed: 2024-09-13T21:34:46.507 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-13T21:34:46.507 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-13T21:34:46.508 INFO:teuthology.orchestra.run.smithi143.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-13T21:34:46.508 INFO:teuthology.orchestra.run.smithi143.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-13T21:34:46.509 INFO:teuthology.orchestra.run.smithi143.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-13T21:34:46.509 INFO:teuthology.orchestra.run.smithi143.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-13T21:34:46.509 INFO:teuthology.orchestra.run.smithi143.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-13T21:34:46.509 INFO:teuthology.orchestra.run.smithi143.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-13T21:34:46.509 INFO:teuthology.orchestra.run.smithi143.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-13T21:34:46.509 INFO:teuthology.orchestra.run.smithi143.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T21:34:46.509 INFO:teuthology.orchestra.run.smithi143.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T21:34:46.509 INFO:teuthology.orchestra.run.smithi143.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T21:34:46.509 INFO:teuthology.orchestra.run.smithi143.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T21:34:46.509 INFO:teuthology.orchestra.run.smithi143.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T21:34:46.510 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T21:34:46.510 INFO:teuthology.orchestra.run.smithi143.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T21:34:46.510 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-13T21:34:46.510 INFO:teuthology.orchestra.run.smithi143.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-13T21:34:46.510 INFO:teuthology.orchestra.run.smithi143.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-13T21:34:46.510 INFO:teuthology.orchestra.run.smithi143.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-13T21:34:46.510 INFO:teuthology.orchestra.run.smithi143.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-13T21:34:46.510 INFO:teuthology.orchestra.run.smithi143.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-13T21:34:46.510 INFO:teuthology.orchestra.run.smithi143.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-13T21:34:46.510 INFO:teuthology.orchestra.run.smithi143.stdout: xmlstarlet zip 2024-09-13T21:34:46.511 INFO:teuthology.orchestra.run.smithi143.stdout:Suggested packages: 2024-09-13T21:34:46.511 INFO:teuthology.orchestra.run.smithi143.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-13T21:34:46.511 INFO:teuthology.orchestra.run.smithi143.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-13T21:34:46.511 INFO:teuthology.orchestra.run.smithi143.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-13T21:34:46.511 INFO:teuthology.orchestra.run.smithi143.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-13T21:34:46.511 INFO:teuthology.orchestra.run.smithi143.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-13T21:34:46.511 INFO:teuthology.orchestra.run.smithi143.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-13T21:34:46.511 INFO:teuthology.orchestra.run.smithi143.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-13T21:34:46.511 INFO:teuthology.orchestra.run.smithi143.stdout:Recommended packages: 2024-09-13T21:34:46.511 INFO:teuthology.orchestra.run.smithi143.stdout: btrfs-tools 2024-09-13T21:34:46.552 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-09-13T21:34:46.552 INFO:teuthology.orchestra.run.smithi016.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-13T21:34:46.553 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-13T21:34:46.553 INFO:teuthology.orchestra.run.smithi016.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-13T21:34:46.554 INFO:teuthology.orchestra.run.smithi016.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-13T21:34:46.554 INFO:teuthology.orchestra.run.smithi016.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T21:34:46.555 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T21:34:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T21:34:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-13T21:34:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-13T21:34:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-13T21:34:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-13T21:34:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-13T21:34:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-13T21:34:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-13T21:34:46.556 INFO:teuthology.orchestra.run.smithi016.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-13T21:34:46.602 INFO:teuthology.orchestra.run.smithi001.stdout:0 upgraded, 118 newly installed, 0 to remove and 331 not upgraded. 2024-09-13T21:34:46.603 INFO:teuthology.orchestra.run.smithi001.stdout:Need to get 181 MB of archives. 2024-09-13T21:34:46.603 INFO:teuthology.orchestra.run.smithi001.stdout:After this operation, 829 MB of additional disk space will be used. 2024-09-13T21:34:46.603 INFO:teuthology.orchestra.run.smithi001.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-324-gecab7be5-1jammy [3,591 kB] 2024-09-13T21:34:46.613 INFO:teuthology.orchestra.run.smithi143.stdout:The following NEW packages will be installed: 2024-09-13T21:34:46.614 INFO:teuthology.orchestra.run.smithi143.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-13T21:34:46.614 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-13T21:34:46.614 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-13T21:34:46.614 INFO:teuthology.orchestra.run.smithi143.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-13T21:34:46.614 INFO:teuthology.orchestra.run.smithi143.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-13T21:34:46.614 INFO:teuthology.orchestra.run.smithi143.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-13T21:34:46.615 INFO:teuthology.orchestra.run.smithi143.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-13T21:34:46.615 INFO:teuthology.orchestra.run.smithi143.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-13T21:34:46.615 INFO:teuthology.orchestra.run.smithi143.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-13T21:34:46.615 INFO:teuthology.orchestra.run.smithi143.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-13T21:34:46.615 INFO:teuthology.orchestra.run.smithi143.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-13T21:34:46.615 INFO:teuthology.orchestra.run.smithi143.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T21:34:46.615 INFO:teuthology.orchestra.run.smithi143.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T21:34:46.615 INFO:teuthology.orchestra.run.smithi143.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T21:34:46.615 INFO:teuthology.orchestra.run.smithi143.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-13T21:34:46.616 INFO:teuthology.orchestra.run.smithi143.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-13T21:34:46.617 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 118 newly installed, 0 to remove and 331 not upgraded. 2024-09-13T21:34:46.617 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 181 MB of archives. 2024-09-13T21:34:46.617 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 829 MB of additional disk space will be used. 2024-09-13T21:34:46.617 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-13T21:34:46.668 INFO:teuthology.orchestra.run.smithi001.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-13T21:34:46.698 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-324-gecab7be5-1jammy [3,591 kB] 2024-09-13T21:34:46.704 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-13T21:34:46.707 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-13T21:34:46.724 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-13T21:34:46.759 INFO:teuthology.orchestra.run.smithi143.stdout:0 upgraded, 118 newly installed, 0 to remove and 331 not upgraded. 2024-09-13T21:34:46.759 INFO:teuthology.orchestra.run.smithi143.stdout:Need to get 181 MB of archives. 2024-09-13T21:34:46.759 INFO:teuthology.orchestra.run.smithi143.stdout:After this operation, 829 MB of additional disk space will be used. 2024-09-13T21:34:46.759 INFO:teuthology.orchestra.run.smithi143.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-324-gecab7be5-1jammy [3,591 kB] 2024-09-13T21:34:46.784 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-13T21:34:46.789 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-13T21:34:46.801 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-13T21:34:46.804 INFO:teuthology.orchestra.run.smithi143.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-13T21:34:46.806 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-13T21:34:46.806 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-13T21:34:46.807 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-13T21:34:46.816 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-13T21:34:46.818 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-13T21:34:46.821 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-13T21:34:46.822 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-13T21:34:46.823 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-13T21:34:46.825 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-13T21:34:46.840 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-13T21:34:46.842 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-13T21:34:46.842 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-13T21:34:46.843 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-13T21:34:46.844 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-13T21:34:46.844 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-13T21:34:46.857 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-13T21:34:46.858 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-13T21:34:46.858 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-13T21:34:46.858 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-13T21:34:46.874 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-13T21:34:46.877 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-13T21:34:46.877 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-13T21:34:46.878 INFO:teuthology.orchestra.run.smithi001.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-324-gecab7be5-1jammy [3,241 kB] 2024-09-13T21:34:46.878 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-13T21:34:46.878 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-13T21:34:46.879 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-13T21:34:46.891 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-13T21:34:46.892 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-13T21:34:46.893 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-13T21:34:46.894 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-13T21:34:46.908 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-13T21:34:46.914 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-13T21:34:46.914 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-13T21:34:46.914 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-13T21:34:46.915 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-13T21:34:46.916 INFO:teuthology.orchestra.run.smithi016.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-13T21:34:46.925 INFO:teuthology.orchestra.run.smithi016.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-13T21:34:46.926 INFO:teuthology.orchestra.run.smithi016.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-13T21:34:46.928 INFO:teuthology.orchestra.run.smithi016.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-13T21:34:46.928 INFO:teuthology.orchestra.run.smithi016.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-13T21:34:46.942 INFO:teuthology.orchestra.run.smithi016.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-13T21:34:46.943 INFO:teuthology.orchestra.run.smithi016.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-13T21:34:46.944 INFO:teuthology.orchestra.run.smithi016.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-13T21:34:46.946 INFO:teuthology.orchestra.run.smithi016.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-13T21:34:46.976 INFO:teuthology.orchestra.run.smithi016.stdout:Get:52 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-324-gecab7be5-1jammy [3,241 kB] 2024-09-13T21:34:47.001 INFO:teuthology.orchestra.run.smithi016.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-13T21:34:47.002 INFO:teuthology.orchestra.run.smithi016.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-13T21:34:47.003 INFO:teuthology.orchestra.run.smithi001.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-324-gecab7be5-1jammy [718 kB] 2024-09-13T21:34:47.004 INFO:teuthology.orchestra.run.smithi016.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-13T21:34:47.004 INFO:teuthology.orchestra.run.smithi016.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-13T21:34:47.005 INFO:teuthology.orchestra.run.smithi016.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-13T21:34:47.022 INFO:teuthology.orchestra.run.smithi016.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-13T21:34:47.024 INFO:teuthology.orchestra.run.smithi016.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-13T21:34:47.024 INFO:teuthology.orchestra.run.smithi016.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-13T21:34:47.027 INFO:teuthology.orchestra.run.smithi001.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-324-gecab7be5-1jammy [356 kB] 2024-09-13T21:34:47.034 INFO:teuthology.orchestra.run.smithi001.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-324-gecab7be5-1jammy [32.8 kB] 2024-09-13T21:34:47.035 INFO:teuthology.orchestra.run.smithi001.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-324-gecab7be5-1jammy [180 kB] 2024-09-13T21:34:47.039 INFO:teuthology.orchestra.run.smithi016.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-13T21:34:47.039 INFO:teuthology.orchestra.run.smithi016.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-13T21:34:47.039 INFO:teuthology.orchestra.run.smithi016.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-13T21:34:47.040 INFO:teuthology.orchestra.run.smithi016.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-13T21:34:47.040 INFO:teuthology.orchestra.run.smithi016.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-13T21:34:47.041 INFO:teuthology.orchestra.run.smithi016.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-13T21:34:47.044 INFO:teuthology.orchestra.run.smithi143.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-324-gecab7be5-1jammy [3,241 kB] 2024-09-13T21:34:47.052 INFO:teuthology.orchestra.run.smithi001.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-324-gecab7be5-1jammy [67.8 kB] 2024-09-13T21:34:47.054 INFO:teuthology.orchestra.run.smithi001.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-324-gecab7be5-1jammy [333 kB] 2024-09-13T21:34:47.055 INFO:teuthology.orchestra.run.smithi016.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-13T21:34:47.055 INFO:teuthology.orchestra.run.smithi016.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-13T21:34:47.058 INFO:teuthology.orchestra.run.smithi016.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-13T21:34:47.061 INFO:teuthology.orchestra.run.smithi001.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-324-gecab7be5-1jammy [6,875 kB] 2024-09-13T21:34:47.072 INFO:teuthology.orchestra.run.smithi016.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-13T21:34:47.073 INFO:teuthology.orchestra.run.smithi016.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-13T21:34:47.073 INFO:teuthology.orchestra.run.smithi016.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-13T21:34:47.077 INFO:teuthology.orchestra.run.smithi016.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-13T21:34:47.079 INFO:teuthology.orchestra.run.smithi016.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-13T21:34:47.079 INFO:teuthology.orchestra.run.smithi016.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-13T21:34:47.080 INFO:teuthology.orchestra.run.smithi016.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-13T21:34:47.089 INFO:teuthology.orchestra.run.smithi001.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-13T21:34:47.089 INFO:teuthology.orchestra.run.smithi016.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-13T21:34:47.090 INFO:teuthology.orchestra.run.smithi016.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-13T21:34:47.092 INFO:teuthology.orchestra.run.smithi016.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-13T21:34:47.101 INFO:teuthology.orchestra.run.smithi001.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-13T21:34:47.106 INFO:teuthology.orchestra.run.smithi016.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-13T21:34:47.107 INFO:teuthology.orchestra.run.smithi016.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-13T21:34:47.107 INFO:teuthology.orchestra.run.smithi016.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-13T21:34:47.108 INFO:teuthology.orchestra.run.smithi016.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-13T21:34:47.109 INFO:teuthology.orchestra.run.smithi016.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-13T21:34:47.115 INFO:teuthology.orchestra.run.smithi016.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-13T21:34:47.115 INFO:teuthology.orchestra.run.smithi016.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-13T21:34:47.123 INFO:teuthology.orchestra.run.smithi016.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-13T21:34:47.125 INFO:teuthology.orchestra.run.smithi016.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-13T21:34:47.126 INFO:teuthology.orchestra.run.smithi016.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-13T21:34:47.130 INFO:teuthology.orchestra.run.smithi016.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-324-gecab7be5-1jammy [718 kB] 2024-09-13T21:34:47.166 INFO:teuthology.orchestra.run.smithi016.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-324-gecab7be5-1jammy [356 kB] 2024-09-13T21:34:47.181 INFO:teuthology.orchestra.run.smithi016.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-324-gecab7be5-1jammy [32.8 kB] 2024-09-13T21:34:47.182 INFO:teuthology.orchestra.run.smithi001.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-13T21:34:47.182 INFO:teuthology.orchestra.run.smithi016.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-324-gecab7be5-1jammy [180 kB] 2024-09-13T21:34:47.200 INFO:teuthology.orchestra.run.smithi016.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-324-gecab7be5-1jammy [67.8 kB] 2024-09-13T21:34:47.202 INFO:teuthology.orchestra.run.smithi016.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-324-gecab7be5-1jammy [333 kB] 2024-09-13T21:34:47.216 INFO:teuthology.orchestra.run.smithi016.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-324-gecab7be5-1jammy [6,875 kB] 2024-09-13T21:34:47.226 INFO:teuthology.orchestra.run.smithi143.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-13T21:34:47.238 INFO:teuthology.orchestra.run.smithi143.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-13T21:34:47.241 INFO:teuthology.orchestra.run.smithi143.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-324-gecab7be5-1jammy [718 kB] 2024-09-13T21:34:47.283 INFO:teuthology.orchestra.run.smithi143.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-324-gecab7be5-1jammy [356 kB] 2024-09-13T21:34:47.290 INFO:teuthology.orchestra.run.smithi143.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-324-gecab7be5-1jammy [32.8 kB] 2024-09-13T21:34:47.291 INFO:teuthology.orchestra.run.smithi143.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-324-gecab7be5-1jammy [180 kB] 2024-09-13T21:34:47.319 INFO:teuthology.orchestra.run.smithi143.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-13T21:34:47.321 INFO:teuthology.orchestra.run.smithi143.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-324-gecab7be5-1jammy [67.8 kB] 2024-09-13T21:34:47.323 INFO:teuthology.orchestra.run.smithi143.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-324-gecab7be5-1jammy [333 kB] 2024-09-13T21:34:47.330 INFO:teuthology.orchestra.run.smithi143.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-324-gecab7be5-1jammy [6,875 kB] 2024-09-13T21:34:47.354 INFO:teuthology.orchestra.run.smithi001.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-324-gecab7be5-1jammy [112 kB] 2024-09-13T21:34:47.357 INFO:teuthology.orchestra.run.smithi001.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-324-gecab7be5-1jammy [472 kB] 2024-09-13T21:34:47.387 INFO:teuthology.orchestra.run.smithi001.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-324-gecab7be5-1jammy [25.9 MB] 2024-09-13T21:34:47.411 INFO:teuthology.orchestra.run.smithi001.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-13T21:34:47.422 INFO:teuthology.orchestra.run.smithi001.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-13T21:34:47.452 INFO:teuthology.orchestra.run.smithi001.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-13T21:34:47.460 INFO:teuthology.orchestra.run.smithi001.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-13T21:34:47.461 INFO:teuthology.orchestra.run.smithi001.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-13T21:34:47.463 INFO:teuthology.orchestra.run.smithi001.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-13T21:34:47.481 INFO:teuthology.orchestra.run.smithi001.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-13T21:34:47.485 INFO:teuthology.orchestra.run.smithi001.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-13T21:34:47.490 INFO:teuthology.orchestra.run.smithi001.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-13T21:34:47.493 INFO:teuthology.orchestra.run.smithi001.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-13T21:34:47.548 INFO:teuthology.orchestra.run.smithi143.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-13T21:34:47.559 INFO:teuthology.orchestra.run.smithi143.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-13T21:34:47.574 INFO:teuthology.orchestra.run.smithi001.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-13T21:34:47.575 INFO:teuthology.orchestra.run.smithi016.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-324-gecab7be5-1jammy [112 kB] 2024-09-13T21:34:47.578 INFO:teuthology.orchestra.run.smithi016.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-324-gecab7be5-1jammy [472 kB] 2024-09-13T21:34:47.579 INFO:teuthology.orchestra.run.smithi001.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-13T21:34:47.584 INFO:teuthology.orchestra.run.smithi001.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-13T21:34:47.587 INFO:teuthology.orchestra.run.smithi001.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-13T21:34:47.588 INFO:teuthology.orchestra.run.smithi143.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-13T21:34:47.589 INFO:teuthology.orchestra.run.smithi001.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-13T21:34:47.589 INFO:teuthology.orchestra.run.smithi001.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-13T21:34:47.591 INFO:teuthology.orchestra.run.smithi001.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-13T21:34:47.592 INFO:teuthology.orchestra.run.smithi001.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-13T21:34:47.592 INFO:teuthology.orchestra.run.smithi001.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-13T21:34:47.597 INFO:teuthology.orchestra.run.smithi143.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-13T21:34:47.598 INFO:teuthology.orchestra.run.smithi143.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-13T21:34:47.600 INFO:teuthology.orchestra.run.smithi143.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-13T21:34:47.604 INFO:teuthology.orchestra.run.smithi016.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-324-gecab7be5-1jammy [25.9 MB] 2024-09-13T21:34:47.617 INFO:teuthology.orchestra.run.smithi143.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-13T21:34:47.622 INFO:teuthology.orchestra.run.smithi143.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-13T21:34:47.626 INFO:teuthology.orchestra.run.smithi143.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-13T21:34:47.630 INFO:teuthology.orchestra.run.smithi143.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-13T21:34:47.656 INFO:teuthology.orchestra.run.smithi001.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-13T21:34:47.676 INFO:teuthology.orchestra.run.smithi001.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-13T21:34:47.676 INFO:teuthology.orchestra.run.smithi001.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-13T21:34:47.677 INFO:teuthology.orchestra.run.smithi001.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-13T21:34:47.682 INFO:teuthology.orchestra.run.smithi001.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-13T21:34:47.683 INFO:teuthology.orchestra.run.smithi001.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-13T21:34:47.710 INFO:teuthology.orchestra.run.smithi143.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-13T21:34:47.714 INFO:teuthology.orchestra.run.smithi143.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-13T21:34:47.718 INFO:teuthology.orchestra.run.smithi143.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-13T21:34:47.722 INFO:teuthology.orchestra.run.smithi143.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-13T21:34:47.723 INFO:teuthology.orchestra.run.smithi143.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-13T21:34:47.724 INFO:teuthology.orchestra.run.smithi143.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-13T21:34:47.726 INFO:teuthology.orchestra.run.smithi143.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-13T21:34:47.726 INFO:teuthology.orchestra.run.smithi143.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-13T21:34:47.727 INFO:teuthology.orchestra.run.smithi143.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-13T21:34:47.732 INFO:teuthology.orchestra.run.smithi143.stdout:Get:33 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-324-gecab7be5-1jammy [112 kB] 2024-09-13T21:34:47.735 INFO:teuthology.orchestra.run.smithi143.stdout:Get:34 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-324-gecab7be5-1jammy [472 kB] 2024-09-13T21:34:47.738 INFO:teuthology.orchestra.run.smithi001.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-13T21:34:47.738 INFO:teuthology.orchestra.run.smithi001.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-13T21:34:47.741 INFO:teuthology.orchestra.run.smithi001.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-13T21:34:47.741 INFO:teuthology.orchestra.run.smithi001.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-13T21:34:47.784 INFO:teuthology.orchestra.run.smithi143.stdout:Get:35 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-324-gecab7be5-1jammy [25.9 MB] 2024-09-13T21:34:47.793 INFO:teuthology.orchestra.run.smithi143.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-13T21:34:47.810 INFO:teuthology.orchestra.run.smithi143.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-13T21:34:47.810 INFO:teuthology.orchestra.run.smithi143.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-13T21:34:47.811 INFO:teuthology.orchestra.run.smithi143.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-13T21:34:47.817 INFO:teuthology.orchestra.run.smithi143.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-13T21:34:47.818 INFO:teuthology.orchestra.run.smithi143.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-13T21:34:47.819 INFO:teuthology.orchestra.run.smithi001.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-13T21:34:47.822 INFO:teuthology.orchestra.run.smithi001.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-13T21:34:47.823 INFO:teuthology.orchestra.run.smithi001.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-13T21:34:47.824 INFO:teuthology.orchestra.run.smithi001.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-13T21:34:47.835 INFO:teuthology.orchestra.run.smithi001.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-13T21:34:47.875 INFO:teuthology.orchestra.run.smithi143.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-13T21:34:47.875 INFO:teuthology.orchestra.run.smithi143.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-13T21:34:47.877 INFO:teuthology.orchestra.run.smithi143.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-13T21:34:47.878 INFO:teuthology.orchestra.run.smithi143.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-13T21:34:47.900 INFO:teuthology.orchestra.run.smithi001.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-13T21:34:47.901 INFO:teuthology.orchestra.run.smithi001.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-13T21:34:47.902 INFO:teuthology.orchestra.run.smithi001.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-13T21:34:47.905 INFO:teuthology.orchestra.run.smithi001.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-13T21:34:47.909 INFO:teuthology.orchestra.run.smithi001.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-13T21:34:47.956 INFO:teuthology.orchestra.run.smithi143.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-13T21:34:47.958 INFO:teuthology.orchestra.run.smithi143.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-13T21:34:47.959 INFO:teuthology.orchestra.run.smithi143.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-13T21:34:47.961 INFO:teuthology.orchestra.run.smithi143.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-13T21:34:47.971 INFO:teuthology.orchestra.run.smithi143.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-13T21:34:47.982 INFO:teuthology.orchestra.run.smithi001.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-13T21:34:47.984 INFO:teuthology.orchestra.run.smithi001.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-13T21:34:47.986 INFO:teuthology.orchestra.run.smithi001.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-13T21:34:47.991 INFO:teuthology.orchestra.run.smithi001.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-13T21:34:47.992 INFO:teuthology.orchestra.run.smithi001.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-13T21:34:48.037 INFO:teuthology.orchestra.run.smithi143.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-13T21:34:48.038 INFO:teuthology.orchestra.run.smithi143.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-13T21:34:48.039 INFO:teuthology.orchestra.run.smithi143.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-13T21:34:48.042 INFO:teuthology.orchestra.run.smithi143.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-13T21:34:48.046 INFO:teuthology.orchestra.run.smithi143.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-13T21:34:48.064 INFO:teuthology.orchestra.run.smithi001.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-13T21:34:48.068 INFO:teuthology.orchestra.run.smithi001.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-13T21:34:48.118 INFO:teuthology.orchestra.run.smithi143.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-13T21:34:48.121 INFO:teuthology.orchestra.run.smithi143.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-13T21:34:48.122 INFO:teuthology.orchestra.run.smithi143.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-13T21:34:48.127 INFO:teuthology.orchestra.run.smithi143.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-13T21:34:48.128 INFO:teuthology.orchestra.run.smithi143.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-13T21:34:48.200 INFO:teuthology.orchestra.run.smithi143.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-13T21:34:48.204 INFO:teuthology.orchestra.run.smithi143.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-13T21:34:48.234 INFO:teuthology.orchestra.run.smithi001.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-13T21:34:48.236 INFO:teuthology.orchestra.run.smithi001.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-13T21:34:48.238 INFO:teuthology.orchestra.run.smithi001.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-13T21:34:48.239 INFO:teuthology.orchestra.run.smithi001.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-13T21:34:48.242 INFO:teuthology.orchestra.run.smithi001.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-13T21:34:48.278 INFO:teuthology.orchestra.run.smithi001.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-13T21:34:48.309 INFO:teuthology.orchestra.run.smithi001.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-13T21:34:48.310 INFO:teuthology.orchestra.run.smithi001.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-13T21:34:48.339 INFO:teuthology.orchestra.run.smithi001.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-13T21:34:48.339 INFO:teuthology.orchestra.run.smithi001.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-13T21:34:48.368 INFO:teuthology.orchestra.run.smithi143.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-13T21:34:48.370 INFO:teuthology.orchestra.run.smithi143.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-13T21:34:48.372 INFO:teuthology.orchestra.run.smithi143.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-13T21:34:48.373 INFO:teuthology.orchestra.run.smithi143.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-13T21:34:48.375 INFO:teuthology.orchestra.run.smithi143.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-13T21:34:48.401 INFO:teuthology.orchestra.run.smithi001.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-13T21:34:48.402 INFO:teuthology.orchestra.run.smithi001.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-13T21:34:48.403 INFO:teuthology.orchestra.run.smithi001.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-13T21:34:48.404 INFO:teuthology.orchestra.run.smithi001.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-13T21:34:48.405 INFO:teuthology.orchestra.run.smithi001.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-13T21:34:48.406 INFO:teuthology.orchestra.run.smithi001.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-13T21:34:48.411 INFO:teuthology.orchestra.run.smithi143.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-13T21:34:48.413 INFO:teuthology.orchestra.run.smithi001.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-13T21:34:48.414 INFO:teuthology.orchestra.run.smithi143.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-13T21:34:48.414 INFO:teuthology.orchestra.run.smithi143.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-13T21:34:48.471 INFO:teuthology.orchestra.run.smithi143.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-13T21:34:48.471 INFO:teuthology.orchestra.run.smithi143.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-13T21:34:48.482 INFO:teuthology.orchestra.run.smithi001.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-13T21:34:48.486 INFO:teuthology.orchestra.run.smithi001.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-13T21:34:48.488 INFO:teuthology.orchestra.run.smithi001.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-13T21:34:48.535 INFO:teuthology.orchestra.run.smithi143.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-13T21:34:48.536 INFO:teuthology.orchestra.run.smithi143.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-13T21:34:48.537 INFO:teuthology.orchestra.run.smithi143.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-13T21:34:48.538 INFO:teuthology.orchestra.run.smithi143.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-13T21:34:48.539 INFO:teuthology.orchestra.run.smithi143.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-13T21:34:48.540 INFO:teuthology.orchestra.run.smithi143.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-13T21:34:48.546 INFO:teuthology.orchestra.run.smithi143.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-13T21:34:48.563 INFO:teuthology.orchestra.run.smithi001.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-13T21:34:48.614 INFO:teuthology.orchestra.run.smithi001.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-13T21:34:48.616 INFO:teuthology.orchestra.run.smithi001.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-13T21:34:48.617 INFO:teuthology.orchestra.run.smithi143.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-13T21:34:48.620 INFO:teuthology.orchestra.run.smithi143.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-13T21:34:48.621 INFO:teuthology.orchestra.run.smithi143.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-13T21:34:48.673 INFO:teuthology.orchestra.run.smithi001.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-13T21:34:48.673 INFO:teuthology.orchestra.run.smithi001.stdout:Get:87 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-324-gecab7be5-1jammy [5,145 kB] 2024-09-13T21:34:48.684 INFO:teuthology.orchestra.run.smithi001.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-13T21:34:48.685 INFO:teuthology.orchestra.run.smithi001.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-13T21:34:48.693 INFO:teuthology.orchestra.run.smithi001.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-13T21:34:48.693 INFO:teuthology.orchestra.run.smithi001.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-13T21:34:48.695 INFO:teuthology.orchestra.run.smithi001.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-13T21:34:48.695 INFO:teuthology.orchestra.run.smithi001.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-13T21:34:48.698 INFO:teuthology.orchestra.run.smithi143.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-13T21:34:48.705 INFO:teuthology.orchestra.run.smithi143.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-13T21:34:48.707 INFO:teuthology.orchestra.run.smithi143.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-13T21:34:48.709 INFO:teuthology.orchestra.run.smithi143.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-13T21:34:48.720 INFO:teuthology.orchestra.run.smithi143.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-13T21:34:48.721 INFO:teuthology.orchestra.run.smithi143.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-13T21:34:48.726 INFO:teuthology.orchestra.run.smithi001.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-13T21:34:48.729 INFO:teuthology.orchestra.run.smithi143.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-13T21:34:48.779 INFO:teuthology.orchestra.run.smithi143.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-13T21:34:48.781 INFO:teuthology.orchestra.run.smithi143.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-13T21:34:48.782 INFO:teuthology.orchestra.run.smithi143.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-13T21:34:48.808 INFO:teuthology.orchestra.run.smithi001.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-13T21:34:48.827 INFO:teuthology.orchestra.run.smithi001.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-13T21:34:48.828 INFO:teuthology.orchestra.run.smithi001.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-13T21:34:48.829 INFO:teuthology.orchestra.run.smithi001.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-13T21:34:48.834 INFO:teuthology.orchestra.run.smithi001.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-13T21:34:48.837 INFO:teuthology.orchestra.run.smithi001.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-13T21:34:48.860 INFO:teuthology.orchestra.run.smithi143.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-13T21:34:48.863 INFO:teuthology.orchestra.run.smithi143.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-13T21:34:48.881 INFO:teuthology.orchestra.run.smithi143.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-13T21:34:48.881 INFO:teuthology.orchestra.run.smithi001.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-324-gecab7be5-1jammy [245 kB] 2024-09-13T21:34:48.881 INFO:teuthology.orchestra.run.smithi143.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-13T21:34:48.882 INFO:teuthology.orchestra.run.smithi143.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-13T21:34:48.888 INFO:teuthology.orchestra.run.smithi143.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-13T21:34:48.890 INFO:teuthology.orchestra.run.smithi143.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-13T21:34:48.900 INFO:teuthology.orchestra.run.smithi016.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-324-gecab7be5-1jammy [5,145 kB] 2024-09-13T21:34:48.906 INFO:teuthology.orchestra.run.smithi001.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-324-gecab7be5-1jammy [124 kB] 2024-09-13T21:34:48.909 INFO:teuthology.orchestra.run.smithi001.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-324-gecab7be5-1jammy [1,555 kB] 2024-09-13T21:34:48.993 INFO:teuthology.orchestra.run.smithi001.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-324-gecab7be5-1jammy [6,143 kB] 2024-09-13T21:34:49.062 INFO:teuthology.orchestra.run.smithi016.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-324-gecab7be5-1jammy [245 kB] 2024-09-13T21:34:49.081 INFO:teuthology.orchestra.run.smithi016.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-324-gecab7be5-1jammy [124 kB] 2024-09-13T21:34:49.084 INFO:teuthology.orchestra.run.smithi016.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-324-gecab7be5-1jammy [1,555 kB] 2024-09-13T21:34:49.146 INFO:teuthology.orchestra.run.smithi016.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-324-gecab7be5-1jammy [6,143 kB] 2024-09-13T21:34:49.166 INFO:teuthology.orchestra.run.smithi143.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-324-gecab7be5-1jammy [5,145 kB] 2024-09-13T21:34:49.333 INFO:teuthology.orchestra.run.smithi001.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-324-gecab7be5-1jammy [22.8 MB] 2024-09-13T21:34:49.355 INFO:teuthology.orchestra.run.smithi143.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-324-gecab7be5-1jammy [245 kB] 2024-09-13T21:34:49.361 INFO:teuthology.orchestra.run.smithi143.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-324-gecab7be5-1jammy [124 kB] 2024-09-13T21:34:49.363 INFO:teuthology.orchestra.run.smithi143.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-324-gecab7be5-1jammy [1,555 kB] 2024-09-13T21:34:49.423 INFO:teuthology.orchestra.run.smithi016.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-324-gecab7be5-1jammy [22.8 MB] 2024-09-13T21:34:49.463 INFO:teuthology.orchestra.run.smithi143.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-324-gecab7be5-1jammy [6,143 kB] 2024-09-13T21:34:49.763 INFO:teuthology.orchestra.run.smithi143.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-324-gecab7be5-1jammy [22.8 MB] 2024-09-13T21:34:50.553 INFO:teuthology.orchestra.run.smithi016.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-324-gecab7be5-1jammy [14.1 kB] 2024-09-13T21:34:50.554 INFO:teuthology.orchestra.run.smithi016.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-324-gecab7be5-1jammy [877 kB] 2024-09-13T21:34:50.571 INFO:teuthology.orchestra.run.smithi016.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-324-gecab7be5-1jammy [2,462 kB] 2024-09-13T21:34:50.578 INFO:teuthology.orchestra.run.smithi001.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-324-gecab7be5-1jammy [14.1 kB] 2024-09-13T21:34:50.579 INFO:teuthology.orchestra.run.smithi001.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-324-gecab7be5-1jammy [877 kB] 2024-09-13T21:34:50.597 INFO:teuthology.orchestra.run.smithi001.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-324-gecab7be5-1jammy [2,462 kB] 2024-09-13T21:34:50.615 INFO:teuthology.orchestra.run.smithi016.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-324-gecab7be5-1jammy [794 kB] 2024-09-13T21:34:50.649 INFO:teuthology.orchestra.run.smithi016.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-324-gecab7be5-1jammy [152 kB] 2024-09-13T21:34:50.658 INFO:teuthology.orchestra.run.smithi016.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-324-gecab7be5-1jammy [2,275 kB] 2024-09-13T21:34:50.698 INFO:teuthology.orchestra.run.smithi001.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-324-gecab7be5-1jammy [794 kB] 2024-09-13T21:34:50.720 INFO:teuthology.orchestra.run.smithi001.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-324-gecab7be5-1jammy [152 kB] 2024-09-13T21:34:50.723 INFO:teuthology.orchestra.run.smithi001.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-324-gecab7be5-1jammy [2,275 kB] 2024-09-13T21:34:50.742 INFO:teuthology.orchestra.run.smithi016.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-324-gecab7be5-1jammy [8,625 kB] 2024-09-13T21:34:50.840 INFO:teuthology.orchestra.run.smithi001.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-324-gecab7be5-1jammy [8,625 kB] 2024-09-13T21:34:51.049 INFO:teuthology.orchestra.run.smithi143.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-324-gecab7be5-1jammy [14.1 kB] 2024-09-13T21:34:51.050 INFO:teuthology.orchestra.run.smithi143.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-324-gecab7be5-1jammy [877 kB] 2024-09-13T21:34:51.066 INFO:teuthology.orchestra.run.smithi143.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-324-gecab7be5-1jammy [2,462 kB] 2024-09-13T21:34:51.109 INFO:teuthology.orchestra.run.smithi143.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-324-gecab7be5-1jammy [794 kB] 2024-09-13T21:34:51.143 INFO:teuthology.orchestra.run.smithi016.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-324-gecab7be5-1jammy [14.2 kB] 2024-09-13T21:34:51.143 INFO:teuthology.orchestra.run.smithi016.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-324-gecab7be5-1jammy [51.4 MB] 2024-09-13T21:34:51.168 INFO:teuthology.orchestra.run.smithi143.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-324-gecab7be5-1jammy [152 kB] 2024-09-13T21:34:51.171 INFO:teuthology.orchestra.run.smithi143.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-324-gecab7be5-1jammy [2,275 kB] 2024-09-13T21:34:51.254 INFO:teuthology.orchestra.run.smithi001.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-324-gecab7be5-1jammy [14.2 kB] 2024-09-13T21:34:51.255 INFO:teuthology.orchestra.run.smithi001.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-324-gecab7be5-1jammy [51.4 MB] 2024-09-13T21:34:51.303 INFO:teuthology.orchestra.run.smithi143.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-324-gecab7be5-1jammy [8,625 kB] 2024-09-13T21:34:51.744 INFO:teuthology.orchestra.run.smithi143.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-324-gecab7be5-1jammy [14.2 kB] 2024-09-13T21:34:51.744 INFO:teuthology.orchestra.run.smithi143.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-324-gecab7be5-1jammy [51.4 MB] 2024-09-13T21:34:53.858 INFO:teuthology.orchestra.run.smithi001.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-324-gecab7be5-1jammy [130 kB] 2024-09-13T21:34:53.860 INFO:teuthology.orchestra.run.smithi001.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-324-gecab7be5-1jammy [39.0 kB] 2024-09-13T21:34:53.861 INFO:teuthology.orchestra.run.smithi001.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-324-gecab7be5-1jammy [13.6 MB] 2024-09-13T21:34:53.901 INFO:teuthology.orchestra.run.smithi016.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-324-gecab7be5-1jammy [130 kB] 2024-09-13T21:34:53.903 INFO:teuthology.orchestra.run.smithi016.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-324-gecab7be5-1jammy [39.0 kB] 2024-09-13T21:34:53.905 INFO:teuthology.orchestra.run.smithi016.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-324-gecab7be5-1jammy [13.6 MB] 2024-09-13T21:34:54.321 INFO:teuthology.orchestra.run.smithi001.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-324-gecab7be5-1jammy [91.7 kB] 2024-09-13T21:34:54.389 INFO:teuthology.orchestra.run.smithi016.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-324-gecab7be5-1jammy [91.7 kB] 2024-09-13T21:34:54.620 INFO:teuthology.orchestra.run.smithi143.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-324-gecab7be5-1jammy [130 kB] 2024-09-13T21:34:54.623 INFO:teuthology.orchestra.run.smithi143.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-324-gecab7be5-1jammy [39.0 kB] 2024-09-13T21:34:54.624 INFO:teuthology.orchestra.run.smithi143.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-324-gecab7be5-1jammy [13.6 MB] 2024-09-13T21:34:54.853 INFO:teuthology.orchestra.run.smithi143.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-324-gecab7be5-1jammy [91.7 kB] 2024-09-13T21:34:54.925 INFO:teuthology.orchestra.run.smithi001.stdout:Fetched 181 MB in 8s (23.0 MB/s) 2024-09-13T21:34:55.011 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 181 MB in 8s (23.1 MB/s) 2024-09-13T21:34:55.068 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-13T21:34:55.167 INFO:teuthology.orchestra.run.smithi001.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 ... 165990 files and directories currently installed.) 2024-09-13T21:34:55.173 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-13T21:34:55.174 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-13T21:34:55.250 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T21:34:55.275 INFO:teuthology.orchestra.run.smithi016.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 ... 165990 files and directories currently installed.) 2024-09-13T21:34:55.281 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-13T21:34:55.365 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T21:34:55.426 INFO:teuthology.orchestra.run.smithi143.stdout:Fetched 181 MB in 8s (22.0 MB/s) 2024-09-13T21:34:55.554 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-13T21:34:55.581 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-13T21:34:55.591 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-13T21:34:55.612 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T21:34:55.692 INFO:teuthology.orchestra.run.smithi143.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 ... 165990 files and directories currently installed.) 2024-09-13T21:34:55.698 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-13T21:34:55.781 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T21:34:55.827 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-13T21:34:55.854 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-13T21:34:55.894 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T21:34:55.923 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-13T21:34:55.950 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-13T21:34:55.990 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T21:34:56.118 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-13T21:34:56.145 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-13T21:34:56.180 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-13T21:34:56.184 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T21:34:56.208 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-13T21:34:56.238 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T21:34:56.427 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-13T21:34:56.454 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T21:34:56.501 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:34:56.521 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-13T21:34:56.547 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-13T21:34:56.587 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T21:34:56.667 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-13T21:34:56.694 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T21:34:56.742 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:34:56.922 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-13T21:34:56.948 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T21:34:56.974 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-13T21:34:56.988 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:34:57.000 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T21:34:57.041 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:34:57.154 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-13T21:34:57.180 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T21:34:57.220 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:34:57.341 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-13T21:34:57.368 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T21:34:57.402 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-13T21:34:57.407 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:34:57.428 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T21:34:57.468 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:34:57.498 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-13T21:34:57.525 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T21:34:57.557 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:34:57.752 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-13T21:34:57.779 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-13T21:34:57.780 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-13T21:34:57.806 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T21:34:57.819 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T21:34:57.846 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:34:57.902 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-13T21:34:57.928 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-13T21:34:57.968 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T21:34:58.147 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librados2. 2024-09-13T21:34:58.174 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../007-librados2_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:58.207 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-13T21:34:58.213 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librados2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:58.234 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-13T21:34:58.273 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T21:34:58.280 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librados2. 2024-09-13T21:34:58.306 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../007-librados2_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:58.346 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librados2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:58.584 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package librados2. 2024-09-13T21:34:58.610 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../007-librados2_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:58.633 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librbd1. 2024-09-13T21:34:58.651 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking librados2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:58.660 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../008-librbd1_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:58.691 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librbd1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:58.791 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librbd1. 2024-09-13T21:34:58.817 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../008-librbd1_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:58.849 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librbd1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:59.111 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libcephfs2. 2024-09-13T21:34:59.112 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package librbd1. 2024-09-13T21:34:59.137 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:59.139 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../008-librbd1_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:59.177 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libcephfs2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:59.178 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking librbd1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:59.277 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs2. 2024-09-13T21:34:59.303 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:59.352 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:59.455 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rados. 2024-09-13T21:34:59.482 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../010-python3-rados_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:59.655 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rados. 2024-09-13T21:34:59.680 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rados (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:59.681 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../010-python3-rados_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:59.721 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rados (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:59.840 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libcephfs2. 2024-09-13T21:34:59.866 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:34:59.906 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libcephfs2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:34:59.999 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-13T21:35:00.026 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:00.033 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-13T21:35:00.059 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:00.065 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-ceph-argparse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:00.099 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-argparse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:00.200 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-rados. 2024-09-13T21:35:00.216 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../010-python3-rados_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:00.275 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-rados (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:00.310 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cephfs. 2024-09-13T21:35:00.318 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cephfs. 2024-09-13T21:35:00.326 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:00.333 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:00.360 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cephfs (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:00.376 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cephfs (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:00.553 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-13T21:35:00.579 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:00.611 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-ceph-argparse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:00.662 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-13T21:35:00.663 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-13T21:35:00.689 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:00.690 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:00.729 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:00.729 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:00.863 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-cephfs. 2024-09-13T21:35:00.879 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:00.921 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-cephfs (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:01.041 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-13T21:35:01.067 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-13T21:35:01.073 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-13T21:35:01.101 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-13T21:35:01.107 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T21:35:01.140 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T21:35:01.257 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-13T21:35:01.284 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:01.340 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:01.419 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-prettytable. 2024-09-13T21:35:01.446 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-13T21:35:01.485 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-13T21:35:01.576 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-prettytable. 2024-09-13T21:35:01.603 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-13T21:35:01.635 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-13T21:35:01.668 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-13T21:35:01.684 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-13T21:35:01.727 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T21:35:01.738 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rbd. 2024-09-13T21:35:01.754 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:01.797 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rbd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:01.912 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rbd. 2024-09-13T21:35:01.929 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:01.971 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rbd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:02.021 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-prettytable. 2024-09-13T21:35:02.045 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-13T21:35:02.079 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-13T21:35:02.133 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-13T21:35:02.160 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-13T21:35:02.199 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T21:35:02.307 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-13T21:35:02.315 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-rbd. 2024-09-13T21:35:02.330 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:02.333 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-13T21:35:02.373 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-rbd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:02.373 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T21:35:02.477 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-13T21:35:02.504 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-13T21:35:02.548 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T21:35:02.651 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-13T21:35:02.678 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-13T21:35:02.709 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-13T21:35:02.717 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T21:35:02.724 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-13T21:35:02.767 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T21:35:02.832 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-13T21:35:02.848 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-13T21:35:02.890 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T21:35:03.014 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-13T21:35:03.041 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-13T21:35:03.045 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-13T21:35:03.071 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-13T21:35:03.080 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T21:35:03.111 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T21:35:03.202 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua5.1. 2024-09-13T21:35:03.229 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-13T21:35:03.268 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-13T21:35:03.381 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-13T21:35:03.396 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-13T21:35:03.400 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua5.1. 2024-09-13T21:35:03.427 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-13T21:35:03.430 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T21:35:03.467 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-13T21:35:03.589 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-any. 2024-09-13T21:35:03.605 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-13T21:35:03.759 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package lua5.1. 2024-09-13T21:35:03.770 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua-any. 2024-09-13T21:35:03.785 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-13T21:35:03.786 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-13T21:35:03.820 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-13T21:35:03.825 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-13T21:35:03.842 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-13T21:35:04.039 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package zip. 2024-09-13T21:35:04.066 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-13T21:35:04.106 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking zip (3.0-12build2) ... 2024-09-13T21:35:04.136 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package lua-any. 2024-09-13T21:35:04.162 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-13T21:35:04.203 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-13T21:35:04.333 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package zip. 2024-09-13T21:35:04.349 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-13T21:35:04.391 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking zip (3.0-12build2) ... 2024-09-13T21:35:04.417 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package unzip. 2024-09-13T21:35:04.439 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package zip. 2024-09-13T21:35:04.444 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-13T21:35:04.454 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-13T21:35:04.484 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-13T21:35:04.489 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking zip (3.0-12build2) ... 2024-09-13T21:35:04.703 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package unzip. 2024-09-13T21:35:04.730 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-13T21:35:04.769 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-13T21:35:05.117 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package unzip. 2024-09-13T21:35:05.143 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-13T21:35:05.173 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package luarocks. 2024-09-13T21:35:05.183 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-13T21:35:05.200 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-13T21:35:05.237 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package luarocks. 2024-09-13T21:35:05.239 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-13T21:35:05.264 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-13T21:35:05.304 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-13T21:35:05.598 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package librgw2. 2024-09-13T21:35:05.604 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package luarocks. 2024-09-13T21:35:05.625 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../025-librgw2_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:05.630 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-13T21:35:05.656 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking librgw2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:05.670 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-13T21:35:05.729 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package librgw2. 2024-09-13T21:35:05.755 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../025-librgw2_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:05.786 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking librgw2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:06.053 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package librgw2. 2024-09-13T21:35:06.079 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../025-librgw2_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:06.119 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking librgw2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:06.183 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rgw. 2024-09-13T21:35:06.200 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:06.233 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:06.331 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rgw. 2024-09-13T21:35:06.358 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:06.431 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:06.586 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-13T21:35:06.613 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-13T21:35:06.653 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T21:35:06.688 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-rgw. 2024-09-13T21:35:06.714 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:06.754 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-rgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:06.767 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-13T21:35:06.794 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-13T21:35:06.833 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T21:35:06.964 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libradosstriper1. 2024-09-13T21:35:06.991 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:07.031 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libradosstriper1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:07.049 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-13T21:35:07.075 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-13T21:35:07.107 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T21:35:07.136 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libradosstriper1. 2024-09-13T21:35:07.163 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:07.203 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libradosstriper1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:07.401 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-common. 2024-09-13T21:35:07.410 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libradosstriper1. 2024-09-13T21:35:07.428 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../029-ceph-common_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:07.436 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:07.467 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:07.476 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libradosstriper1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:07.581 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-common. 2024-09-13T21:35:07.608 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../029-ceph-common_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:07.648 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:07.896 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-common. 2024-09-13T21:35:07.923 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../029-ceph-common_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:07.963 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:08.922 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-base. 2024-09-13T21:35:08.950 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../030-ceph-base_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:08.999 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-base (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:09.111 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-base. 2024-09-13T21:35:09.138 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../030-ceph-base_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:09.187 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-base (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:09.326 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-base. 2024-09-13T21:35:09.352 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../030-ceph-base_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:09.402 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-base (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:09.593 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-13T21:35:09.621 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-13T21:35:09.660 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-13T21:35:09.949 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-13T21:35:09.963 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cheroot. 2024-09-13T21:35:09.976 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-13T21:35:09.990 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-13T21:35:10.015 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-13T21:35:10.029 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T21:35:10.191 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-13T21:35:10.217 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-13T21:35:10.257 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-13T21:35:10.293 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cheroot. 2024-09-13T21:35:10.320 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-13T21:35:10.351 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T21:35:10.357 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-13T21:35:10.385 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-13T21:35:10.424 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-13T21:35:10.526 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-cheroot. 2024-09-13T21:35:10.553 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-13T21:35:10.593 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T21:35:10.621 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-13T21:35:10.633 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-13T21:35:10.671 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-13T21:35:10.694 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-13T21:35:10.721 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-13T21:35:10.760 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-13T21:35:10.888 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-13T21:35:10.914 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-13T21:35:10.954 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-13T21:35:10.982 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-13T21:35:11.009 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-13T21:35:11.046 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-13T21:35:11.049 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-13T21:35:11.073 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-13T21:35:11.113 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-13T21:35:11.233 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-13T21:35:11.259 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-13T21:35:11.299 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-13T21:35:11.360 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-13T21:35:11.387 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-13T21:35:11.416 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempora. 2024-09-13T21:35:11.426 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-13T21:35:11.443 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-13T21:35:11.482 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-13T21:35:11.602 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-13T21:35:11.629 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-13T21:35:11.669 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-13T21:35:11.729 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-tempora. 2024-09-13T21:35:11.752 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-portend. 2024-09-13T21:35:11.756 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-13T21:35:11.768 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-13T21:35:11.796 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-13T21:35:11.802 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-13T21:35:11.947 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-tempora. 2024-09-13T21:35:11.974 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-13T21:35:12.014 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-13T21:35:12.105 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-13T21:35:12.115 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-portend. 2024-09-13T21:35:12.132 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-13T21:35:12.142 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-13T21:35:12.171 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-13T21:35:12.182 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-13T21:35:12.284 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-portend. 2024-09-13T21:35:12.310 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-13T21:35:12.350 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-13T21:35:12.441 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-13T21:35:12.443 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-13T21:35:12.459 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-13T21:35:12.468 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-13T21:35:12.493 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-13T21:35:12.507 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-13T21:35:12.653 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-13T21:35:12.680 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-13T21:35:12.720 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-13T21:35:12.754 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-13T21:35:12.781 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-13T21:35:12.812 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-13T21:35:12.894 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-natsort. 2024-09-13T21:35:12.922 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-13T21:35:12.961 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-13T21:35:13.032 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-13T21:35:13.058 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-13T21:35:13.098 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-13T21:35:13.166 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-natsort. 2024-09-13T21:35:13.193 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-13T21:35:13.232 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-13T21:35:13.256 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-logutils. 2024-09-13T21:35:13.283 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-13T21:35:13.314 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-13T21:35:13.443 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-natsort. 2024-09-13T21:35:13.470 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-13T21:35:13.510 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-13T21:35:13.552 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-logutils. 2024-09-13T21:35:13.579 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-13T21:35:13.583 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-13T21:35:13.611 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-13T21:35:13.618 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-13T21:35:13.650 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-13T21:35:13.805 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-logutils. 2024-09-13T21:35:13.831 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-13T21:35:13.871 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-13T21:35:13.896 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-13T21:35:13.923 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-13T21:35:13.953 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-mako. 2024-09-13T21:35:13.963 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-13T21:35:13.980 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-13T21:35:14.019 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T21:35:14.200 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-13T21:35:14.226 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-13T21:35:14.266 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-mako. 2024-09-13T21:35:14.266 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-13T21:35:14.293 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-13T21:35:14.332 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T21:35:14.395 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-13T21:35:14.423 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-13T21:35:14.528 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-mako. 2024-09-13T21:35:14.554 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-13T21:35:14.564 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-13T21:35:14.594 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T21:35:14.677 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-13T21:35:14.705 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-13T21:35:14.744 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-13T21:35:14.892 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-13T21:35:14.914 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-13T21:35:14.919 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-13T21:35:14.941 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-13T21:35:14.959 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-13T21:35:14.981 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-13T21:35:15.046 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-13T21:35:15.074 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-13T21:35:15.113 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-13T21:35:15.253 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webob. 2024-09-13T21:35:15.281 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-13T21:35:15.284 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-13T21:35:15.310 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-13T21:35:15.319 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T21:35:15.350 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-13T21:35:15.383 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-webob. 2024-09-13T21:35:15.410 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-13T21:35:15.441 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T21:35:15.603 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-webob. 2024-09-13T21:35:15.619 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-13T21:35:15.653 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T21:35:15.681 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-waitress. 2024-09-13T21:35:15.709 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-13T21:35:15.751 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T21:35:15.752 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-waitress. 2024-09-13T21:35:15.779 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-13T21:35:15.838 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T21:35:15.982 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-waitress. 2024-09-13T21:35:16.008 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-13T21:35:16.026 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-tempita. 2024-09-13T21:35:16.052 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T21:35:16.053 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-13T21:35:16.084 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T21:35:16.138 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-tempita. 2024-09-13T21:35:16.165 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-13T21:35:16.205 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T21:35:16.352 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-tempita. 2024-09-13T21:35:16.362 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-paste. 2024-09-13T21:35:16.378 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-13T21:35:16.389 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-13T21:35:16.418 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T21:35:16.428 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T21:35:16.491 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-paste. 2024-09-13T21:35:16.508 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-13T21:35:16.549 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T21:35:16.721 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-paste. 2024-09-13T21:35:16.740 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-13T21:35:16.748 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-13T21:35:16.756 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-13T21:35:16.788 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T21:35:16.798 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T21:35:16.844 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-13T21:35:16.860 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-13T21:35:16.902 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T21:35:17.076 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-13T21:35:17.092 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-13T21:35:17.116 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-13T21:35:17.126 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-13T21:35:17.143 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-13T21:35:17.183 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T21:35:17.230 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-13T21:35:17.257 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-13T21:35:17.296 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-13T21:35:17.379 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-webtest. 2024-09-13T21:35:17.395 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-13T21:35:17.437 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-13T21:35:17.486 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-13T21:35:17.513 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-13T21:35:17.552 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-13T21:35:17.600 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-webtest. 2024-09-13T21:35:17.627 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-13T21:35:17.666 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-13T21:35:17.748 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pecan. 2024-09-13T21:35:17.776 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-13T21:35:17.815 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T21:35:17.856 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-webtest. 2024-09-13T21:35:17.882 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-13T21:35:17.922 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-13T21:35:17.977 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pecan. 2024-09-13T21:35:17.999 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-13T21:35:18.035 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T21:35:18.186 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-certifi. 2024-09-13T21:35:18.201 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pecan. 2024-09-13T21:35:18.214 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-13T21:35:18.228 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-13T21:35:18.253 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-13T21:35:18.259 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T21:35:18.399 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-certifi. 2024-09-13T21:35:18.426 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-13T21:35:18.465 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-13T21:35:18.589 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-idna. 2024-09-13T21:35:18.617 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-13T21:35:18.656 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-certifi. 2024-09-13T21:35:18.664 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T21:35:18.683 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-13T21:35:18.722 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-13T21:35:18.785 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-idna. 2024-09-13T21:35:18.812 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-13T21:35:18.851 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T21:35:18.933 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-urllib3. 2024-09-13T21:35:18.952 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-13T21:35:18.992 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T21:35:19.009 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-idna. 2024-09-13T21:35:19.024 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-13T21:35:19.058 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T21:35:19.162 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-urllib3. 2024-09-13T21:35:19.189 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-13T21:35:19.229 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T21:35:19.262 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests. 2024-09-13T21:35:19.289 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-13T21:35:19.328 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T21:35:19.378 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-urllib3. 2024-09-13T21:35:19.405 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-13T21:35:19.445 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T21:35:19.541 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-requests. 2024-09-13T21:35:19.568 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-13T21:35:19.607 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T21:35:19.631 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-13T21:35:19.659 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-13T21:35:19.698 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T21:35:20.533 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-requests. 2024-09-13T21:35:20.560 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-13T21:35:20.599 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T21:35:20.801 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-13T21:35:20.817 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:20.836 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-13T21:35:20.851 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-modules-core (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:20.863 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-13T21:35:20.894 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T21:35:20.911 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-13T21:35:20.937 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-13T21:35:20.977 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T21:35:21.214 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-13T21:35:21.222 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-13T21:35:21.238 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:21.241 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:21.264 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-13T21:35:21.280 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-modules-core (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:21.280 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:21.290 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:21.330 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-mgr-modules-core (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:21.542 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-13T21:35:21.569 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-13T21:35:21.600 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-13T21:35:21.626 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-13T21:35:21.654 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:21.669 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-13T21:35:21.684 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:21.693 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:21.727 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:21.911 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-openssl. 2024-09-13T21:35:21.938 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-13T21:35:21.978 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-13T21:35:22.004 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-13T21:35:22.031 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-13T21:35:22.038 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-13T21:35:22.065 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-13T21:35:22.070 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-13T21:35:22.105 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-13T21:35:22.314 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr. 2024-09-13T21:35:22.341 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:22.373 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-openssl. 2024-09-13T21:35:22.380 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:22.400 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-13T21:35:22.416 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-openssl. 2024-09-13T21:35:22.443 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-13T21:35:22.448 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-13T21:35:22.483 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-13T21:35:22.760 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr. 2024-09-13T21:35:22.784 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mon. 2024-09-13T21:35:22.787 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:22.812 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:22.818 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:22.819 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-mgr. 2024-09-13T21:35:22.846 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:22.850 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mon (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:22.878 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-mgr (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:23.179 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mon. 2024-09-13T21:35:23.206 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:23.245 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mon (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:23.273 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-mon. 2024-09-13T21:35:23.300 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:23.339 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-mon (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:23.371 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-osd. 2024-09-13T21:35:23.398 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:23.437 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-osd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:23.927 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-osd. 2024-09-13T21:35:23.953 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:23.974 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-osd. 2024-09-13T21:35:23.993 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-osd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:24.001 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:24.041 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-osd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:24.798 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph. 2024-09-13T21:35:24.826 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../066-ceph_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:24.874 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:25.021 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph. 2024-09-13T21:35:25.037 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../066-ceph_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:25.071 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:25.136 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph. 2024-09-13T21:35:25.163 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../066-ceph_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:25.168 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-fuse. 2024-09-13T21:35:25.195 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:25.202 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:25.235 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:25.374 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-fuse. 2024-09-13T21:35:25.401 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:25.441 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:25.521 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-fuse. 2024-09-13T21:35:25.548 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:25.554 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mds. 2024-09-13T21:35:25.582 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:25.613 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:25.650 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mds (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:25.975 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mds. 2024-09-13T21:35:26.002 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:26.041 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mds (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:26.044 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-mds. 2024-09-13T21:35:26.066 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package cephadm. 2024-09-13T21:35:26.071 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:26.093 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../069-cephadm_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:26.111 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-mds (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:26.132 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:26.410 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-13T21:35:26.411 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package cephadm. 2024-09-13T21:35:26.437 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-13T21:35:26.438 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../069-cephadm_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:26.468 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-13T21:35:26.477 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:26.480 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package cephadm. 2024-09-13T21:35:26.507 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../069-cephadm_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:26.539 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:26.779 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-13T21:35:26.788 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-13T21:35:26.795 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T21:35:26.815 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-13T21:35:26.837 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T21:35:26.842 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-13T21:35:26.854 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-13T21:35:26.869 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-13T21:35:26.908 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-13T21:35:27.166 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-13T21:35:27.193 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T21:35:27.220 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-13T21:35:27.232 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T21:35:27.235 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T21:35:27.269 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T21:35:27.818 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-babel. 2024-09-13T21:35:27.846 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T21:35:27.876 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T21:35:28.137 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-jinja2. 2024-09-13T21:35:28.164 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-13T21:35:28.187 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-babel. 2024-09-13T21:35:28.203 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T21:35:28.215 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T21:35:28.250 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-babel. 2024-09-13T21:35:28.253 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T21:35:28.277 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T21:35:28.316 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T21:35:28.482 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-13T21:35:28.509 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:28.548 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:28.556 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-jinja2. 2024-09-13T21:35:28.572 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-13T21:35:28.606 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T21:35:28.645 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-jinja2. 2024-09-13T21:35:28.671 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-13T21:35:28.711 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T21:35:28.885 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-13T21:35:28.901 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-13T21:35:28.926 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-13T21:35:28.935 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-13T21:35:28.953 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:28.984 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:29.056 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-13T21:35:29.083 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:29.122 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-mgr-cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:29.237 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-routes. 2024-09-13T21:35:29.265 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-13T21:35:29.305 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T21:35:29.312 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-13T21:35:29.340 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-13T21:35:29.370 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-13T21:35:29.460 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-13T21:35:29.486 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-13T21:35:29.526 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-13T21:35:29.615 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-routes. 2024-09-13T21:35:29.642 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-13T21:35:29.657 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-13T21:35:29.681 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T21:35:29.685 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:29.724 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-dashboard (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:29.829 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-routes. 2024-09-13T21:35:29.856 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-13T21:35:29.895 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T21:35:29.960 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-13T21:35:29.987 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:30.018 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-dashboard (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:30.241 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-13T21:35:30.267 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:30.307 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-mgr-dashboard (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:30.928 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-13T21:35:30.945 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-13T21:35:30.978 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T21:35:31.356 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-13T21:35:31.372 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-13T21:35:31.414 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T21:35:31.449 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-joblib. 2024-09-13T21:35:31.465 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-13T21:35:31.499 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T21:35:31.788 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-13T21:35:31.803 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-13T21:35:31.846 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T21:35:31.852 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-13T21:35:31.868 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-13T21:35:31.909 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-joblib. 2024-09-13T21:35:31.910 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-13T21:35:31.937 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-13T21:35:31.976 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T21:35:32.205 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-sklearn. 2024-09-13T21:35:32.232 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-13T21:35:32.271 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T21:35:32.291 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-joblib. 2024-09-13T21:35:32.296 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-13T21:35:32.318 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-13T21:35:32.323 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-13T21:35:32.350 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T21:35:32.354 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-13T21:35:32.682 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-sklearn. 2024-09-13T21:35:32.709 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-13T21:35:32.711 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-13T21:35:32.739 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-13T21:35:32.748 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T21:35:32.778 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-13T21:35:32.971 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-13T21:35:32.988 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:33.073 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-sklearn. 2024-09-13T21:35:33.100 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-13T21:35:33.115 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:33.139 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T21:35:33.423 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-13T21:35:33.452 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:33.575 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:33.848 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-13T21:35:33.876 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:34.009 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:34.094 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-cachetools. 2024-09-13T21:35:34.121 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-13T21:35:34.160 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-13T21:35:34.438 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-13T21:35:34.466 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-13T21:35:34.487 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-cachetools. 2024-09-13T21:35:34.504 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-13T21:35:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-13T21:35:34.554 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-13T21:35:34.856 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-13T21:35:34.885 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-13T21:35:34.923 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-13T21:35:34.962 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-13T21:35:34.971 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-cachetools. 2024-09-13T21:35:34.990 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-13T21:35:34.998 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-13T21:35:35.037 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-13T21:35:35.091 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T21:35:35.227 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-13T21:35:35.255 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-13T21:35:35.293 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T21:35:35.316 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-13T21:35:35.343 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-13T21:35:35.382 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-13T21:35:35.403 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-rsa. 2024-09-13T21:35:35.430 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-13T21:35:35.469 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-13T21:35:35.612 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-rsa. 2024-09-13T21:35:35.629 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-13T21:35:35.671 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-13T21:35:35.719 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-13T21:35:35.748 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-13T21:35:35.764 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-google-auth. 2024-09-13T21:35:35.781 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-13T21:35:35.811 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T21:35:35.814 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-13T21:35:35.958 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-google-auth. 2024-09-13T21:35:35.986 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-13T21:35:36.016 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-13T21:35:36.106 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-rsa. 2024-09-13T21:35:36.133 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-13T21:35:36.143 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-13T21:35:36.171 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-13T21:35:36.172 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-13T21:35:36.209 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T21:35:36.294 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-13T21:35:36.322 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-13T21:35:36.386 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T21:35:36.468 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-google-auth. 2024-09-13T21:35:36.495 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-13T21:35:36.521 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-websocket. 2024-09-13T21:35:36.535 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-13T21:35:36.548 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-13T21:35:36.587 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-13T21:35:36.697 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-websocket. 2024-09-13T21:35:36.725 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-13T21:35:36.763 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-13T21:35:36.855 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-13T21:35:36.882 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-13T21:35:36.882 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-13T21:35:36.910 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-13T21:35:36.921 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T21:35:36.948 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T21:35:37.075 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-13T21:35:37.103 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-13T21:35:37.141 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T21:35:37.242 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-websocket. 2024-09-13T21:35:37.268 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-13T21:35:37.308 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-13T21:35:37.587 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-13T21:35:37.613 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-13T21:35:37.637 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-13T21:35:37.644 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T21:35:37.654 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:37.696 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:37.780 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-13T21:35:37.797 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:37.838 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:38.023 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-13T21:35:38.051 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-13T21:35:38.090 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T21:35:38.158 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-13T21:35:38.186 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-13T21:35:38.224 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T21:35:38.275 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-13T21:35:38.291 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:38.334 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:38.427 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-13T21:35:38.455 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T21:35:38.493 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T21:35:38.519 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-13T21:35:38.547 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T21:35:38.577 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T21:35:38.653 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-13T21:35:38.681 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-13T21:35:38.720 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T21:35:38.754 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package jq. 2024-09-13T21:35:38.782 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T21:35:38.796 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package jq. 2024-09-13T21:35:38.813 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T21:35:38.820 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-13T21:35:38.854 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-13T21:35:39.057 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-13T21:35:39.082 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package socat. 2024-09-13T21:35:39.084 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T21:35:39.107 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package socat. 2024-09-13T21:35:39.109 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-13T21:35:39.123 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T21:35:39.123 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-13T21:35:39.148 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-13T21:35:39.165 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-13T21:35:39.334 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package jq. 2024-09-13T21:35:39.350 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T21:35:39.384 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-13T21:35:39.435 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package xmlstarlet. 2024-09-13T21:35:39.451 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-13T21:35:39.485 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-13T21:35:39.494 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package xmlstarlet. 2024-09-13T21:35:39.521 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-13T21:35:39.560 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-13T21:35:39.637 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package socat. 2024-09-13T21:35:39.653 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-13T21:35:39.695 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-13T21:35:39.847 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-test. 2024-09-13T21:35:39.875 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../097-ceph-test_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:39.913 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-test (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:39.914 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-test. 2024-09-13T21:35:39.930 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../097-ceph-test_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:39.972 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-test (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:40.007 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package xmlstarlet. 2024-09-13T21:35:40.034 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-13T21:35:40.073 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-13T21:35:40.403 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-test. 2024-09-13T21:35:40.431 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../097-ceph-test_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:40.470 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-test (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:42.287 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package ceph-volume. 2024-09-13T21:35:42.293 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package ceph-volume. 2024-09-13T21:35:42.315 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:42.321 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:42.353 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking ceph-volume (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:42.360 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking ceph-volume (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:42.664 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-13T21:35:42.666 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-13T21:35:42.682 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:42.692 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:42.715 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking libcephfs-dev (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:42.730 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libcephfs-dev (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:42.733 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package ceph-volume. 2024-09-13T21:35:42.761 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-324-gecab7be5-1jammy_all.deb ... 2024-09-13T21:35:42.799 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking ceph-volume (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:43.010 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-13T21:35:43.038 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-13T21:35:43.043 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-13T21:35:43.071 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-13T21:35:43.076 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T21:35:43.104 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-13T21:35:43.109 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T21:35:43.120 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:43.162 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking libcephfs-dev (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:43.389 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-13T21:35:43.414 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-13T21:35:43.417 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-13T21:35:43.442 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-13T21:35:43.455 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-13T21:35:43.481 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-13T21:35:43.481 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-13T21:35:43.509 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-13T21:35:43.548 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T21:35:43.818 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package nvme-cli. 2024-09-13T21:35:43.843 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package nvme-cli. 2024-09-13T21:35:43.846 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-13T21:35:43.853 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-13T21:35:43.871 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-13T21:35:43.881 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-13T21:35:43.884 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T21:35:43.909 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T21:35:43.920 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-13T21:35:44.298 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package pkg-config. 2024-09-13T21:35:44.307 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package nvme-cli. 2024-09-13T21:35:44.326 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-13T21:35:44.331 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package pkg-config. 2024-09-13T21:35:44.334 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-13T21:35:44.360 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-13T21:35:44.364 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T21:35:44.373 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T21:35:44.398 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T21:35:44.617 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-13T21:35:44.634 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-13T21:35:44.659 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-13T21:35:44.675 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-13T21:35:44.687 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-13T21:35:44.725 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-13T21:35:44.779 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package pkg-config. 2024-09-13T21:35:44.807 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-13T21:35:44.846 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T21:35:45.099 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-13T21:35:45.127 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-13T21:35:45.129 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-13T21:35:45.154 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-13T21:35:45.157 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-13T21:35:45.165 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-13T21:35:45.182 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-13T21:35:45.195 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-13T21:35:45.220 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-13T21:35:45.523 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pastescript. 2024-09-13T21:35:45.551 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-13T21:35:45.590 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-13T21:35:45.594 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-13T21:35:45.622 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-13T21:35:45.660 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-13T21:35:45.681 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pastescript. 2024-09-13T21:35:45.707 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-13T21:35:45.739 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-13T21:35:45.918 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pluggy. 2024-09-13T21:35:45.946 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-13T21:35:45.963 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pastescript. 2024-09-13T21:35:45.984 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-13T21:35:45.991 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-13T21:35:46.018 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pluggy. 2024-09-13T21:35:46.030 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-13T21:35:46.046 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-13T21:35:46.084 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-13T21:35:46.271 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-psutil. 2024-09-13T21:35:46.299 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-13T21:35:46.325 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pluggy. 2024-09-13T21:35:46.337 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-13T21:35:46.353 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-13T21:35:46.392 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-13T21:35:46.396 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-psutil. 2024-09-13T21:35:46.424 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-13T21:35:46.462 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-13T21:35:46.665 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-py. 2024-09-13T21:35:46.693 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-13T21:35:46.703 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-psutil. 2024-09-13T21:35:46.719 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-13T21:35:46.731 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-13T21:35:46.761 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-13T21:35:46.790 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-py. 2024-09-13T21:35:46.818 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-13T21:35:46.856 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-13T21:35:47.018 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pygments. 2024-09-13T21:35:47.046 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-13T21:35:47.076 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T21:35:47.090 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-py. 2024-09-13T21:35:47.117 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-13T21:35:47.156 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-13T21:35:47.177 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pygments. 2024-09-13T21:35:47.205 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-13T21:35:47.252 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T21:35:47.485 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pygments. 2024-09-13T21:35:47.513 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-13T21:35:47.547 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-13T21:35:47.551 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T21:35:47.575 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-13T21:35:47.616 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-13T21:35:47.706 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-13T21:35:47.734 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-13T21:35:47.772 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-13T21:35:47.941 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-toml. 2024-09-13T21:35:47.970 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-13T21:35:48.014 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-13T21:35:48.015 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-13T21:35:48.042 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-13T21:35:48.066 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-toml. 2024-09-13T21:35:48.080 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-13T21:35:48.094 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-13T21:35:48.133 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-13T21:35:48.319 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-pytest. 2024-09-13T21:35:48.344 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-toml. 2024-09-13T21:35:48.347 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-13T21:35:48.371 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-13T21:35:48.385 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T21:35:48.410 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-13T21:35:48.437 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-pytest. 2024-09-13T21:35:48.464 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-13T21:35:48.502 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T21:35:48.713 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-pytest. 2024-09-13T21:35:48.722 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package python3-simplejson. 2024-09-13T21:35:48.741 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-13T21:35:48.748 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-13T21:35:48.779 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T21:35:48.788 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-13T21:35:48.881 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package python3-simplejson. 2024-09-13T21:35:48.909 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-13T21:35:48.947 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-13T21:35:49.058 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-13T21:35:49.074 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-13T21:35:49.116 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-13T21:35:49.142 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package python3-simplejson. 2024-09-13T21:35:49.158 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-13T21:35:49.200 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-13T21:35:49.233 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-13T21:35:49.252 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-13T21:35:49.291 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-13T21:35:49.469 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-13T21:35:49.486 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-13T21:35:49.528 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-13T21:35:49.795 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package radosgw. 2024-09-13T21:35:49.823 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../116-radosgw_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:49.861 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking radosgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:50.004 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package radosgw. 2024-09-13T21:35:50.033 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../116-radosgw_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:50.070 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking radosgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:50.232 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package radosgw. 2024-09-13T21:35:50.260 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../116-radosgw_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:50.298 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking radosgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:50.781 INFO:teuthology.orchestra.run.smithi001.stdout:Selecting previously unselected package rbd-fuse. 2024-09-13T21:35:50.798 INFO:teuthology.orchestra.run.smithi001.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:50.839 INFO:teuthology.orchestra.run.smithi001.stdout:Unpacking rbd-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:50.973 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package rbd-fuse. 2024-09-13T21:35:50.990 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:51.031 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking rbd-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:51.102 INFO:teuthology.orchestra.run.smithi143.stdout:Selecting previously unselected package rbd-fuse. 2024-09-13T21:35:51.119 INFO:teuthology.orchestra.run.smithi143.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-324-gecab7be5-1jammy_amd64.deb ... 2024-09-13T21:35:51.135 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-13T21:35:51.152 INFO:teuthology.orchestra.run.smithi143.stdout:Unpacking rbd-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:51.328 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-13T21:35:51.394 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T21:35:51.409 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-13T21:35:51.520 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T21:35:51.628 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T21:35:51.665 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T21:35:51.754 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T21:35:51.792 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T21:35:51.801 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-13T21:35:52.021 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-13T21:35:52.053 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-13T21:35:52.155 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-13T21:35:52.365 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-13T21:35:52.395 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-13T21:35:52.564 INFO:teuthology.orchestra.run.smithi001.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-13T21:35:52.630 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:52.831 INFO:teuthology.orchestra.run.smithi016.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-13T21:35:52.833 INFO:teuthology.orchestra.run.smithi143.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-13T21:35:52.906 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:52.910 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:53.280 INFO:teuthology.orchestra.run.smithi001.stdout:Adding system user cephadm....done 2024-09-13T21:35:53.398 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user cephadm....done 2024-09-13T21:35:53.411 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T21:35:53.444 INFO:teuthology.orchestra.run.smithi143.stdout:Adding system user cephadm....done 2024-09-13T21:35:53.554 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T21:35:53.593 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T21:35:53.671 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-13T21:35:53.830 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-13T21:35:53.869 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-13T21:35:53.922 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-13T21:35:54.048 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-13T21:35:54.098 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-13T21:35:54.137 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-13T21:35:54.224 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-13T21:35:54.238 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-13T21:35:54.408 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-13T21:35:54.472 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-13T21:35:54.483 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-13T21:35:54.667 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T21:35:54.723 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T21:35:54.743 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T21:35:54.768 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-13T21:35:54.844 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-13T21:35:54.849 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-13T21:35:55.070 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T21:35:55.146 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T21:35:55.177 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T21:35:55.422 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-13T21:35:55.506 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-13T21:35:55.537 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-13T21:35:55.681 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-13T21:35:55.757 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-13T21:35:55.780 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-13T21:35:55.957 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-13T21:35:56.025 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-13T21:35:56.047 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-13T21:35:56.217 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-13T21:35:56.294 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-13T21:35:56.316 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-13T21:35:56.468 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-13T21:35:56.576 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-13T21:35:56.578 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-13T21:35:56.719 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-13T21:35:56.836 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-13T21:35:56.846 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-13T21:35:56.978 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-ceph-argparse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:57.086 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-ceph-argparse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:57.105 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-argparse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:35:57.246 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T21:35:57.321 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T21:35:57.389 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T21:35:57.422 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T21:35:57.515 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T21:35:57.539 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T21:35:57.554 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T21:35:57.641 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T21:35:57.683 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-13T21:35:57.740 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T21:35:57.767 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-13T21:35:57.849 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-13T21:35:58.018 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-13T21:35:58.108 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-13T21:35:58.109 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-13T21:35:58.482 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-13T21:35:58.509 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-13T21:35:58.513 INFO:teuthology.orchestra.run.smithi001.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-13T21:35:58.529 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-13T21:35:58.549 INFO:teuthology.orchestra.run.smithi001.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-13T21:35:58.565 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-13T21:35:58.572 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T21:35:58.612 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T21:35:58.612 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T21:35:58.698 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-13T21:35:58.714 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-13T21:35:58.738 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-13T21:35:59.065 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T21:35:59.074 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T21:35:59.105 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T21:35:59.191 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-13T21:35:59.200 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-13T21:35:59.223 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-13T21:35:59.467 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T21:35:59.468 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T21:35:59.482 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T21:35:59.736 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-13T21:35:59.743 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-13T21:35:59.750 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-13T21:36:00.028 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up zip (3.0-12build2) ... 2024-09-13T21:36:00.045 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up zip (3.0-12build2) ... 2024-09-13T21:36:00.051 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up zip (3.0-12build2) ... 2024-09-13T21:36:00.146 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T21:36:00.169 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T21:36:00.171 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T21:36:00.823 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T21:36:00.846 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T21:36:00.923 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T21:36:01.082 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T21:36:01.114 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T21:36:01.209 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-13T21:36:01.239 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-13T21:36:01.335 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T21:36:01.365 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T21:36:01.474 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T21:36:01.600 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-13T21:36:01.628 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-13T21:36:01.666 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-13T21:36:01.718 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T21:36:01.996 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-13T21:36:02.019 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-13T21:36:02.067 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-13T21:36:02.230 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T21:36:02.319 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T21:36:02.412 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-13T21:36:02.607 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T21:36:02.671 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T21:36:02.679 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T21:36:02.909 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T21:36:02.988 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T21:36:03.048 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T21:36:03.269 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-13T21:36:03.340 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-13T21:36:03.340 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T21:36:03.503 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-13T21:36:03.599 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-13T21:36:03.604 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:03.675 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-13T21:36:03.725 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:03.881 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T21:36:03.927 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-13T21:36:04.018 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T21:36:04.086 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:04.190 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T21:36:04.327 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T21:36:04.387 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T21:36:04.713 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T21:36:05.421 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T21:36:05.491 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T21:36:05.665 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:36:05.751 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:36:05.799 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-13T21:36:05.869 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-13T21:36:05.961 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T21:36:06.059 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T21:36:06.136 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T21:36:06.177 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-13T21:36:06.229 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:36:06.265 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-13T21:36:06.303 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T21:36:06.363 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-13T21:36:06.389 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T21:36:06.698 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T21:36:06.721 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-13T21:36:06.723 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-13T21:36:06.815 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-13T21:36:06.925 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T21:36:06.964 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-13T21:36:06.982 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-13T21:36:07.207 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:36:07.218 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-13T21:36:07.259 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:36:07.333 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-13T21:36:07.359 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-13T21:36:07.477 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-13T21:36:07.651 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-13T21:36:07.653 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-13T21:36:07.729 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:36:07.854 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-13T21:36:07.894 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-13T21:36:08.054 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-13T21:36:08.129 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-13T21:36:08.206 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-13T21:36:08.330 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-13T21:36:08.371 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-13T21:36:08.465 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-13T21:36:08.597 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-13T21:36:08.639 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-13T21:36:08.725 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-13T21:36:08.848 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-13T21:36:08.899 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T21:36:08.984 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-13T21:36:09.025 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-13T21:36:09.124 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T21:36:09.225 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-13T21:36:09.235 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-13T21:36:09.318 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T21:36:09.436 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T21:36:09.493 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T21:36:09.494 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T21:36:09.603 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T21:36:09.621 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-13T21:36:09.704 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T21:36:09.879 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T21:36:09.905 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T21:36:10.013 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-13T21:36:10.031 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T21:36:10.213 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-13T21:36:10.264 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T21:36:10.341 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T21:36:10.391 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-13T21:36:10.489 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T21:36:10.517 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T21:36:10.615 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-13T21:36:10.632 INFO:teuthology.orchestra.run.smithi143.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-13T21:36:10.658 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-13T21:36:10.741 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T21:36:10.814 INFO:teuthology.orchestra.run.smithi001.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-13T21:36:10.869 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T21:36:10.909 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T21:36:10.970 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T21:36:11.019 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-13T21:36:11.076 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T21:36:11.136 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T21:36:11.185 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T21:36:11.226 INFO:teuthology.orchestra.run.smithi016.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-13T21:36:11.338 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-13T21:36:11.463 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T21:36:11.562 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-13T21:36:11.589 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T21:36:11.597 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-13T21:36:11.724 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-13T21:36:11.821 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-13T21:36:11.947 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-13T21:36:11.982 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-13T21:36:11.983 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:36:12.109 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T21:36:12.206 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:36:12.250 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-13T21:36:12.332 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T21:36:12.368 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-13T21:36:12.419 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T21:36:12.627 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T21:36:12.650 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T21:36:12.695 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T21:36:12.795 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T21:36:12.952 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T21:36:12.972 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-13T21:36:13.098 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-13T21:36:13.154 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T21:36:13.219 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-13T21:36:13.320 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-13T21:36:13.374 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-13T21:36:13.464 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T21:36:13.588 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-13T21:36:13.650 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T21:36:13.748 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-13T21:36:13.872 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T21:36:13.874 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-13T21:36:14.004 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-13T21:36:14.167 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-13T21:36:14.233 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-13T21:36:14.372 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-13T21:36:14.435 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T21:36:14.627 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-13T21:36:14.665 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T21:36:14.780 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-13T21:36:14.920 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T21:36:15.001 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T21:36:15.111 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up librados2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:15.173 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-13T21:36:15.212 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libsqlite3-mod-ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:15.256 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T21:36:15.338 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-13T21:36:15.382 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librados2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:15.466 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T21:36:15.516 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libsqlite3-mod-ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:15.617 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-13T21:36:15.675 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libcephfs2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:15.801 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libradosstriper1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:15.844 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T21:36:15.920 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libcephfs2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:15.927 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-13T21:36:15.962 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librados2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.046 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libradosstriper1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.088 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libsqlite3-mod-ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.172 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-13T21:36:16.187 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up librbd1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.214 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-13T21:36:16.296 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-mgr-modules-core (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.422 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.457 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librbd1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.550 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.583 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-modules-core (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.637 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T21:36:16.638 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T21:36:16.693 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libradosstriper1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.709 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:16.794 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-13T21:36:16.936 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T21:36:16.936 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T21:36:17.062 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librbd1 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:17.082 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up libcephfs-dev (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:17.188 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-modules-core (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:17.208 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-rados (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:17.314 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:17.334 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up librgw2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:17.394 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up libcephfs-dev (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:17.461 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T21:36:17.495 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rados (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:17.533 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T21:36:17.533 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T21:36:17.596 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up librgw2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:17.722 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T21:36:18.015 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libcephfs-dev (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:18.116 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rados (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:18.234 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up librgw2 (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:18.360 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T21:36:18.723 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-rbd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:18.858 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up rbd-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:18.983 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-rgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:18.992 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rbd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.093 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up rbd-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.109 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up python3-cephfs (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.193 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-rgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.219 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.320 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up python3-cephfs (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.446 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.581 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rbd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.715 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up rbd-fuse (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.779 INFO:teuthology.orchestra.run.smithi143.stdout:Adding group ceph....done 2024-09-13T21:36:19.841 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-rgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.967 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up python3-cephfs (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:19.979 INFO:teuthology.orchestra.run.smithi001.stdout:Adding group ceph....done 2024-09-13T21:36:20.093 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-common (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:20.123 INFO:teuthology.orchestra.run.smithi143.stdout:Adding system user ceph....done 2024-09-13T21:36:20.292 INFO:teuthology.orchestra.run.smithi143.stdout:Setting system user ceph properties....done 2024-09-13T21:36:20.319 INFO:teuthology.orchestra.run.smithi143.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-13T21:36:20.357 INFO:teuthology.orchestra.run.smithi001.stdout:Adding system user ceph....done 2024-09-13T21:36:20.449 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-13T21:36:20.525 INFO:teuthology.orchestra.run.smithi001.stdout:Setting system user ceph properties....done 2024-09-13T21:36:20.540 INFO:teuthology.orchestra.run.smithi001.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-13T21:36:20.619 INFO:teuthology.orchestra.run.smithi016.stdout:Adding group ceph....done 2024-09-13T21:36:20.683 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-13T21:36:20.817 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-13T21:36:20.970 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user ceph....done 2024-09-13T21:36:20.991 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-13T21:36:21.139 INFO:teuthology.orchestra.run.smithi016.stdout:Setting system user ceph properties....done 2024-09-13T21:36:21.153 INFO:teuthology.orchestra.run.smithi016.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-13T21:36:21.294 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-13T21:36:21.296 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-test (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:21.422 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up radosgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:21.472 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-test (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:21.607 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up radosgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:21.624 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-13T21:36:21.913 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:36:21.913 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:36:22.053 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-test (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:22.170 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up radosgw (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:22.374 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-base (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:22.383 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:36:22.383 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:36:22.636 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:36:22.636 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T21:36:22.728 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-13T21:36:22.842 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-base (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:23.105 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-base (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:23.155 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-13T21:36:23.193 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-mds (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:23.434 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T21:36:23.434 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T21:36:23.499 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-13T21:36:23.716 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mds (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:23.903 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-mgr (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:23.974 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T21:36:23.974 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T21:36:23.999 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mds (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:24.124 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T21:36:24.124 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T21:36:24.248 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T21:36:24.249 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T21:36:24.450 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:24.629 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-osd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:24.650 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T21:36:24.650 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T21:36:24.709 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:24.902 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T21:36:24.902 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T21:36:24.935 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T21:36:24.935 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T21:36:25.093 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-osd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:25.345 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T21:36:25.345 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T21:36:25.398 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-mgr-k8sevents (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:25.427 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-osd (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:25.524 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:25.667 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-mon (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:25.705 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T21:36:25.705 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T21:36:25.820 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-k8sevents (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:25.880 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T21:36:25.880 INFO:teuthology.orchestra.run.smithi143.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T21:36:25.946 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:26.097 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mon (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:26.187 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-k8sevents (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:26.313 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:26.316 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T21:36:26.316 INFO:teuthology.orchestra.run.smithi001.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T21:36:26.377 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-mgr-cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:26.464 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mon (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:26.519 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:26.645 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-mgr-dashboard (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:26.683 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T21:36:26.683 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T21:36:26.789 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:26.796 INFO:teuthology.orchestra.run.smithi143.stdout:Setting up ceph-volume (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:26.941 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:27.066 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-mgr-dashboard (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:27.158 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-13T21:36:27.200 INFO:teuthology.orchestra.run.smithi001.stdout:Setting up ceph-volume (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:27.236 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-cephadm (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:27.250 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-13T21:36:27.378 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:27.395 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-13T21:36:27.495 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-mgr-dashboard (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:27.537 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-13T21:36:27.646 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-13T21:36:27.646 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up ceph-volume (19.1.1-324-gecab7be5-1jammy) ... 2024-09-13T21:36:27.798 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-13T21:36:28.033 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-13T21:36:28.150 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-13T21:36:28.302 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-13T21:36:28.542 INFO:teuthology.orchestra.run.smithi143.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-13T21:36:28.882 INFO:teuthology.orchestra.run.smithi001.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-13T21:36:29.437 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-13T21:36:29.529 INFO:teuthology.orchestra.run.smithi001.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-13T21:36:29.535 DEBUG:teuthology.parallel:result is None 2024-09-13T21:36:29.545 INFO:teuthology.orchestra.run.smithi143.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-13T21:36:29.550 DEBUG:teuthology.parallel:result is None 2024-09-13T21:36:30.086 INFO:teuthology.orchestra.run.smithi016.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-13T21:36:30.091 DEBUG:teuthology.parallel:result is None 2024-09-13T21:36:30.092 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:36:30.243 DEBUG:teuthology.orchestra.run.smithi001:> dpkg-query -W -f '${Version}' ceph 2024-09-13T21:36:30.263 INFO:teuthology.orchestra.run.smithi001.stdout:19.1.1-324-gecab7be5-1jammy 2024-09-13T21:36:30.264 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-324-gecab7be5-1jammy 2024-09-13T21:36:30.264 INFO:teuthology.task.install:The correct ceph version 19.1.1-324-gecab7be5-1jammy is installed. 2024-09-13T21:36:30.266 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:36:30.420 DEBUG:teuthology.orchestra.run.smithi016:> dpkg-query -W -f '${Version}' ceph 2024-09-13T21:36:30.440 INFO:teuthology.orchestra.run.smithi016.stdout:19.1.1-324-gecab7be5-1jammy 2024-09-13T21:36:30.440 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-324-gecab7be5-1jammy 2024-09-13T21:36:30.440 INFO:teuthology.task.install:The correct ceph version 19.1.1-324-gecab7be5-1jammy is installed. 2024-09-13T21:36:30.442 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:36:30.592 DEBUG:teuthology.orchestra.run.smithi143:> dpkg-query -W -f '${Version}' ceph 2024-09-13T21:36:30.611 INFO:teuthology.orchestra.run.smithi143.stdout:19.1.1-324-gecab7be5-1jammy 2024-09-13T21:36:30.612 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-324-gecab7be5-1jammy 2024-09-13T21:36:30.612 INFO:teuthology.task.install:The correct ceph version 19.1.1-324-gecab7be5-1jammy is installed. 2024-09-13T21:36:30.614 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-13T21:36:30.614 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:36:30.614 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T21:36:30.629 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:36:30.629 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T21:36:30.644 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:36:30.644 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T21:36:30.668 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-13T21:36:30.668 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:36:30.668 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T21:36:30.685 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T21:36:30.741 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:36:30.741 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T21:36:30.754 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T21:36:30.808 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:36:30.808 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T21:36:30.822 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T21:36:30.880 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-13T21:36:30.881 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:36:30.881 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T21:36:30.894 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T21:36:30.948 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:36:30.948 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T21:36:30.962 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T21:36:31.017 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:36:31.017 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T21:36:31.031 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T21:36:31.086 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-13T21:36:31.086 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:36:31.086 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T21:36:31.100 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T21:36:31.157 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:36:31.157 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T21:36:31.170 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T21:36:31.224 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:36:31.224 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T21:36:31.237 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T21:36:31.292 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-13T21:36:31.387 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, '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\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'ecab7be58963a5bd03910cd73eef66405d7fdd50'} 2024-09-13T21:36:31.387 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:36:31.388 INFO:tasks.cephadm:Cluster fsid is 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:36:31.388 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-13T21:36:31.388 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.1', 'mon.b': '172.21.15.16', 'mon.c': '172.21.15.143'} 2024-09-13T21:36:31.388 INFO:tasks.cephadm:First mon is mon.a on smithi001 2024-09-13T21:36:31.388 INFO:tasks.cephadm:First mgr is a 2024-09-13T21:36:31.388 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-13T21:36:31.388 DEBUG:teuthology.orchestra.run.smithi001:> sudo hostname $(hostname -s) 2024-09-13T21:36:31.403 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2024-09-13T21:36:31.418 DEBUG:teuthology.orchestra.run.smithi143:> sudo hostname $(hostname -s) 2024-09-13T21:36:31.432 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-13T21:36:31.432 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:36:31.578 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'ecab7be58963a5bd03910cd73eef66405d7fdd50', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/56074/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.1.1-324-gecab7be5', 'node_name': '172.21.2.17+braggi17', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.1.1-324-gecab7be5-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-13 19:22:31.141342', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-13T21:36:31.722 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 ecab7be58963a5bd03910cd73eef66405d7fdd50 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:36:31.724 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-13T21:36:31.724 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-13T21:36:31.724 DEBUG:teuthology.orchestra.run.smithi001:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T21:36:32.168 INFO:teuthology.orchestra.run.smithi001.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791838 Sep 13 21:36 /home/ubuntu/cephtest/cephadm 2024-09-13T21:36:32.168 DEBUG:teuthology.orchestra.run.smithi016:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T21:36:32.651 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791838 Sep 13 21:36 /home/ubuntu/cephtest/cephadm 2024-09-13T21:36:32.651 DEBUG:teuthology.orchestra.run.smithi143:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/ecab7be58963a5bd03910cd73eef66405d7fdd50/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T21:36:33.078 INFO:teuthology.orchestra.run.smithi143.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791838 Sep 13 21:36 /home/ubuntu/cephtest/cephadm 2024-09-13T21:36:33.079 DEBUG:teuthology.orchestra.run.smithi001:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T21:36:33.086 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T21:36:33.094 DEBUG:teuthology.orchestra.run.smithi143:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T21:36:33.112 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 on all hosts... 2024-09-13T21:36:33.112 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 pull 2024-09-13T21:36:33.130 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 pull 2024-09-13T21:36:33.137 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 pull 2024-09-13T21:36:33.316 INFO:teuthology.orchestra.run.smithi001.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50... 2024-09-13T21:36:33.324 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50... 2024-09-13T21:36:33.327 INFO:teuthology.orchestra.run.smithi143.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50... 2024-09-13T21:37:39.898 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2024-09-13T21:37:39.898 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph_version": "ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable)", 2024-09-13T21:37:39.898 INFO:teuthology.orchestra.run.smithi001.stdout: "image_id": "0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34", 2024-09-13T21:37:39.898 INFO:teuthology.orchestra.run.smithi001.stdout: "repo_digests": [ 2024-09-13T21:37:39.898 INFO:teuthology.orchestra.run.smithi001.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808" 2024-09-13T21:37:39.899 INFO:teuthology.orchestra.run.smithi001.stdout: ] 2024-09-13T21:37:39.899 INFO:teuthology.orchestra.run.smithi001.stdout:} 2024-09-13T21:37:43.381 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2024-09-13T21:37:43.382 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph_version": "ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable)", 2024-09-13T21:37:43.382 INFO:teuthology.orchestra.run.smithi016.stdout: "image_id": "0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34", 2024-09-13T21:37:43.382 INFO:teuthology.orchestra.run.smithi016.stdout: "repo_digests": [ 2024-09-13T21:37:43.382 INFO:teuthology.orchestra.run.smithi016.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808" 2024-09-13T21:37:43.382 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2024-09-13T21:37:43.382 INFO:teuthology.orchestra.run.smithi016.stdout:} 2024-09-13T21:38:00.543 INFO:teuthology.orchestra.run.smithi143.stdout:{ 2024-09-13T21:38:00.544 INFO:teuthology.orchestra.run.smithi143.stdout: "ceph_version": "ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable)", 2024-09-13T21:38:00.544 INFO:teuthology.orchestra.run.smithi143.stdout: "image_id": "0652ff2b5d78add567c2474cd2436ae21ad32722283bcbf25450e33edcd34e34", 2024-09-13T21:38:00.544 INFO:teuthology.orchestra.run.smithi143.stdout: "repo_digests": [ 2024-09-13T21:38:00.544 INFO:teuthology.orchestra.run.smithi143.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808" 2024-09-13T21:38:00.544 INFO:teuthology.orchestra.run.smithi143.stdout: ] 2024-09-13T21:38:00.544 INFO:teuthology.orchestra.run.smithi143.stdout:} 2024-09-13T21:38:00.576 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /etc/ceph 2024-09-13T21:38:00.592 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2024-09-13T21:38:00.607 DEBUG:teuthology.orchestra.run.smithi143:> sudo mkdir -p /etc/ceph 2024-09-13T21:38:00.621 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 777 /etc/ceph 2024-09-13T21:38:00.648 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2024-09-13T21:38:00.664 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 777 /etc/ceph 2024-09-13T21:38:00.676 INFO:tasks.cephadm:Writing seed config... 2024-09-13T21:38:00.678 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-13T21:38:00.678 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-13T21:38:00.678 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-13T21:38:00.678 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-13T21:38:00.678 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-13T21:38:00.678 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-13T21:38:00.678 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-13T21:38:00.678 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-13T21:38:00.678 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-13T21:38:00.679 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:38:00.679 DEBUG:teuthology.orchestra.run.smithi001:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-13T21:38:00.696 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = 3dd44bb8-7218-11ef-bceb-c7b262605968 mon election default strategy = 1 [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-13T21:38:00.697 DEBUG:teuthology.orchestra.run.smithi001:mon.a> sudo journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.a.service 2024-09-13T21:38:00.741 DEBUG:teuthology.orchestra.run.smithi001:mgr.a> sudo journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mgr.a.service 2024-09-13T21:38:00.785 INFO:tasks.cephadm:Bootstrapping... 2024-09-13T21:38:00.785 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 -v bootstrap --fsid 3dd44bb8-7218-11ef-bceb-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 a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.1 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:38:01.015 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2024-09-13T21:38:01.016 INFO:teuthology.orchestra.run.smithi001.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50', '-v', 'bootstrap', '--fsid', '3dd44bb8-7218-11ef-bceb-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', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.1', '--skip-admin-label'] 2024-09-13T21:38:01.016 INFO:teuthology.orchestra.run.smithi001.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-13T21:38:01.017 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying podman|docker is present... 2024-09-13T21:38:01.017 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying lvm2 is present... 2024-09-13T21:38:01.017 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying time synchronization is in place... 2024-09-13T21:38:01.022 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T21:38:01.022 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T21:38:01.026 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T21:38:01.026 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-13T21:38:01.030 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-13T21:38:01.031 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-13T21:38:01.035 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-13T21:38:01.035 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-13T21:38:01.039 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-13T21:38:01.039 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout masked 2024-09-13T21:38:01.042 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-13T21:38:01.043 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-13T21:38:01.046 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-13T21:38:01.046 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-13T21:38:01.050 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-13T21:38:01.050 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-13T21:38:01.054 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout enabled 2024-09-13T21:38:01.058 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout active 2024-09-13T21:38:01.059 INFO:teuthology.orchestra.run.smithi001.stdout:Unit ntp.service is enabled and running 2024-09-13T21:38:01.059 INFO:teuthology.orchestra.run.smithi001.stdout:Repeating the final host check... 2024-09-13T21:38:01.059 INFO:teuthology.orchestra.run.smithi001.stdout:docker (/usr/bin/docker) is present 2024-09-13T21:38:01.059 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl is present 2024-09-13T21:38:01.059 INFO:teuthology.orchestra.run.smithi001.stdout:lvcreate is present 2024-09-13T21:38:01.062 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T21:38:01.062 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T21:38:01.066 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T21:38:01.066 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-13T21:38:01.070 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-13T21:38:01.070 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-13T21:38:01.074 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-13T21:38:01.074 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-13T21:38:01.077 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-13T21:38:01.078 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout masked 2024-09-13T21:38:01.081 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-13T21:38:01.082 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-13T21:38:01.085 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-13T21:38:01.085 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-13T21:38:01.089 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-13T21:38:01.089 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-09-13T21:38:01.093 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout enabled 2024-09-13T21:38:01.097 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout active 2024-09-13T21:38:01.098 INFO:teuthology.orchestra.run.smithi001.stdout:Unit ntp.service is enabled and running 2024-09-13T21:38:01.098 INFO:teuthology.orchestra.run.smithi001.stdout:Host looks OK 2024-09-13T21:38:01.098 INFO:teuthology.orchestra.run.smithi001.stdout:Cluster fsid: 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:01.098 INFO:teuthology.orchestra.run.smithi001.stdout:Acquiring lock 140053622127440 on /run/cephadm/3dd44bb8-7218-11ef-bceb-c7b262605968.lock 2024-09-13T21:38:01.098 INFO:teuthology.orchestra.run.smithi001.stdout:Lock 140053622127440 acquired on /run/cephadm/3dd44bb8-7218-11ef-bceb-c7b262605968.lock 2024-09-13T21:38:01.098 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying IP 172.21.15.1 port 3300 ... 2024-09-13T21:38:01.098 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying IP 172.21.15.1 port 6789 ... 2024-09-13T21:38:01.098 INFO:teuthology.orchestra.run.smithi001.stdout:Base mon IP(s) is [172.21.15.1:3300, 172.21.15.1:6789], mon addrv is [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-09-13T21:38:01.100 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-13T21:38:01.100 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-13T21:38:01.100 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.1 2024-09-13T21:38:01.102 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-13T21:38:01.103 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-13T21:38:01.103 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-09-13T21:38:01.105 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-13T21:38:01.105 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-13T21:38:01.105 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T21:38:01.105 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-13T21:38:01.105 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15e8/64 scope link 2024-09-13T21:38:01.105 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T21:38:01.106 INFO:teuthology.orchestra.run.smithi001.stdout:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2024-09-13T21:38:01.106 INFO:teuthology.orchestra.run.smithi001.stdout:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2024-09-13T21:38:01.106 INFO:teuthology.orchestra.run.smithi001.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-13T21:38:01.106 INFO:teuthology.orchestra.run.smithi001.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-13T21:38:01.107 INFO:teuthology.orchestra.run.smithi001.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50... 2024-09-13T21:38:01.291 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout ecab7be58963a5bd03910cd73eef66405d7fdd50: Pulling from ceph-ci/ceph 2024-09-13T21:38:01.291 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout Digest: sha256:b893710f6933dd3672a2a633ce5ac92081563259207d21cd52290129179ca808 2024-09-13T21:38:01.291 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:38:01.291 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 2024-09-13T21:38:02.817 INFO:teuthology.orchestra.run.smithi001.stdout:ceph: stdout ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable) 2024-09-13T21:38:02.817 INFO:teuthology.orchestra.run.smithi001.stdout:Ceph version: ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable) 2024-09-13T21:38:02.817 INFO:teuthology.orchestra.run.smithi001.stdout:Extracting ceph user uid/gid from container image... 2024-09-13T21:38:04.280 INFO:teuthology.orchestra.run.smithi001.stdout:stat: stdout 167 167 2024-09-13T21:38:04.281 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial keys... 2024-09-13T21:38:05.687 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQC9sORmpJp8CBAAq5EDkc7knofPsDw6VTfODA== 2024-09-13T21:38:07.260 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQC+sORmzWfPKhAAsnrPu8uYqfcI9R4bAtKPBw== 2024-09-13T21:38:08.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQDAsORmOCkgBRAAXzdqRFqRCFJpRi/2ytHF/g== 2024-09-13T21:38:08.633 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial monmap... 2024-09-13T21:38:10.157 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T21:38:10.158 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-13T21:38:10.158 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:10.158 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T21:38:10.158 INFO:teuthology.orchestra.run.smithi001.stdout:monmaptool for a [v2:172.21.15.1:3300,v1:172.21.15.1:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T21:38:10.158 INFO:teuthology.orchestra.run.smithi001.stdout:setting min_mon_release = quincy 2024-09-13T21:38:10.158 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: set fsid to 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:10.158 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T21:38:10.158 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:38:10.158 INFO:teuthology.orchestra.run.smithi001.stdout:Creating mon... 2024-09-13T21:38:11.526 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.003+0000 7f8ad85ccc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-13T21:38:11.526 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.003+0000 7f8ad85ccc80 1 imported monmap: 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-13T21:38:09.600710+0000 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.003+0000 7f8ad85ccc80 0 /usr/bin/ceph-mon: set fsid to 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Git sha 0 2024-09-13T21:38:11.527 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Compile date 2024-09-13 16:59:10 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: DB SUMMARY 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: DB Session ID: KB2WS48F08LS3RQXA4R0 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.error_if_exists: 0 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.create_if_missing: 1 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-13T21:38:11.528 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.env: 0x557e21fa1940 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.info_log: 0x557e229eebc0 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.statistics: (nil) 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.use_fsync: 0 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-13T21:38:11.529 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.db_log_dir: 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.wal_dir: 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T21:38:11.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.write_buffer_manager: 0x557e229f54a0 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-13T21:38:11.531 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.unordered_write: 0 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.row_cache: None 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.wal_filter: None 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.two_write_queues: 0 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.wal_compression: 0 2024-09-13T21:38:11.532 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.atomic_flush: 0 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-13T21:38:11.533 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_open_files: -1 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T21:38:11.534 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Compression algorithms supported: 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: kZSTD supported: 0 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: kXpressCompression supported: 0 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: kZlibCompression supported: 1 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T21:38:11.535 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.merge_operator: 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_filter: None 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T21:38:11.536 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557e229ee800) 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x557e229d91f0 2024-09-13T21:38:11.537 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-13T21:38:11.538 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.539 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compression: NoCompression 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.num_levels: 7 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T21:38:11.540 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-13T21:38:11.541 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T21:38:11.542 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T21:38:11.543 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T21:38:11.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T21:38:11.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T21:38:11.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T21:38:11.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T21:38:11.544 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.bloom_locality: 0 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T21:38:11.551 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.ttl: 2592000 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.enable_blob_files: false 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.min_blob_size: 0 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T21:38:11.552 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: [db/version_set.cc:5566] 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-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c7bec73e-dd18-4118-b3ed-ccab798f5299 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.007+0000 7f8ad85ccc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.553 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.011+0000 7f8ad85ccc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x557e22a06e00 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.011+0000 7f8ad85ccc80 4 rocksdb: DB pointer 0x557e22ae0000 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.011+0000 7f8acfd57640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.011+0000 7f8acfd57640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/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-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/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-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/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-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-13T21:38:11.554 INFO:teuthology.orchestra.run.smithi001.stdout:/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 Rblob(GB) Wblob(GB) 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/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 0.0 0.0 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/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 0.0 0.0 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/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 Rblob(GB) Wblob(GB) 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T21:38:11.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/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-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/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-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/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-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x557e229d91f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.011+0000 7f8ad85ccc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-13T21:38:11.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.011+0000 7f8ad85ccc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-13T21:38:11.557 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T21:38:11.011+0000 7f8ad85ccc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-13T21:38:11.557 INFO:teuthology.orchestra.run.smithi001.stdout:create mon.a on 2024-09-13T21:38:11.825 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-13T21:38:12.020 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-13T21:38:12.232 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968.target. 2024-09-13T21:38:12.232 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968.target. 2024-09-13T21:38:12.495 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.a 2024-09-13T21:38:12.495 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-13T21:38:12.690 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968.target.wants/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service. 2024-09-13T21:38:12.699 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-09-13T21:38:12.699 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T21:38:12.700 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mon to start... 2024-09-13T21:38:12.700 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mon... 2024-09-13T21:38:12.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:12 smithi001 systemd[1]: Started Ceph mon.a for 3dd44bb8-7218-11ef-bceb-c7b262605968. 2024-09-13T21:38:14.314 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:14 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.133489+0000 mon.a (mon.0) 0 : cluster [INF] mkfs 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:14.315 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:14 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.109254+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T21:38:14.934 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout cluster: 2024-09-13T21:38:14.935 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout id: 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:14.935 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-13T21:38:14.935 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:14.935 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout services: 2024-09-13T21:38:14.935 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.1901s) 2024-09-13T21:38:14.935 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-13T21:38:14.936 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-13T21:38:14.936 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:14.936 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout data: 2024-09-13T21:38:14.936 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-13T21:38:14.936 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-13T21:38:14.936 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-13T21:38:14.936 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout pgs: 2024-09-13T21:38:14.936 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:14.936 INFO:teuthology.orchestra.run.smithi001.stdout:mon is available 2024-09-13T21:38:14.937 INFO:teuthology.orchestra.run.smithi001.stdout:Assimilating anything we can from ceph.conf... 2024-09-13T21:38:15.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.112304+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T21:38:15.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.112433+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-13T21:38:15.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.112443+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:15.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.112450+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-13T21:38:09.600710+0000 2024-09-13T21:38:15.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.112457+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:38:15.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.112464+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T21:38:15.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.112490+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-13T21:38:15.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.112500+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:38:15.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.135112+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-13T21:38:15.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.137569+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-13T21:38:15.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: cluster 2024-09-13T21:38:14.138041+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-13T21:38:15.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:15 smithi001 bash[22257]: audit 2024-09-13T21:38:14.302373+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.1:0/1229358079' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-13T21:38:16.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:16 smithi001 bash[22257]: audit 2024-09-13T21:38:16.221046+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.1:0/114688131' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-13T21:38:16.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:16 smithi001 bash[22257]: audit 2024-09-13T21:38:16.225180+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.1:0/114688131' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T21:38:16.755 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:16.755 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T21:38:16.755 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout fsid = 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:16.755 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T21:38:16.756 INFO:teuthology.orchestra.run.smithi001.stdout:Generating new minimal ceph.conf... 2024-09-13T21:38:18.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:17 smithi001 bash[22257]: audit 2024-09-13T21:38:17.812560+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.1:0/1480997261' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:38:18.377 INFO:teuthology.orchestra.run.smithi001.stdout:Restarting the monitor... 2024-09-13T21:38:18.641 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:18 smithi001 systemd[1]: Stopping Ceph mon.a for 3dd44bb8-7218-11ef-bceb-c7b262605968... 2024-09-13T21:38:18.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:18 smithi001 bash[22257]: debug 2024-09-13T21:38:18.499+0000 7fecf6c40640 -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-13T21:38:18.642 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:18 smithi001 bash[22257]: debug 2024-09-13T21:38:18.499+0000 7fecf6c40640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-13T21:38:19.227 INFO:teuthology.orchestra.run.smithi001.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-13T21:38:19.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:19 smithi001 bash[22642]: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-mon-a 2024-09-13T21:38:19.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:19 smithi001 bash[22702]: Error response from daemon: No such container: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-mon-a 2024-09-13T21:38:19.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:19 smithi001 systemd[1]: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-13T21:38:19.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:19 smithi001 systemd[1]: Stopped Ceph mon.a for 3dd44bb8-7218-11ef-bceb-c7b262605968. 2024-09-13T21:38:19.329 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:19 smithi001 systemd[1]: Started Ceph mon.a for 3dd44bb8-7218-11ef-bceb-c7b262605968. 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.659+0000 7f53be044c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.659+0000 7f53be044c80 0 ceph version 19.1.1-324-gecab7be5 (ecab7be58963a5bd03910cd73eef66405d7fdd50) squid (stable), process ceph-mon, pid 7 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.663+0000 7f53be044c80 0 pidfile_write: ignore empty --pid-file 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.663+0000 7f53be044c80 0 load: jerasure load: lrc 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Git sha 0 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Compile date 2024-09-13 16:59:10 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: DB SUMMARY 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: DB Session ID: WU0SMHLDLYMWE0BDCV2F 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: CURRENT file: CURRENT 2024-09-13T21:38:20.869 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88745 ; 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.error_if_exists: 0 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.create_if_missing: 0 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.env: 0x563ec030f940 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.info_log: 0x563ec255f6e0 2024-09-13T21:38:20.870 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.statistics: (nil) 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.use_fsync: 0 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T21:38:20.871 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.db_log_dir: 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.wal_dir: 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.write_buffer_manager: 0x563ec256edc0 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T21:38:20.872 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T21:38:20.873 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T21:38:20.873 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-13T21:38:20.873 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T21:38:20.873 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-13T21:38:20.873 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-13T21:38:20.873 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-13T21:38:20.873 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.unordered_write: 0 2024-09-13T21:38:20.873 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T21:38:20.873 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T21:38:20.873 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.row_cache: None 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.wal_filter: None 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.two_write_queues: 0 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.wal_compression: 0 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.atomic_flush: 0 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T21:38:20.874 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-13T21:38:20.875 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_open_files: -1 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T21:38:20.876 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Compression algorithms supported: 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: kZSTD supported: 0 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: kXpressCompression supported: 0 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: kZlibCompression supported: 1 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-13T21:38:20.877 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-13T21:38:20.878 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T21:38:20.878 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T21:38:20.878 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-13T21:38:20.880 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T21:38:20.880 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T21:38:20.880 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.merge_operator: 2024-09-13T21:38:20.881 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_filter: None 2024-09-13T21:38:20.881 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-13T21:38:20.881 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-13T21:38:20.881 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T21:38:20.881 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T21:38:20.881 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563ec255f320) 2024-09-13T21:38:20.882 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cache_index_and_filter_blocks: 1 2024-09-13T21:38:20.882 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T21:38:20.882 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T21:38:20.882 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: pin_top_level_index_and_filter: 1 2024-09-13T21:38:20.882 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: index_type: 0 2024-09-13T21:38:20.882 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: data_block_index_type: 0 2024-09-13T21:38:20.883 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: index_shortening: 1 2024-09-13T21:38:20.883 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: data_block_hash_table_util_ratio: 0.750000 2024-09-13T21:38:20.883 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: checksum: 4 2024-09-13T21:38:20.883 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: no_block_cache: 0 2024-09-13T21:38:20.883 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: block_cache: 0x563ec25551f0 2024-09-13T21:38:20.883 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: block_cache_name: BinnedLRUCache 2024-09-13T21:38:20.884 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: block_cache_options: 2024-09-13T21:38:20.884 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: capacity : 536870912 2024-09-13T21:38:20.884 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: num_shard_bits : 4 2024-09-13T21:38:20.884 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: strict_capacity_limit : 0 2024-09-13T21:38:20.884 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: high_pri_pool_ratio: 0.000 2024-09-13T21:38:20.884 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: block_cache_compressed: (nil) 2024-09-13T21:38:20.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: persistent_cache: (nil) 2024-09-13T21:38:20.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: block_size: 4096 2024-09-13T21:38:20.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: block_size_deviation: 10 2024-09-13T21:38:20.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: block_restart_interval: 16 2024-09-13T21:38:20.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: index_block_restart_interval: 1 2024-09-13T21:38:20.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: metadata_block_size: 4096 2024-09-13T21:38:20.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: partition_filters: 0 2024-09-13T21:38:20.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: use_delta_encoding: 1 2024-09-13T21:38:20.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: filter_policy: bloomfilter 2024-09-13T21:38:20.885 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: whole_key_filtering: 1 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: verify_compression: 0 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: read_amp_bytes_per_bit: 0 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: format_version: 5 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: enable_index_compression: 1 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: block_align: 0 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: max_auto_readahead_size: 262144 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: prepopulate_block_cache: 0 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: initial_auto_readahead_size: 8192 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: num_file_reads_for_auto_readahead: 2 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compression: NoCompression 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-13T21:38:20.886 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.num_levels: 7 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T21:38:20.887 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T21:38:20.888 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T21:38:20.889 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T21:38:20.890 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T21:38:20.890 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-13T21:38:20.890 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T21:38:20.890 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T21:38:20.890 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-13T21:38:20.890 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T21:38:20.890 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T21:38:20.890 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T21:38:20.890 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T21:38:20.890 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T21:38:20.891 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.bloom_locality: 0 2024-09-13T21:38:20.892 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-13T21:38:20.892 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T21:38:20.892 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-13T21:38:20.892 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-13T21:38:20.892 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-13T21:38:20.892 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.ttl: 2592000 2024-09-13T21:38:20.892 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T21:38:20.892 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T21:38:20.892 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.enable_blob_files: false 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.min_blob_size: 0 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.667+0000 7f53be044c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-13T21:38:20.893 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c7bec73e-dd18-4118-b3ed-ccab798f5299 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726263500672794, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726263500673827, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85362, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83509, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 77716, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726263500, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c7bec73e-dd18-4118-b3ed-ccab798f5299", "db_session_id": "WU0SMHLDLYMWE0BDCV2F", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726263500673961, "job": 1, "event": "recovery_finished"} 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563ec2580e00 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 4 rocksdb: DB pointer 0x563ec2680000 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53b3e0d640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53b3e0d640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: ** DB Stats ** 2024-09-13T21:38:20.894 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: 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-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: 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-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: ** Compaction Stats [default] ** 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: L0 2/0 85.22 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Sum 2/0 85.22 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 125.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T21:38:20.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: ** Compaction Stats [default] ** 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 125.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: AddFile(Keys): cumulative 0, interval 0 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Cumulative compaction: 0.00 GB write, 14.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Interval compaction: 0.00 GB write, 14.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T21:38:20.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: 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-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Block cache BinnedLRUCache@0x563ec25551f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: ** File Read Latency Histogram By Level [default] ** 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.671+0000 7f53be044c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] at bind addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.675+0000 7f53be044c80 1 mon.a@-1(???) e1 preinit fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.675+0000 7f53be044c80 0 mon.a@-1(???).mds e1 new map 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.675+0000 7f53be044c80 0 mon.a@-1(???).mds e1 print_map 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: e1 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: btime 2024-09-13T21:38:14:133019+0000 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: 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,11=minor log segments,12=quiesce subvolumes} 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: legacy client fscid: -1 2024-09-13T21:38:20.897 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: No filesystems configured 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.675+0000 7f53be044c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.675+0000 7f53be044c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.675+0000 7f53be044c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.675+0000 7f53be044c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: debug 2024-09-13T21:38:20.675+0000 7f53be044c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701041+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701107+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701115+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701122+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-13T21:38:09.600710+0000 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701136+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:38:20.898 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701144+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T21:38:20.899 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701152+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-13T21:38:20.899 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701160+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:38:20.899 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701570+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-13T21:38:20.899 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701600+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-13T21:38:20.899 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:20 smithi001 bash[22742]: cluster 2024-09-13T21:38:20.701963+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-13T21:38:21.447 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-13T21:38:21.473 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:38:21.473 INFO:teuthology.orchestra.run.smithi001.stdout:Creating mgr... 2024-09-13T21:38:21.474 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-13T21:38:21.474 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-13T21:38:21.800 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mgr.a 2024-09-13T21:38:21.800 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-13T21:38:21.993 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968.target.wants/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service. 2024-09-13T21:38:21.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:21 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:38:21.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:21 smithi001 bash[22742]: audit 2024-09-13T21:38:20.856706+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.1:0/2182075848' entity='client.admin' 2024-09-13T21:38:21.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:21 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:38:21.999 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:21 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:38:22.001 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-09-13T21:38:22.001 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T21:38:22.001 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-09-13T21:38:22.002 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-13T21:38:22.002 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr to start... 2024-09-13T21:38:22.002 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr... 2024-09-13T21:38:22.310 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:21 smithi001 systemd[1]: Started Ceph mgr.a for 3dd44bb8-7218-11ef-bceb-c7b262605968. 2024-09-13T21:38:23.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:23 smithi001 bash[22742]: audit 2024-09-13T21:38:23.759467+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.1:0/1026405821' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-13T21:38:23.999 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:23 smithi001 bash[22995]: debug 2024-09-13T21:38:23.719+0000 7f744eecd040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T21:38:24.355 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:24.355 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "3dd44bb8-7218-11ef-bceb-c7b262605968", 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:38:24.356 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T21:38:24.357 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T21:38:24.358 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T21:38:24.358 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T21:38:24.358 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T21:38:24.358 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T21:38:24.362 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:24.362 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T21:38:24.362 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T21:38:24.362 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T21:38:24.362 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T21:38:24.362 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T21:38:24.362 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T21:38:24.362 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T21:38:24.362 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T21:38:24.362 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T21:38:14:133019+0000", 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T21:38:24.363 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T21:38:14.133948+0000", 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T21:38:24.364 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:38:24.365 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (1/15)... 2024-09-13T21:38:25.248 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:24 smithi001 bash[22995]: debug 2024-09-13T21:38:24.971+0000 7f744eecd040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T21:38:25.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:25 smithi001 bash[22995]: debug 2024-09-13T21:38:25.039+0000 7f744eecd040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T21:38:25.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:25 smithi001 bash[22995]: debug 2024-09-13T21:38:25.195+0000 7f744eecd040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T21:38:26.218 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:25 smithi001 bash[22995]: debug 2024-09-13T21:38:25.875+0000 7f744eecd040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T21:38:26.218 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:25 smithi001 bash[22995]: debug 2024-09-13T21:38:25.947+0000 7f744eecd040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T21:38:26.218 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:26 smithi001 bash[22995]: debug 2024-09-13T21:38:26.019+0000 7f744eecd040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T21:38:26.498 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:26 smithi001 bash[22995]: debug 2024-09-13T21:38:26.215+0000 7f744eecd040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T21:38:26.498 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:26 smithi001 bash[22995]: debug 2024-09-13T21:38:26.295+0000 7f744eecd040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T21:38:26.499 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:26 smithi001 bash[22995]: debug 2024-09-13T21:38:26.367+0000 7f744eecd040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T21:38:26.913 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:26 smithi001 bash[22995]: debug 2024-09-13T21:38:26.635+0000 7f744eecd040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T21:38:26.913 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:26 smithi001 bash[22995]: debug 2024-09-13T21:38:26.703+0000 7f744eecd040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T21:38:27.248 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:26 smithi001 bash[22995]: debug 2024-09-13T21:38:26.911+0000 7f744eecd040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T21:38:27.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:26 smithi001 bash[22995]: debug 2024-09-13T21:38:26.991+0000 7f744eecd040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T21:38:27.622 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:27 smithi001 bash[22995]: debug 2024-09-13T21:38:27.255+0000 7f744eecd040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T21:38:27.622 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:27 smithi001 bash[22995]: debug 2024-09-13T21:38:27.443+0000 7f744eecd040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:38:27.891 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:27 smithi001 bash[22995]: debug 2024-09-13T21:38:27.619+0000 7f744eecd040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T21:38:27.892 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:27 smithi001 bash[22995]: debug 2024-09-13T21:38:27.703+0000 7f744eecd040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T21:38:27.892 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:27 smithi001 bash[22742]: audit 2024-09-13T21:38:27.677004+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.1:0/4099726179' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-13T21:38:28.248 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:27 smithi001 bash[22995]: debug 2024-09-13T21:38:27.895+0000 7f744eecd040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:38:28.258 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:28.258 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:38:28.258 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "3dd44bb8-7218-11ef-bceb-c7b262605968", 2024-09-13T21:38:28.258 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T21:38:28.258 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T21:38:28.258 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T21:38:28.258 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T21:38:28.259 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:28.260 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T21:38:28.260 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:28.260 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T21:38:28.260 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T21:38:28.260 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T21:38:28.260 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T21:38:28.260 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T21:38:28.260 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T21:38:28.263 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:28.263 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T21:38:28.263 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T21:38:28.263 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T21:38:14:133019+0000", 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:28.264 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T21:38:14.133948+0000", 2024-09-13T21:38:28.265 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:38:28.266 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:28.266 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T21:38:28.266 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:38:28.266 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (2/15)... 2024-09-13T21:38:28.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:28 smithi001 bash[22995]: debug 2024-09-13T21:38:28.739+0000 7f744eecd040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T21:38:28.999 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:28 smithi001 bash[22995]: debug 2024-09-13T21:38:28.815+0000 7f744eecd040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T21:38:29.498 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22995]: debug 2024-09-13T21:38:29.051+0000 7f744eecd040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T21:38:29.499 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22995]: debug 2024-09-13T21:38:29.127+0000 7f744eecd040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T21:38:29.999 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22995]: debug 2024-09-13T21:38:29.535+0000 7f744eecd040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T21:38:29.999 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22995]: debug 2024-09-13T21:38:29.615+0000 7f744eecd040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T21:38:29.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: cluster 2024-09-13T21:38:29.642348+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-13T21:38:29.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: cluster 2024-09-13T21:38:29.645802+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00360294s) 2024-09-13T21:38:29.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: audit 2024-09-13T21:38:29.649514+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.1:0/3255950141' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T21:38:29.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: audit 2024-09-13T21:38:29.649822+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.1:0/3255950141' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T21:38:29.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: audit 2024-09-13T21:38:29.650105+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.1:0/3255950141' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T21:38:29.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: audit 2024-09-13T21:38:29.650612+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.1:0/3255950141' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:38:30.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: audit 2024-09-13T21:38:29.651282+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.1:0/3255950141' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-13T21:38:30.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: cluster 2024-09-13T21:38:29.675149+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-13T21:38:30.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: audit 2024-09-13T21:38:29.688688+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.1:0/3255950141' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:38:30.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: audit 2024-09-13T21:38:29.690512+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.1:0/3255950141' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:38:30.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:29 smithi001 bash[22742]: audit 2024-09-13T21:38:29.692906+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.1:0/3255950141' entity='mgr.a' 2024-09-13T21:38:30.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:30 smithi001 bash[22742]: audit 2024-09-13T21:38:29.696952+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.1:0/3255950141' entity='mgr.a' 2024-09-13T21:38:30.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:30 smithi001 bash[22742]: audit 2024-09-13T21:38:29.698887+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.1:0/3255950141' entity='mgr.a' 2024-09-13T21:38:30.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:30 smithi001 bash[22742]: cluster 2024-09-13T21:38:30.656701+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01449s) 2024-09-13T21:38:32.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:32.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:38:32.554 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "3dd44bb8-7218-11ef-bceb-c7b262605968", 2024-09-13T21:38:32.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T21:38:32.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T21:38:32.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T21:38:32.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T21:38:32.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:32.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T21:38:32.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T21:38:32.555 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-09-13T21:38:32.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:38:32.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T21:38:32.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T21:38:32.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:38:32.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-13T21:38:32.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T21:38:32.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:32.556 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T21:38:32.557 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T21:38:32.557 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:32.557 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T21:38:32.557 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:32.557 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T21:38:32.557 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T21:38:32.557 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T21:38:32.557 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T21:38:32.558 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T21:38:32.558 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T21:38:32.562 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:32.562 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T21:38:32.563 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T21:38:32.564 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T21:38:32.564 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T21:38:32.564 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T21:38:32.564 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T21:38:32.564 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T21:38:32.564 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T21:38:32.564 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T21:38:32.564 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:32.564 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T21:38:32.565 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:32.565 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T21:38:14:133019+0000", 2024-09-13T21:38:32.565 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T21:38:32.565 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T21:38:32.565 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T21:38:32.566 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T21:38:32.567 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T21:38:14.133948+0000", 2024-09-13T21:38:32.567 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T21:38:32.567 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-09-13T21:38:32.567 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T21:38:32.567 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:38:32.567 INFO:teuthology.orchestra.run.smithi001.stdout:mgr is available 2024-09-13T21:38:32.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:32 smithi001 bash[22742]: cluster 2024-09-13T21:38:31.704762+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-13T21:38:32.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:32 smithi001 bash[22742]: audit 2024-09-13T21:38:32.002984+0000 mon.a (mon.0) 30 : audit [DBG] from='client.? 172.21.15.1:0/1121277389' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-13T21:38:34.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:33 smithi001 bash[22742]: audit 2024-09-13T21:38:33.931060+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.1:0/2443287438' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-13T21:38:34.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:33 smithi001 bash[22742]: audit 2024-09-13T21:38:33.935858+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.1:0/2443287438' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout fsid = 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T21:38:34.516 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-09-13T21:38:34.517 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T21:38:34.517 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T21:38:34.517 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T21:38:34.517 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling cephadm module... 2024-09-13T21:38:36.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:35 smithi001 bash[22742]: audit 2024-09-13T21:38:35.926618+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.1:0/2609080790' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-13T21:38:36.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:36 smithi001 bash[22995]: ignoring --setuser ceph since I am not root 2024-09-13T21:38:36.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:36 smithi001 bash[22995]: ignoring --setgroup ceph since I am not root 2024-09-13T21:38:36.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:36 smithi001 bash[22995]: debug 2024-09-13T21:38:36.135+0000 7fe3dcb2f040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T21:38:37.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:36 smithi001 bash[22742]: audit 2024-09-13T21:38:35.978522+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.1:0/2609080790' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-13T21:38:37.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:36 smithi001 bash[22742]: cluster 2024-09-13T21:38:35.984133+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-13T21:38:37.632 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:37 smithi001 bash[22995]: debug 2024-09-13T21:38:37.391+0000 7fe3dcb2f040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T21:38:37.632 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:37 smithi001 bash[22995]: debug 2024-09-13T21:38:37.459+0000 7fe3dcb2f040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T21:38:37.948 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:37 smithi001 bash[22995]: debug 2024-09-13T21:38:37.627+0000 7fe3dcb2f040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T21:38:38.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:37 smithi001 bash[22742]: audit 2024-09-13T21:38:37.935251+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.1:0/3401634621' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-13T21:38:38.511 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:38:38.511 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-13T21:38:38.511 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T21:38:38.511 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-13T21:38:38.511 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T21:38:38.511 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:38:38.511 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for the mgr to restart... 2024-09-13T21:38:38.511 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr epoch 5... 2024-09-13T21:38:38.591 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:38 smithi001 bash[22995]: debug 2024-09-13T21:38:38.311+0000 7fe3dcb2f040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T21:38:38.591 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:38 smithi001 bash[22995]: debug 2024-09-13T21:38:38.387+0000 7fe3dcb2f040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T21:38:38.591 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:38 smithi001 bash[22995]: debug 2024-09-13T21:38:38.459+0000 7fe3dcb2f040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T21:38:38.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:38 smithi001 bash[22995]: debug 2024-09-13T21:38:38.655+0000 7fe3dcb2f040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T21:38:38.999 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:38 smithi001 bash[22995]: debug 2024-09-13T21:38:38.735+0000 7fe3dcb2f040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T21:38:38.999 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:38 smithi001 bash[22995]: debug 2024-09-13T21:38:38.807+0000 7fe3dcb2f040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T21:38:39.356 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:39 smithi001 bash[22995]: debug 2024-09-13T21:38:39.075+0000 7fe3dcb2f040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T21:38:39.356 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:39 smithi001 bash[22995]: debug 2024-09-13T21:38:39.147+0000 7fe3dcb2f040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T21:38:39.704 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:39 smithi001 bash[22995]: debug 2024-09-13T21:38:39.351+0000 7fe3dcb2f040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T21:38:39.704 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:39 smithi001 bash[22995]: debug 2024-09-13T21:38:39.435+0000 7fe3dcb2f040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T21:38:39.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:39 smithi001 bash[22995]: debug 2024-09-13T21:38:39.699+0000 7fe3dcb2f040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T21:38:39.999 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:39 smithi001 bash[22995]: debug 2024-09-13T21:38:39.887+0000 7fe3dcb2f040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:38:40.329 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:40 smithi001 bash[22995]: debug 2024-09-13T21:38:40.055+0000 7fe3dcb2f040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T21:38:40.329 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:40 smithi001 bash[22995]: debug 2024-09-13T21:38:40.139+0000 7fe3dcb2f040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T21:38:40.329 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:40 smithi001 bash[22995]: debug 2024-09-13T21:38:40.323+0000 7fe3dcb2f040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:38:41.490 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:41 smithi001 bash[22995]: debug 2024-09-13T21:38:41.175+0000 7fe3dcb2f040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T21:38:41.490 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:41 smithi001 bash[22995]: debug 2024-09-13T21:38:41.251+0000 7fe3dcb2f040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T21:38:41.490 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:41 smithi001 bash[22995]: debug 2024-09-13T21:38:41.487+0000 7fe3dcb2f040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T21:38:41.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:41 smithi001 bash[22995]: debug 2024-09-13T21:38:41.563+0000 7fe3dcb2f040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T21:38:42.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:41 smithi001 bash[22995]: debug 2024-09-13T21:38:41.975+0000 7fe3dcb2f040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T21:38:42.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22995]: debug 2024-09-13T21:38:42.055+0000 7fe3dcb2f040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T21:38:42.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: cluster 2024-09-13T21:38:42.078776+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-13T21:38:42.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: cluster 2024-09-13T21:38:42.079203+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-13T21:38:42.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: cluster 2024-09-13T21:38:42.086180+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-13T21:38:42.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: cluster 2024-09-13T21:38:42.086405+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00735911s) 2024-09-13T21:38:42.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: audit 2024-09-13T21:38:42.087387+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:38:42.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: audit 2024-09-13T21:38:42.088473+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-13T21:38:42.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: audit 2024-09-13T21:38:42.089362+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T21:38:42.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: audit 2024-09-13T21:38:42.089466+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T21:38:42.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: audit 2024-09-13T21:38:42.089559+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T21:38:42.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: cluster 2024-09-13T21:38:42.114539+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-13T21:38:42.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:42 smithi001 bash[22742]: audit 2024-09-13T21:38:42.128426+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:38:43.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:43 smithi001 bash[22742]: cephadm 2024-09-13T21:38:42.126198+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-13T21:38:43.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:43 smithi001 bash[22742]: audit 2024-09-13T21:38:42.130761+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:38:43.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:43 smithi001 bash[22742]: audit 2024-09-13T21:38:42.135097+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:38:43.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:43 smithi001 bash[22742]: audit 2024-09-13T21:38:42.137677+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:38:43.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:43 smithi001 bash[22742]: audit 2024-09-13T21:38:42.149771+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:38:43.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:43 smithi001 bash[22742]: audit 2024-09-13T21:38:42.152099+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:38:43.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:43 smithi001 bash[22742]: cluster 2024-09-13T21:38:43.090620+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e7: a(active, since 1.01156s) 2024-09-13T21:38:43.684 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:38:43.685 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-13T21:38:43.685 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T21:38:43.685 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:38:43.685 INFO:teuthology.orchestra.run.smithi001.stdout:mgr epoch 5 is available 2024-09-13T21:38:43.685 INFO:teuthology.orchestra.run.smithi001.stdout:Setting orchestrator backend to cephadm... 2024-09-13T21:38:44.464 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22742]: audit 2024-09-13T21:38:43.089708+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-13T21:38:44.464 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22742]: audit 2024-09-13T21:38:43.104580+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-13T21:38:44.465 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22742]: audit 2024-09-13T21:38:43.201376+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:38:44.465 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22742]: audit 2024-09-13T21:38:43.203506+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:38:45.139 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: debug 2024-09-13T21:38:44.767+0000 7fe349679640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:21:38:44] ENGINE Error in HTTPServer.serve 2024-09-13T21:38:45.139 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: Traceback (most recent call last): 2024-09-13T21:38:45.140 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:38:45.140 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: self._connections.run(self.expiration_interval) 2024-09-13T21:38:45.140 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:38:45.140 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: self._run(expiration_interval) 2024-09-13T21:38:45.140 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:38:45.140 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:38:45.140 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:38:45.141 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:38:45.141 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:38:45.141 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: s = self.context.wrap_socket( 2024-09-13T21:38:45.141 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:38:45.141 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: return self.sslsocket_class._create( 2024-09-13T21:38:45.141 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:38:45.142 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: self.do_handshake() 2024-09-13T21:38:45.142 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:38:45.142 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: self._sslobj.do_handshake() 2024-09-13T21:38:45.142 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:44 smithi001 bash[22995]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:38:45.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: cluster 2024-09-13T21:38:44.211792+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: cephadm 2024-09-13T21:38:44.646413+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [13/Sep/2024:21:38:44] ENGINE Bus STARTING 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: cephadm 2024-09-13T21:38:44.767089+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [13/Sep/2024:21:38:44] ENGINE Serving on https://172.21.15.1:7150 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: cephadm 2024-09-13T21:38:44.770593+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [13/Sep/2024:21:38:44] ENGINE Error in HTTPServer.serve 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: Traceback (most recent call last): 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: self._connections.run(self.expiration_interval) 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: self._run(expiration_interval) 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:38:45.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: s = self.context.wrap_socket( 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: return self.sslsocket_class._create( 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: self.do_handshake() 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: self._sslobj.do_handshake() 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: cephadm 2024-09-13T21:38:44.868111+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [13/Sep/2024:21:38:44] ENGINE Serving on http://172.21.15.1:8765 2024-09-13T21:38:45.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: cephadm 2024-09-13T21:38:44.868240+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [13/Sep/2024:21:38:44] ENGINE Bus STARTED 2024-09-13T21:38:45.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: audit 2024-09-13T21:38:44.868990+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:38:45.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: audit 2024-09-13T21:38:44.980247+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:38:45.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: audit 2024-09-13T21:38:44.985924+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:38:45.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:45 smithi001 bash[22742]: audit 2024-09-13T21:38:45.001048+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:38:47.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:47 smithi001 bash[22742]: audit 2024-09-13T21:38:46.970937+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:38:47.489 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-13T21:38:47.490 INFO:teuthology.orchestra.run.smithi001.stdout:Generating ssh key... 2024-09-13T21:38:49.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22742]: audit 2024-09-13T21:38:48.797831+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:38:49.336 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22742]: cephadm 2024-09-13T21:38:48.798177+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-13T21:38:49.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: Generating public/private rsa key pair. 2024-09-13T21:38:49.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: Your identification has been saved in /tmp/tmp0cexg0o7/key 2024-09-13T21:38:49.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: Your public key has been saved in /tmp/tmp0cexg0o7/key.pub 2024-09-13T21:38:49.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: The key fingerprint is: 2024-09-13T21:38:49.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: SHA256:I499PrsC0c4wZGBCzISasJMA8laYnSSp0XOwfOhfVws ceph-3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:49.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: The key's randomart image is: 2024-09-13T21:38:49.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: +---[RSA 3072]----+ 2024-09-13T21:38:49.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: |+B*B=o | 2024-09-13T21:38:49.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: |*oOB+ o | 2024-09-13T21:38:49.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: |+**o.o .E . | 2024-09-13T21:38:49.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: |Bo . + .o . | 2024-09-13T21:38:49.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: | .. o*S . | 2024-09-13T21:38:49.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: | . ..*o. | 2024-09-13T21:38:49.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: | . ..o . | 2024-09-13T21:38:49.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: | .o. | 2024-09-13T21:38:49.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: | .++ | 2024-09-13T21:38:49.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:38:49 smithi001 bash[22995]: +----[SHA256]-----+ 2024-09-13T21:38:50.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:50 smithi001 bash[22742]: audit 2024-09-13T21:38:49.342631+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:38:50.658 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:50 smithi001 bash[22742]: audit 2024-09-13T21:38:49.347175+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:38:51.686 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSZ+XODFTTz7iKSFDFn3iszgK76apXqXkDT9DGQW07/qAlPBKbh3bS8vmhAuJF4E2SEieMdVWC1EHZ/Tq3hFnQjXr+kjI/7VtXz6ZdXPjSR8QI7M3dbWvReFyNVANp5+d5EZzDhcPtp+0uc+/D9/Gb7KsQWZ69cigWKK6AVOZ6zDl1Rc+TU/URqV4dA12qqhfUzOJzjK0k/Q0zrUBKa8O+Sz9sBZKqxLWRoifc38VMH44tItc2XGM+5NX35mD+0lj7pLG+DHVznXuTfYgeH2b7wgegftOteT8Af7I0ooARbW65PXcEP6zWOxyisvU2U2NAM9kYH21Lvw95ZOglQAjZE28iSz3FnVeQMkWgrkCpPUM6dywfCUAH8E9m2+/HjlDshjBDStniW3Ls/twd9QhAy51LCP9Tcu+j1/E79DBMf7NN6KrZMzuOsZ3iGrJ6UzMg7ANEAIXT4eLfCEdwxvPEbOHfZH6MSXVXTL+gKJamVfLaiPBwNEM4AqkplXKRQcU= ceph-3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:38:51.686 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-13T21:38:51.687 INFO:teuthology.orchestra.run.smithi001.stdout:Adding key to root@localhost authorized_keys... 2024-09-13T21:38:51.687 INFO:teuthology.orchestra.run.smithi001.stdout:Adding host smithi001... 2024-09-13T21:38:52.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:52 smithi001 bash[22742]: audit 2024-09-13T21:38:51.171472+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:38:54.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:54 smithi001 bash[22742]: audit 2024-09-13T21:38:53.110404+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi001", "addr": "172.21.15.1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:38:55.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:55 smithi001 bash[22742]: cephadm 2024-09-13T21:38:54.400864+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi001 2024-09-13T21:38:58.834 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Added host 'smithi001' with addr '172.21.15.1' 2024-09-13T21:38:58.835 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying unmanaged mon service... 2024-09-13T21:38:59.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:59 smithi001 bash[22742]: audit 2024-09-13T21:38:58.070004+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:38:59.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:59 smithi001 bash[22742]: cephadm 2024-09-13T21:38:58.070528+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi001 2024-09-13T21:38:59.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:38:59 smithi001 bash[22742]: audit 2024-09-13T21:38:58.070967+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:39:01.632 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-13T21:39:01.632 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying unmanaged mgr service... 2024-09-13T21:39:01.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:01 smithi001 bash[22742]: audit 2024-09-13T21:39:00.821189+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:39:01.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:01 smithi001 bash[22742]: cephadm 2024-09-13T21:39:00.822963+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-13T21:39:01.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:01 smithi001 bash[22742]: audit 2024-09-13T21:39:00.827855+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:39:01.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:01 smithi001 bash[22742]: audit 2024-09-13T21:39:01.356573+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:39:03.220 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:02 smithi001 bash[22742]: audit 2024-09-13T21:39:01.937229+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:39:03.558 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-13T21:39:04.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:03 smithi001 bash[22742]: cluster 2024-09-13T21:39:02.091163+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:04.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:03 smithi001 bash[22742]: audit 2024-09-13T21:39:03.050152+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:39:05.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:04 smithi001 bash[22742]: audit 2024-09-13T21:39:03.043613+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:39:05.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:04 smithi001 bash[22742]: cephadm 2024-09-13T21:39:03.045738+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-13T21:39:05.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:04 smithi001 bash[22742]: audit 2024-09-13T21:39:04.913804+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.1:0/2576528941' entity='client.admin' 2024-09-13T21:39:06.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:05 smithi001 bash[22742]: cluster 2024-09-13T21:39:04.091637+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:07.335 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling the dashboard module... 2024-09-13T21:39:08.198 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:07 smithi001 bash[22742]: cluster 2024-09-13T21:39:06.092093+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:08.198 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:07 smithi001 bash[22742]: audit 2024-09-13T21:39:06.780490+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.1:0/716138245' entity='client.admin' 2024-09-13T21:39:10.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:09 smithi001 bash[22742]: cluster 2024-09-13T21:39:08.092594+0000 mgr.a (mgr.14118) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:10.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:09 smithi001 bash[22742]: audit 2024-09-13T21:39:08.836659+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.1:0/3543335019' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-13T21:39:10.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:09 smithi001 bash[22742]: audit 2024-09-13T21:39:09.024990+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.1:0/1998961049' entity='mgr.a' 2024-09-13T21:39:10.247 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:09 smithi001 bash[22995]: ignoring --setuser ceph since I am not root 2024-09-13T21:39:10.247 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:09 smithi001 bash[22995]: ignoring --setgroup ceph since I am not root 2024-09-13T21:39:10.247 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:09 smithi001 bash[22995]: debug 2024-09-13T21:39:09.950+0000 7f9da2ba8040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T21:39:11.017 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:10 smithi001 bash[22742]: audit 2024-09-13T21:39:09.783975+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.1:0/3543335019' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-13T21:39:11.017 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:10 smithi001 bash[22742]: cluster 2024-09-13T21:39:09.788334+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-09-13T21:39:11.470 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:11 smithi001 bash[22995]: debug 2024-09-13T21:39:11.190+0000 7f9da2ba8040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T21:39:11.470 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:11 smithi001 bash[22995]: debug 2024-09-13T21:39:11.258+0000 7f9da2ba8040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T21:39:11.470 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:11 smithi001 bash[22995]: debug 2024-09-13T21:39:11.418+0000 7f9da2ba8040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T21:39:12.447 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:12 smithi001 bash[22742]: audit 2024-09-13T21:39:12.072903+0000 mon.a (mon.0) 74 : audit [DBG] from='client.? 172.21.15.1:0/3869216214' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-13T21:39:12.447 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:12 smithi001 bash[22995]: debug 2024-09-13T21:39:12.102+0000 7f9da2ba8040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T21:39:12.447 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:12 smithi001 bash[22995]: debug 2024-09-13T21:39:12.178+0000 7f9da2ba8040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T21:39:12.447 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:12 smithi001 bash[22995]: debug 2024-09-13T21:39:12.250+0000 7f9da2ba8040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T21:39:12.642 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:39:12.642 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-13T21:39:12.642 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T21:39:12.642 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-13T21:39:12.642 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T21:39:12.642 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:39:12.642 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for the mgr to restart... 2024-09-13T21:39:12.643 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr epoch 9... 2024-09-13T21:39:12.743 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:12 smithi001 bash[22995]: debug 2024-09-13T21:39:12.442+0000 7f9da2ba8040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T21:39:12.743 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:12 smithi001 bash[22995]: debug 2024-09-13T21:39:12.522+0000 7f9da2ba8040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T21:39:12.743 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:12 smithi001 bash[22995]: debug 2024-09-13T21:39:12.594+0000 7f9da2ba8040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T21:39:12.999 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:12 smithi001 bash[22995]: debug 2024-09-13T21:39:12.862+0000 7f9da2ba8040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T21:39:12.999 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:12 smithi001 bash[22995]: debug 2024-09-13T21:39:12.934+0000 7f9da2ba8040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T21:39:13.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:13 smithi001 bash[22995]: debug 2024-09-13T21:39:13.138+0000 7f9da2ba8040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T21:39:13.483 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:13 smithi001 bash[22995]: debug 2024-09-13T21:39:13.218+0000 7f9da2ba8040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T21:39:13.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:13 smithi001 bash[22995]: debug 2024-09-13T21:39:13.478+0000 7f9da2ba8040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T21:39:13.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:13 smithi001 bash[22995]: debug 2024-09-13T21:39:13.666+0000 7f9da2ba8040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:39:14.111 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:13 smithi001 bash[22995]: debug 2024-09-13T21:39:13.838+0000 7f9da2ba8040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T21:39:14.111 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:13 smithi001 bash[22995]: debug 2024-09-13T21:39:13.918+0000 7f9da2ba8040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T21:39:14.111 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:14 smithi001 bash[22995]: debug 2024-09-13T21:39:14.106+0000 7f9da2ba8040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:39:15.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:14 smithi001 bash[22995]: debug 2024-09-13T21:39:14.958+0000 7f9da2ba8040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T21:39:15.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22995]: debug 2024-09-13T21:39:15.034+0000 7f9da2ba8040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T21:39:15.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22995]: debug 2024-09-13T21:39:15.266+0000 7f9da2ba8040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T21:39:15.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22995]: debug 2024-09-13T21:39:15.346+0000 7f9da2ba8040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T21:39:16.107 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22995]: debug 2024-09-13T21:39:15.754+0000 7f9da2ba8040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T21:39:16.107 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22995]: debug 2024-09-13T21:39:15.834+0000 7f9da2ba8040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T21:39:16.107 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22742]: cluster 2024-09-13T21:39:15.858624+0000 mon.a (mon.0) 75 : cluster [INF] Active manager daemon a restarted 2024-09-13T21:39:16.107 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22742]: cluster 2024-09-13T21:39:15.859106+0000 mon.a (mon.0) 76 : cluster [INF] Activating manager daemon a 2024-09-13T21:39:16.108 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22742]: cluster 2024-09-13T21:39:15.864107+0000 mon.a (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-13T21:39:16.108 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22742]: cluster 2024-09-13T21:39:15.864267+0000 mon.a (mon.0) 78 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00529995s) 2024-09-13T21:39:16.108 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22742]: audit 2024-09-13T21:39:15.866088+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:39:16.108 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22742]: audit 2024-09-13T21:39:15.867700+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-13T21:39:16.108 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22742]: audit 2024-09-13T21:39:15.868800+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T21:39:16.108 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22742]: audit 2024-09-13T21:39:15.868972+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T21:39:16.108 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22742]: audit 2024-09-13T21:39:15.869109+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T21:39:16.108 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:15 smithi001 bash[22742]: cluster 2024-09-13T21:39:15.894933+0000 mon.a (mon.0) 84 : cluster [INF] Manager daemon a is now available 2024-09-13T21:39:17.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:16 smithi001 bash[22742]: audit 2024-09-13T21:39:15.913505+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:39:17.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:16 smithi001 bash[22742]: audit 2024-09-13T21:39:15.930390+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:39:17.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:16 smithi001 bash[22742]: audit 2024-09-13T21:39:15.932645+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:39:17.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:16 smithi001 bash[22742]: cluster 2024-09-13T21:39:16.869722+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e11: a(active, since 1.01076s) 2024-09-13T21:39:17.522 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-09-13T21:39:17.523 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-13T21:39:17.523 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T21:39:17.523 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-09-13T21:39:17.523 INFO:teuthology.orchestra.run.smithi001.stdout:mgr epoch 9 is available 2024-09-13T21:39:17.523 INFO:teuthology.orchestra.run.smithi001.stdout:Generating a dashboard self-signed certificate... 2024-09-13T21:39:18.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22742]: cephadm 2024-09-13T21:39:17.646657+0000 mgr.a (mgr.14150) 3 : cephadm [INF] [13/Sep/2024:21:39:17] ENGINE Bus STARTING 2024-09-13T21:39:18.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22742]: cephadm 2024-09-13T21:39:17.748257+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [13/Sep/2024:21:39:17] ENGINE Serving on http://172.21.15.1:8765 2024-09-13T21:39:18.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: debug 2024-09-13T21:39:17.870+0000 7f9d08664640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:21:39:17] ENGINE Error in HTTPServer.serve 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: Traceback (most recent call last): 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: self._connections.run(self.expiration_interval) 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: self._run(expiration_interval) 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: s = self.context.wrap_socket( 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:39:18.250 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: return self.sslsocket_class._create( 2024-09-13T21:39:18.251 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:39:18.251 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: self.do_handshake() 2024-09-13T21:39:18.251 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:39:18.251 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: self._sslobj.do_handshake() 2024-09-13T21:39:18.251 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:39:17 smithi001 bash[22995]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:39:19.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: cephadm 2024-09-13T21:39:17.872752+0000 mgr.a (mgr.14150) 5 : cephadm [INF] [13/Sep/2024:21:39:17] ENGINE Serving on https://172.21.15.1:7150 2024-09-13T21:39:19.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: cephadm 2024-09-13T21:39:17.872977+0000 mgr.a (mgr.14150) 6 : cephadm [INF] [13/Sep/2024:21:39:17] ENGINE Bus STARTED 2024-09-13T21:39:19.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: cephadm 2024-09-13T21:39:17.875114+0000 mgr.a (mgr.14150) 7 : cephadm [ERR] [13/Sep/2024:21:39:17] ENGINE Error in HTTPServer.serve 2024-09-13T21:39:19.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: Traceback (most recent call last): 2024-09-13T21:39:19.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:39:19.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: self._connections.run(self.expiration_interval) 2024-09-13T21:39:19.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:39:19.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: self._run(expiration_interval) 2024-09-13T21:39:19.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:39:19.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: s = self.context.wrap_socket( 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: return self.sslsocket_class._create( 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: self.do_handshake() 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: self._sslobj.do_handshake() 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: cluster 2024-09-13T21:39:17.918170+0000 mon.a (mon.0) 89 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-09-13T21:39:19.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:18 smithi001 bash[22742]: audit 2024-09-13T21:39:18.830909+0000 mgr.a (mgr.14150) 8 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:39:19.506 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-13T21:39:19.506 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial admin user... 2024-09-13T21:39:20.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:19 smithi001 bash[22742]: audit 2024-09-13T21:39:18.940440+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:20.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:19 smithi001 bash[22742]: audit 2024-09-13T21:39:18.945049+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:21.812 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$bLkfx5WwWpPfDwJcrYbykOPoq9dI9/r92Un6LDfHrnjg0mDq6cqu2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726263561, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-13T21:39:21.812 INFO:teuthology.orchestra.run.smithi001.stdout:Fetching dashboard port number... 2024-09-13T21:39:22.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:22 smithi001 bash[22742]: audit 2024-09-13T21:39:20.937592+0000 mgr.a (mgr.14150) 9 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:39:22.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:22 smithi001 bash[22742]: audit 2024-09-13T21:39:21.200843+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:23.435 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:23 smithi001 bash[22742]: cluster 2024-09-13T21:39:22.205732+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-09-13T21:39:23.436 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:23 smithi001 bash[22742]: audit 2024-09-13T21:39:22.725780+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:23.436 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:23 smithi001 bash[22742]: audit 2024-09-13T21:39:23.153569+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.1:0/2480555088' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-13T21:39:23.761 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 8443 2024-09-13T21:39:23.761 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld does not appear to be present 2024-09-13T21:39:23.761 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-13T21:39:23.764 INFO:teuthology.orchestra.run.smithi001.stdout:Ceph Dashboard is now available at: 2024-09-13T21:39:23.764 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:23.764 INFO:teuthology.orchestra.run.smithi001.stdout: URL: https://smithi001.front.sepia.ceph.com:8443/ 2024-09-13T21:39:23.764 INFO:teuthology.orchestra.run.smithi001.stdout: User: admin 2024-09-13T21:39:23.764 INFO:teuthology.orchestra.run.smithi001.stdout: Password: qotj8403pc 2024-09-13T21:39:23.764 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:23.765 INFO:teuthology.orchestra.run.smithi001.stdout:Saving cluster configuration to /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config directory 2024-09-13T21:39:24.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:24 smithi001 bash[22742]: audit 2024-09-13T21:39:23.837890+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:26.026 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-13T21:39:26.026 INFO:teuthology.orchestra.run.smithi001.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-13T21:39:26.026 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:26.026 INFO:teuthology.orchestra.run.smithi001.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:39:26.026 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:26.026 INFO:teuthology.orchestra.run.smithi001.stdout:Or, if you are only running a single cluster on this host: 2024-09-13T21:39:26.026 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:26.026 INFO:teuthology.orchestra.run.smithi001.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-13T21:39:26.027 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:26.027 INFO:teuthology.orchestra.run.smithi001.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-13T21:39:26.027 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:26.027 INFO:teuthology.orchestra.run.smithi001.stdout: ceph telemetry on 2024-09-13T21:39:26.027 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:26.027 INFO:teuthology.orchestra.run.smithi001.stdout:For more information see: 2024-09-13T21:39:26.027 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:26.027 INFO:teuthology.orchestra.run.smithi001.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-13T21:39:26.027 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:26.027 INFO:teuthology.orchestra.run.smithi001.stdout:Bootstrap complete. 2024-09-13T21:39:26.089 INFO:tasks.cephadm:Fetching config... 2024-09-13T21:39:26.089 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:39:26.089 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-13T21:39:26.095 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-13T21:39:26.095 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:39:26.096 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-13T21:39:26.141 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-13T21:39:26.141 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:39:26.141 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-13T21:39:26.200 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-13T21:39:26.201 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:39:26.201 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-13T21:39:26.249 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-13T21:39:26.249 DEBUG:teuthology.orchestra.run.smithi001:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSZ+XODFTTz7iKSFDFn3iszgK76apXqXkDT9DGQW07/qAlPBKbh3bS8vmhAuJF4E2SEieMdVWC1EHZ/Tq3hFnQjXr+kjI/7VtXz6ZdXPjSR8QI7M3dbWvReFyNVANp5+d5EZzDhcPtp+0uc+/D9/Gb7KsQWZ69cigWKK6AVOZ6zDl1Rc+TU/URqV4dA12qqhfUzOJzjK0k/Q0zrUBKa8O+Sz9sBZKqxLWRoifc38VMH44tItc2XGM+5NX35mD+0lj7pLG+DHVznXuTfYgeH2b7wgegftOteT8Af7I0ooARbW65PXcEP6zWOxyisvU2U2NAM9kYH21Lvw95ZOglQAjZE28iSz3FnVeQMkWgrkCpPUM6dywfCUAH8E9m2+/HjlDshjBDStniW3Ls/twd9QhAy51LCP9Tcu+j1/E79DBMf7NN6KrZMzuOsZ3iGrJ6UzMg7ANEAIXT4eLfCEdwxvPEbOHfZH6MSXVXTL+gKJamVfLaiPBwNEM4AqkplXKRQcU= ceph-3dd44bb8-7218-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T21:39:26.314 INFO:teuthology.orchestra.run.smithi001.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSZ+XODFTTz7iKSFDFn3iszgK76apXqXkDT9DGQW07/qAlPBKbh3bS8vmhAuJF4E2SEieMdVWC1EHZ/Tq3hFnQjXr+kjI/7VtXz6ZdXPjSR8QI7M3dbWvReFyNVANp5+d5EZzDhcPtp+0uc+/D9/Gb7KsQWZ69cigWKK6AVOZ6zDl1Rc+TU/URqV4dA12qqhfUzOJzjK0k/Q0zrUBKa8O+Sz9sBZKqxLWRoifc38VMH44tItc2XGM+5NX35mD+0lj7pLG+DHVznXuTfYgeH2b7wgegftOteT8Af7I0ooARbW65PXcEP6zWOxyisvU2U2NAM9kYH21Lvw95ZOglQAjZE28iSz3FnVeQMkWgrkCpPUM6dywfCUAH8E9m2+/HjlDshjBDStniW3Ls/twd9QhAy51LCP9Tcu+j1/E79DBMf7NN6KrZMzuOsZ3iGrJ6UzMg7ANEAIXT4eLfCEdwxvPEbOHfZH6MSXVXTL+gKJamVfLaiPBwNEM4AqkplXKRQcU= ceph-3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:26.323 DEBUG:teuthology.orchestra.run.smithi016:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSZ+XODFTTz7iKSFDFn3iszgK76apXqXkDT9DGQW07/qAlPBKbh3bS8vmhAuJF4E2SEieMdVWC1EHZ/Tq3hFnQjXr+kjI/7VtXz6ZdXPjSR8QI7M3dbWvReFyNVANp5+d5EZzDhcPtp+0uc+/D9/Gb7KsQWZ69cigWKK6AVOZ6zDl1Rc+TU/URqV4dA12qqhfUzOJzjK0k/Q0zrUBKa8O+Sz9sBZKqxLWRoifc38VMH44tItc2XGM+5NX35mD+0lj7pLG+DHVznXuTfYgeH2b7wgegftOteT8Af7I0ooARbW65PXcEP6zWOxyisvU2U2NAM9kYH21Lvw95ZOglQAjZE28iSz3FnVeQMkWgrkCpPUM6dywfCUAH8E9m2+/HjlDshjBDStniW3Ls/twd9QhAy51LCP9Tcu+j1/E79DBMf7NN6KrZMzuOsZ3iGrJ6UzMg7ANEAIXT4eLfCEdwxvPEbOHfZH6MSXVXTL+gKJamVfLaiPBwNEM4AqkplXKRQcU= ceph-3dd44bb8-7218-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T21:39:26.350 INFO:teuthology.orchestra.run.smithi016.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSZ+XODFTTz7iKSFDFn3iszgK76apXqXkDT9DGQW07/qAlPBKbh3bS8vmhAuJF4E2SEieMdVWC1EHZ/Tq3hFnQjXr+kjI/7VtXz6ZdXPjSR8QI7M3dbWvReFyNVANp5+d5EZzDhcPtp+0uc+/D9/Gb7KsQWZ69cigWKK6AVOZ6zDl1Rc+TU/URqV4dA12qqhfUzOJzjK0k/Q0zrUBKa8O+Sz9sBZKqxLWRoifc38VMH44tItc2XGM+5NX35mD+0lj7pLG+DHVznXuTfYgeH2b7wgegftOteT8Af7I0ooARbW65PXcEP6zWOxyisvU2U2NAM9kYH21Lvw95ZOglQAjZE28iSz3FnVeQMkWgrkCpPUM6dywfCUAH8E9m2+/HjlDshjBDStniW3Ls/twd9QhAy51LCP9Tcu+j1/E79DBMf7NN6KrZMzuOsZ3iGrJ6UzMg7ANEAIXT4eLfCEdwxvPEbOHfZH6MSXVXTL+gKJamVfLaiPBwNEM4AqkplXKRQcU= ceph-3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:26.360 DEBUG:teuthology.orchestra.run.smithi143:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSZ+XODFTTz7iKSFDFn3iszgK76apXqXkDT9DGQW07/qAlPBKbh3bS8vmhAuJF4E2SEieMdVWC1EHZ/Tq3hFnQjXr+kjI/7VtXz6ZdXPjSR8QI7M3dbWvReFyNVANp5+d5EZzDhcPtp+0uc+/D9/Gb7KsQWZ69cigWKK6AVOZ6zDl1Rc+TU/URqV4dA12qqhfUzOJzjK0k/Q0zrUBKa8O+Sz9sBZKqxLWRoifc38VMH44tItc2XGM+5NX35mD+0lj7pLG+DHVznXuTfYgeH2b7wgegftOteT8Af7I0ooARbW65PXcEP6zWOxyisvU2U2NAM9kYH21Lvw95ZOglQAjZE28iSz3FnVeQMkWgrkCpPUM6dywfCUAH8E9m2+/HjlDshjBDStniW3Ls/twd9QhAy51LCP9Tcu+j1/E79DBMf7NN6KrZMzuOsZ3iGrJ6UzMg7ANEAIXT4eLfCEdwxvPEbOHfZH6MSXVXTL+gKJamVfLaiPBwNEM4AqkplXKRQcU= ceph-3dd44bb8-7218-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T21:39:26.386 INFO:teuthology.orchestra.run.smithi143.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDSZ+XODFTTz7iKSFDFn3iszgK76apXqXkDT9DGQW07/qAlPBKbh3bS8vmhAuJF4E2SEieMdVWC1EHZ/Tq3hFnQjXr+kjI/7VtXz6ZdXPjSR8QI7M3dbWvReFyNVANp5+d5EZzDhcPtp+0uc+/D9/Gb7KsQWZ69cigWKK6AVOZ6zDl1Rc+TU/URqV4dA12qqhfUzOJzjK0k/Q0zrUBKa8O+Sz9sBZKqxLWRoifc38VMH44tItc2XGM+5NX35mD+0lj7pLG+DHVznXuTfYgeH2b7wgegftOteT8Af7I0ooARbW65PXcEP6zWOxyisvU2U2NAM9kYH21Lvw95ZOglQAjZE28iSz3FnVeQMkWgrkCpPUM6dywfCUAH8E9m2+/HjlDshjBDStniW3Ls/twd9QhAy51LCP9Tcu+j1/E79DBMf7NN6KrZMzuOsZ3iGrJ6UzMg7ANEAIXT4eLfCEdwxvPEbOHfZH6MSXVXTL+gKJamVfLaiPBwNEM4AqkplXKRQcU= ceph-3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:39:26.395 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-13T21:39:26.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:26 smithi001 bash[22742]: audit 2024-09-13T21:39:25.405207+0000 mon.a (mon.0) 97 : audit [INF] from='client.? 172.21.15.1:0/2463290149' entity='client.admin' 2024-09-13T21:39:31.037 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:39:33.279 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-13T21:39:33.279 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-13T21:39:33.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:33 smithi001 bash[22742]: audit 2024-09-13T21:39:32.525655+0000 mon.a (mon.0) 98 : audit [INF] from='client.? 172.21.15.1:0/2111471892' entity='client.admin' 2024-09-13T21:39:34.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:34 smithi001 bash[22742]: audit 2024-09-13T21:39:33.581119+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:35.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:34 smithi001 bash[22742]: audit 2024-09-13T21:39:33.585486+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:35.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:34 smithi001 bash[22742]: audit 2024-09-13T21:39:33.587249+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:39:35.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:34 smithi001 bash[22742]: audit 2024-09-13T21:39:33.592589+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:35.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:34 smithi001 bash[22742]: audit 2024-09-13T21:39:33.620436+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:39:35.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:34 smithi001 bash[22742]: audit 2024-09-13T21:39:33.628275+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:37.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:36 smithi001 bash[22742]: cluster 2024-09-13T21:39:35.870469+0000 mgr.a (mgr.14150) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:38.008 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:39:39.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:38 smithi001 bash[22742]: cluster 2024-09-13T21:39:37.870895+0000 mgr.a (mgr.14150) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:39.946 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi016 2024-09-13T21:39:39.946 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:39:39.946 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/etc/ceph/ceph.conf 2024-09-13T21:39:39.952 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:39:39.952 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:39:40.002 INFO:tasks.cephadm:Adding host smithi016 to orchestrator... 2024-09-13T21:39:40.002 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph orch host add smithi016 2024-09-13T21:39:40.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: audit 2024-09-13T21:39:39.294848+0000 mgr.a (mgr.14150) 12 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:39:40.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: audit 2024-09-13T21:39:39.299672+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:40.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: audit 2024-09-13T21:39:39.300826+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:39:40.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: audit 2024-09-13T21:39:39.303164+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:39:40.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: audit 2024-09-13T21:39:39.304052+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:39:40.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: cephadm 2024-09-13T21:39:39.305341+0000 mgr.a (mgr.14150) 13 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-09-13T21:39:40.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: cephadm 2024-09-13T21:39:39.394627+0000 mgr.a (mgr.14150) 14 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:39:40.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: cephadm 2024-09-13T21:39:39.480704+0000 mgr.a (mgr.14150) 15 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:39:40.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: cephadm 2024-09-13T21:39:39.574306+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:39:40.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: audit 2024-09-13T21:39:39.719220+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:40.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: audit 2024-09-13T21:39:39.723802+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:40.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:40 smithi001 bash[22742]: audit 2024-09-13T21:39:39.728871+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:41.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:41 smithi001 bash[22742]: cluster 2024-09-13T21:39:39.871302+0000 mgr.a (mgr.14150) 17 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:43.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:43 smithi001 bash[22742]: cluster 2024-09-13T21:39:41.871714+0000 mgr.a (mgr.14150) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:44.735 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:39:45.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:45 smithi001 bash[22742]: cluster 2024-09-13T21:39:43.872133+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:47.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:47 smithi001 bash[22742]: cluster 2024-09-13T21:39:45.872411+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:47.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:47 smithi001 bash[22742]: audit 2024-09-13T21:39:46.100786+0000 mgr.a (mgr.14150) 21 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:39:48.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:48 smithi001 bash[22742]: cephadm 2024-09-13T21:39:47.373170+0000 mgr.a (mgr.14150) 22 : cephadm [INF] Deploying cephadm binary to smithi016 2024-09-13T21:39:49.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:49 smithi001 bash[22742]: cluster 2024-09-13T21:39:47.872816+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:51.102 INFO:teuthology.orchestra.run.smithi001.stdout:Added host 'smithi016' with addr '172.21.15.16' 2024-09-13T21:39:51.818 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-13T21:39:51.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:51 smithi001 bash[22742]: cluster 2024-09-13T21:39:49.873228+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:51.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:51 smithi001 bash[22742]: audit 2024-09-13T21:39:51.099597+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:51.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:51 smithi001 bash[22742]: audit 2024-09-13T21:39:51.101329+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:39:51.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:51 smithi001 bash[22742]: audit 2024-09-13T21:39:51.642138+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:52.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:52 smithi001 bash[22742]: cephadm 2024-09-13T21:39:51.100546+0000 mgr.a (mgr.14150) 25 : cephadm [INF] Added host smithi016 2024-09-13T21:39:53.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:53 smithi001 bash[22742]: cluster 2024-09-13T21:39:51.873552+0000 mgr.a (mgr.14150) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:53.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:53 smithi001 bash[22742]: audit 2024-09-13T21:39:53.186311+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:55.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:55 smithi001 bash[22742]: cluster 2024-09-13T21:39:53.873905+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:55.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:55 smithi001 bash[22742]: audit 2024-09-13T21:39:54.416171+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:39:56.555 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:39:57.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:57 smithi001 bash[22742]: cluster 2024-09-13T21:39:55.874306+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:57.911 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:39:57.912 INFO:teuthology.orchestra.run.smithi001.stdout:[{"addr": "172.21.15.1", "hostname": "smithi001", "labels": [], "status": ""}, {"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}] 2024-09-13T21:39:58.477 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi143 2024-09-13T21:39:58.477 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:39:58.477 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.conf 2024-09-13T21:39:58.483 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:39:58.484 DEBUG:teuthology.orchestra.run.smithi143:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:39:58.529 INFO:tasks.cephadm:Adding host smithi143 to orchestrator... 2024-09-13T21:39:58.530 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph orch host add smithi143 2024-09-13T21:39:59.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:59 smithi001 bash[22742]: cluster 2024-09-13T21:39:57.874685+0000 mgr.a (mgr.14150) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:39:59.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:39:59 smithi001 bash[22742]: audit 2024-09-13T21:39:57.910246+0000 mgr.a (mgr.14150) 30 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:40:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: audit 2024-09-13T21:39:59.803522+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: audit 2024-09-13T21:39:59.808569+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: audit 2024-09-13T21:39:59.814368+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: audit 2024-09-13T21:39:59.819311+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: audit 2024-09-13T21:39:59.820999+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:40:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: audit 2024-09-13T21:39:59.823051+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: audit 2024-09-13T21:39:59.824790+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: cephadm 2024-09-13T21:39:59.827191+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-13T21:40:01.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: audit 2024-09-13T21:40:00.479092+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:01.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: audit 2024-09-13T21:40:00.484250+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:01.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:00 smithi001 bash[22742]: audit 2024-09-13T21:40:00.489738+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:02.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:01 smithi001 bash[22742]: cluster 2024-09-13T21:39:59.875098+0000 mgr.a (mgr.14150) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:02.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:01 smithi001 bash[22742]: cephadm 2024-09-13T21:40:00.017312+0000 mgr.a (mgr.14150) 33 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:02.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:01 smithi001 bash[22742]: cephadm 2024-09-13T21:40:00.173400+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:40:02.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:01 smithi001 bash[22742]: cephadm 2024-09-13T21:40:00.325967+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:40:03.265 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:40:04.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:03 smithi001 bash[22742]: cluster 2024-09-13T21:40:01.875546+0000 mgr.a (mgr.14150) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:06.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:05 smithi001 bash[22742]: cluster 2024-09-13T21:40:03.876061+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:06.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:05 smithi001 bash[22742]: audit 2024-09-13T21:40:04.664645+0000 mgr.a (mgr.14150) 38 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi143", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:08.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:07 smithi001 bash[22742]: cluster 2024-09-13T21:40:05.876485+0000 mgr.a (mgr.14150) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:08.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:07 smithi001 bash[22742]: cephadm 2024-09-13T21:40:05.955225+0000 mgr.a (mgr.14150) 40 : cephadm [INF] Deploying cephadm binary to smithi143 2024-09-13T21:40:09.645 INFO:teuthology.orchestra.run.smithi001.stdout:Added host 'smithi143' with addr '172.21.15.143' 2024-09-13T21:40:09.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:09 smithi001 bash[22742]: cluster 2024-09-13T21:40:07.876936+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:09.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:09 smithi001 bash[22742]: audit 2024-09-13T21:40:09.642958+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:09.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:09 smithi001 bash[22742]: audit 2024-09-13T21:40:09.644648+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:10.357 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-13T21:40:11.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:10 smithi001 bash[22742]: cephadm 2024-09-13T21:40:09.643848+0000 mgr.a (mgr.14150) 42 : cephadm [INF] Added host smithi143 2024-09-13T21:40:11.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:10 smithi001 bash[22742]: audit 2024-09-13T21:40:10.186362+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:12.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:11 smithi001 bash[22742]: cluster 2024-09-13T21:40:09.877378+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:12.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:11 smithi001 bash[22742]: audit 2024-09-13T21:40:11.707865+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:14.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:13 smithi001 bash[22742]: cluster 2024-09-13T21:40:11.877793+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:14.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:13 smithi001 bash[22742]: audit 2024-09-13T21:40:12.861683+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:15.091 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:40:16.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:15 smithi001 bash[22742]: cluster 2024-09-13T21:40:13.878282+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:16.391 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:40:16.391 INFO:teuthology.orchestra.run.smithi001.stdout:[{"addr": "172.21.15.1", "hostname": "smithi001", "labels": [], "status": ""}, {"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.143", "hostname": "smithi143", "labels": [], "status": ""}] 2024-09-13T21:40:16.995 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-13T21:40:16.996 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-13T21:40:18.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:17 smithi001 bash[22742]: cluster 2024-09-13T21:40:15.878791+0000 mgr.a (mgr.14150) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:18.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:17 smithi001 bash[22742]: audit 2024-09-13T21:40:16.389374+0000 mgr.a (mgr.14150) 47 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:40:19.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: cluster 2024-09-13T21:40:17.879249+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:19.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: audit 2024-09-13T21:40:18.480988+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:19.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: audit 2024-09-13T21:40:18.486083+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: audit 2024-09-13T21:40:18.492133+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: audit 2024-09-13T21:40:18.497182+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: audit 2024-09-13T21:40:18.499046+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: audit 2024-09-13T21:40:18.501325+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: audit 2024-09-13T21:40:18.503193+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: cephadm 2024-09-13T21:40:18.505965+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: cephadm 2024-09-13T21:40:18.691849+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: cephadm 2024-09-13T21:40:18.853044+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: audit 2024-09-13T21:40:19.164386+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: audit 2024-09-13T21:40:19.169675+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:19.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:19 smithi001 bash[22742]: audit 2024-09-13T21:40:19.175412+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:20.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:20 smithi001 bash[22742]: cephadm 2024-09-13T21:40:19.008396+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:40:21.730 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:40:21.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:21 smithi001 bash[22742]: cluster 2024-09-13T21:40:19.879655+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:23.487 INFO:teuthology.orchestra.run.smithi001.stderr:adjusted tunables profile to default 2024-09-13T21:40:23.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:23 smithi001 bash[22742]: cluster 2024-09-13T21:40:21.880083+0000 mgr.a (mgr.14150) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:23.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:23 smithi001 bash[22742]: audit 2024-09-13T21:40:23.112197+0000 mon.a (mon.0) 142 : audit [INF] from='client.? 172.21.15.1:0/2518645252' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-13T21:40:24.136 INFO:tasks.cephadm:Adding mon.a on smithi001 2024-09-13T21:40:24.136 INFO:tasks.cephadm:Adding mon.b on smithi016 2024-09-13T21:40:24.136 INFO:tasks.cephadm:Adding mon.c on smithi143 2024-09-13T21:40:24.137 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi001:172.21.15.1=a;smithi016:172.21.15.16=b;smithi143:172.21.15.143=c' 2024-09-13T21:40:24.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:24 smithi001 bash[22742]: audit 2024-09-13T21:40:23.486528+0000 mon.a (mon.0) 143 : audit [INF] from='client.? 172.21.15.1:0/2518645252' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T21:40:24.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:24 smithi001 bash[22742]: cluster 2024-09-13T21:40:23.489432+0000 mon.a (mon.0) 144 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:40:25.363 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:25.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:25 smithi001 bash[22742]: cluster 2024-09-13T21:40:23.880576+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:26.694 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mon update... 2024-09-13T21:40:27.315 DEBUG:teuthology.orchestra.run.smithi016:mon.b> sudo journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.b.service 2024-09-13T21:40:27.318 DEBUG:teuthology.orchestra.run.smithi143:mon.c> sudo journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.c.service 2024-09-13T21:40:27.320 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T21:40:27.320 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T21:40:27.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:27 smithi001 bash[22742]: cluster 2024-09-13T21:40:25.881021+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:28.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:27 smithi001 bash[22742]: audit 2024-09-13T21:40:26.681797+0000 mgr.a (mgr.14150) 57 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi001:172.21.15.1=a;smithi016:172.21.15.16=b;smithi143:172.21.15.143=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:28.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:27 smithi001 bash[22742]: cephadm 2024-09-13T21:40:26.686864+0000 mgr.a (mgr.14150) 58 : cephadm [INF] Saving service mon spec with placement smithi001:172.21.15.1=a;smithi016:172.21.15.16=b;smithi143:172.21.15.143=c;count:3 2024-09-13T21:40:28.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:27 smithi001 bash[22742]: audit 2024-09-13T21:40:26.691998+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:28.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:27 smithi001 bash[22742]: audit 2024-09-13T21:40:26.693796+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:28.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:27 smithi001 bash[22742]: audit 2024-09-13T21:40:27.404632+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:28.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:27 smithi001 bash[22742]: audit 2024-09-13T21:40:27.406094+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:28.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:27 smithi001 bash[22742]: audit 2024-09-13T21:40:27.412833+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:28.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:27 smithi001 bash[22742]: audit 2024-09-13T21:40:27.415590+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:28.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:27 smithi001 bash[22742]: audit 2024-09-13T21:40:27.417083+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:28.590 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:28.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:28 smithi001 bash[22742]: cephadm 2024-09-13T21:40:27.418806+0000 mgr.a (mgr.14150) 59 : cephadm [INF] Deploying daemon mon.c on smithi143 2024-09-13T21:40:29.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:29 smithi001 bash[22742]: cluster 2024-09-13T21:40:27.881441+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:30.324 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-09-13T21:40:30.324 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":1,"fsid":"3dd44bb8-7218-11ef-bceb-c7b262605968","modified":"2024-09-13T21:38:09.600710Z","created":"2024-09-13T21:38:09.600710Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T21:40:30.324 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 1 2024-09-13T21:40:30.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:30 smithi001 bash[22742]: audit 2024-09-13T21:40:30.323098+0000 mon.a (mon.0) 152 : audit [DBG] from='client.? 172.21.15.143:0/1476898659' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:40:31.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:31 smithi001 bash[22742]: cluster 2024-09-13T21:40:29.881824+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:32.112 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T21:40:32.112 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T21:40:33.334 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:40:33.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:33 smithi001 bash[22742]: cluster 2024-09-13T21:40:31.882225+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:33.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:33 smithi001 bash[22742]: audit 2024-09-13T21:40:33.306811+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:33.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:33 smithi001 bash[22742]: audit 2024-09-13T21:40:33.312231+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:33.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:33 smithi001 bash[22742]: audit 2024-09-13T21:40:33.318162+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:33.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:33 smithi001 bash[22742]: audit 2024-09-13T21:40:33.319461+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:33.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:33 smithi001 bash[22742]: audit 2024-09-13T21:40:33.321185+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:34.976 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:09.877378+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:34.976 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:11.707865+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:34.976 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:11.877793+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:34.976 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:12.861683+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:34.976 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:13.878282+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:34.976 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:15.878791+0000 mgr.a (mgr.14150) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:34.976 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:16.389374+0000 mgr.a (mgr.14150) 47 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:40:34.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:34 smithi001 bash[22742]: cephadm 2024-09-13T21:40:33.323094+0000 mgr.a (mgr.14150) 63 : cephadm [INF] Deploying daemon mon.b on smithi016 2024-09-13T21:40:35.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:17.879249+0000 mgr.a (mgr.14150) 48 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:35.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:18.480988+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:18.486083+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:18.492133+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:18.497182+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:18.499046+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi143", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:18.501325+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:18.503193+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cephadm 2024-09-13T21:40:18.505965+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cephadm 2024-09-13T21:40:18.691849+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cephadm 2024-09-13T21:40:18.853044+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:19.164386+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:19.169675+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:19.175412+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cephadm 2024-09-13T21:40:19.008396+0000 mgr.a (mgr.14150) 52 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:19.879655+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:21.880083+0000 mgr.a (mgr.14150) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:35.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:23.112197+0000 mon.a (mon.0) 142 : audit [INF] from='client.? 172.21.15.1:0/2518645252' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-13T21:40:35.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:23.486528+0000 mon.a (mon.0) 143 : audit [INF] from='client.? 172.21.15.1:0/2518645252' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T21:40:35.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:23.489432+0000 mon.a (mon.0) 144 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:40:35.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:23.880576+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:35.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:25.881021+0000 mgr.a (mgr.14150) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:35.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:26.681797+0000 mgr.a (mgr.14150) 57 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi001:172.21.15.1=a;smithi016:172.21.15.16=b;smithi143:172.21.15.143=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:40:35.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cephadm 2024-09-13T21:40:26.686864+0000 mgr.a (mgr.14150) 58 : cephadm [INF] Saving service mon spec with placement smithi001:172.21.15.1=a;smithi016:172.21.15.16=b;smithi143:172.21.15.143=c;count:3 2024-09-13T21:40:35.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:26.691998+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:26.693796+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:27.404632+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:27.406094+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:27.412833+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:27.415590+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:27.417083+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cephadm 2024-09-13T21:40:27.418806+0000 mgr.a (mgr.14150) 59 : cephadm [INF] Deploying daemon mon.c on smithi143 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:27.881441+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:30.323098+0000 mon.a (mon.0) 152 : audit [DBG] from='client.? 172.21.15.143:0/1476898659' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:29.881824+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cluster 2024-09-13T21:40:31.882225+0000 mgr.a (mgr.14150) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:33.306811+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:33.312231+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:33.318162+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:35.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:33.319461+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:35.116 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: audit 2024-09-13T21:40:33.321185+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:35.116 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: cephadm 2024-09-13T21:40:33.323094+0000 mgr.a (mgr.14150) 63 : cephadm [INF] Deploying daemon mon.b on smithi016 2024-09-13T21:40:35.116 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:34 smithi143 bash[24618]: debug 2024-09-13T21:40:34.969+0000 7f1afceb7640 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-13T21:40:39.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:39 smithi016 bash[24219]: debug 2024-09-13T21:40:39.234+0000 7f74a6f85640 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-13T21:40:40.059 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 2 2024-09-13T21:40:40.060 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-09-13T21:40:40.060 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":2,"fsid":"3dd44bb8-7218-11ef-bceb-c7b262605968","modified":"2024-09-13T21:40:34.978625Z","created":"2024-09-13T21:38:09.600710Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-13T21:40:40.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:34.979284+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:34.984102+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:40:40.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:34.984375+0000 mon.a (mon.0) 160 : cluster [INF] mon.a calling monitor election 2024-09-13T21:40:40.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:35.005797+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:35.192796+0000 mon.a (mon.0) 162 : audit [DBG] from='client.? 172.21.15.143:0/3112739701' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:35.883022+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:35.979209+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:36.979428+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:36.981977+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:37.883400+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:37.979329+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:38.979566+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:39.241626+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:39.979903+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.026163+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T21:40:40.363 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.032511+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 2 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.032579+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.032620+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-09-13T21:40:34.978625+0000 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.032658+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.032696+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.032733+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.032770+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.032792+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon.c 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.057417+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.057468+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.057736+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: a(active, since 84s) 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: cluster 2024-09-13T21:40:40.057985+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-09-13T21:40:40.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:40.065068+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:40.365 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:40.071468+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:40.365 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:40.079226+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:40.365 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:40 smithi143 bash[24618]: audit 2024-09-13T21:40:40.085924+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:40.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:34.979284+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:34.984102+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:40:40.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:34.984375+0000 mon.a (mon.0) 160 : cluster [INF] mon.a calling monitor election 2024-09-13T21:40:40.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:35.005797+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:35.192796+0000 mon.a (mon.0) 162 : audit [DBG] from='client.? 172.21.15.143:0/3112739701' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:40:40.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:35.883022+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:35.979209+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:36.979428+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:36.981977+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:37.883400+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:37.979329+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:38.979566+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:39.241626+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:39.979903+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.026163+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.032511+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 2 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.032579+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.032620+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-09-13T21:40:34.978625+0000 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.032658+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:40:40.501 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.032696+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.032733+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.032770+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.032792+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon.c 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.057417+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.057468+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.057736+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: a(active, since 84s) 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: cluster 2024-09-13T21:40:40.057985+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:40.065068+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:40.071468+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:40.079226+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:40.502 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:40 smithi001 bash[22742]: audit 2024-09-13T21:40:40.085924+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:41.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:41 smithi001 bash[22742]: cluster 2024-09-13T21:40:39.883775+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:41.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:41 smithi001 bash[22742]: audit 2024-09-13T21:40:40.175643+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:41.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:41 smithi001 bash[22742]: audit 2024-09-13T21:40:40.242006+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:41.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:41 smithi001 bash[22742]: audit 2024-09-13T21:40:40.936145+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:41.743 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:41 smithi001 bash[22742]: audit 2024-09-13T21:40:40.980074+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:41.744 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:41 smithi143 bash[24618]: cluster 2024-09-13T21:40:39.883775+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:41.744 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:41 smithi143 bash[24618]: audit 2024-09-13T21:40:40.175643+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:41.744 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:41 smithi143 bash[24618]: audit 2024-09-13T21:40:40.242006+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:41.744 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:41 smithi143 bash[24618]: audit 2024-09-13T21:40:40.936145+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:41.744 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:41 smithi143 bash[24618]: audit 2024-09-13T21:40:40.980074+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:41.841 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T21:40:41.841 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T21:40:46.186 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:40:46.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:41.248200+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:40:46.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:41.248605+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:41.253037+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:41.269954+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:41.270182+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:41.884159+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:42.241848+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:43.242264+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:43.243897+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:43.884597+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:44.242243+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:45.242740+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:46.242905+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.290387+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.296477+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.296509+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.296542+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-09-13T21:40:41.242051+0000 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.296562+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.296580+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.296598+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.296614+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.296632+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon.c 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.296651+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.b 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.317428+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.317478+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:40:46.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.317746+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-13T21:40:46.615 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: cluster 2024-09-13T21:40:46.317986+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-09-13T21:40:46.615 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:46.324734+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.615 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:46.330784+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.615 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:46.336673+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.615 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:46.342463+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.615 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:46.344130+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:46.615 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:46 smithi143 bash[24618]: audit 2024-09-13T21:40:46.346118+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:46.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:34.979284+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:34.984102+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:40:46.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:34.984375+0000 mon.a (mon.0) 160 : cluster [INF] mon.a calling monitor election 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:35.005797+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:35.192796+0000 mon.a (mon.0) 162 : audit [DBG] from='client.? 172.21.15.143:0/3112739701' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:35.883022+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:35.979209+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:36.979428+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:36.981977+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:37.883400+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:37.979329+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:38.979566+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:39.241626+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:39.979903+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.721 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.026163+0000 mon.a (mon.0) 169 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T21:40:46.722 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.032511+0000 mon.a (mon.0) 170 : cluster [DBG] monmap epoch 2 2024-09-13T21:40:46.722 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.032579+0000 mon.a (mon.0) 171 : cluster [DBG] fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:46.722 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.032620+0000 mon.a (mon.0) 172 : cluster [DBG] last_changed 2024-09-13T21:40:34.978625+0000 2024-09-13T21:40:46.722 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.032658+0000 mon.a (mon.0) 173 : cluster [DBG] created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:40:46.722 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.032696+0000 mon.a (mon.0) 174 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T21:40:46.722 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.032733+0000 mon.a (mon.0) 175 : cluster [DBG] election_strategy: 1 2024-09-13T21:40:46.722 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.032770+0000 mon.a (mon.0) 176 : cluster [DBG] 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.032792+0000 mon.a (mon.0) 177 : cluster [DBG] 1: [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon.c 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.057417+0000 mon.a (mon.0) 178 : cluster [DBG] fsmap 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.057468+0000 mon.a (mon.0) 179 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.057736+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e13: a(active, since 84s) 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:40.057985+0000 mon.a (mon.0) 181 : cluster [INF] overall HEALTH_OK 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:40.065068+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:40.071468+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:40.079226+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:40.085924+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:39.883775+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:40.175643+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:46.723 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:40.242006+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:40.936145+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:40.980074+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:41.248200+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:41.248605+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:41.253037+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:41.269954+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:41.270182+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:41.884159+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:42.241848+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:43.242264+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:43.243897+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T21:40:46.724 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:43.884597+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:46.725 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:44.242243+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.725 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:45.242740+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.725 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:46.242905+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.725 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.290387+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T21:40:46.725 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.296477+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-09-13T21:40:46.725 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.296509+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:46.725 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.296542+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-09-13T21:40:41.242051+0000 2024-09-13T21:40:46.725 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.296562+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:40:46.725 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.296580+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T21:40:46.725 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.296598+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-09-13T21:40:46.726 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.296614+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:40:46.726 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.296632+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon.c 2024-09-13T21:40:46.726 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.296651+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.b 2024-09-13T21:40:46.726 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.317428+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-09-13T21:40:46.726 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.317478+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:40:46.726 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.317746+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-13T21:40:46.726 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: cluster 2024-09-13T21:40:46.317986+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-09-13T21:40:46.726 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:46.324734+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.726 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:46.330784+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.727 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:46.336673+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.727 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:46.342463+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.727 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:46.344130+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:46.727 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:46 smithi016 bash[24219]: audit 2024-09-13T21:40:46.346118+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:46.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:41.248200+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:40:46.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:41.248605+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-09-13T21:40:46.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:41.253037+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T21:40:46.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:41.269954+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:41.270182+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:40:46.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:41.884159+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:46.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:42.241848+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:43.242264+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:43.243897+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T21:40:46.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:43.884597+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:46.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:44.242243+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:45.242740+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:46.242905+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.290387+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.296477+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.296509+0000 mon.a (mon.0) 202 : cluster [DBG] fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.296542+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-09-13T21:40:41.242051+0000 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.296562+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.296580+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.296598+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.296614+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:40:46.751 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.296632+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon.c 2024-09-13T21:40:46.752 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.296651+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.b 2024-09-13T21:40:46.752 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.317428+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-09-13T21:40:46.752 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.317478+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T21:40:46.752 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.317746+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 90s) 2024-09-13T21:40:46.752 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: cluster 2024-09-13T21:40:46.317986+0000 mon.a (mon.0) 213 : cluster [INF] overall HEALTH_OK 2024-09-13T21:40:46.752 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:46.324734+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.752 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:46.330784+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.752 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:46.336673+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.752 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:46.342463+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:46.752 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:46.344130+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:46.753 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:46 smithi001 bash[22742]: audit 2024-09-13T21:40:46.346118+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:47.727 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-09-13T21:40:47.728 INFO:teuthology.orchestra.run.smithi143.stdout:{"epoch":3,"fsid":"3dd44bb8-7218-11ef-bceb-c7b262605968","modified":"2024-09-13T21:40:41.242051Z","created":"2024-09-13T21:38:09.600710Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"a","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:3300","nonce":0},{"type":"v1","addr":"172.21.15.143:6789","nonce":0}]},"addr":"172.21.15.143:6789/0","public_addr":"172.21.15.143:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-13T21:40:47.728 INFO:teuthology.orchestra.run.smithi143.stderr:dumped monmap epoch 3 2024-09-13T21:40:47.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: cluster 2024-09-13T21:40:45.884966+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: cephadm 2024-09-13T21:40:46.348635+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: cephadm 2024-09-13T21:40:46.349265+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: cephadm 2024-09-13T21:40:46.350551+0000 mgr.a (mgr.14150) 73 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: cephadm 2024-09-13T21:40:46.611504+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: cephadm 2024-09-13T21:40:46.611979+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: cephadm 2024-09-13T21:40:46.612548+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.806366+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.810570+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.814805+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.819212+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.903066+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.909670+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.917293+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.980379+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.985826+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.991249+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.996809+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.998050+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:46.999633+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:47.001244+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:47.242968+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:48.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:47 smithi001 bash[22742]: audit 2024-09-13T21:40:47.726550+0000 mon.a (mon.0) 235 : audit [DBG] from='client.? 172.21.15.143:0/2597806712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:40:48.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: cluster 2024-09-13T21:40:45.884966+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:48.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: cephadm 2024-09-13T21:40:46.348635+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-09-13T21:40:48.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: cephadm 2024-09-13T21:40:46.349265+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-13T21:40:48.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: cephadm 2024-09-13T21:40:46.350551+0000 mgr.a (mgr.14150) 73 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-09-13T21:40:48.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: cephadm 2024-09-13T21:40:46.611504+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:48.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: cephadm 2024-09-13T21:40:46.611979+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:48.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: cephadm 2024-09-13T21:40:46.612548+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.806366+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.810570+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.814805+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.819212+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.903066+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.909670+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.917293+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.980379+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.985826+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.991249+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.996809+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.998050+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:46.999633+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:40:48.115 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:47.001244+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:48.116 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:47.242968+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:48.116 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:47 smithi143 bash[24618]: audit 2024-09-13T21:40:47.726550+0000 mon.a (mon.0) 235 : audit [DBG] from='client.? 172.21.15.143:0/2597806712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:40:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: cluster 2024-09-13T21:40:45.884966+0000 mgr.a (mgr.14150) 70 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: cephadm 2024-09-13T21:40:46.348635+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-09-13T21:40:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: cephadm 2024-09-13T21:40:46.349265+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-13T21:40:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: cephadm 2024-09-13T21:40:46.350551+0000 mgr.a (mgr.14150) 73 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-09-13T21:40:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: cephadm 2024-09-13T21:40:46.611504+0000 mgr.a (mgr.14150) 74 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: cephadm 2024-09-13T21:40:46.611979+0000 mgr.a (mgr.14150) 75 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: cephadm 2024-09-13T21:40:46.612548+0000 mgr.a (mgr.14150) 76 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.806366+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.810570+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.814805+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.819212+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.903066+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.909670+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.917293+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.980379+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.985826+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.991249+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.996809+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:48.222 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.998050+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:48.222 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:46.999633+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:40:48.222 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:47.001244+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:48.222 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:47.242968+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:40:48.222 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:47 smithi016 bash[24219]: audit 2024-09-13T21:40:47.726550+0000 mon.a (mon.0) 235 : audit [DBG] from='client.? 172.21.15.143:0/2597806712' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-13T21:40:48.343 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-13T21:40:48.343 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-13T21:40:48.948 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:48 smithi001 bash[22742]: cephadm 2024-09-13T21:40:46.997521+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T21:40:48.948 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:48 smithi001 bash[22742]: cephadm 2024-09-13T21:40:47.003104+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2024-09-13T21:40:49.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:48 smithi143 bash[24618]: cephadm 2024-09-13T21:40:46.997521+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T21:40:49.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:48 smithi143 bash[24618]: cephadm 2024-09-13T21:40:47.003104+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2024-09-13T21:40:49.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:48 smithi016 bash[24219]: cephadm 2024-09-13T21:40:46.997521+0000 mgr.a (mgr.14150) 77 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T21:40:49.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:48 smithi016 bash[24219]: cephadm 2024-09-13T21:40:47.003104+0000 mgr.a (mgr.14150) 78 : cephadm [INF] Reconfiguring daemon mon.a on smithi001 2024-09-13T21:40:50.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:49 smithi143 bash[24618]: cluster 2024-09-13T21:40:47.885404+0000 mgr.a (mgr.14150) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:50.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:49 smithi143 bash[24618]: audit 2024-09-13T21:40:49.413144+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:50.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:49 smithi143 bash[24618]: audit 2024-09-13T21:40:49.418897+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:50.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:49 smithi143 bash[24618]: audit 2024-09-13T21:40:49.420795+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:50.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:49 smithi143 bash[24618]: audit 2024-09-13T21:40:49.422157+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:40:50.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:49 smithi143 bash[24618]: audit 2024-09-13T21:40:49.423621+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:50.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:49 smithi016 bash[24219]: cluster 2024-09-13T21:40:47.885404+0000 mgr.a (mgr.14150) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:50.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:49 smithi016 bash[24219]: audit 2024-09-13T21:40:49.413144+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:50.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:49 smithi016 bash[24219]: audit 2024-09-13T21:40:49.418897+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:50.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:49 smithi016 bash[24219]: audit 2024-09-13T21:40:49.420795+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:50.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:49 smithi016 bash[24219]: audit 2024-09-13T21:40:49.422157+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:40:50.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:49 smithi016 bash[24219]: audit 2024-09-13T21:40:49.423621+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:50.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:49 smithi001 bash[22742]: cluster 2024-09-13T21:40:47.885404+0000 mgr.a (mgr.14150) 79 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:50.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:49 smithi001 bash[22742]: audit 2024-09-13T21:40:49.413144+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:50.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:49 smithi001 bash[22742]: audit 2024-09-13T21:40:49.418897+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:50.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:49 smithi001 bash[22742]: audit 2024-09-13T21:40:49.420795+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:50.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:49 smithi001 bash[22742]: audit 2024-09-13T21:40:49.422157+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:40:50.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:49 smithi001 bash[22742]: audit 2024-09-13T21:40:49.423621+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:51.113 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:50 smithi143 bash[24618]: cephadm 2024-09-13T21:40:49.420264+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T21:40:51.114 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:50 smithi143 bash[24618]: cephadm 2024-09-13T21:40:49.425246+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.b on smithi016 2024-09-13T21:40:51.140 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:50 smithi016 bash[24219]: cephadm 2024-09-13T21:40:49.420264+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T21:40:51.140 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:50 smithi016 bash[24219]: cephadm 2024-09-13T21:40:49.425246+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.b on smithi016 2024-09-13T21:40:51.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:50 smithi001 bash[22742]: cephadm 2024-09-13T21:40:49.420264+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T21:40:51.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:50 smithi001 bash[22742]: cephadm 2024-09-13T21:40:49.425246+0000 mgr.a (mgr.14150) 81 : cephadm [INF] Reconfiguring daemon mon.b on smithi016 2024-09-13T21:40:52.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:51 smithi143 bash[24618]: cluster 2024-09-13T21:40:49.885808+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:52.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:51 smithi143 bash[24618]: audit 2024-09-13T21:40:51.465547+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:52.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:51 smithi143 bash[24618]: audit 2024-09-13T21:40:51.472068+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:52.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:51 smithi143 bash[24618]: audit 2024-09-13T21:40:51.474066+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:52.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:51 smithi143 bash[24618]: audit 2024-09-13T21:40:51.475702+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:40:52.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:51 smithi143 bash[24618]: audit 2024-09-13T21:40:51.477378+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:52.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:51 smithi016 bash[24219]: cluster 2024-09-13T21:40:49.885808+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:52.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:51 smithi016 bash[24219]: audit 2024-09-13T21:40:51.465547+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:52.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:51 smithi016 bash[24219]: audit 2024-09-13T21:40:51.472068+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:52.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:51 smithi016 bash[24219]: audit 2024-09-13T21:40:51.474066+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:52.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:51 smithi016 bash[24219]: audit 2024-09-13T21:40:51.475702+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:40:52.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:51 smithi016 bash[24219]: audit 2024-09-13T21:40:51.477378+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:52.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:51 smithi001 bash[22742]: cluster 2024-09-13T21:40:49.885808+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:52.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:51 smithi001 bash[22742]: audit 2024-09-13T21:40:51.465547+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:52.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:51 smithi001 bash[22742]: audit 2024-09-13T21:40:51.472068+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:52.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:51 smithi001 bash[22742]: audit 2024-09-13T21:40:51.474066+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-13T21:40:52.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:51 smithi001 bash[22742]: audit 2024-09-13T21:40:51.475702+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-13T21:40:52.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:51 smithi001 bash[22742]: audit 2024-09-13T21:40:51.477378+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:53.077 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:40:53.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:52 smithi143 bash[24618]: cephadm 2024-09-13T21:40:51.473486+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T21:40:53.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:52 smithi143 bash[24618]: cephadm 2024-09-13T21:40:51.479340+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.c on smithi143 2024-09-13T21:40:53.167 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:52 smithi001 bash[22742]: cephadm 2024-09-13T21:40:51.473486+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T21:40:53.167 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:52 smithi001 bash[22742]: cephadm 2024-09-13T21:40:51.479340+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.c on smithi143 2024-09-13T21:40:53.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:52 smithi016 bash[24219]: cephadm 2024-09-13T21:40:51.473486+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T21:40:53.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:52 smithi016 bash[24219]: cephadm 2024-09-13T21:40:51.479340+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.c on smithi143 2024-09-13T21:40:54.097 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:53 smithi001 bash[22742]: cluster 2024-09-13T21:40:51.886222+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:54.097 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:53 smithi001 bash[22742]: audit 2024-09-13T21:40:53.638149+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:54.097 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:53 smithi001 bash[22742]: audit 2024-09-13T21:40:53.645236+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:54.097 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:53 smithi001 bash[22742]: audit 2024-09-13T21:40:53.647669+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:54.098 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:53 smithi001 bash[22742]: audit 2024-09-13T21:40:53.651298+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:54.098 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:53 smithi001 bash[22742]: audit 2024-09-13T21:40:53.653229+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:54.098 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:53 smithi001 bash[22742]: audit 2024-09-13T21:40:53.662408+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:54.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:53 smithi143 bash[24618]: cluster 2024-09-13T21:40:51.886222+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:54.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:53 smithi143 bash[24618]: audit 2024-09-13T21:40:53.638149+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:54.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:53 smithi143 bash[24618]: audit 2024-09-13T21:40:53.645236+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:54.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:53 smithi143 bash[24618]: audit 2024-09-13T21:40:53.647669+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:54.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:53 smithi143 bash[24618]: audit 2024-09-13T21:40:53.651298+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:54.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:53 smithi143 bash[24618]: audit 2024-09-13T21:40:53.653229+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:54.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:53 smithi143 bash[24618]: audit 2024-09-13T21:40:53.662408+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:54.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:53 smithi016 bash[24219]: cluster 2024-09-13T21:40:51.886222+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:54.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:53 smithi016 bash[24219]: audit 2024-09-13T21:40:53.638149+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:54.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:53 smithi016 bash[24219]: audit 2024-09-13T21:40:53.645236+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:54.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:53 smithi016 bash[24219]: audit 2024-09-13T21:40:53.647669+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:40:54.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:53 smithi016 bash[24219]: audit 2024-09-13T21:40:53.651298+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:54.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:53 smithi016 bash[24219]: audit 2024-09-13T21:40:53.653229+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:40:54.221 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:53 smithi016 bash[24219]: audit 2024-09-13T21:40:53.662408+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:40:54.415 INFO:teuthology.orchestra.run.smithi001.stdout:# minimal ceph.conf for 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:54.416 INFO:teuthology.orchestra.run.smithi001.stdout:[global] 2024-09-13T21:40:54.416 INFO:teuthology.orchestra.run.smithi001.stdout: fsid = 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:40:54.416 INFO:teuthology.orchestra.run.smithi001.stdout: mon_host = [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] 2024-09-13T21:40:55.040 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-13T21:40:55.040 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:40:55.041 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T21:40:55.055 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:40:55.055 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:40:55.105 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:54 smithi001 bash[22742]: audit 2024-09-13T21:40:54.414801+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.1:0/3243431780' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:55.108 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:40:55.109 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T21:40:55.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:54 smithi143 bash[24618]: audit 2024-09-13T21:40:54.414801+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.1:0/3243431780' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:55.120 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:54 smithi016 bash[24219]: audit 2024-09-13T21:40:54.414801+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.1:0/3243431780' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:40:55.124 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:40:55.124 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:40:55.182 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:40:55.182 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T21:40:55.197 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:40:55.197 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:40:55.253 INFO:tasks.cephadm:Adding mgr.a on smithi001 2024-09-13T21:40:55.253 INFO:tasks.cephadm:Adding mgr.b on smithi016 2024-09-13T21:40:55.253 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi001=a;smithi016=b' 2024-09-13T21:40:56.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:55 smithi143 bash[24618]: cluster 2024-09-13T21:40:53.886664+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:56.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:55 smithi016 bash[24219]: cluster 2024-09-13T21:40:53.886664+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:56.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:55 smithi001 bash[22742]: cluster 2024-09-13T21:40:53.886664+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:58.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:57 smithi143 bash[24618]: cluster 2024-09-13T21:40:55.887111+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:58.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:57 smithi016 bash[24219]: cluster 2024-09-13T21:40:55.887111+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:58.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:57 smithi001 bash[22742]: cluster 2024-09-13T21:40:55.887111+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:40:59.010 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:41:00.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:40:59 smithi143 bash[24618]: cluster 2024-09-13T21:40:57.887521+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:00.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:40:59 smithi016 bash[24219]: cluster 2024-09-13T21:40:57.887521+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:00.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:40:59 smithi001 bash[22742]: cluster 2024-09-13T21:40:57.887521+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:00.328 INFO:teuthology.orchestra.run.smithi143.stdout:Scheduled mgr update... 2024-09-13T21:41:00.943 DEBUG:teuthology.orchestra.run.smithi016:mgr.b> sudo journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mgr.b.service 2024-09-13T21:41:00.945 INFO:tasks.cephadm:Deploying OSDs... 2024-09-13T21:41:00.945 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-09-13T21:41:00.946 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T21:41:00.952 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-13T21:41:00.952 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_1 2024-09-13T21:41:01.002 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T21:41:01.002 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:01.002 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-09-13T21:41:01.002 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:01.002 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-13 21:30:59.833242955 +0000 2024-09-13T21:41:01.002 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-13 21:30:59.581245207 +0000 2024-09-13T21:41:01.002 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-13 21:30:59.581245207 +0000 2024-09-13T21:41:01.002 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2024-09-13T21:41:01.002 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T21:41:01.056 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-13T21:41:01.056 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-13T21:41:01.056 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000252759 s, 2.0 MB/s 2024-09-13T21:41:01.057 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T21:41:01.108 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_2 2024-09-13T21:41:01.157 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T21:41:01.157 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:01.157 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-09-13T21:41:01.157 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:01.157 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-13 21:31:00.297238811 +0000 2024-09-13T21:41:01.157 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-13 21:31:00.045241062 +0000 2024-09-13T21:41:01.158 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-13 21:31:00.045241062 +0000 2024-09-13T21:41:01.158 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2024-09-13T21:41:01.158 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T21:41:01.212 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-13T21:41:01.212 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-13T21:41:01.212 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000281415 s, 1.8 MB/s 2024-09-13T21:41:01.213 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T21:41:01.262 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_3 2024-09-13T21:41:01.308 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T21:41:01.308 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:01.309 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 906 Links: 1 2024-09-13T21:41:01.309 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:01.309 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-13 21:31:00.765234631 +0000 2024-09-13T21:41:01.309 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-13 21:31:00.521236810 +0000 2024-09-13T21:41:01.309 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-13 21:31:00.521236810 +0000 2024-09-13T21:41:01.309 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2024-09-13T21:41:01.309 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T21:41:01.364 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-13T21:41:01.364 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-13T21:41:01.365 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000206334 s, 2.5 MB/s 2024-09-13T21:41:01.366 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T21:41:01.415 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_4 2024-09-13T21:41:01.461 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T21:41:01.461 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:01.461 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-09-13T21:41:01.461 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:01.461 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-09-13 21:31:01.237230415 +0000 2024-09-13T21:41:01.461 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-09-13 21:31:00.981232702 +0000 2024-09-13T21:41:01.461 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-09-13 21:31:00.981232702 +0000 2024-09-13T21:41:01.461 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: - 2024-09-13T21:41:01.462 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T21:41:01.516 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-09-13T21:41:01.516 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-09-13T21:41:01.516 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000305837 s, 1.7 MB/s 2024-09-13T21:41:01.517 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T21:41:01.566 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-09-13T21:41:01.566 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T21:41:01.571 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-13T21:41:01.571 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_1 2024-09-13T21:41:01.580 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: cluster 2024-09-13T21:40:59.887915+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:01.580 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: audit 2024-09-13T21:41:00.316799+0000 mgr.a (mgr.14150) 90 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi001=a;smithi016=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:01.580 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: cephadm 2024-09-13T21:41:00.319828+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Saving service mgr spec with placement smithi001=a;smithi016=b;count:2 2024-09-13T21:41:01.580 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: audit 2024-09-13T21:41:00.326288+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:01.580 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: audit 2024-09-13T21:41:00.328168+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:01.580 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: audit 2024-09-13T21:41:01.080149+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:01.581 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: audit 2024-09-13T21:41:01.081672+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:01.581 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: audit 2024-09-13T21:41:01.090805+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:01.581 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: audit 2024-09-13T21:41:01.092990+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:01.581 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: audit 2024-09-13T21:41:01.095542+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T21:41:01.581 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: audit 2024-09-13T21:41:01.099561+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:01.581 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:01 smithi016 bash[24219]: audit 2024-09-13T21:41:01.100748+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:01.582 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:01 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:01.586 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T21:41:01.586 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:01.586 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-09-13T21:41:01.586 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:01.586 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-09-13 21:31:00.636149200 +0000 2024-09-13T21:41:01.586 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-09-13 21:31:00.396151344 +0000 2024-09-13T21:41:01.586 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-09-13 21:31:00.396151344 +0000 2024-09-13T21:41:01.586 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-09-13T21:41:01.587 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T21:41:01.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: cluster 2024-09-13T21:40:59.887915+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:01.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: audit 2024-09-13T21:41:00.316799+0000 mgr.a (mgr.14150) 90 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi001=a;smithi016=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:01.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: cephadm 2024-09-13T21:41:00.319828+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Saving service mgr spec with placement smithi001=a;smithi016=b;count:2 2024-09-13T21:41:01.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: audit 2024-09-13T21:41:00.326288+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:01.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: audit 2024-09-13T21:41:00.328168+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:01.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: audit 2024-09-13T21:41:01.080149+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:01.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: audit 2024-09-13T21:41:01.081672+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:01.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: audit 2024-09-13T21:41:01.090805+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:01.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: audit 2024-09-13T21:41:01.092990+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:01.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: audit 2024-09-13T21:41:01.095542+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T21:41:01.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: audit 2024-09-13T21:41:01.099561+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:01.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:01 smithi143 bash[24618]: audit 2024-09-13T21:41:01.100748+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:01.636 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-09-13T21:41:01.636 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-09-13T21:41:01.637 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000150189 s, 3.4 MB/s 2024-09-13T21:41:01.637 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T21:41:01.685 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_2 2024-09-13T21:41:01.732 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T21:41:01.732 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:01.732 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 901 Links: 1 2024-09-13T21:41:01.732 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:01.733 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-09-13 21:31:01.152144592 +0000 2024-09-13T21:41:01.733 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-09-13 21:31:00.864147164 +0000 2024-09-13T21:41:01.733 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-09-13 21:31:00.864147164 +0000 2024-09-13T21:41:01.733 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-09-13T21:41:01.733 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T21:41:01.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: cluster 2024-09-13T21:40:59.887915+0000 mgr.a (mgr.14150) 89 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:01.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: audit 2024-09-13T21:41:00.316799+0000 mgr.a (mgr.14150) 90 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi001=a;smithi016=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:01.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: cephadm 2024-09-13T21:41:00.319828+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Saving service mgr spec with placement smithi001=a;smithi016=b;count:2 2024-09-13T21:41:01.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: audit 2024-09-13T21:41:00.326288+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:01.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: audit 2024-09-13T21:41:00.328168+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:01.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: audit 2024-09-13T21:41:01.080149+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:01.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: audit 2024-09-13T21:41:01.081672+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:01.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: audit 2024-09-13T21:41:01.090805+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:01.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: audit 2024-09-13T21:41:01.092990+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:01.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: audit 2024-09-13T21:41:01.095542+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T21:41:01.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: audit 2024-09-13T21:41:01.099561+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:01.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:01 smithi001 bash[22742]: audit 2024-09-13T21:41:01.100748+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:01.785 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-09-13T21:41:01.785 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-09-13T21:41:01.785 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000182395 s, 2.8 MB/s 2024-09-13T21:41:01.786 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T21:41:01.833 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_3 2024-09-13T21:41:01.882 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T21:41:01.882 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:01.882 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 916 Links: 1 2024-09-13T21:41:01.882 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:01.882 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-09-13 21:31:01.636140269 +0000 2024-09-13T21:41:01.882 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-09-13 21:31:01.376142591 +0000 2024-09-13T21:41:01.883 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-09-13 21:31:01.376142591 +0000 2024-09-13T21:41:01.883 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-09-13T21:41:01.883 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T21:41:01.935 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-09-13T21:41:01.935 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-09-13T21:41:01.935 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000294531 s, 1.7 MB/s 2024-09-13T21:41:01.936 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T21:41:01.986 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_4 2024-09-13T21:41:02.033 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T21:41:02.033 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:02.033 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 939 Links: 1 2024-09-13T21:41:02.033 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:02.033 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-09-13 21:31:01.844138411 +0000 2024-09-13T21:41:02.033 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-09-13 21:31:01.840138447 +0000 2024-09-13T21:41:02.033 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-09-13 21:31:01.840138447 +0000 2024-09-13T21:41:02.034 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-09-13T21:41:02.034 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T21:41:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-09-13T21:41:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-09-13T21:41:02.088 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000277362 s, 1.8 MB/s 2024-09-13T21:41:02.089 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T21:41:02.138 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2024-09-13T21:41:02.138 DEBUG:teuthology.orchestra.run.smithi143:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T21:41:02.145 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-13T21:41:02.145 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_1 2024-09-13T21:41:02.193 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T21:41:02.193 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:02.193 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 872 Links: 1 2024-09-13T21:41:02.193 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:02.193 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-09-13 21:30:59.608476776 +0000 2024-09-13T21:41:02.193 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-09-13 21:30:59.344479134 +0000 2024-09-13T21:41:02.193 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-09-13 21:30:59.344479134 +0000 2024-09-13T21:41:02.193 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-09-13T21:41:02.194 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T21:41:02.248 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-09-13T21:41:02.248 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-09-13T21:41:02.248 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000465479 s, 1.1 MB/s 2024-09-13T21:41:02.249 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T21:41:02.298 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_2 2024-09-13T21:41:02.345 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T21:41:02.345 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:02.346 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-09-13T21:41:02.346 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:02.346 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-09-13 21:30:59.876474383 +0000 2024-09-13T21:41:02.346 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-09-13 21:30:59.872474419 +0000 2024-09-13T21:41:02.346 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-09-13 21:30:59.872474419 +0000 2024-09-13T21:41:02.346 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-09-13T21:41:02.346 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T21:41:02.400 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-09-13T21:41:02.400 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-09-13T21:41:02.400 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000453544 s, 1.1 MB/s 2024-09-13T21:41:02.401 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T21:41:02.450 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_3 2024-09-13T21:41:02.497 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T21:41:02.497 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:02.497 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-09-13T21:41:02.497 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:02.497 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-09-13 21:31:00.612467808 +0000 2024-09-13T21:41:02.498 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-09-13 21:31:00.352470131 +0000 2024-09-13T21:41:02.498 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-09-13 21:31:00.352470131 +0000 2024-09-13T21:41:02.498 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-09-13T21:41:02.498 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T21:41:02.549 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:02 smithi143 bash[24618]: cephadm 2024-09-13T21:41:01.102039+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Deploying daemon mgr.b on smithi016 2024-09-13T21:41:02.550 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-09-13T21:41:02.551 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-09-13T21:41:02.551 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.000411273 s, 1.2 MB/s 2024-09-13T21:41:02.552 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T21:41:02.601 DEBUG:teuthology.orchestra.run.smithi143:> stat /dev/vg_nvme/lv_4 2024-09-13T21:41:02.648 INFO:teuthology.orchestra.run.smithi143.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T21:41:02.648 INFO:teuthology.orchestra.run.smithi143.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T21:41:02.649 INFO:teuthology.orchestra.run.smithi143.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-09-13T21:41:02.649 INFO:teuthology.orchestra.run.smithi143.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T21:41:02.649 INFO:teuthology.orchestra.run.smithi143.stdout:Access: 2024-09-13 21:31:01.064463771 +0000 2024-09-13T21:41:02.649 INFO:teuthology.orchestra.run.smithi143.stdout:Modify: 2024-09-13 21:31:00.824465915 +0000 2024-09-13T21:41:02.649 INFO:teuthology.orchestra.run.smithi143.stdout:Change: 2024-09-13 21:31:00.824465915 +0000 2024-09-13T21:41:02.649 INFO:teuthology.orchestra.run.smithi143.stdout: Birth: - 2024-09-13T21:41:02.649 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T21:41:02.704 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records in 2024-09-13T21:41:02.704 INFO:teuthology.orchestra.run.smithi143.stderr:1+0 records out 2024-09-13T21:41:02.704 INFO:teuthology.orchestra.run.smithi143.stderr:512 bytes copied, 0.00028666 s, 1.8 MB/s 2024-09-13T21:41:02.705 DEBUG:teuthology.orchestra.run.smithi143:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T21:41:02.710 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:02 smithi016 bash[24219]: cephadm 2024-09-13T21:41:01.102039+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Deploying daemon mgr.b on smithi016 2024-09-13T21:41:02.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:02 smithi001 bash[22742]: cephadm 2024-09-13T21:41:01.102039+0000 mgr.a (mgr.14150) 92 : cephadm [INF] Deploying daemon mgr.b on smithi016 2024-09-13T21:41:02.754 INFO:tasks.cephadm:Deploying osd.0 on smithi001 with /dev/vg_nvme/lv_4... 2024-09-13T21:41:02.754 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T21:41:03.595 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:03 smithi016 bash[24219]: cluster 2024-09-13T21:41:01.888351+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:03.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:03 smithi143 bash[24618]: cluster 2024-09-13T21:41:01.888351+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:03.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:03 smithi001 bash[22742]: cluster 2024-09-13T21:41:01.888351+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:03.926 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:03 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:03.926 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:03 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:03.926 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:03 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:03.926 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:03 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:03.926 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:03 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:03.926 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:03 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:03.926 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:03 smithi016 systemd[1]: Started Ceph mgr.b for 3dd44bb8-7218-11ef-bceb-c7b262605968. 2024-09-13T21:41:05.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:04 smithi016 bash[24219]: cluster 2024-09-13T21:41:03.888840+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:05.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:04 smithi016 bash[24219]: audit 2024-09-13T21:41:03.972550+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:04 smithi016 bash[24219]: audit 2024-09-13T21:41:03.977509+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:04 smithi016 bash[24219]: audit 2024-09-13T21:41:03.983054+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:04 smithi016 bash[24219]: audit 2024-09-13T21:41:03.989186+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:04 smithi016 bash[24219]: audit 2024-09-13T21:41:04.060584+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:05.220 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:04 smithi016 bash[24723]: debug 2024-09-13T21:41:04.926+0000 7f6f6be39640 1 -- 172.21.15.16:0/3178738503 <== mon.2 v2:172.21.15.16:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55f9133f90e0 con 0x55f9133fb400 2024-09-13T21:41:05.220 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:05 smithi016 bash[24723]: debug 2024-09-13T21:41:05.038+0000 7f6f6e6a3040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T21:41:05.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:04 smithi001 bash[22742]: cluster 2024-09-13T21:41:03.888840+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:05.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:04 smithi001 bash[22742]: audit 2024-09-13T21:41:03.972550+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:04 smithi001 bash[22742]: audit 2024-09-13T21:41:03.977509+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:04 smithi001 bash[22742]: audit 2024-09-13T21:41:03.983054+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:04 smithi001 bash[22742]: audit 2024-09-13T21:41:03.989186+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:04 smithi001 bash[22742]: audit 2024-09-13T21:41:04.060584+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:05.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:04 smithi143 bash[24618]: cluster 2024-09-13T21:41:03.888840+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:05.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:04 smithi143 bash[24618]: audit 2024-09-13T21:41:03.972550+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:04 smithi143 bash[24618]: audit 2024-09-13T21:41:03.977509+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:04 smithi143 bash[24618]: audit 2024-09-13T21:41:03.983054+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:04 smithi143 bash[24618]: audit 2024-09-13T21:41:03.989186+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:05.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:04 smithi143 bash[24618]: audit 2024-09-13T21:41:04.060584+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:06.719 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:06 smithi016 bash[24723]: debug 2024-09-13T21:41:06.286+0000 7f6f6e6a3040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T21:41:06.720 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:06 smithi016 bash[24723]: debug 2024-09-13T21:41:06.354+0000 7f6f6e6a3040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T21:41:06.720 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:06 smithi016 bash[24723]: debug 2024-09-13T21:41:06.514+0000 7f6f6e6a3040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T21:41:07.206 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:06 smithi016 bash[24219]: cluster 2024-09-13T21:41:05.889272+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:07.206 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:06 smithi016 bash[24219]: audit 2024-09-13T21:41:05.944794+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:07.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:06 smithi001 bash[22742]: cluster 2024-09-13T21:41:05.889272+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:07.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:06 smithi001 bash[22742]: audit 2024-09-13T21:41:05.944794+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:07.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:06 smithi143 bash[24618]: cluster 2024-09-13T21:41:05.889272+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:07.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:06 smithi143 bash[24618]: audit 2024-09-13T21:41:05.944794+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:07.469 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:07 smithi016 bash[24723]: debug 2024-09-13T21:41:07.202+0000 7f6f6e6a3040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T21:41:07.469 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:07 smithi016 bash[24723]: debug 2024-09-13T21:41:07.274+0000 7f6f6e6a3040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T21:41:07.470 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:07 smithi016 bash[24723]: debug 2024-09-13T21:41:07.346+0000 7f6f6e6a3040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T21:41:07.490 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:41:07.966 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:07 smithi016 bash[24723]: debug 2024-09-13T21:41:07.542+0000 7f6f6e6a3040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T21:41:07.966 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:07 smithi016 bash[24723]: debug 2024-09-13T21:41:07.622+0000 7f6f6e6a3040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T21:41:07.966 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:07 smithi016 bash[24723]: debug 2024-09-13T21:41:07.694+0000 7f6f6e6a3040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T21:41:07.966 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:07 smithi016 bash[24723]: debug 2024-09-13T21:41:07.962+0000 7f6f6e6a3040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T21:41:08.219 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:08 smithi016 bash[24723]: debug 2024-09-13T21:41:08.030+0000 7f6f6e6a3040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T21:41:08.584 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:08 smithi016 bash[24723]: debug 2024-09-13T21:41:08.234+0000 7f6f6e6a3040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T21:41:08.584 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:08 smithi016 bash[24723]: debug 2024-09-13T21:41:08.318+0000 7f6f6e6a3040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T21:41:08.939 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:08 smithi016 bash[24723]: debug 2024-09-13T21:41:08.578+0000 7f6f6e6a3040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T21:41:08.940 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:08 smithi016 bash[24723]: debug 2024-09-13T21:41:08.766+0000 7f6f6e6a3040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:41:09.215 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:08 smithi016 bash[24219]: cluster 2024-09-13T21:41:07.889679+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:09.215 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:08 smithi016 bash[24723]: debug 2024-09-13T21:41:08.934+0000 7f6f6e6a3040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T21:41:09.216 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:09 smithi016 bash[24723]: debug 2024-09-13T21:41:09.018+0000 7f6f6e6a3040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T21:41:09.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:08 smithi001 bash[22742]: cluster 2024-09-13T21:41:07.889679+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:09.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:08 smithi143 bash[24618]: cluster 2024-09-13T21:41:07.889679+0000 mgr.a (mgr.14150) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:09.469 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:09 smithi016 bash[24723]: debug 2024-09-13T21:41:09.210+0000 7f6f6e6a3040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:41:10.379 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24723]: debug 2024-09-13T21:41:10.062+0000 7f6f6e6a3040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T21:41:10.380 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24723]: debug 2024-09-13T21:41:10.138+0000 7f6f6e6a3040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T21:41:10.380 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24723]: debug 2024-09-13T21:41:10.374+0000 7f6f6e6a3040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T21:41:10.380 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24219]: audit 2024-09-13T21:41:09.277885+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:10.380 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24219]: audit 2024-09-13T21:41:09.284100+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:10.380 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24219]: audit 2024-09-13T21:41:09.285724+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:10.380 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24219]: audit 2024-09-13T21:41:09.287006+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:10.380 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24219]: audit 2024-09-13T21:41:09.294315+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:10.380 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24219]: cephadm 2024-09-13T21:41:09.372114+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T21:41:10.380 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24219]: audit 2024-09-13T21:41:09.372819+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:10.380 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24219]: audit 2024-09-13T21:41:09.373970+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:10.381 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24219]: audit 2024-09-13T21:41:09.374963+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:10.381 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24219]: cephadm 2024-09-13T21:41:09.376105+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Reconfiguring daemon mgr.a on smithi001 2024-09-13T21:41:10.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:10 smithi143 bash[24618]: audit 2024-09-13T21:41:09.277885+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:10.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:10 smithi143 bash[24618]: audit 2024-09-13T21:41:09.284100+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:10.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:10 smithi143 bash[24618]: audit 2024-09-13T21:41:09.285724+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:10.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:10 smithi143 bash[24618]: audit 2024-09-13T21:41:09.287006+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:10.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:10 smithi143 bash[24618]: audit 2024-09-13T21:41:09.294315+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:10.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:10 smithi143 bash[24618]: cephadm 2024-09-13T21:41:09.372114+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T21:41:10.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:10 smithi143 bash[24618]: audit 2024-09-13T21:41:09.372819+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:10.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:10 smithi143 bash[24618]: audit 2024-09-13T21:41:09.373970+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:10.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:10 smithi143 bash[24618]: audit 2024-09-13T21:41:09.374963+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:10.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:10 smithi143 bash[24618]: cephadm 2024-09-13T21:41:09.376105+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Reconfiguring daemon mgr.a on smithi001 2024-09-13T21:41:10.719 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24723]: debug 2024-09-13T21:41:10.450+0000 7f6f6e6a3040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T21:41:10.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:10 smithi001 bash[22742]: audit 2024-09-13T21:41:09.277885+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:10.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:10 smithi001 bash[22742]: audit 2024-09-13T21:41:09.284100+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:10.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:10 smithi001 bash[22742]: audit 2024-09-13T21:41:09.285724+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:10.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:10 smithi001 bash[22742]: audit 2024-09-13T21:41:09.287006+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:10.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:10 smithi001 bash[22742]: audit 2024-09-13T21:41:09.294315+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:10.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:10 smithi001 bash[22742]: cephadm 2024-09-13T21:41:09.372114+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T21:41:10.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:10 smithi001 bash[22742]: audit 2024-09-13T21:41:09.372819+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-13T21:41:10.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:10 smithi001 bash[22742]: audit 2024-09-13T21:41:09.373970+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-13T21:41:10.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:10 smithi001 bash[22742]: audit 2024-09-13T21:41:09.374963+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:10.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:10 smithi001 bash[22742]: cephadm 2024-09-13T21:41:09.376105+0000 mgr.a (mgr.14150) 98 : cephadm [INF] Reconfiguring daemon mgr.a on smithi001 2024-09-13T21:41:11.219 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24723]: debug 2024-09-13T21:41:10.862+0000 7f6f6e6a3040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T21:41:11.220 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:41:10 smithi016 bash[24723]: debug 2024-09-13T21:41:10.942+0000 7f6f6e6a3040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T21:41:11.477 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:41:11.529 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi001:vg_nvme/lv_4 2024-09-13T21:41:11.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:11 smithi143 bash[24618]: cluster 2024-09-13T21:41:09.890089+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:11.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:11 smithi143 bash[24618]: cluster 2024-09-13T21:41:10.968315+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon b started 2024-09-13T21:41:11.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:11 smithi143 bash[24618]: audit 2024-09-13T21:41:10.969493+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-13T21:41:11.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:11 smithi143 bash[24618]: audit 2024-09-13T21:41:10.970299+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T21:41:11.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:11 smithi143 bash[24618]: audit 2024-09-13T21:41:10.971470+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-13T21:41:11.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:11 smithi143 bash[24618]: audit 2024-09-13T21:41:10.972016+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T21:41:11.627 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:11 smithi001 bash[22742]: cluster 2024-09-13T21:41:09.890089+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:11.627 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:11 smithi001 bash[22742]: cluster 2024-09-13T21:41:10.968315+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon b started 2024-09-13T21:41:11.627 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:11 smithi001 bash[22742]: audit 2024-09-13T21:41:10.969493+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-13T21:41:11.627 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:11 smithi001 bash[22742]: audit 2024-09-13T21:41:10.970299+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T21:41:11.627 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:11 smithi001 bash[22742]: audit 2024-09-13T21:41:10.971470+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-13T21:41:11.627 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:11 smithi001 bash[22742]: audit 2024-09-13T21:41:10.972016+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T21:41:11.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:11 smithi016 bash[24219]: cluster 2024-09-13T21:41:09.890089+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:11.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:11 smithi016 bash[24219]: cluster 2024-09-13T21:41:10.968315+0000 mon.a (mon.0) 276 : cluster [DBG] Standby manager daemon b started 2024-09-13T21:41:11.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:11 smithi016 bash[24219]: audit 2024-09-13T21:41:10.969493+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-13T21:41:11.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:11 smithi016 bash[24219]: audit 2024-09-13T21:41:10.970299+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T21:41:11.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:11 smithi016 bash[24219]: audit 2024-09-13T21:41:10.971470+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-13T21:41:11.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:11 smithi016 bash[24219]: audit 2024-09-13T21:41:10.972016+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.16:0/3529147659' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T21:41:12.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:12 smithi143 bash[24618]: cluster 2024-09-13T21:41:11.313854+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e14: a(active, since 115s), standbys: b 2024-09-13T21:41:12.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:12 smithi143 bash[24618]: audit 2024-09-13T21:41:11.314112+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-13T21:41:12.614 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:12 smithi001 bash[22742]: cluster 2024-09-13T21:41:11.313854+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e14: a(active, since 115s), standbys: b 2024-09-13T21:41:12.614 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:12 smithi001 bash[22742]: audit 2024-09-13T21:41:11.314112+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-13T21:41:12.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:12 smithi016 bash[24219]: cluster 2024-09-13T21:41:11.313854+0000 mon.a (mon.0) 277 : cluster [DBG] mgrmap e14: a(active, since 115s), standbys: b 2024-09-13T21:41:12.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:12 smithi016 bash[24219]: audit 2024-09-13T21:41:11.314112+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-13T21:41:13.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:13 smithi001 bash[22742]: cluster 2024-09-13T21:41:11.890440+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:13.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:13 smithi143 bash[24618]: cluster 2024-09-13T21:41:11.890440+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:13.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:13 smithi016 bash[24219]: cluster 2024-09-13T21:41:11.890440+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:14.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:14 smithi143 bash[24618]: audit 2024-09-13T21:41:13.343043+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:14.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:14 smithi143 bash[24618]: audit 2024-09-13T21:41:13.350852+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:14.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:14 smithi143 bash[24618]: audit 2024-09-13T21:41:13.353882+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:14.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:14 smithi143 bash[24618]: audit 2024-09-13T21:41:14.083511+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:14.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:14 smithi143 bash[24618]: audit 2024-09-13T21:41:14.085427+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:14.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:14 smithi143 bash[24618]: audit 2024-09-13T21:41:14.095536+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:14.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:14 smithi016 bash[24219]: audit 2024-09-13T21:41:13.343043+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:14.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:14 smithi016 bash[24219]: audit 2024-09-13T21:41:13.350852+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:14.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:14 smithi016 bash[24219]: audit 2024-09-13T21:41:13.353882+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:14.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:14 smithi016 bash[24219]: audit 2024-09-13T21:41:14.083511+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:14.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:14 smithi016 bash[24219]: audit 2024-09-13T21:41:14.085427+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:14.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:14 smithi016 bash[24219]: audit 2024-09-13T21:41:14.095536+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:14.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:14 smithi001 bash[22742]: audit 2024-09-13T21:41:13.343043+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:14.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:14 smithi001 bash[22742]: audit 2024-09-13T21:41:13.350852+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:14.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:14 smithi001 bash[22742]: audit 2024-09-13T21:41:13.353882+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:14.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:14 smithi001 bash[22742]: audit 2024-09-13T21:41:14.083511+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:14.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:14 smithi001 bash[22742]: audit 2024-09-13T21:41:14.085427+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:14.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:14 smithi001 bash[22742]: audit 2024-09-13T21:41:14.095536+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:15.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:15 smithi143 bash[24618]: cluster 2024-09-13T21:41:13.890888+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:15.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:15 smithi016 bash[24219]: cluster 2024-09-13T21:41:13.890888+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:15.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:15 smithi001 bash[22742]: cluster 2024-09-13T21:41:13.890888+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:16.371 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:41:17.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:17 smithi143 bash[24618]: cluster 2024-09-13T21:41:15.891327+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:17.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:17 smithi016 bash[24219]: cluster 2024-09-13T21:41:15.891327+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:17.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:17 smithi001 bash[22742]: cluster 2024-09-13T21:41:15.891327+0000 mgr.a (mgr.14150) 102 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:18.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:18 smithi016 bash[24219]: audit 2024-09-13T21:41:17.629717+0000 mgr.a (mgr.14150) 103 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:18.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:18 smithi016 bash[24219]: audit 2024-09-13T21:41:17.636463+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:41:18.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:18 smithi016 bash[24219]: audit 2024-09-13T21:41:17.642256+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:41:18.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:18 smithi016 bash[24219]: audit 2024-09-13T21:41:17.643810+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:18.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:18 smithi001 bash[22742]: audit 2024-09-13T21:41:17.629717+0000 mgr.a (mgr.14150) 103 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:18.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:18 smithi001 bash[22742]: audit 2024-09-13T21:41:17.636463+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:41:18.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:18 smithi001 bash[22742]: audit 2024-09-13T21:41:17.642256+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:41:18.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:18 smithi001 bash[22742]: audit 2024-09-13T21:41:17.643810+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:18.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:18 smithi143 bash[24618]: audit 2024-09-13T21:41:17.629717+0000 mgr.a (mgr.14150) 103 : audit [DBG] from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi001:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:41:18.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:18 smithi143 bash[24618]: audit 2024-09-13T21:41:17.636463+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:41:18.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:18 smithi143 bash[24618]: audit 2024-09-13T21:41:17.642256+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:41:18.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:18 smithi143 bash[24618]: audit 2024-09-13T21:41:17.643810+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:19.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:19 smithi016 bash[24219]: cluster 2024-09-13T21:41:17.891751+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:19.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:19 smithi001 bash[22742]: cluster 2024-09-13T21:41:17.891751+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:19.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:19 smithi143 bash[24618]: cluster 2024-09-13T21:41:17.891751+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:21.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:21 smithi016 bash[24219]: cluster 2024-09-13T21:41:19.892182+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:21.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:21 smithi001 bash[22742]: cluster 2024-09-13T21:41:19.892182+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:21.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:21 smithi143 bash[24618]: cluster 2024-09-13T21:41:19.892182+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:23.633 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:23 smithi001 bash[22742]: cluster 2024-09-13T21:41:21.892667+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:23.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:23 smithi016 bash[24219]: cluster 2024-09-13T21:41:21.892667+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:23.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:23 smithi143 bash[24618]: cluster 2024-09-13T21:41:21.892667+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:25 smithi001 bash[22742]: cluster 2024-09-13T21:41:23.893022+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:25 smithi016 bash[24219]: cluster 2024-09-13T21:41:23.893022+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:25.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:25 smithi143 bash[24618]: cluster 2024-09-13T21:41:23.893022+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:26.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:26 smithi016 bash[24219]: audit 2024-09-13T21:41:25.900365+0000 mon.a (mon.0) 288 : audit [INF] from='client.? 172.21.15.1:0/41127970' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c69efa79-2a91-4eb9-8c50-d9615e14134e"}]: dispatch 2024-09-13T21:41:26.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:26 smithi016 bash[24219]: audit 2024-09-13T21:41:25.902750+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.1:0/41127970' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c69efa79-2a91-4eb9-8c50-d9615e14134e"}]': finished 2024-09-13T21:41:26.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:26 smithi016 bash[24219]: cluster 2024-09-13T21:41:25.907539+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-13T21:41:26.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:26 smithi016 bash[24219]: audit 2024-09-13T21:41:25.907853+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:26.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:26 smithi001 bash[22742]: audit 2024-09-13T21:41:25.900365+0000 mon.a (mon.0) 288 : audit [INF] from='client.? 172.21.15.1:0/41127970' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c69efa79-2a91-4eb9-8c50-d9615e14134e"}]: dispatch 2024-09-13T21:41:26.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:26 smithi001 bash[22742]: audit 2024-09-13T21:41:25.902750+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.1:0/41127970' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c69efa79-2a91-4eb9-8c50-d9615e14134e"}]': finished 2024-09-13T21:41:26.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:26 smithi001 bash[22742]: cluster 2024-09-13T21:41:25.907539+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-13T21:41:26.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:26 smithi001 bash[22742]: audit 2024-09-13T21:41:25.907853+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:26.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:26 smithi143 bash[24618]: audit 2024-09-13T21:41:25.900365+0000 mon.a (mon.0) 288 : audit [INF] from='client.? 172.21.15.1:0/41127970' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c69efa79-2a91-4eb9-8c50-d9615e14134e"}]: dispatch 2024-09-13T21:41:26.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:26 smithi143 bash[24618]: audit 2024-09-13T21:41:25.902750+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.1:0/41127970' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c69efa79-2a91-4eb9-8c50-d9615e14134e"}]': finished 2024-09-13T21:41:26.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:26 smithi143 bash[24618]: cluster 2024-09-13T21:41:25.907539+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-13T21:41:26.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:26 smithi143 bash[24618]: audit 2024-09-13T21:41:25.907853+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:27.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:27 smithi016 bash[24219]: cluster 2024-09-13T21:41:25.893387+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:27.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:27 smithi016 bash[24219]: audit 2024-09-13T21:41:26.556233+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.1:0/4143266015' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:41:27.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:27 smithi001 bash[22742]: cluster 2024-09-13T21:41:25.893387+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:27.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:27 smithi001 bash[22742]: audit 2024-09-13T21:41:26.556233+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.1:0/4143266015' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:41:27.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:27 smithi143 bash[24618]: cluster 2024-09-13T21:41:25.893387+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:27.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:27 smithi143 bash[24618]: audit 2024-09-13T21:41:26.556233+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.1:0/4143266015' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:41:29.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:29 smithi016 bash[24219]: cluster 2024-09-13T21:41:27.893724+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:29.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:29 smithi001 bash[22742]: cluster 2024-09-13T21:41:27.893724+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:29.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:29 smithi143 bash[24618]: cluster 2024-09-13T21:41:27.893724+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:31.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:31 smithi016 bash[24219]: cluster 2024-09-13T21:41:29.894063+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:31.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:31 smithi001 bash[22742]: cluster 2024-09-13T21:41:29.894063+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:31.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:31 smithi143 bash[24618]: cluster 2024-09-13T21:41:29.894063+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:33.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:33 smithi016 bash[24219]: cluster 2024-09-13T21:41:31.894436+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:33.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:33 smithi001 bash[22742]: cluster 2024-09-13T21:41:31.894436+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:33.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:33 smithi143 bash[24618]: cluster 2024-09-13T21:41:31.894436+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:35.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:35 smithi016 bash[24219]: cluster 2024-09-13T21:41:33.894877+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:35.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:35 smithi001 bash[22742]: cluster 2024-09-13T21:41:33.894877+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:35.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:35 smithi143 bash[24618]: cluster 2024-09-13T21:41:33.894877+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:37.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:37 smithi001 bash[22742]: cluster 2024-09-13T21:41:35.895297+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:37.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:37 smithi016 bash[24219]: cluster 2024-09-13T21:41:35.895297+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:37.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:37 smithi143 bash[24618]: cluster 2024-09-13T21:41:35.895297+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:39.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:39 smithi016 bash[24219]: cluster 2024-09-13T21:41:37.895739+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:39.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:39 smithi016 bash[24219]: audit 2024-09-13T21:41:38.855950+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T21:41:39.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:39 smithi016 bash[24219]: audit 2024-09-13T21:41:38.857589+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:39.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:39 smithi016 bash[24219]: cephadm 2024-09-13T21:41:38.859041+0000 mgr.a (mgr.14150) 115 : cephadm [INF] Deploying daemon osd.0 on smithi001 2024-09-13T21:41:39.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:39 smithi001 bash[22742]: cluster 2024-09-13T21:41:37.895739+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:39.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:39 smithi001 bash[22742]: audit 2024-09-13T21:41:38.855950+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T21:41:39.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:39 smithi001 bash[22742]: audit 2024-09-13T21:41:38.857589+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:39.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:39 smithi001 bash[22742]: cephadm 2024-09-13T21:41:38.859041+0000 mgr.a (mgr.14150) 115 : cephadm [INF] Deploying daemon osd.0 on smithi001 2024-09-13T21:41:39.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:39 smithi143 bash[24618]: cluster 2024-09-13T21:41:37.895739+0000 mgr.a (mgr.14150) 114 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:39.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:39 smithi143 bash[24618]: audit 2024-09-13T21:41:38.855950+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-13T21:41:39.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:39 smithi143 bash[24618]: audit 2024-09-13T21:41:38.857589+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:39.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:39 smithi143 bash[24618]: cephadm 2024-09-13T21:41:38.859041+0000 mgr.a (mgr.14150) 115 : cephadm [INF] Deploying daemon osd.0 on smithi001 2024-09-13T21:41:41.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:41 smithi001 bash[22742]: cluster 2024-09-13T21:41:39.896202+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:41.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:41 smithi016 bash[24219]: cluster 2024-09-13T21:41:39.896202+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:41.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:41 smithi143 bash[24618]: cluster 2024-09-13T21:41:39.896202+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:43.152 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:42 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:43.153 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:41:42 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:43.416 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:43 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:43.416 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:41:43 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:41:43.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:43 smithi016 bash[24219]: cluster 2024-09-13T21:41:41.896661+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:43.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:43 smithi016 bash[24219]: audit 2024-09-13T21:41:43.287106+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:43.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:43 smithi016 bash[24219]: audit 2024-09-13T21:41:43.290938+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:43.720 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:43 smithi016 bash[24219]: audit 2024-09-13T21:41:43.295052+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:43.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:43 smithi001 bash[22742]: cluster 2024-09-13T21:41:41.896661+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:43.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:43 smithi001 bash[22742]: audit 2024-09-13T21:41:43.287106+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:43.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:43 smithi001 bash[22742]: audit 2024-09-13T21:41:43.290938+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:43.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:43 smithi001 bash[22742]: audit 2024-09-13T21:41:43.295052+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:43.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:43 smithi143 bash[24618]: cluster 2024-09-13T21:41:41.896661+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:43.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:43 smithi143 bash[24618]: audit 2024-09-13T21:41:43.287106+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:43.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:43 smithi143 bash[24618]: audit 2024-09-13T21:41:43.290938+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:43.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:43 smithi143 bash[24618]: audit 2024-09-13T21:41:43.295052+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:45.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:45 smithi016 bash[24219]: cluster 2024-09-13T21:41:43.897119+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:45.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:45 smithi001 bash[22742]: cluster 2024-09-13T21:41:43.897119+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:45.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:45 smithi143 bash[24618]: cluster 2024-09-13T21:41:43.897119+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:47.687 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:47 smithi001 bash[22742]: cluster 2024-09-13T21:41:45.897538+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:47.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:47 smithi016 bash[24219]: cluster 2024-09-13T21:41:45.897538+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:47.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:47 smithi143 bash[24618]: cluster 2024-09-13T21:41:45.897538+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:49.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:49 smithi016 bash[24219]: cluster 2024-09-13T21:41:47.897986+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:49.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:49 smithi143 bash[24618]: cluster 2024-09-13T21:41:47.897986+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:50.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:49 smithi001 bash[22742]: cluster 2024-09-13T21:41:47.897986+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:50.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:50 smithi143 bash[24618]: audit 2024-09-13T21:41:49.583836+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:50.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:50 smithi143 bash[24618]: audit 2024-09-13T21:41:49.588290+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:50.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:50 smithi143 bash[24618]: audit 2024-09-13T21:41:50.237619+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:50.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:50 smithi143 bash[24618]: audit 2024-09-13T21:41:50.238392+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:50.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:50 smithi143 bash[24618]: audit 2024-09-13T21:41:50.243519+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:50.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:50 smithi016 bash[24219]: audit 2024-09-13T21:41:49.583836+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:50.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:50 smithi016 bash[24219]: audit 2024-09-13T21:41:49.588290+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:50.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:50 smithi016 bash[24219]: audit 2024-09-13T21:41:50.237619+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:50.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:50 smithi016 bash[24219]: audit 2024-09-13T21:41:50.238392+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:50.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:50 smithi016 bash[24219]: audit 2024-09-13T21:41:50.243519+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:50.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:50 smithi001 bash[22742]: audit 2024-09-13T21:41:49.583836+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:50.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:50 smithi001 bash[22742]: audit 2024-09-13T21:41:49.588290+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:50.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:50 smithi001 bash[22742]: audit 2024-09-13T21:41:50.237619+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:41:50.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:50 smithi001 bash[22742]: audit 2024-09-13T21:41:50.238392+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:41:50.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:50 smithi001 bash[22742]: audit 2024-09-13T21:41:50.243519+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:51.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:51 smithi143 bash[24618]: cluster 2024-09-13T21:41:49.898312+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:51.953 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:51 smithi001 bash[22742]: cluster 2024-09-13T21:41:49.898312+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:51.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:51 smithi016 bash[24219]: cluster 2024-09-13T21:41:49.898312+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:53.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:53 smithi001 bash[22742]: cluster 2024-09-13T21:41:51.898713+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:53.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:53 smithi001 bash[22742]: audit 2024-09-13T21:41:53.142357+0000 mon.a (mon.0) 303 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-13T21:41:53.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:53 smithi143 bash[24618]: cluster 2024-09-13T21:41:51.898713+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:53.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:53 smithi143 bash[24618]: audit 2024-09-13T21:41:53.142357+0000 mon.a (mon.0) 303 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-13T21:41:53.953 INFO:teuthology.orchestra.run.smithi001.stdout:Created osd(s) 0 on host 'smithi001' 2024-09-13T21:41:53.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:53 smithi016 bash[24219]: cluster 2024-09-13T21:41:51.898713+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:53.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:53 smithi016 bash[24219]: audit 2024-09-13T21:41:53.142357+0000 mon.a (mon.0) 303 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-13T21:41:54.610 DEBUG:teuthology.orchestra.run.smithi001:osd.0> sudo journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@osd.0.service 2024-09-13T21:41:54.613 INFO:tasks.cephadm:Deploying osd.1 on smithi016 with /dev/vg_nvme/lv_4... 2024-09-13T21:41:54.613 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T21:41:54.909 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[22742]: audit 2024-09-13T21:41:53.597405+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T21:41:54.909 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[22742]: cluster 2024-09-13T21:41:53.602365+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-13T21:41:54.909 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[22742]: audit 2024-09-13T21:41:53.603316+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-09-13T21:41:54.909 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[22742]: audit 2024-09-13T21:41:53.603995+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:54.909 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[22742]: audit 2024-09-13T21:41:53.933924+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:54.910 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[22742]: audit 2024-09-13T21:41:53.941367+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:54.910 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[22742]: audit 2024-09-13T21:41:53.948742+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:54.910 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[22742]: audit 2024-09-13T21:41:54.599504+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-13T21:41:54.910 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[22742]: cluster 2024-09-13T21:41:54.603398+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-13T21:41:54.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:54 smithi016 bash[24219]: audit 2024-09-13T21:41:53.597405+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T21:41:54.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:54 smithi016 bash[24219]: cluster 2024-09-13T21:41:53.602365+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-13T21:41:54.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:54 smithi016 bash[24219]: audit 2024-09-13T21:41:53.603316+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-09-13T21:41:54.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:54 smithi016 bash[24219]: audit 2024-09-13T21:41:53.603995+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:54.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:54 smithi016 bash[24219]: audit 2024-09-13T21:41:53.933924+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:54.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:54 smithi016 bash[24219]: audit 2024-09-13T21:41:53.941367+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:54.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:54 smithi016 bash[24219]: audit 2024-09-13T21:41:53.948742+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:54.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:54 smithi016 bash[24219]: audit 2024-09-13T21:41:54.599504+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-13T21:41:54.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:54 smithi016 bash[24219]: cluster 2024-09-13T21:41:54.603398+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-13T21:41:55.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:54 smithi143 bash[24618]: audit 2024-09-13T21:41:53.597405+0000 mon.a (mon.0) 304 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-13T21:41:55.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:54 smithi143 bash[24618]: cluster 2024-09-13T21:41:53.602365+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-13T21:41:55.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:54 smithi143 bash[24618]: audit 2024-09-13T21:41:53.603316+0000 mon.a (mon.0) 306 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-09-13T21:41:55.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:54 smithi143 bash[24618]: audit 2024-09-13T21:41:53.603995+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:55.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:54 smithi143 bash[24618]: audit 2024-09-13T21:41:53.933924+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:41:55.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:54 smithi143 bash[24618]: audit 2024-09-13T21:41:53.941367+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:55.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:54 smithi143 bash[24618]: audit 2024-09-13T21:41:53.948742+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:41:55.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:54 smithi143 bash[24618]: audit 2024-09-13T21:41:54.599504+0000 mon.a (mon.0) 311 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-09-13T21:41:55.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:54 smithi143 bash[24618]: cluster 2024-09-13T21:41:54.603398+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-13T21:41:55.249 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[32031]: debug 2024-09-13T21:41:54.904+0000 7f6ab5bbe640 -1 osd.0 0 waiting for initial osdmap 2024-09-13T21:41:55.249 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:41:54 smithi001 bash[32031]: debug 2024-09-13T21:41:54.920+0000 7f6aad9de640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T21:41:55.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:55 smithi016 bash[24219]: cluster 2024-09-13T21:41:53.899173+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:55.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:55 smithi016 bash[24219]: audit 2024-09-13T21:41:54.604265+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:55.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:55 smithi016 bash[24219]: audit 2024-09-13T21:41:54.613546+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:55.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:55 smithi016 bash[24219]: audit 2024-09-13T21:41:54.912990+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' 2024-09-13T21:41:55.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:55 smithi016 bash[24219]: audit 2024-09-13T21:41:55.610837+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:55 smithi001 bash[22742]: cluster 2024-09-13T21:41:53.899173+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:55 smithi001 bash[22742]: audit 2024-09-13T21:41:54.604265+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:55 smithi001 bash[22742]: audit 2024-09-13T21:41:54.613546+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:55 smithi001 bash[22742]: audit 2024-09-13T21:41:54.912990+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' 2024-09-13T21:41:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:55 smithi001 bash[22742]: audit 2024-09-13T21:41:55.610837+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:56.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:55 smithi143 bash[24618]: cluster 2024-09-13T21:41:53.899173+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:56.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:55 smithi143 bash[24618]: audit 2024-09-13T21:41:54.604265+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:56.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:55 smithi143 bash[24618]: audit 2024-09-13T21:41:54.613546+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:55 smithi143 bash[24618]: audit 2024-09-13T21:41:54.912990+0000 mon.a (mon.0) 315 : audit [INF] from='osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079]' entity='osd.0' 2024-09-13T21:41:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:55 smithi143 bash[24618]: audit 2024-09-13T21:41:55.610837+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:57.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:56 smithi016 bash[24219]: cluster 2024-09-13T21:41:54.135430+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T21:41:57.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:56 smithi016 bash[24219]: cluster 2024-09-13T21:41:54.135563+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T21:41:57.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:56 smithi016 bash[24219]: cluster 2024-09-13T21:41:55.899595+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:57.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:56 smithi016 bash[24219]: cluster 2024-09-13T21:41:55.917719+0000 mon.a (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079] boot 2024-09-13T21:41:57.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:56 smithi016 bash[24219]: cluster 2024-09-13T21:41:55.917819+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-13T21:41:57.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:56 smithi016 bash[24219]: audit 2024-09-13T21:41:55.918395+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:57.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:56 smithi001 bash[22742]: cluster 2024-09-13T21:41:54.135430+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T21:41:57.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:56 smithi001 bash[22742]: cluster 2024-09-13T21:41:54.135563+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T21:41:57.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:56 smithi001 bash[22742]: cluster 2024-09-13T21:41:55.899595+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:57.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:56 smithi001 bash[22742]: cluster 2024-09-13T21:41:55.917719+0000 mon.a (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079] boot 2024-09-13T21:41:57.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:56 smithi001 bash[22742]: cluster 2024-09-13T21:41:55.917819+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-13T21:41:57.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:56 smithi001 bash[22742]: audit 2024-09-13T21:41:55.918395+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:57.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:56 smithi143 bash[24618]: cluster 2024-09-13T21:41:54.135430+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T21:41:57.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:56 smithi143 bash[24618]: cluster 2024-09-13T21:41:54.135563+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T21:41:57.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:56 smithi143 bash[24618]: cluster 2024-09-13T21:41:55.899595+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T21:41:57.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:56 smithi143 bash[24618]: cluster 2024-09-13T21:41:55.917719+0000 mon.a (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.1:6802/925787079,v1:172.21.15.1:6803/925787079] boot 2024-09-13T21:41:57.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:56 smithi143 bash[24618]: cluster 2024-09-13T21:41:55.917819+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-13T21:41:57.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:56 smithi143 bash[24618]: audit 2024-09-13T21:41:55.918395+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:41:58.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:57 smithi016 bash[24219]: cluster 2024-09-13T21:41:56.919643+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-13T21:41:58.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:57 smithi001 bash[22742]: cluster 2024-09-13T21:41:56.919643+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-13T21:41:58.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:57 smithi143 bash[24618]: cluster 2024-09-13T21:41:56.919643+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-13T21:41:59.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:41:58 smithi016 bash[24219]: cluster 2024-09-13T21:41:57.900085+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:41:59.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:41:58 smithi001 bash[22742]: cluster 2024-09-13T21:41:57.900085+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:41:59.346 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T21:41:59.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:41:58 smithi143 bash[24618]: cluster 2024-09-13T21:41:57.900085+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:01.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:00 smithi016 bash[24219]: cluster 2024-09-13T21:41:59.900536+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:01.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:00 smithi001 bash[22742]: cluster 2024-09-13T21:41:59.900536+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:01.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:00 smithi143 bash[24618]: cluster 2024-09-13T21:41:59.900536+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:03.073 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-09-13T21:42:03.124 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi016:vg_nvme/lv_4 2024-09-13T21:42:03.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:02 smithi016 bash[24219]: cluster 2024-09-13T21:42:01.900995+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:03.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:02 smithi001 bash[22742]: cluster 2024-09-13T21:42:01.900995+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:03.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:02 smithi143 bash[24618]: cluster 2024-09-13T21:42:01.900995+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:04.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:04 smithi143 bash[24618]: cephadm 2024-09-13T21:42:03.493177+0000 mgr.a (mgr.14150) 128 : cephadm [INF] Detected new or changed devices on smithi001 2024-09-13T21:42:04.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:04 smithi143 bash[24618]: audit 2024-09-13T21:42:03.500748+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:04 smithi143 bash[24618]: audit 2024-09-13T21:42:03.507784+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:04 smithi143 bash[24618]: audit 2024-09-13T21:42:03.510010+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:04.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:04 smithi143 bash[24618]: cephadm 2024-09-13T21:42:03.511269+0000 mgr.a (mgr.14150) 129 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 17269M 2024-09-13T21:42:04.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:04 smithi143 bash[24618]: audit 2024-09-13T21:42:03.517708+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:04 smithi143 bash[24618]: audit 2024-09-13T21:42:03.522276+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:04.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:04 smithi143 bash[24618]: audit 2024-09-13T21:42:03.524123+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:04.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:04 smithi143 bash[24618]: audit 2024-09-13T21:42:03.533545+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:04 smithi016 bash[24219]: cephadm 2024-09-13T21:42:03.493177+0000 mgr.a (mgr.14150) 128 : cephadm [INF] Detected new or changed devices on smithi001 2024-09-13T21:42:04.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:04 smithi016 bash[24219]: audit 2024-09-13T21:42:03.500748+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:04 smithi016 bash[24219]: audit 2024-09-13T21:42:03.507784+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:04 smithi016 bash[24219]: audit 2024-09-13T21:42:03.510010+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:04.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:04 smithi016 bash[24219]: cephadm 2024-09-13T21:42:03.511269+0000 mgr.a (mgr.14150) 129 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 17269M 2024-09-13T21:42:04.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:04 smithi016 bash[24219]: audit 2024-09-13T21:42:03.517708+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:04 smithi016 bash[24219]: audit 2024-09-13T21:42:03.522276+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:04.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:04 smithi016 bash[24219]: audit 2024-09-13T21:42:03.524123+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:04.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:04 smithi016 bash[24219]: audit 2024-09-13T21:42:03.533545+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:04 smithi001 bash[22742]: cephadm 2024-09-13T21:42:03.493177+0000 mgr.a (mgr.14150) 128 : cephadm [INF] Detected new or changed devices on smithi001 2024-09-13T21:42:04.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:04 smithi001 bash[22742]: audit 2024-09-13T21:42:03.500748+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:04 smithi001 bash[22742]: audit 2024-09-13T21:42:03.507784+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:04 smithi001 bash[22742]: audit 2024-09-13T21:42:03.510010+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:04.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:04 smithi001 bash[22742]: cephadm 2024-09-13T21:42:03.511269+0000 mgr.a (mgr.14150) 129 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 17269M 2024-09-13T21:42:04.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:04 smithi001 bash[22742]: audit 2024-09-13T21:42:03.517708+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:04.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:04 smithi001 bash[22742]: audit 2024-09-13T21:42:03.522276+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:04.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:04 smithi001 bash[22742]: audit 2024-09-13T21:42:03.524123+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:05.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:04 smithi001 bash[22742]: audit 2024-09-13T21:42:03.533545+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:05 smithi143 bash[24618]: cluster 2024-09-13T21:42:03.901588+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:05.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:05 smithi016 bash[24219]: cluster 2024-09-13T21:42:03.901588+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:05.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:05 smithi001 bash[22742]: cluster 2024-09-13T21:42:03.901588+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:07.859 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.b/config 2024-09-13T21:42:07.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:07 smithi143 bash[24618]: cluster 2024-09-13T21:42:05.902067+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:07.954 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:07 smithi016 bash[24219]: cluster 2024-09-13T21:42:05.902067+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:07.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:07 smithi001 bash[22742]: cluster 2024-09-13T21:42:05.902067+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:09.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:09 smithi143 bash[24618]: cluster 2024-09-13T21:42:07.902514+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:09.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:09 smithi143 bash[24618]: audit 2024-09-13T21:42:09.141023+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:42:09.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:09 smithi143 bash[24618]: audit 2024-09-13T21:42:09.147211+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:42:09.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:09 smithi143 bash[24618]: audit 2024-09-13T21:42:09.148983+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:09.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:09 smithi016 bash[24219]: cluster 2024-09-13T21:42:07.902514+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:09.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:09 smithi016 bash[24219]: audit 2024-09-13T21:42:09.141023+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:42:09.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:09 smithi016 bash[24219]: audit 2024-09-13T21:42:09.147211+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:42:09.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:09 smithi016 bash[24219]: audit 2024-09-13T21:42:09.148983+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:09.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:09 smithi001 bash[22742]: cluster 2024-09-13T21:42:07.902514+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:09.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:09 smithi001 bash[22742]: audit 2024-09-13T21:42:09.141023+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:42:09.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:09 smithi001 bash[22742]: audit 2024-09-13T21:42:09.147211+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:42:09.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:09 smithi001 bash[22742]: audit 2024-09-13T21:42:09.148983+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:10.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:10 smithi143 bash[24618]: audit 2024-09-13T21:42:09.134231+0000 mgr.a (mgr.14150) 133 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:42:10.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:10 smithi016 bash[24219]: audit 2024-09-13T21:42:09.134231+0000 mgr.a (mgr.14150) 133 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:42:10.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:10 smithi001 bash[22742]: audit 2024-09-13T21:42:09.134231+0000 mgr.a (mgr.14150) 133 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi016:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:42:11.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:11 smithi143 bash[24618]: cluster 2024-09-13T21:42:09.902968+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:11.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:11 smithi016 bash[24219]: cluster 2024-09-13T21:42:09.902968+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:11.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:11 smithi001 bash[22742]: cluster 2024-09-13T21:42:09.902968+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:13.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:13 smithi143 bash[24618]: cluster 2024-09-13T21:42:11.903411+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:13.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:13 smithi016 bash[24219]: cluster 2024-09-13T21:42:11.903411+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:13.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:13 smithi001 bash[22742]: cluster 2024-09-13T21:42:11.903411+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:15.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:15 smithi016 bash[24219]: cluster 2024-09-13T21:42:13.903906+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:15.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:15 smithi143 bash[24618]: cluster 2024-09-13T21:42:13.903906+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:15.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:15 smithi001 bash[22742]: cluster 2024-09-13T21:42:13.903906+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:17.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:17 smithi143 bash[24618]: cluster 2024-09-13T21:42:15.904287+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:17.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:17 smithi016 bash[24219]: cluster 2024-09-13T21:42:15.904287+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:17.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:17 smithi001 bash[22742]: cluster 2024-09-13T21:42:15.904287+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:18.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:18 smithi143 bash[24618]: audit 2024-09-13T21:42:17.594533+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.16:0/2462252730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a76e4a6-5be1-4170-b3bc-6d062781a068"}]: dispatch 2024-09-13T21:42:18.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:18 smithi143 bash[24618]: audit 2024-09-13T21:42:17.595337+0000 mon.a (mon.0) 331 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a76e4a6-5be1-4170-b3bc-6d062781a068"}]: dispatch 2024-09-13T21:42:18.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:18 smithi143 bash[24618]: audit 2024-09-13T21:42:17.598528+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a76e4a6-5be1-4170-b3bc-6d062781a068"}]': finished 2024-09-13T21:42:18.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:18 smithi143 bash[24618]: cluster 2024-09-13T21:42:17.603652+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-13T21:42:18.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:18 smithi143 bash[24618]: audit 2024-09-13T21:42:17.604099+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:18.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:18 smithi143 bash[24618]: audit 2024-09-13T21:42:18.257289+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.16:0/379632876' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:42:18.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:18 smithi016 bash[24219]: audit 2024-09-13T21:42:17.594533+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.16:0/2462252730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a76e4a6-5be1-4170-b3bc-6d062781a068"}]: dispatch 2024-09-13T21:42:18.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:18 smithi016 bash[24219]: audit 2024-09-13T21:42:17.595337+0000 mon.a (mon.0) 331 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a76e4a6-5be1-4170-b3bc-6d062781a068"}]: dispatch 2024-09-13T21:42:18.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:18 smithi016 bash[24219]: audit 2024-09-13T21:42:17.598528+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a76e4a6-5be1-4170-b3bc-6d062781a068"}]': finished 2024-09-13T21:42:18.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:18 smithi016 bash[24219]: cluster 2024-09-13T21:42:17.603652+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-13T21:42:18.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:18 smithi016 bash[24219]: audit 2024-09-13T21:42:17.604099+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:18.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:18 smithi016 bash[24219]: audit 2024-09-13T21:42:18.257289+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.16:0/379632876' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:42:18.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:18 smithi001 bash[22742]: audit 2024-09-13T21:42:17.594533+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.16:0/2462252730' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a76e4a6-5be1-4170-b3bc-6d062781a068"}]: dispatch 2024-09-13T21:42:18.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:18 smithi001 bash[22742]: audit 2024-09-13T21:42:17.595337+0000 mon.a (mon.0) 331 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1a76e4a6-5be1-4170-b3bc-6d062781a068"}]: dispatch 2024-09-13T21:42:18.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:18 smithi001 bash[22742]: audit 2024-09-13T21:42:17.598528+0000 mon.a (mon.0) 332 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1a76e4a6-5be1-4170-b3bc-6d062781a068"}]': finished 2024-09-13T21:42:18.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:18 smithi001 bash[22742]: cluster 2024-09-13T21:42:17.603652+0000 mon.a (mon.0) 333 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-13T21:42:18.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:18 smithi001 bash[22742]: audit 2024-09-13T21:42:17.604099+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:18.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:18 smithi001 bash[22742]: audit 2024-09-13T21:42:18.257289+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.16:0/379632876' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:42:19.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:19 smithi143 bash[24618]: cluster 2024-09-13T21:42:17.904761+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:19.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:19 smithi016 bash[24219]: cluster 2024-09-13T21:42:17.904761+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:19.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:19 smithi001 bash[22742]: cluster 2024-09-13T21:42:17.904761+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:21.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:21 smithi143 bash[24618]: cluster 2024-09-13T21:42:19.905213+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:21.870 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:21 smithi016 bash[24219]: cluster 2024-09-13T21:42:19.905213+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:21.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:21 smithi001 bash[22742]: cluster 2024-09-13T21:42:19.905213+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:23.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:23 smithi016 bash[24219]: cluster 2024-09-13T21:42:21.905664+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:23.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:23 smithi001 bash[22742]: cluster 2024-09-13T21:42:21.905664+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:24.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:23 smithi143 bash[24618]: cluster 2024-09-13T21:42:21.905664+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:25.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:25 smithi016 bash[24219]: cluster 2024-09-13T21:42:23.906095+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:25.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:25 smithi001 bash[22742]: cluster 2024-09-13T21:42:23.906095+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:26.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:25 smithi143 bash[24618]: cluster 2024-09-13T21:42:23.906095+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:27.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:27 smithi016 bash[24219]: cluster 2024-09-13T21:42:25.906605+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:27.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:27 smithi001 bash[22742]: cluster 2024-09-13T21:42:25.906605+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:28.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:27 smithi143 bash[24618]: cluster 2024-09-13T21:42:25.906605+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:29.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:29 smithi016 bash[24219]: cluster 2024-09-13T21:42:27.907185+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:29.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:29 smithi001 bash[22742]: cluster 2024-09-13T21:42:27.907185+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:30.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:29 smithi143 bash[24618]: cluster 2024-09-13T21:42:27.907185+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:31.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:31 smithi016 bash[24219]: cluster 2024-09-13T21:42:29.907747+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:31.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:31 smithi016 bash[24219]: audit 2024-09-13T21:42:30.692769+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T21:42:31.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:31 smithi016 bash[24219]: audit 2024-09-13T21:42:30.694511+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:31.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:31 smithi016 bash[24219]: cephadm 2024-09-13T21:42:30.695999+0000 mgr.a (mgr.14150) 145 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-09-13T21:42:31.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:31 smithi001 bash[22742]: cluster 2024-09-13T21:42:29.907747+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:31.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:31 smithi001 bash[22742]: audit 2024-09-13T21:42:30.692769+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T21:42:31.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:31 smithi001 bash[22742]: audit 2024-09-13T21:42:30.694511+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:31.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:31 smithi001 bash[22742]: cephadm 2024-09-13T21:42:30.695999+0000 mgr.a (mgr.14150) 145 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-09-13T21:42:32.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:31 smithi143 bash[24618]: cluster 2024-09-13T21:42:29.907747+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:32.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:31 smithi143 bash[24618]: audit 2024-09-13T21:42:30.692769+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-13T21:42:32.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:31 smithi143 bash[24618]: audit 2024-09-13T21:42:30.694511+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:32.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:31 smithi143 bash[24618]: cephadm 2024-09-13T21:42:30.695999+0000 mgr.a (mgr.14150) 145 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-09-13T21:42:33.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:33 smithi016 bash[24219]: cluster 2024-09-13T21:42:31.908235+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:33.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:33 smithi001 bash[22742]: cluster 2024-09-13T21:42:31.908235+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:34.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:33 smithi143 bash[24618]: cluster 2024-09-13T21:42:31.908235+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:35.033 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:34 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:42:35.033 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:42:34 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:42:35.369 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:35 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:42:35.369 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:42:35 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:42:35.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:35 smithi016 bash[24219]: cluster 2024-09-13T21:42:33.908703+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:35.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:35 smithi016 bash[24219]: audit 2024-09-13T21:42:35.298202+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:35.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:35 smithi016 bash[24219]: audit 2024-09-13T21:42:35.305270+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:35.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:35 smithi016 bash[24219]: audit 2024-09-13T21:42:35.312867+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:35.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:35 smithi001 bash[22742]: cluster 2024-09-13T21:42:33.908703+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:35.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:35 smithi001 bash[22742]: audit 2024-09-13T21:42:35.298202+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:35.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:35 smithi001 bash[22742]: audit 2024-09-13T21:42:35.305270+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:35.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:35 smithi001 bash[22742]: audit 2024-09-13T21:42:35.312867+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:36.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:35 smithi143 bash[24618]: cluster 2024-09-13T21:42:33.908703+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:36.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:35 smithi143 bash[24618]: audit 2024-09-13T21:42:35.298202+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:36.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:35 smithi143 bash[24618]: audit 2024-09-13T21:42:35.305270+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:36.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:35 smithi143 bash[24618]: audit 2024-09-13T21:42:35.312867+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:37.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:37 smithi016 bash[24219]: cluster 2024-09-13T21:42:35.909152+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:37.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:37 smithi001 bash[22742]: cluster 2024-09-13T21:42:35.909152+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:38.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:37 smithi143 bash[24618]: cluster 2024-09-13T21:42:35.909152+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:39.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:39 smithi016 bash[24219]: cluster 2024-09-13T21:42:37.909597+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:39.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:39 smithi001 bash[22742]: cluster 2024-09-13T21:42:37.909597+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:40.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:39 smithi143 bash[24618]: cluster 2024-09-13T21:42:37.909597+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:41.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:41 smithi016 bash[24219]: cluster 2024-09-13T21:42:39.910043+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:41.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:41 smithi001 bash[22742]: cluster 2024-09-13T21:42:39.910043+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:42.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:41 smithi143 bash[24618]: cluster 2024-09-13T21:42:39.910043+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:42.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:42 smithi016 bash[24219]: audit 2024-09-13T21:42:41.649698+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:42.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:42 smithi016 bash[24219]: audit 2024-09-13T21:42:41.662181+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:42.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:42 smithi016 bash[24219]: audit 2024-09-13T21:42:42.349697+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:42.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:42 smithi016 bash[24219]: audit 2024-09-13T21:42:42.351337+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:42.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:42 smithi016 bash[24219]: audit 2024-09-13T21:42:42.359928+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:42.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:42 smithi001 bash[22742]: audit 2024-09-13T21:42:41.649698+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:42.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:42 smithi001 bash[22742]: audit 2024-09-13T21:42:41.662181+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:42.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:42 smithi001 bash[22742]: audit 2024-09-13T21:42:42.349697+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:42.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:42 smithi001 bash[22742]: audit 2024-09-13T21:42:42.351337+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:42.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:42 smithi001 bash[22742]: audit 2024-09-13T21:42:42.359928+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:43.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:42 smithi143 bash[24618]: audit 2024-09-13T21:42:41.649698+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:43.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:42 smithi143 bash[24618]: audit 2024-09-13T21:42:41.662181+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:43.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:42 smithi143 bash[24618]: audit 2024-09-13T21:42:42.349697+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:43.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:42 smithi143 bash[24618]: audit 2024-09-13T21:42:42.351337+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:43.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:42 smithi143 bash[24618]: audit 2024-09-13T21:42:42.359928+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:43.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:43 smithi016 bash[24219]: cluster 2024-09-13T21:42:41.910515+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:43.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:43 smithi001 bash[22742]: cluster 2024-09-13T21:42:41.910515+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:44.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:43 smithi143 bash[24618]: cluster 2024-09-13T21:42:41.910515+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:44.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:44 smithi016 bash[24219]: audit 2024-09-13T21:42:44.650656+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.16:6800/3378630642,v1:172.21.15.16:6801/3378630642]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:44.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:44 smithi016 bash[24219]: audit 2024-09-13T21:42:44.651324+0000 mon.a (mon.0) 345 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:44.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:44 smithi001 bash[22742]: audit 2024-09-13T21:42:44.650656+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.16:6800/3378630642,v1:172.21.15.16:6801/3378630642]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:44.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:44 smithi001 bash[22742]: audit 2024-09-13T21:42:44.651324+0000 mon.a (mon.0) 345 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:45.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:44 smithi143 bash[24618]: audit 2024-09-13T21:42:44.650656+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.16:6800/3378630642,v1:172.21.15.16:6801/3378630642]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:45.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:44 smithi143 bash[24618]: audit 2024-09-13T21:42:44.651324+0000 mon.a (mon.0) 345 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-13T21:42:45.760 INFO:teuthology.orchestra.run.smithi016.stdout:Created osd(s) 1 on host 'smithi016' 2024-09-13T21:42:45.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:45 smithi016 bash[24219]: cluster 2024-09-13T21:42:43.910980+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:45.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:45 smithi016 bash[24219]: audit 2024-09-13T21:42:44.673954+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T21:42:45.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:45 smithi016 bash[24219]: audit 2024-09-13T21:42:44.676632+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.16:6800/3378630642,v1:172.21.15.16:6801/3378630642]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-09-13T21:42:45.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:45 smithi016 bash[24219]: cluster 2024-09-13T21:42:44.678342+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-13T21:42:45.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:45 smithi016 bash[24219]: audit 2024-09-13T21:42:44.678973+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:45.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:45 smithi016 bash[24219]: audit 2024-09-13T21:42:44.679572+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-09-13T21:42:45.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:45 smithi001 bash[22742]: cluster 2024-09-13T21:42:43.910980+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:45.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:45 smithi001 bash[22742]: audit 2024-09-13T21:42:44.673954+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T21:42:45.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:45 smithi001 bash[22742]: audit 2024-09-13T21:42:44.676632+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.16:6800/3378630642,v1:172.21.15.16:6801/3378630642]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-09-13T21:42:45.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:45 smithi001 bash[22742]: cluster 2024-09-13T21:42:44.678342+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-13T21:42:45.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:45 smithi001 bash[22742]: audit 2024-09-13T21:42:44.678973+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:45.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:45 smithi001 bash[22742]: audit 2024-09-13T21:42:44.679572+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-09-13T21:42:46.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:45 smithi143 bash[24618]: cluster 2024-09-13T21:42:43.910980+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:46.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:45 smithi143 bash[24618]: audit 2024-09-13T21:42:44.673954+0000 mon.a (mon.0) 346 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-13T21:42:46.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:45 smithi143 bash[24618]: audit 2024-09-13T21:42:44.676632+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.16:6800/3378630642,v1:172.21.15.16:6801/3378630642]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-09-13T21:42:46.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:45 smithi143 bash[24618]: cluster 2024-09-13T21:42:44.678342+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-13T21:42:46.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:45 smithi143 bash[24618]: audit 2024-09-13T21:42:44.678973+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:46.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:45 smithi143 bash[24618]: audit 2024-09-13T21:42:44.679572+0000 mon.a (mon.0) 349 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-09-13T21:42:46.293 DEBUG:teuthology.orchestra.run.smithi016:osd.1> sudo journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@osd.1.service 2024-09-13T21:42:46.296 INFO:tasks.cephadm:Deploying osd.2 on smithi143 with /dev/vg_nvme/lv_4... 2024-09-13T21:42:46.296 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T21:42:46.972 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:46 smithi016 bash[24219]: audit 2024-09-13T21:42:45.676246+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-09-13T21:42:46.973 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:46 smithi016 bash[24219]: cluster 2024-09-13T21:42:45.680995+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-13T21:42:46.973 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:46 smithi016 bash[24219]: audit 2024-09-13T21:42:45.681889+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:46.973 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:46 smithi016 bash[24219]: audit 2024-09-13T21:42:45.689834+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:46.973 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:46 smithi016 bash[24219]: audit 2024-09-13T21:42:45.739993+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:46.973 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:46 smithi016 bash[24219]: audit 2024-09-13T21:42:45.746927+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:46.973 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:46 smithi016 bash[24219]: audit 2024-09-13T21:42:45.754842+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:46.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:46 smithi001 bash[22742]: audit 2024-09-13T21:42:45.676246+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-09-13T21:42:46.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:46 smithi001 bash[22742]: cluster 2024-09-13T21:42:45.680995+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-13T21:42:46.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:46 smithi001 bash[22742]: audit 2024-09-13T21:42:45.681889+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:46.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:46 smithi001 bash[22742]: audit 2024-09-13T21:42:45.689834+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:47.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:46 smithi001 bash[22742]: audit 2024-09-13T21:42:45.739993+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:47.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:46 smithi001 bash[22742]: audit 2024-09-13T21:42:45.746927+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:47.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:46 smithi001 bash[22742]: audit 2024-09-13T21:42:45.754842+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:47.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:46 smithi143 bash[24618]: audit 2024-09-13T21:42:45.676246+0000 mon.a (mon.0) 350 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-09-13T21:42:47.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:46 smithi143 bash[24618]: cluster 2024-09-13T21:42:45.680995+0000 mon.a (mon.0) 351 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-13T21:42:47.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:46 smithi143 bash[24618]: audit 2024-09-13T21:42:45.681889+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:47.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:46 smithi143 bash[24618]: audit 2024-09-13T21:42:45.689834+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:47.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:46 smithi143 bash[24618]: audit 2024-09-13T21:42:45.739993+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:42:47.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:46 smithi143 bash[24618]: audit 2024-09-13T21:42:45.746927+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:47.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:46 smithi143 bash[24618]: audit 2024-09-13T21:42:45.754842+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:47.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:47 smithi016 bash[24219]: cluster 2024-09-13T21:42:45.625185+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T21:42:47.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:47 smithi016 bash[24219]: cluster 2024-09-13T21:42:45.625305+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T21:42:47.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:47 smithi016 bash[24219]: cluster 2024-09-13T21:42:45.911480+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:47.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:47 smithi016 bash[24219]: audit 2024-09-13T21:42:46.691440+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:47.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:47 smithi016 bash[24219]: cluster 2024-09-13T21:42:46.750423+0000 mon.a (mon.0) 358 : cluster [INF] osd.1 [v2:172.21.15.16:6800/3378630642,v1:172.21.15.16:6801/3378630642] boot 2024-09-13T21:42:47.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:47 smithi016 bash[24219]: cluster 2024-09-13T21:42:46.750494+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-13T21:42:47.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:47 smithi016 bash[24219]: audit 2024-09-13T21:42:46.750687+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:47.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:47 smithi001 bash[22742]: cluster 2024-09-13T21:42:45.625185+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T21:42:47.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:47 smithi001 bash[22742]: cluster 2024-09-13T21:42:45.625305+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T21:42:47.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:47 smithi001 bash[22742]: cluster 2024-09-13T21:42:45.911480+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:47.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:47 smithi001 bash[22742]: audit 2024-09-13T21:42:46.691440+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:47.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:47 smithi001 bash[22742]: cluster 2024-09-13T21:42:46.750423+0000 mon.a (mon.0) 358 : cluster [INF] osd.1 [v2:172.21.15.16:6800/3378630642,v1:172.21.15.16:6801/3378630642] boot 2024-09-13T21:42:47.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:47 smithi001 bash[22742]: cluster 2024-09-13T21:42:46.750494+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-13T21:42:47.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:47 smithi001 bash[22742]: audit 2024-09-13T21:42:46.750687+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:48.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:47 smithi143 bash[24618]: cluster 2024-09-13T21:42:45.625185+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T21:42:48.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:47 smithi143 bash[24618]: cluster 2024-09-13T21:42:45.625305+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T21:42:48.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:47 smithi143 bash[24618]: cluster 2024-09-13T21:42:45.911480+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-13T21:42:48.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:47 smithi143 bash[24618]: audit 2024-09-13T21:42:46.691440+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:48.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:47 smithi143 bash[24618]: cluster 2024-09-13T21:42:46.750423+0000 mon.a (mon.0) 358 : cluster [INF] osd.1 [v2:172.21.15.16:6800/3378630642,v1:172.21.15.16:6801/3378630642] boot 2024-09-13T21:42:48.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:47 smithi143 bash[24618]: cluster 2024-09-13T21:42:46.750494+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-13T21:42:48.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:47 smithi143 bash[24618]: audit 2024-09-13T21:42:46.750687+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:42:49.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:48 smithi143 bash[24618]: cluster 2024-09-13T21:42:47.760206+0000 mon.a (mon.0) 361 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-13T21:42:49.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:48 smithi016 bash[24219]: cluster 2024-09-13T21:42:47.760206+0000 mon.a (mon.0) 361 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-13T21:42:49.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:48 smithi001 bash[22742]: cluster 2024-09-13T21:42:47.760206+0000 mon.a (mon.0) 361 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-13T21:42:50.012 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:42:50.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:49 smithi143 bash[24618]: cluster 2024-09-13T21:42:47.911946+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:50.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:49 smithi016 bash[24219]: cluster 2024-09-13T21:42:47.911946+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:50.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:49 smithi001 bash[22742]: cluster 2024-09-13T21:42:47.911946+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:51.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:51 smithi143 bash[24618]: cluster 2024-09-13T21:42:49.912401+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:51.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:51 smithi016 bash[24219]: cluster 2024-09-13T21:42:49.912401+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:52.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:51 smithi001 bash[22742]: cluster 2024-09-13T21:42:49.912401+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:53.966 INFO:teuthology.orchestra.run.smithi143.stdout: 2024-09-13T21:42:54.007 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi143:vg_nvme/lv_4 2024-09-13T21:42:54.034 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:53 smithi143 bash[24618]: cluster 2024-09-13T21:42:51.912834+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:54.149 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:53 smithi016 bash[24219]: cluster 2024-09-13T21:42:51.912834+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:54.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:53 smithi001 bash[22742]: cluster 2024-09-13T21:42:51.912834+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:55 smithi001 bash[22742]: cluster 2024-09-13T21:42:53.913319+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:55 smithi001 bash[22742]: cephadm 2024-09-13T21:42:54.715556+0000 mgr.a (mgr.14150) 158 : cephadm [INF] Detected new or changed devices on smithi016 2024-09-13T21:42:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:55 smithi001 bash[22742]: audit 2024-09-13T21:42:54.724287+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:55 smithi001 bash[22742]: audit 2024-09-13T21:42:54.732123+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:55 smithi001 bash[22742]: audit 2024-09-13T21:42:54.734600+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:55 smithi001 bash[22742]: cephadm 2024-09-13T21:42:54.735944+0000 mgr.a (mgr.14150) 159 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 17269M 2024-09-13T21:42:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:55 smithi001 bash[22742]: audit 2024-09-13T21:42:54.741884+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:55.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:55 smithi001 bash[22742]: audit 2024-09-13T21:42:54.746093+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:56.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:55 smithi001 bash[22742]: audit 2024-09-13T21:42:54.747791+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:56.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:55 smithi001 bash[22742]: audit 2024-09-13T21:42:54.757522+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:56.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:55 smithi143 bash[24618]: cluster 2024-09-13T21:42:53.913319+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:55 smithi143 bash[24618]: cephadm 2024-09-13T21:42:54.715556+0000 mgr.a (mgr.14150) 158 : cephadm [INF] Detected new or changed devices on smithi016 2024-09-13T21:42:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:55 smithi143 bash[24618]: audit 2024-09-13T21:42:54.724287+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:55 smithi143 bash[24618]: audit 2024-09-13T21:42:54.732123+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:55 smithi143 bash[24618]: audit 2024-09-13T21:42:54.734600+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:55 smithi143 bash[24618]: cephadm 2024-09-13T21:42:54.735944+0000 mgr.a (mgr.14150) 159 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 17269M 2024-09-13T21:42:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:55 smithi143 bash[24618]: audit 2024-09-13T21:42:54.741884+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:55 smithi143 bash[24618]: audit 2024-09-13T21:42:54.746093+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:55 smithi143 bash[24618]: audit 2024-09-13T21:42:54.747791+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:56.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:55 smithi143 bash[24618]: audit 2024-09-13T21:42:54.757522+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:56.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:55 smithi016 bash[24219]: cluster 2024-09-13T21:42:53.913319+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:56.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:55 smithi016 bash[24219]: cephadm 2024-09-13T21:42:54.715556+0000 mgr.a (mgr.14150) 158 : cephadm [INF] Detected new or changed devices on smithi016 2024-09-13T21:42:56.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:55 smithi016 bash[24219]: audit 2024-09-13T21:42:54.724287+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:56.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:55 smithi016 bash[24219]: audit 2024-09-13T21:42:54.732123+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:56.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:55 smithi016 bash[24219]: audit 2024-09-13T21:42:54.734600+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:42:56.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:55 smithi016 bash[24219]: cephadm 2024-09-13T21:42:54.735944+0000 mgr.a (mgr.14150) 159 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 17269M 2024-09-13T21:42:56.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:55 smithi016 bash[24219]: audit 2024-09-13T21:42:54.741884+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:56.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:55 smithi016 bash[24219]: audit 2024-09-13T21:42:54.746093+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:42:56.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:55 smithi016 bash[24219]: audit 2024-09-13T21:42:54.747791+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:42:56.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:55 smithi016 bash[24219]: audit 2024-09-13T21:42:54.757522+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:42:57.724 INFO:teuthology.orchestra.run.smithi143.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T21:42:57.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:57 smithi001 bash[22742]: cluster 2024-09-13T21:42:55.913873+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:58.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:57 smithi143 bash[24618]: cluster 2024-09-13T21:42:55.913873+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:58.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:57 smithi016 bash[24219]: cluster 2024-09-13T21:42:55.913873+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:59.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:59 smithi001 bash[22742]: cluster 2024-09-13T21:42:57.914394+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:42:59.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:59 smithi001 bash[22742]: audit 2024-09-13T21:42:59.015106+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:42:59.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:59 smithi001 bash[22742]: audit 2024-09-13T21:42:59.021183+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:42:59.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:42:59 smithi001 bash[22742]: audit 2024-09-13T21:42:59.022808+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:00.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:59 smithi143 bash[24618]: cluster 2024-09-13T21:42:57.914394+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:00.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:59 smithi143 bash[24618]: audit 2024-09-13T21:42:59.015106+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:43:00.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:59 smithi143 bash[24618]: audit 2024-09-13T21:42:59.021183+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:43:00.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:42:59 smithi143 bash[24618]: audit 2024-09-13T21:42:59.022808+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:00.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:59 smithi016 bash[24219]: cluster 2024-09-13T21:42:57.914394+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:00.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:59 smithi016 bash[24219]: audit 2024-09-13T21:42:59.015106+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-13T21:43:00.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:59 smithi016 bash[24219]: audit 2024-09-13T21:42:59.021183+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-13T21:43:00.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:42:59 smithi016 bash[24219]: audit 2024-09-13T21:42:59.022808+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:00.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:00 smithi001 bash[22742]: audit 2024-09-13T21:42:59.008209+0000 mgr.a (mgr.14150) 162 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:01.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:00 smithi143 bash[24618]: audit 2024-09-13T21:42:59.008209+0000 mgr.a (mgr.14150) 162 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:01.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:00 smithi016 bash[24219]: audit 2024-09-13T21:42:59.008209+0000 mgr.a (mgr.14150) 162 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi143:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:43:01.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:01 smithi001 bash[22742]: cluster 2024-09-13T21:42:59.914854+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:02.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:01 smithi143 bash[24618]: cluster 2024-09-13T21:42:59.914854+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:02.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:01 smithi016 bash[24219]: cluster 2024-09-13T21:42:59.914854+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:03.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:03 smithi001 bash[22742]: cluster 2024-09-13T21:43:01.915324+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:04.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:03 smithi143 bash[24618]: cluster 2024-09-13T21:43:01.915324+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:04.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:03 smithi016 bash[24219]: cluster 2024-09-13T21:43:01.915324+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:06.144 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:05 smithi143 bash[24618]: cluster 2024-09-13T21:43:03.915907+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:06.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:05 smithi016 bash[24219]: cluster 2024-09-13T21:43:03.915907+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:06.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:05 smithi001 bash[22742]: cluster 2024-09-13T21:43:03.915907+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:08.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:07 smithi143 bash[24618]: cluster 2024-09-13T21:43:05.916498+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:08.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:07 smithi143 bash[24618]: audit 2024-09-13T21:43:07.459923+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.143:0/3263428251' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b293e033-f062-4201-891a-0ef6fc214e08"}]: dispatch 2024-09-13T21:43:08.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:07 smithi143 bash[24618]: audit 2024-09-13T21:43:07.460461+0000 mon.a (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b293e033-f062-4201-891a-0ef6fc214e08"}]: dispatch 2024-09-13T21:43:08.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:07 smithi143 bash[24618]: audit 2024-09-13T21:43:07.463742+0000 mon.a (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b293e033-f062-4201-891a-0ef6fc214e08"}]': finished 2024-09-13T21:43:08.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:07 smithi143 bash[24618]: cluster 2024-09-13T21:43:07.469164+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-13T21:43:08.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:07 smithi143 bash[24618]: audit 2024-09-13T21:43:07.469598+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:08.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:07 smithi016 bash[24219]: cluster 2024-09-13T21:43:05.916498+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:08.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:07 smithi016 bash[24219]: audit 2024-09-13T21:43:07.459923+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.143:0/3263428251' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b293e033-f062-4201-891a-0ef6fc214e08"}]: dispatch 2024-09-13T21:43:08.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:07 smithi016 bash[24219]: audit 2024-09-13T21:43:07.460461+0000 mon.a (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b293e033-f062-4201-891a-0ef6fc214e08"}]: dispatch 2024-09-13T21:43:08.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:07 smithi016 bash[24219]: audit 2024-09-13T21:43:07.463742+0000 mon.a (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b293e033-f062-4201-891a-0ef6fc214e08"}]': finished 2024-09-13T21:43:08.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:07 smithi016 bash[24219]: cluster 2024-09-13T21:43:07.469164+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-13T21:43:08.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:07 smithi016 bash[24219]: audit 2024-09-13T21:43:07.469598+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:08.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:07 smithi001 bash[22742]: cluster 2024-09-13T21:43:05.916498+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:08.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:07 smithi001 bash[22742]: audit 2024-09-13T21:43:07.459923+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.143:0/3263428251' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b293e033-f062-4201-891a-0ef6fc214e08"}]: dispatch 2024-09-13T21:43:08.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:07 smithi001 bash[22742]: audit 2024-09-13T21:43:07.460461+0000 mon.a (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b293e033-f062-4201-891a-0ef6fc214e08"}]: dispatch 2024-09-13T21:43:08.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:07 smithi001 bash[22742]: audit 2024-09-13T21:43:07.463742+0000 mon.a (mon.0) 373 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b293e033-f062-4201-891a-0ef6fc214e08"}]': finished 2024-09-13T21:43:08.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:07 smithi001 bash[22742]: cluster 2024-09-13T21:43:07.469164+0000 mon.a (mon.0) 374 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-13T21:43:08.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:07 smithi001 bash[22742]: audit 2024-09-13T21:43:07.469598+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:09.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:08 smithi143 bash[24618]: audit 2024-09-13T21:43:08.045280+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.143:0/3835370812' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:43:09.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:08 smithi016 bash[24219]: audit 2024-09-13T21:43:08.045280+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.143:0/3835370812' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:43:09.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:08 smithi001 bash[22742]: audit 2024-09-13T21:43:08.045280+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.143:0/3835370812' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-13T21:43:10.112 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:09 smithi143 bash[24618]: cluster 2024-09-13T21:43:07.916980+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:10.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:09 smithi016 bash[24219]: cluster 2024-09-13T21:43:07.916980+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:10.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:09 smithi001 bash[22742]: cluster 2024-09-13T21:43:07.916980+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:12.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:11 smithi143 bash[24618]: cluster 2024-09-13T21:43:09.917461+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:12.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:11 smithi016 bash[24219]: cluster 2024-09-13T21:43:09.917461+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:12.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:11 smithi001 bash[22742]: cluster 2024-09-13T21:43:09.917461+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:14.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:13 smithi143 bash[24618]: cluster 2024-09-13T21:43:11.917928+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:14.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:13 smithi016 bash[24219]: cluster 2024-09-13T21:43:11.917928+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:14.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:13 smithi001 bash[22742]: cluster 2024-09-13T21:43:11.917928+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:16.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:15 smithi143 bash[24618]: cluster 2024-09-13T21:43:13.918384+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:16.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:15 smithi016 bash[24219]: cluster 2024-09-13T21:43:13.918384+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:16.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:15 smithi001 bash[22742]: cluster 2024-09-13T21:43:13.918384+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:18.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:17 smithi143 bash[24618]: cluster 2024-09-13T21:43:15.918846+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:18.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:17 smithi016 bash[24219]: cluster 2024-09-13T21:43:15.918846+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:18.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:17 smithi001 bash[22742]: cluster 2024-09-13T21:43:15.918846+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:20.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:19 smithi143 bash[24618]: cluster 2024-09-13T21:43:17.919324+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:20.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:19 smithi016 bash[24219]: cluster 2024-09-13T21:43:17.919324+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:20.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:19 smithi001 bash[22742]: cluster 2024-09-13T21:43:17.919324+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:22.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:21 smithi143 bash[24618]: cluster 2024-09-13T21:43:19.919784+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:22.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:21 smithi143 bash[24618]: audit 2024-09-13T21:43:20.996276+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T21:43:22.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:21 smithi143 bash[24618]: audit 2024-09-13T21:43:20.998051+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:22.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:21 smithi016 bash[24219]: cluster 2024-09-13T21:43:19.919784+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:22.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:21 smithi016 bash[24219]: audit 2024-09-13T21:43:20.996276+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T21:43:22.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:21 smithi016 bash[24219]: audit 2024-09-13T21:43:20.998051+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:22.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:21 smithi001 bash[22742]: cluster 2024-09-13T21:43:19.919784+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:22.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:21 smithi001 bash[22742]: audit 2024-09-13T21:43:20.996276+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-13T21:43:22.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:21 smithi001 bash[22742]: audit 2024-09-13T21:43:20.998051+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:23.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:22 smithi143 bash[24618]: cephadm 2024-09-13T21:43:20.999685+0000 mgr.a (mgr.14150) 174 : cephadm [INF] Deploying daemon osd.2 on smithi143 2024-09-13T21:43:23.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:22 smithi016 bash[24219]: cephadm 2024-09-13T21:43:20.999685+0000 mgr.a (mgr.14150) 174 : cephadm [INF] Deploying daemon osd.2 on smithi143 2024-09-13T21:43:23.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:22 smithi001 bash[22742]: cephadm 2024-09-13T21:43:20.999685+0000 mgr.a (mgr.14150) 174 : cephadm [INF] Deploying daemon osd.2 on smithi143 2024-09-13T21:43:24.064 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:23 smithi143 bash[24618]: cluster 2024-09-13T21:43:21.920234+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:24.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:23 smithi016 bash[24219]: cluster 2024-09-13T21:43:21.920234+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:24.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:23 smithi001 bash[22742]: cluster 2024-09-13T21:43:21.920234+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:25.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:25 smithi143 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:43:25.802 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:25 smithi143 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:43:26.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:25 smithi143 bash[24618]: cluster 2024-09-13T21:43:23.920821+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:26.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:25 smithi143 bash[24618]: audit 2024-09-13T21:43:25.607401+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:43:26.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:25 smithi143 bash[24618]: audit 2024-09-13T21:43:25.613965+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:26.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:25 smithi143 bash[24618]: audit 2024-09-13T21:43:25.621242+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:25 smithi016 bash[24219]: cluster 2024-09-13T21:43:23.920821+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:25 smithi016 bash[24219]: audit 2024-09-13T21:43:25.607401+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:43:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:25 smithi016 bash[24219]: audit 2024-09-13T21:43:25.613965+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:25 smithi016 bash[24219]: audit 2024-09-13T21:43:25.621242+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:26.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:25 smithi001 bash[22742]: cluster 2024-09-13T21:43:23.920821+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:26.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:25 smithi001 bash[22742]: audit 2024-09-13T21:43:25.607401+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:43:26.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:25 smithi001 bash[22742]: audit 2024-09-13T21:43:25.613965+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:26.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:25 smithi001 bash[22742]: audit 2024-09-13T21:43:25.621242+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:28.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:27 smithi143 bash[24618]: cluster 2024-09-13T21:43:25.921368+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:28.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:27 smithi016 bash[24219]: cluster 2024-09-13T21:43:25.921368+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:28.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:27 smithi001 bash[22742]: cluster 2024-09-13T21:43:25.921368+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:30.107 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:29 smithi143 bash[24618]: cluster 2024-09-13T21:43:27.921953+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:30.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:29 smithi016 bash[24219]: cluster 2024-09-13T21:43:27.921953+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:30.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:29 smithi001 bash[22742]: cluster 2024-09-13T21:43:27.921953+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:31.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:31 smithi143 bash[24618]: cluster 2024-09-13T21:43:29.922454+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:32.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:31 smithi016 bash[24219]: cluster 2024-09-13T21:43:29.922454+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:32.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:31 smithi001 bash[22742]: cluster 2024-09-13T21:43:29.922454+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:33.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:32 smithi143 bash[24618]: cluster 2024-09-13T21:43:31.922945+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:33.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:32 smithi143 bash[24618]: audit 2024-09-13T21:43:31.927123+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:33.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:32 smithi143 bash[24618]: audit 2024-09-13T21:43:31.934838+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:33.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:32 smithi143 bash[24618]: audit 2024-09-13T21:43:31.936394+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:33.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:32 smithi143 bash[24618]: audit 2024-09-13T21:43:31.938059+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:43:33.111 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:32 smithi143 bash[24618]: audit 2024-09-13T21:43:31.947315+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:33.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:32 smithi016 bash[24219]: cluster 2024-09-13T21:43:31.922945+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:33.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:32 smithi016 bash[24219]: audit 2024-09-13T21:43:31.927123+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:33.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:32 smithi016 bash[24219]: audit 2024-09-13T21:43:31.934838+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:33.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:32 smithi016 bash[24219]: audit 2024-09-13T21:43:31.936394+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:33.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:32 smithi016 bash[24219]: audit 2024-09-13T21:43:31.938059+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:43:33.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:32 smithi016 bash[24219]: audit 2024-09-13T21:43:31.947315+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:33.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:32 smithi001 bash[22742]: cluster 2024-09-13T21:43:31.922945+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:33.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:32 smithi001 bash[22742]: audit 2024-09-13T21:43:31.927123+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:33.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:32 smithi001 bash[22742]: audit 2024-09-13T21:43:31.934838+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:33.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:32 smithi001 bash[22742]: audit 2024-09-13T21:43:31.936394+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:33.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:32 smithi001 bash[22742]: audit 2024-09-13T21:43:31.938059+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:43:33.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:32 smithi001 bash[22742]: audit 2024-09-13T21:43:31.947315+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:35.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:34 smithi016 bash[24219]: cluster 2024-09-13T21:43:33.923407+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:35.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:34 smithi001 bash[22742]: cluster 2024-09-13T21:43:33.923407+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:35.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:34 smithi143 bash[24618]: cluster 2024-09-13T21:43:33.923407+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:36.100 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:35 smithi143 bash[24618]: audit 2024-09-13T21:43:35.050748+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.143:6800/3133192397,v1:172.21.15.143:6801/3133192397]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:43:36.101 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:35 smithi143 bash[24618]: audit 2024-09-13T21:43:35.050768+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:43:36.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:35 smithi016 bash[24219]: audit 2024-09-13T21:43:35.050748+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.143:6800/3133192397,v1:172.21.15.143:6801/3133192397]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:43:36.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:35 smithi016 bash[24219]: audit 2024-09-13T21:43:35.050768+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:43:36.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:35 smithi001 bash[22742]: audit 2024-09-13T21:43:35.050748+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.143:6800/3133192397,v1:172.21.15.143:6801/3133192397]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:43:36.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:35 smithi001 bash[22742]: audit 2024-09-13T21:43:35.050768+0000 mon.a (mon.0) 386 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-13T21:43:36.585 INFO:teuthology.orchestra.run.smithi143.stdout:Created osd(s) 2 on host 'smithi143' 2024-09-13T21:43:37.177 DEBUG:teuthology.orchestra.run.smithi143:osd.2> sudo journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@osd.2.service 2024-09-13T21:43:37.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:36 smithi016 bash[24219]: cluster 2024-09-13T21:43:35.923882+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:37.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:36 smithi016 bash[24219]: audit 2024-09-13T21:43:35.945251+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T21:43:37.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:36 smithi016 bash[24219]: cluster 2024-09-13T21:43:35.951505+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-13T21:43:37.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:36 smithi016 bash[24219]: audit 2024-09-13T21:43:35.952002+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:37.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:36 smithi016 bash[24219]: audit 2024-09-13T21:43:35.953317+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-09-13T21:43:37.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:36 smithi016 bash[24219]: audit 2024-09-13T21:43:35.953376+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.143:6800/3133192397,v1:172.21.15.143:6801/3133192397]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-09-13T21:43:37.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:36 smithi016 bash[24219]: audit 2024-09-13T21:43:36.566063+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:43:37.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:36 smithi016 bash[24219]: audit 2024-09-13T21:43:36.573598+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:37.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:36 smithi016 bash[24219]: audit 2024-09-13T21:43:36.581172+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:37.222 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-13T21:43:37.222 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-13T21:43:37.229 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:36 smithi143 bash[24618]: cluster 2024-09-13T21:43:35.923882+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:37.229 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:36 smithi143 bash[24618]: audit 2024-09-13T21:43:35.945251+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T21:43:37.229 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:36 smithi143 bash[24618]: cluster 2024-09-13T21:43:35.951505+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-13T21:43:37.229 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:36 smithi143 bash[24618]: audit 2024-09-13T21:43:35.952002+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:37.229 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:36 smithi143 bash[24618]: audit 2024-09-13T21:43:35.953317+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-09-13T21:43:37.229 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:36 smithi143 bash[24618]: audit 2024-09-13T21:43:35.953376+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.143:6800/3133192397,v1:172.21.15.143:6801/3133192397]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-09-13T21:43:37.229 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:36 smithi143 bash[24618]: audit 2024-09-13T21:43:36.566063+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:43:37.229 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:36 smithi143 bash[24618]: audit 2024-09-13T21:43:36.573598+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:37.229 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:36 smithi143 bash[24618]: audit 2024-09-13T21:43:36.581172+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:37.234 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:36 smithi001 bash[22742]: cluster 2024-09-13T21:43:35.923882+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:37.234 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:36 smithi001 bash[22742]: audit 2024-09-13T21:43:35.945251+0000 mon.a (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-13T21:43:37.234 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:36 smithi001 bash[22742]: cluster 2024-09-13T21:43:35.951505+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-13T21:43:37.234 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:36 smithi001 bash[22742]: audit 2024-09-13T21:43:35.952002+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:37.234 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:36 smithi001 bash[22742]: audit 2024-09-13T21:43:35.953317+0000 mon.a (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-09-13T21:43:37.234 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:36 smithi001 bash[22742]: audit 2024-09-13T21:43:35.953376+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.143:6800/3133192397,v1:172.21.15.143:6801/3133192397]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]: dispatch 2024-09-13T21:43:37.234 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:36 smithi001 bash[22742]: audit 2024-09-13T21:43:36.566063+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:43:37.234 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:36 smithi001 bash[22742]: audit 2024-09-13T21:43:36.573598+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:37.234 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:36 smithi001 bash[22742]: audit 2024-09-13T21:43:36.581172+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:37.861 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:43:37 smithi143 bash[27563]: debug 2024-09-13T21:43:37.457+0000 7f997125b640 -1 osd.2 0 waiting for initial osdmap 2024-09-13T21:43:37.861 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:43:37 smithi143 bash[27563]: debug 2024-09-13T21:43:37.481+0000 7f996907b640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-13T21:43:38.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:37 smithi016 bash[24219]: audit 2024-09-13T21:43:36.947673+0000 mon.a (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-09-13T21:43:38.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:37 smithi016 bash[24219]: cluster 2024-09-13T21:43:36.952387+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-13T21:43:38.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:37 smithi016 bash[24219]: audit 2024-09-13T21:43:36.953244+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:38.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:37 smithi016 bash[24219]: audit 2024-09-13T21:43:36.962352+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:38.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:37 smithi016 bash[24219]: audit 2024-09-13T21:43:37.465997+0000 mon.a (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-13T21:43:38.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:37 smithi001 bash[22742]: audit 2024-09-13T21:43:36.947673+0000 mon.a (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-09-13T21:43:38.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:37 smithi001 bash[22742]: cluster 2024-09-13T21:43:36.952387+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-13T21:43:38.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:37 smithi001 bash[22742]: audit 2024-09-13T21:43:36.953244+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:38.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:37 smithi001 bash[22742]: audit 2024-09-13T21:43:36.962352+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:38.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:37 smithi001 bash[22742]: audit 2024-09-13T21:43:37.465997+0000 mon.a (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-13T21:43:38.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:37 smithi143 bash[24618]: audit 2024-09-13T21:43:36.947673+0000 mon.a (mon.0) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi143", "root=default"]}]': finished 2024-09-13T21:43:38.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:37 smithi143 bash[24618]: cluster 2024-09-13T21:43:36.952387+0000 mon.a (mon.0) 395 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-13T21:43:38.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:37 smithi143 bash[24618]: audit 2024-09-13T21:43:36.953244+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:38.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:37 smithi143 bash[24618]: audit 2024-09-13T21:43:36.962352+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:38.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:37 smithi143 bash[24618]: audit 2024-09-13T21:43:37.465997+0000 mon.a (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' 2024-09-13T21:43:39.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:38 smithi016 bash[24219]: cluster 2024-09-13T21:43:36.041494+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T21:43:39.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:38 smithi016 bash[24219]: cluster 2024-09-13T21:43:36.041567+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T21:43:39.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:38 smithi016 bash[24219]: cluster 2024-09-13T21:43:37.924375+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:39.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:38 smithi016 bash[24219]: audit 2024-09-13T21:43:37.963595+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:39.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:38 smithi016 bash[24219]: cluster 2024-09-13T21:43:38.470015+0000 mon.a (mon.0) 400 : cluster [INF] osd.2 [v2:172.21.15.143:6800/3133192397,v1:172.21.15.143:6801/3133192397] boot 2024-09-13T21:43:39.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:38 smithi016 bash[24219]: cluster 2024-09-13T21:43:38.470090+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-13T21:43:39.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:38 smithi016 bash[24219]: audit 2024-09-13T21:43:38.470646+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:39.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:38 smithi001 bash[22742]: cluster 2024-09-13T21:43:36.041494+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T21:43:39.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:38 smithi001 bash[22742]: cluster 2024-09-13T21:43:36.041567+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T21:43:39.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:38 smithi001 bash[22742]: cluster 2024-09-13T21:43:37.924375+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:39.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:38 smithi001 bash[22742]: audit 2024-09-13T21:43:37.963595+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:39.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:38 smithi001 bash[22742]: cluster 2024-09-13T21:43:38.470015+0000 mon.a (mon.0) 400 : cluster [INF] osd.2 [v2:172.21.15.143:6800/3133192397,v1:172.21.15.143:6801/3133192397] boot 2024-09-13T21:43:39.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:38 smithi001 bash[22742]: cluster 2024-09-13T21:43:38.470090+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-13T21:43:39.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:38 smithi001 bash[22742]: audit 2024-09-13T21:43:38.470646+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:39.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:38 smithi143 bash[24618]: cluster 2024-09-13T21:43:36.041494+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-13T21:43:39.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:38 smithi143 bash[24618]: cluster 2024-09-13T21:43:36.041567+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-13T21:43:39.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:38 smithi143 bash[24618]: cluster 2024-09-13T21:43:37.924375+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-13T21:43:39.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:38 smithi143 bash[24618]: audit 2024-09-13T21:43:37.963595+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:39.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:38 smithi143 bash[24618]: cluster 2024-09-13T21:43:38.470015+0000 mon.a (mon.0) 400 : cluster [INF] osd.2 [v2:172.21.15.143:6800/3133192397,v1:172.21.15.143:6801/3133192397] boot 2024-09-13T21:43:39.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:38 smithi143 bash[24618]: cluster 2024-09-13T21:43:38.470090+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-13T21:43:39.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:38 smithi143 bash[24618]: audit 2024-09-13T21:43:38.470646+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:43:41.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:40 smithi001 bash[22742]: cluster 2024-09-13T21:43:39.924862+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:41.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:40 smithi001 bash[22742]: cluster 2024-09-13T21:43:39.970545+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-13T21:43:41.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:40 smithi001 bash[22742]: audit 2024-09-13T21:43:40.102542+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-13T21:43:41.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:40 smithi143 bash[24618]: cluster 2024-09-13T21:43:39.924862+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:41.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:40 smithi143 bash[24618]: cluster 2024-09-13T21:43:39.970545+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-13T21:43:41.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:40 smithi143 bash[24618]: audit 2024-09-13T21:43:40.102542+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-13T21:43:41.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:40 smithi016 bash[24219]: cluster 2024-09-13T21:43:39.924862+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:41.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:40 smithi016 bash[24219]: cluster 2024-09-13T21:43:39.970545+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-13T21:43:41.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:40 smithi016 bash[24219]: audit 2024-09-13T21:43:40.102542+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-13T21:43:41.963 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:42.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:41 smithi001 bash[22742]: audit 2024-09-13T21:43:40.978374+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-13T21:43:42.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:41 smithi001 bash[22742]: cluster 2024-09-13T21:43:40.983113+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-13T21:43:42.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:41 smithi001 bash[22742]: audit 2024-09-13T21:43:40.984752+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T21:43:42.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:41 smithi143 bash[24618]: audit 2024-09-13T21:43:40.978374+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-13T21:43:42.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:41 smithi143 bash[24618]: cluster 2024-09-13T21:43:40.983113+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-13T21:43:42.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:41 smithi143 bash[24618]: audit 2024-09-13T21:43:40.984752+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T21:43:42.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:41 smithi016 bash[24219]: audit 2024-09-13T21:43:40.978374+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-13T21:43:42.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:41 smithi016 bash[24219]: cluster 2024-09-13T21:43:40.983113+0000 mon.a (mon.0) 406 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-13T21:43:42.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:41 smithi016 bash[24219]: audit 2024-09-13T21:43:40.984752+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-13T21:43:43.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:42 smithi001 bash[22742]: cluster 2024-09-13T21:43:41.925443+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:43.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:42 smithi001 bash[22742]: cluster 2024-09-13T21:43:41.978284+0000 mon.a (mon.0) 408 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T21:43:43.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:42 smithi001 bash[22742]: audit 2024-09-13T21:43:41.985193+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T21:43:43.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:42 smithi001 bash[22742]: cluster 2024-09-13T21:43:41.988125+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-13T21:43:43.301 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:42 smithi143 bash[24618]: cluster 2024-09-13T21:43:41.925443+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:43.301 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:42 smithi143 bash[24618]: cluster 2024-09-13T21:43:41.978284+0000 mon.a (mon.0) 408 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T21:43:43.301 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:42 smithi143 bash[24618]: audit 2024-09-13T21:43:41.985193+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T21:43:43.301 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:42 smithi143 bash[24618]: cluster 2024-09-13T21:43:41.988125+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-13T21:43:43.422 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:43:43.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:42 smithi016 bash[24219]: cluster 2024-09-13T21:43:41.925443+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:43.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:42 smithi016 bash[24219]: cluster 2024-09-13T21:43:41.978284+0000 mon.a (mon.0) 408 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-13T21:43:43.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:42 smithi016 bash[24219]: audit 2024-09-13T21:43:41.985193+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-13T21:43:43.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:42 smithi016 bash[24219]: cluster 2024-09-13T21:43:41.988125+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-13T21:43:44.069 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1726263818,"num_in_osds":3,"osd_in_since":1726263787,"num_remapped_pgs":0} 2024-09-13T21:43:44.069 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T21:43:44.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:44 smithi143 bash[24618]: cluster 2024-09-13T21:43:43.005840+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-13T21:43:44.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:44 smithi143 bash[24618]: cluster 2024-09-13T21:43:43.006583+0000 mon.a (mon.0) 412 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-13T21:43:44.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:44 smithi143 bash[24618]: audit 2024-09-13T21:43:43.202345+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:44.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:44 smithi143 bash[24618]: audit 2024-09-13T21:43:43.422681+0000 mon.a (mon.0) 414 : audit [DBG] from='client.? 172.21.15.1:0/2353153476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T21:43:44.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:43 smithi016 bash[24219]: cluster 2024-09-13T21:43:43.005840+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-13T21:43:44.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:43 smithi016 bash[24219]: cluster 2024-09-13T21:43:43.006583+0000 mon.a (mon.0) 412 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-13T21:43:44.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:43 smithi016 bash[24219]: audit 2024-09-13T21:43:43.202345+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:44.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:43 smithi016 bash[24219]: audit 2024-09-13T21:43:43.422681+0000 mon.a (mon.0) 414 : audit [DBG] from='client.? 172.21.15.1:0/2353153476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T21:43:44.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:43 smithi001 bash[22742]: cluster 2024-09-13T21:43:43.005840+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-13T21:43:44.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:43 smithi001 bash[22742]: cluster 2024-09-13T21:43:43.006583+0000 mon.a (mon.0) 412 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-13T21:43:44.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:43 smithi001 bash[22742]: audit 2024-09-13T21:43:43.202345+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:44.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:43 smithi001 bash[22742]: audit 2024-09-13T21:43:43.422681+0000 mon.a (mon.0) 414 : audit [DBG] from='client.? 172.21.15.1:0/2353153476' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-13T21:43:46.349 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:46 smithi143 bash[24618]: cluster 2024-09-13T21:43:43.925988+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 449 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:46.349 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:46 smithi143 bash[24618]: audit 2024-09-13T21:43:44.181105+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:46.349 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:46 smithi143 bash[24618]: cluster 2024-09-13T21:43:44.200341+0000 mon.a (mon.0) 416 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T21:43:46.349 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:46 smithi143 bash[24618]: cluster 2024-09-13T21:43:44.200385+0000 mon.a (mon.0) 417 : cluster [INF] Cluster is now healthy 2024-09-13T21:43:46.349 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:46 smithi143 bash[24618]: audit 2024-09-13T21:43:45.098105+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:46.349 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:46 smithi143 bash[24618]: audit 2024-09-13T21:43:45.101024+0000 mon.a (mon.0) 419 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:46.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:46 smithi016 bash[24219]: cluster 2024-09-13T21:43:43.925988+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 449 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:46.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:46 smithi016 bash[24219]: audit 2024-09-13T21:43:44.181105+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:46.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:46 smithi016 bash[24219]: cluster 2024-09-13T21:43:44.200341+0000 mon.a (mon.0) 416 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T21:43:46.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:46 smithi016 bash[24219]: cluster 2024-09-13T21:43:44.200385+0000 mon.a (mon.0) 417 : cluster [INF] Cluster is now healthy 2024-09-13T21:43:46.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:46 smithi016 bash[24219]: audit 2024-09-13T21:43:45.098105+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:46.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:46 smithi016 bash[24219]: audit 2024-09-13T21:43:45.101024+0000 mon.a (mon.0) 419 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:46.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:46 smithi001 bash[22742]: cluster 2024-09-13T21:43:43.925988+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 449 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:46.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:46 smithi001 bash[22742]: audit 2024-09-13T21:43:44.181105+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:46.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:46 smithi001 bash[22742]: cluster 2024-09-13T21:43:44.200341+0000 mon.a (mon.0) 416 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-13T21:43:46.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:46 smithi001 bash[22742]: cluster 2024-09-13T21:43:44.200385+0000 mon.a (mon.0) 417 : cluster [INF] Cluster is now healthy 2024-09-13T21:43:46.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:46 smithi001 bash[22742]: audit 2024-09-13T21:43:45.098105+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:46.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:46 smithi001 bash[22742]: audit 2024-09-13T21:43:45.101024+0000 mon.a (mon.0) 419 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:48.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: cluster 2024-09-13T21:43:45.926484+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 449 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:48.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.038276+0000 mon.a (mon.0) 420 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:48.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.040252+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:48.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.044257+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:48.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.044579+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.047152+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.047285+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.047415+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.047776+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: cephadm 2024-09-13T21:43:46.767016+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Detected new or changed devices on smithi143 2024-09-13T21:43:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.952783+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.958021+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.959123+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.959479+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:48.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:47 smithi016 bash[24219]: audit 2024-09-13T21:43:46.959771+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:48.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: cluster 2024-09-13T21:43:45.926484+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 449 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:48.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.038276+0000 mon.a (mon.0) 420 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:48.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.040252+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:48.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.044257+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:48.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.044579+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:48.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.047152+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:48.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.047285+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:48.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.047415+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:48.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.047776+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:48.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: cephadm 2024-09-13T21:43:46.767016+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Detected new or changed devices on smithi143 2024-09-13T21:43:48.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.952783+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:48.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.958021+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:48.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.959123+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:48.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.959479+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:48.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:47 smithi001 bash[22742]: audit 2024-09-13T21:43:46.959771+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:48.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: cluster 2024-09-13T21:43:45.926484+0000 mgr.a (mgr.14150) 187 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 449 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:43:48.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.038276+0000 mon.a (mon.0) 420 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:48.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.040252+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:48.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.044257+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:48.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.044579+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:48.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.047152+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:48.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.047285+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:48.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.047415+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:48.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.047776+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:48.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: cephadm 2024-09-13T21:43:46.767016+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Detected new or changed devices on smithi143 2024-09-13T21:43:48.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.952783+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:48.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.958021+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:48.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.959123+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:43:48.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.959479+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:43:48.362 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:47 smithi143 bash[24618]: audit 2024-09-13T21:43:46.959771+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:43:48.858 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:49.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:48 smithi016 bash[24219]: audit 2024-09-13T21:43:46.958632+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:49.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:48 smithi016 bash[24219]: audit 2024-09-13T21:43:47.899241+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:49.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:48 smithi016 bash[24219]: audit 2024-09-13T21:43:47.905282+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:49.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:48 smithi016 bash[24219]: audit 2024-09-13T21:43:47.916139+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:43:49.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:48 smithi016 bash[24219]: cephadm 2024-09-13T21:43:47.918008+0000 mgr.a (mgr.14150) 189 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 21361M 2024-09-13T21:43:49.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:48 smithi016 bash[24219]: audit 2024-09-13T21:43:47.924911+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:49.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:48 smithi016 bash[24219]: cluster 2024-09-13T21:43:47.927014+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 318 KiB/s wr, 19 op/s 2024-09-13T21:43:49.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:48 smithi016 bash[24219]: audit 2024-09-13T21:43:47.928974+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:49.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:48 smithi016 bash[24219]: audit 2024-09-13T21:43:47.930783+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:43:49.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:48 smithi016 bash[24219]: audit 2024-09-13T21:43:47.940724+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:49.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:48 smithi001 bash[22742]: audit 2024-09-13T21:43:46.958632+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:49.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:48 smithi001 bash[22742]: audit 2024-09-13T21:43:47.899241+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:49.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:48 smithi001 bash[22742]: audit 2024-09-13T21:43:47.905282+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:49.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:48 smithi001 bash[22742]: audit 2024-09-13T21:43:47.916139+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:43:49.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:48 smithi001 bash[22742]: cephadm 2024-09-13T21:43:47.918008+0000 mgr.a (mgr.14150) 189 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 21361M 2024-09-13T21:43:49.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:48 smithi001 bash[22742]: audit 2024-09-13T21:43:47.924911+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:49.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:48 smithi001 bash[22742]: cluster 2024-09-13T21:43:47.927014+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 318 KiB/s wr, 19 op/s 2024-09-13T21:43:49.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:48 smithi001 bash[22742]: audit 2024-09-13T21:43:47.928974+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:49.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:48 smithi001 bash[22742]: audit 2024-09-13T21:43:47.930783+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:43:49.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:48 smithi001 bash[22742]: audit 2024-09-13T21:43:47.940724+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:49.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:48 smithi143 bash[24618]: audit 2024-09-13T21:43:46.958632+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-13T21:43:49.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:48 smithi143 bash[24618]: audit 2024-09-13T21:43:47.899241+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-13T21:43:49.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:48 smithi143 bash[24618]: audit 2024-09-13T21:43:47.905282+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:49.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:48 smithi143 bash[24618]: audit 2024-09-13T21:43:47.916139+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:43:49.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:48 smithi143 bash[24618]: cephadm 2024-09-13T21:43:47.918008+0000 mgr.a (mgr.14150) 189 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 21361M 2024-09-13T21:43:49.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:48 smithi143 bash[24618]: audit 2024-09-13T21:43:47.924911+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:49.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:48 smithi143 bash[24618]: cluster 2024-09-13T21:43:47.927014+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 5.5 KiB/s rd, 318 KiB/s wr, 19 op/s 2024-09-13T21:43:49.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:48 smithi143 bash[24618]: audit 2024-09-13T21:43:47.928974+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:43:49.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:48 smithi143 bash[24618]: audit 2024-09-13T21:43:47.930783+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:43:49.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:48 smithi143 bash[24618]: audit 2024-09-13T21:43:47.940724+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:43:50.252 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:43:50.253 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":22,"fsid":"3dd44bb8-7218-11ef-bceb-c7b262605968","created":"2024-09-13T21:38:14.133315+0000","modified":"2024-09-13T21:43:42.985729+0000","last_up_change":"2024-09-13T21:43:38.464036+0000","last_in_change":"2024-09-13T21:43:07.461395+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-13T21:43:40.549905+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"c69efa79-2a91-4eb9-8c50-d9615e14134e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6803","nonce":925787079}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6805","nonce":925787079}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6809","nonce":925787079}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6807","nonce":925787079}]},"public_addr":"172.21.15.1:6803/925787079","cluster_addr":"172.21.15.1:6805/925787079","heartbeat_back_addr":"172.21.15.1:6809/925787079","heartbeat_front_addr":"172.21.15.1:6807/925787079","state":["exists","up"]},{"osd":1,"uuid":"1a76e4a6-5be1-4170-b3bc-6d062781a068","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6801","nonce":3378630642}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6803","nonce":3378630642}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6807","nonce":3378630642}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6805","nonce":3378630642}]},"public_addr":"172.21.15.16:6801/3378630642","cluster_addr":"172.21.15.16:6803/3378630642","heartbeat_back_addr":"172.21.15.16:6807/3378630642","heartbeat_front_addr":"172.21.15.16:6805/3378630642","state":["exists","up"]},{"osd":2,"uuid":"b293e033-f062-4201-891a-0ef6fc214e08","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6801","nonce":3133192397}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6803","nonce":3133192397}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6807","nonce":3133192397}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6805","nonce":3133192397}]},"public_addr":"172.21.15.143:6801/3133192397","cluster_addr":"172.21.15.143:6803/3133192397","heartbeat_back_addr":"172.21.15.143:6807/3133192397","heartbeat_front_addr":"172.21.15.143:6805/3133192397","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T21:41:54.135569+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T21:42:45.625310+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T21:43:36.041570+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:0/1534653276":"2024-09-14T21:39:15.858684+0000","172.21.15.1:0/811690524":"2024-09-14T21:39:15.858684+0000","172.21.15.1:6800/3754782331":"2024-09-14T21:39:15.858684+0000","172.21.15.1:0/3314146362":"2024-09-14T21:39:15.858684+0000","172.21.15.1:0/4010804148":"2024-09-14T21:38:42.078809+0000","172.21.15.1:0/1324708786":"2024-09-14T21:38:42.078809+0000","172.21.15.1:0/1887181438":"2024-09-14T21:38:42.078809+0000","172.21.15.1:6801/3754782331":"2024-09-14T21:39:15.858684+0000","172.21.15.1:6801/3922712421":"2024-09-14T21:38:42.078809+0000","172.21.15.1:6800/3922712421":"2024-09-14T21:38:42.078809+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-13T21:43:50.900 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-13T21:43:40.549905+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-13T21:43:50.917 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-13T21:43:51.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:50 smithi001 bash[22742]: cluster 2024-09-13T21:43:49.927460+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 226 KiB/s wr, 14 op/s 2024-09-13T21:43:51.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:50 smithi001 bash[22742]: audit 2024-09-13T21:43:50.251674+0000 mon.a (mon.0) 437 : audit [DBG] from='client.? 172.21.15.1:0/2897907016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:43:51.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:50 smithi143 bash[24618]: cluster 2024-09-13T21:43:49.927460+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 226 KiB/s wr, 14 op/s 2024-09-13T21:43:51.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:50 smithi143 bash[24618]: audit 2024-09-13T21:43:50.251674+0000 mon.a (mon.0) 437 : audit [DBG] from='client.? 172.21.15.1:0/2897907016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:43:51.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:50 smithi016 bash[24219]: cluster 2024-09-13T21:43:49.927460+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.9 KiB/s rd, 226 KiB/s wr, 14 op/s 2024-09-13T21:43:51.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:50 smithi016 bash[24219]: audit 2024-09-13T21:43:50.251674+0000 mon.a (mon.0) 437 : audit [DBG] from='client.? 172.21.15.1:0/2897907016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:43:53.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:52 smithi001 bash[22742]: cluster 2024-09-13T21:43:51.927995+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 175 KiB/s wr, 10 op/s 2024-09-13T21:43:53.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:52 smithi143 bash[24618]: cluster 2024-09-13T21:43:51.927995+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 175 KiB/s wr, 10 op/s 2024-09-13T21:43:53.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:52 smithi016 bash[24219]: cluster 2024-09-13T21:43:51.927995+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 175 KiB/s wr, 10 op/s 2024-09-13T21:43:55.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:54 smithi001 bash[22742]: cluster 2024-09-13T21:43:53.928628+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 167 KiB/s wr, 11 op/s 2024-09-13T21:43:55.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:54 smithi143 bash[24618]: cluster 2024-09-13T21:43:53.928628+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 167 KiB/s wr, 11 op/s 2024-09-13T21:43:55.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:54 smithi016 bash[24219]: cluster 2024-09-13T21:43:53.928628+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.3 KiB/s rd, 167 KiB/s wr, 11 op/s 2024-09-13T21:43:55.661 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:43:57.002 INFO:teuthology.orchestra.run.smithi001.stdout:pg_num: 1 2024-09-13T21:43:57.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:56 smithi001 bash[22742]: cluster 2024-09-13T21:43:55.929145+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-13T21:43:57.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:56 smithi143 bash[24618]: cluster 2024-09-13T21:43:55.929145+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-13T21:43:57.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:56 smithi016 bash[24219]: cluster 2024-09-13T21:43:55.929145+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-13T21:43:57.635 INFO:tasks.cephadm:Setting up client nodes... 2024-09-13T21:43:57.635 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-13T21:43:57.635 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-13T21:43:57.635 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-13T21:43:58.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:58 smithi143 bash[24618]: audit 2024-09-13T21:43:57.002126+0000 mon.a (mon.0) 438 : audit [DBG] from='client.? 172.21.15.1:0/3031498754' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-13T21:43:58.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:58 smithi016 bash[24219]: audit 2024-09-13T21:43:57.002126+0000 mon.a (mon.0) 438 : audit [DBG] from='client.? 172.21.15.1:0/3031498754' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-13T21:43:58.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:58 smithi001 bash[22742]: audit 2024-09-13T21:43:57.002126+0000 mon.a (mon.0) 438 : audit [DBG] from='client.? 172.21.15.1:0/3031498754' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-13T21:43:59.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:43:59 smithi143 bash[24618]: cluster 2024-09-13T21:43:57.929668+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-13T21:43:59.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:43:59 smithi016 bash[24219]: cluster 2024-09-13T21:43:57.929668+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-13T21:43:59.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:43:59 smithi001 bash[22742]: cluster 2024-09-13T21:43:57.929668+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-13T21:44:01.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:01 smithi143 bash[24618]: cluster 2024-09-13T21:43:59.930224+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:44:01.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:01 smithi016 bash[24219]: cluster 2024-09-13T21:43:59.930224+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:44:01.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:01 smithi001 bash[22742]: cluster 2024-09-13T21:43:59.930224+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:44:02.378 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:03.337 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:03 smithi001 bash[22742]: cluster 2024-09-13T21:44:01.930775+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:44:03.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:03 smithi143 bash[24618]: cluster 2024-09-13T21:44:01.930775+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:44:03.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:03 smithi016 bash[24219]: cluster 2024-09-13T21:44:01.930775+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:44:03.735 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:44:04.356 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:04 smithi001 bash[22742]: audit 2024-09-13T21:44:03.728332+0000 mon.a (mon.0) 439 : audit [DBG] from='client.? 172.21.15.1:0/2658483117' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T21:44:04.357 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6800","nonce":102664588},{"type":"v1","addr":"172.21.15.1:6801","nonce":102664588}]},"active_addr":"172.21.15.1:6801/102664588","active_change":"2024-09-13T21:39:15.858954+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"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":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = 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":"2359","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":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","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_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"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":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","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":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","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":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","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":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.1:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":1890425998}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":1199139187}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":2666593598}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":3095876935}]}]} 2024-09-13T21:44:04.363 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-13T21:44:04.363 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-13T21:44:04.363 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T21:44:04.364 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:04 smithi143 bash[24618]: audit 2024-09-13T21:44:03.728332+0000 mon.a (mon.0) 439 : audit [DBG] from='client.? 172.21.15.1:0/2658483117' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T21:44:04.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:04 smithi016 bash[24219]: audit 2024-09-13T21:44:03.728332+0000 mon.a (mon.0) 439 : audit [DBG] from='client.? 172.21.15.1:0/2658483117' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-13T21:44:05.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:05 smithi143 bash[24618]: cluster 2024-09-13T21:44:03.931310+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:44:05.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:05 smithi016 bash[24219]: cluster 2024-09-13T21:44:03.931310+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:44:05.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:05 smithi001 bash[22742]: cluster 2024-09-13T21:44:03.931310+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-13T21:44:07.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:07 smithi143 bash[24618]: cluster 2024-09-13T21:44:05.931843+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:07.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:07 smithi016 bash[24219]: cluster 2024-09-13T21:44:05.931843+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:07.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:07 smithi001 bash[22742]: cluster 2024-09-13T21:44:05.931843+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:09.107 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:09.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:09 smithi143 bash[24618]: cluster 2024-09-13T21:44:07.932431+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:09.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:09 smithi016 bash[24219]: cluster 2024-09-13T21:44:07.932431+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:09.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:09 smithi001 bash[22742]: cluster 2024-09-13T21:44:07.932431+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:10.371 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:44:10.372 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":22,"fsid":"3dd44bb8-7218-11ef-bceb-c7b262605968","created":"2024-09-13T21:38:14.133315+0000","modified":"2024-09-13T21:43:42.985729+0000","last_up_change":"2024-09-13T21:43:38.464036+0000","last_in_change":"2024-09-13T21:43:07.461395+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-13T21:43:40.549905+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"c69efa79-2a91-4eb9-8c50-d9615e14134e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6803","nonce":925787079}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6805","nonce":925787079}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6809","nonce":925787079}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6807","nonce":925787079}]},"public_addr":"172.21.15.1:6803/925787079","cluster_addr":"172.21.15.1:6805/925787079","heartbeat_back_addr":"172.21.15.1:6809/925787079","heartbeat_front_addr":"172.21.15.1:6807/925787079","state":["exists","up"]},{"osd":1,"uuid":"1a76e4a6-5be1-4170-b3bc-6d062781a068","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6801","nonce":3378630642}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6803","nonce":3378630642}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6807","nonce":3378630642}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6805","nonce":3378630642}]},"public_addr":"172.21.15.16:6801/3378630642","cluster_addr":"172.21.15.16:6803/3378630642","heartbeat_back_addr":"172.21.15.16:6807/3378630642","heartbeat_front_addr":"172.21.15.16:6805/3378630642","state":["exists","up"]},{"osd":2,"uuid":"b293e033-f062-4201-891a-0ef6fc214e08","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6801","nonce":3133192397}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6803","nonce":3133192397}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6807","nonce":3133192397}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6805","nonce":3133192397}]},"public_addr":"172.21.15.143:6801/3133192397","cluster_addr":"172.21.15.143:6803/3133192397","heartbeat_back_addr":"172.21.15.143:6807/3133192397","heartbeat_front_addr":"172.21.15.143:6805/3133192397","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T21:41:54.135569+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T21:42:45.625310+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T21:43:36.041570+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:0/1534653276":"2024-09-14T21:39:15.858684+0000","172.21.15.1:0/811690524":"2024-09-14T21:39:15.858684+0000","172.21.15.1:6800/3754782331":"2024-09-14T21:39:15.858684+0000","172.21.15.1:0/3314146362":"2024-09-14T21:39:15.858684+0000","172.21.15.1:0/4010804148":"2024-09-14T21:38:42.078809+0000","172.21.15.1:0/1324708786":"2024-09-14T21:38:42.078809+0000","172.21.15.1:0/1887181438":"2024-09-14T21:38:42.078809+0000","172.21.15.1:6801/3754782331":"2024-09-14T21:39:15.858684+0000","172.21.15.1:6801/3922712421":"2024-09-14T21:38:42.078809+0000","172.21.15.1:6800/3922712421":"2024-09-14T21:38:42.078809+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-13T21:44:10.926 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-13T21:44:10.926 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-13T21:44:11.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:11 smithi001 bash[22742]: cluster 2024-09-13T21:44:09.932877+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:11.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:11 smithi001 bash[22742]: audit 2024-09-13T21:44:10.370699+0000 mon.a (mon.0) 440 : audit [DBG] from='client.? 172.21.15.1:0/3490926790' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:44:11.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:11 smithi143 bash[24618]: cluster 2024-09-13T21:44:09.932877+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:11.361 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:11 smithi143 bash[24618]: audit 2024-09-13T21:44:10.370699+0000 mon.a (mon.0) 440 : audit [DBG] from='client.? 172.21.15.1:0/3490926790' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:44:11.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:11 smithi016 bash[24219]: cluster 2024-09-13T21:44:09.932877+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:11.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:11 smithi016 bash[24219]: audit 2024-09-13T21:44:10.370699+0000 mon.a (mon.0) 440 : audit [DBG] from='client.? 172.21.15.1:0/3490926790' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:44:13.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:13 smithi143 bash[24618]: cluster 2024-09-13T21:44:11.933365+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:13.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:13 smithi016 bash[24219]: cluster 2024-09-13T21:44:11.933365+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:13.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:13 smithi001 bash[22742]: cluster 2024-09-13T21:44:11.933365+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:15.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:15 smithi143 bash[24618]: cluster 2024-09-13T21:44:13.933909+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:15.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:15 smithi016 bash[24219]: cluster 2024-09-13T21:44:13.933909+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:15.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:15 smithi001 bash[22742]: cluster 2024-09-13T21:44:13.933909+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:15.673 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:17.023 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:44:17.023 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":22,"fsid":"3dd44bb8-7218-11ef-bceb-c7b262605968","created":"2024-09-13T21:38:14.133315+0000","modified":"2024-09-13T21:43:42.985729+0000","last_up_change":"2024-09-13T21:43:38.464036+0000","last_in_change":"2024-09-13T21:43:07.461395+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-13T21:43:40.549905+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"c69efa79-2a91-4eb9-8c50-d9615e14134e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6802","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6803","nonce":925787079}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6805","nonce":925787079}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6809","nonce":925787079}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":925787079},{"type":"v1","addr":"172.21.15.1:6807","nonce":925787079}]},"public_addr":"172.21.15.1:6803/925787079","cluster_addr":"172.21.15.1:6805/925787079","heartbeat_back_addr":"172.21.15.1:6809/925787079","heartbeat_front_addr":"172.21.15.1:6807/925787079","state":["exists","up"]},{"osd":1,"uuid":"1a76e4a6-5be1-4170-b3bc-6d062781a068","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6801","nonce":3378630642}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6803","nonce":3378630642}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6807","nonce":3378630642}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":3378630642},{"type":"v1","addr":"172.21.15.16:6805","nonce":3378630642}]},"public_addr":"172.21.15.16:6801/3378630642","cluster_addr":"172.21.15.16:6803/3378630642","heartbeat_back_addr":"172.21.15.16:6807/3378630642","heartbeat_front_addr":"172.21.15.16:6805/3378630642","state":["exists","up"]},{"osd":2,"uuid":"b293e033-f062-4201-891a-0ef6fc214e08","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6800","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6801","nonce":3133192397}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6802","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6803","nonce":3133192397}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6806","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6807","nonce":3133192397}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.143:6804","nonce":3133192397},{"type":"v1","addr":"172.21.15.143:6805","nonce":3133192397}]},"public_addr":"172.21.15.143:6801/3133192397","cluster_addr":"172.21.15.143:6803/3133192397","heartbeat_back_addr":"172.21.15.143:6807/3133192397","heartbeat_front_addr":"172.21.15.143:6805/3133192397","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T21:41:54.135569+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T21:42:45.625310+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-13T21:43:36.041570+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:0/1534653276":"2024-09-14T21:39:15.858684+0000","172.21.15.1:0/811690524":"2024-09-14T21:39:15.858684+0000","172.21.15.1:6800/3754782331":"2024-09-14T21:39:15.858684+0000","172.21.15.1:0/3314146362":"2024-09-14T21:39:15.858684+0000","172.21.15.1:0/4010804148":"2024-09-14T21:38:42.078809+0000","172.21.15.1:0/1324708786":"2024-09-14T21:38:42.078809+0000","172.21.15.1:0/1887181438":"2024-09-14T21:38:42.078809+0000","172.21.15.1:6801/3754782331":"2024-09-14T21:39:15.858684+0000","172.21.15.1:6801/3922712421":"2024-09-14T21:38:42.078809+0000","172.21.15.1:6800/3922712421":"2024-09-14T21:38:42.078809+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-13T21:44:17.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:17 smithi143 bash[24618]: cluster 2024-09-13T21:44:15.934387+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:17.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:17 smithi143 bash[24618]: audit 2024-09-13T21:44:17.022191+0000 mon.a (mon.0) 441 : audit [DBG] from='client.? 172.21.15.1:0/268342496' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:44:17.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:17 smithi016 bash[24219]: cluster 2024-09-13T21:44:15.934387+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:17.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:17 smithi016 bash[24219]: audit 2024-09-13T21:44:17.022191+0000 mon.a (mon.0) 441 : audit [DBG] from='client.? 172.21.15.1:0/268342496' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:44:17.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:17 smithi001 bash[22742]: cluster 2024-09-13T21:44:15.934387+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:17.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:17 smithi001 bash[22742]: audit 2024-09-13T21:44:17.022191+0000 mon.a (mon.0) 441 : audit [DBG] from='client.? 172.21.15.1:0/268342496' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-13T21:44:17.616 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-13T21:44:17.617 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-13T21:44:17.617 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-13T21:44:19.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:19 smithi143 bash[24618]: cluster 2024-09-13T21:44:17.935036+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:19.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:19 smithi016 bash[24219]: cluster 2024-09-13T21:44:17.935036+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:19.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:19 smithi001 bash[22742]: cluster 2024-09-13T21:44:17.935036+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:21.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:21 smithi143 bash[24618]: cluster 2024-09-13T21:44:19.935699+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:21.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:21 smithi016 bash[24219]: cluster 2024-09-13T21:44:19.935699+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:21.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:21 smithi001 bash[22742]: cluster 2024-09-13T21:44:19.935699+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:22.360 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:22.361 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:22.361 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:23.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:23 smithi143 bash[24618]: cluster 2024-09-13T21:44:21.936378+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:23.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:23 smithi016 bash[24219]: cluster 2024-09-13T21:44:21.936378+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:23.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:23 smithi001 bash[22742]: cluster 2024-09-13T21:44:21.936378+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:25.279 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:25 smithi001 bash[22742]: cluster 2024-09-13T21:44:23.936966+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:25.311 INFO:teuthology.orchestra.run.smithi001.stdout:34359738401 2024-09-13T21:44:25.311 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-13T21:44:25.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:25 smithi143 bash[24618]: cluster 2024-09-13T21:44:23.936966+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:25.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:25 smithi016 bash[24219]: cluster 2024-09-13T21:44:23.936966+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:25.528 INFO:teuthology.orchestra.run.smithi001.stdout:55834574871 2024-09-13T21:44:25.529 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-13T21:44:25.734 INFO:teuthology.orchestra.run.smithi001.stdout:77309411341 2024-09-13T21:44:25.734 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-13T21:44:27.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:27 smithi143 bash[24618]: cluster 2024-09-13T21:44:25.937492+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:27.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:27 smithi016 bash[24219]: cluster 2024-09-13T21:44:25.937492+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:27.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:27 smithi001 bash[22742]: cluster 2024-09-13T21:44:25.937492+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:29.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:29 smithi143 bash[24618]: cluster 2024-09-13T21:44:27.938050+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:29.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:29 smithi016 bash[24219]: cluster 2024-09-13T21:44:27.938050+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:29.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:29 smithi001 bash[22742]: cluster 2024-09-13T21:44:27.938050+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:30.057 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:30.058 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:30.059 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:31.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:31 smithi143 bash[24618]: cluster 2024-09-13T21:44:29.938605+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:31.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:31 smithi016 bash[24219]: cluster 2024-09-13T21:44:29.938605+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:31.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:31 smithi001 bash[22742]: cluster 2024-09-13T21:44:29.938605+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:32.015 INFO:teuthology.orchestra.run.smithi001.stdout:34359738402 2024-09-13T21:44:32.178 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:32 smithi001 bash[22742]: audit 2024-09-13T21:44:32.015833+0000 mon.a (mon.0) 442 : audit [DBG] from='client.? 172.21.15.1:0/1233122309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T21:44:32.202 INFO:teuthology.orchestra.run.smithi001.stdout:55834574872 2024-09-13T21:44:32.212 INFO:teuthology.orchestra.run.smithi001.stdout:77309411342 2024-09-13T21:44:32.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:32 smithi143 bash[24618]: audit 2024-09-13T21:44:32.015833+0000 mon.a (mon.0) 442 : audit [DBG] from='client.? 172.21.15.1:0/1233122309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T21:44:32.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:32 smithi016 bash[24219]: audit 2024-09-13T21:44:32.015833+0000 mon.a (mon.0) 442 : audit [DBG] from='client.? 172.21.15.1:0/1233122309' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-13T21:44:32.743 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738401 got 34359738402 for osd.0 2024-09-13T21:44:32.743 DEBUG:teuthology.parallel:result is None 2024-09-13T21:44:33.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:33 smithi143 bash[24618]: cluster 2024-09-13T21:44:31.939040+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:33.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:33 smithi143 bash[24618]: audit 2024-09-13T21:44:32.202517+0000 mon.a (mon.0) 443 : audit [DBG] from='client.? 172.21.15.1:0/655083851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T21:44:33.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:33 smithi143 bash[24618]: audit 2024-09-13T21:44:32.212663+0000 mon.a (mon.0) 444 : audit [DBG] from='client.? 172.21.15.1:0/1876106881' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T21:44:33.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:33 smithi016 bash[24219]: cluster 2024-09-13T21:44:31.939040+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:33.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:33 smithi016 bash[24219]: audit 2024-09-13T21:44:32.202517+0000 mon.a (mon.0) 443 : audit [DBG] from='client.? 172.21.15.1:0/655083851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T21:44:33.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:33 smithi016 bash[24219]: audit 2024-09-13T21:44:32.212663+0000 mon.a (mon.0) 444 : audit [DBG] from='client.? 172.21.15.1:0/1876106881' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T21:44:33.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:33 smithi001 bash[22742]: cluster 2024-09-13T21:44:31.939040+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:33.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:33 smithi001 bash[22742]: audit 2024-09-13T21:44:32.202517+0000 mon.a (mon.0) 443 : audit [DBG] from='client.? 172.21.15.1:0/655083851' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-13T21:44:33.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:33 smithi001 bash[22742]: audit 2024-09-13T21:44:32.212663+0000 mon.a (mon.0) 444 : audit [DBG] from='client.? 172.21.15.1:0/1876106881' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-13T21:44:33.570 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574871 got 55834574872 for osd.1 2024-09-13T21:44:33.570 DEBUG:teuthology.parallel:result is None 2024-09-13T21:44:33.613 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411341 got 77309411342 for osd.2 2024-09-13T21:44:33.614 DEBUG:teuthology.parallel:result is None 2024-09-13T21:44:33.614 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-13T21:44:33.614 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T21:44:35.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:35 smithi143 bash[24618]: cluster 2024-09-13T21:44:33.939553+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:35.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:35 smithi016 bash[24219]: cluster 2024-09-13T21:44:33.939553+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:35.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:35 smithi001 bash[22742]: cluster 2024-09-13T21:44:33.939553+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:37.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:37 smithi143 bash[24618]: cluster 2024-09-13T21:44:35.940106+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:37.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:37 smithi016 bash[24219]: cluster 2024-09-13T21:44:35.940106+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:37.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:37 smithi001 bash[22742]: cluster 2024-09-13T21:44:35.940106+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:38.359 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:39.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:39 smithi143 bash[24618]: cluster 2024-09-13T21:44:37.940690+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:39.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:39 smithi016 bash[24219]: cluster 2024-09-13T21:44:37.940690+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:39.473 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:39 smithi001 bash[22742]: cluster 2024-09-13T21:44:37.940690+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:39.819 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:44:39.820 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2024-09-13T21:44:40.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:40 smithi143 bash[24618]: audit 2024-09-13T21:44:39.818317+0000 mgr.a (mgr.14150) 216 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:44:40.453 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:40 smithi001 bash[22742]: audit 2024-09-13T21:44:39.818317+0000 mgr.a (mgr.14150) 216 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:44:40.454 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":173,"stamp":"2024-09-13T21:44:37.940400+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":93556,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141900,"statfs":{"total":287985106944,"available":287889305600,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003171"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-13T21:43:47.920921+0000","last_change":"2024-09-13T21:43:41.997023+0000","last_active":"2024-09-13T21:43:47.920921+0000","last_peered":"2024-09-13T21:43:47.920921+0000","last_clean":"2024-09-13T21:43:47.920921+0000","last_became_active":"2024-09-13T21:43:41.994222+0000","last_became_peered":"2024-09-13T21:43:41.994222+0000","last_unstale":"2024-09-13T21:43:47.920921+0000","last_undegraded":"2024-09-13T21:43:47.920921+0000","last_fullsized":"2024-09-13T21:43:47.920921+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T21:43:40.967815+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T21:43:40.967815+0000","last_clean_scrub_stamp":"2024-09-13T21:43:40.967815+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T05:04:40.892624+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411343,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32572,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712580,"statfs":{"total":95995035648,"available":95961681920,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[0,1],"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":[]},{"osd":1,"up_from":13,"seq":55834574874,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28412,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716740,"statfs":{"total":95995035648,"available":95965941760,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"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":[]},{"osd":0,"up_from":8,"seq":34359738404,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32572,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712580,"statfs":{"total":95995035648,"available":95961681920,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T21:44:40.454 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-13T21:44:40.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:40 smithi016 bash[24219]: audit 2024-09-13T21:44:39.818317+0000 mgr.a (mgr.14150) 216 : audit [DBG] from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:44:41.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:41 smithi143 bash[24618]: cluster 2024-09-13T21:44:39.941117+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:41.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:41 smithi016 bash[24219]: cluster 2024-09-13T21:44:39.941117+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:41.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:41 smithi001 bash[22742]: cluster 2024-09-13T21:44:39.941117+0000 mgr.a (mgr.14150) 217 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:43.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:43 smithi143 bash[24618]: cluster 2024-09-13T21:44:41.941642+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:43.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:43 smithi016 bash[24219]: cluster 2024-09-13T21:44:41.941642+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:43.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:43 smithi001 bash[22742]: cluster 2024-09-13T21:44:41.941642+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:45.193 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:45.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:45 smithi016 bash[24219]: cluster 2024-09-13T21:44:43.942290+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:45.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:45 smithi001 bash[22742]: cluster 2024-09-13T21:44:43.942290+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:45.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:45 smithi143 bash[24618]: cluster 2024-09-13T21:44:43.942290+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:46.513 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2024-09-13T21:44:46.513 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:44:47.123 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":177,"stamp":"2024-09-13T21:44:45.942635+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":93556,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141900,"statfs":{"total":287985106944,"available":287889305600,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003330"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-13T21:43:47.920921+0000","last_change":"2024-09-13T21:43:41.997023+0000","last_active":"2024-09-13T21:43:47.920921+0000","last_peered":"2024-09-13T21:43:47.920921+0000","last_clean":"2024-09-13T21:43:47.920921+0000","last_became_active":"2024-09-13T21:43:41.994222+0000","last_became_peered":"2024-09-13T21:43:41.994222+0000","last_unstale":"2024-09-13T21:43:47.920921+0000","last_undegraded":"2024-09-13T21:43:47.920921+0000","last_fullsized":"2024-09-13T21:43:47.920921+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-13T21:43:40.967815+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-13T21:43:40.967815+0000","last_clean_scrub_stamp":"2024-09-13T21:43:40.967815+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-15T05:04:40.892624+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"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":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411345,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32572,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712580,"statfs":{"total":95995035648,"available":95961681920,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"hb_peers":[0,1],"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":[]},{"osd":1,"up_from":13,"seq":55834574875,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28412,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716740,"statfs":{"total":95995035648,"available":95965941760,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"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":[]},{"osd":0,"up_from":8,"seq":34359738405,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32572,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712580,"statfs":{"total":95995035648,"available":95961681920,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"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":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-13T21:44:47.124 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-13T21:44:47.124 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-13T21:44:47.124 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-13T21:44:47.124 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-13T21:44:47.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:47 smithi016 bash[24219]: cluster 2024-09-13T21:44:45.942893+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:47.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:47 smithi016 bash[24219]: audit 2024-09-13T21:44:46.511922+0000 mgr.a (mgr.14150) 221 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:44:47.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:47 smithi001 bash[22742]: cluster 2024-09-13T21:44:45.942893+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:47.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:47 smithi001 bash[22742]: audit 2024-09-13T21:44:46.511922+0000 mgr.a (mgr.14150) 221 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:44:47.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:47 smithi143 bash[24618]: cluster 2024-09-13T21:44:45.942893+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:47.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:47 smithi143 bash[24618]: audit 2024-09-13T21:44:46.511922+0000 mgr.a (mgr.14150) 221 : audit [DBG] from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:44:48.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:48 smithi016 bash[24219]: audit 2024-09-13T21:44:48.035101+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:48.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:48 smithi001 bash[22742]: audit 2024-09-13T21:44:48.035101+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:48.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:48 smithi143 bash[24618]: audit 2024-09-13T21:44:48.035101+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:44:49.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:49 smithi016 bash[24219]: cluster 2024-09-13T21:44:47.943463+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:49.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:49 smithi016 bash[24219]: audit 2024-09-13T21:44:48.856583+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:49.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:49 smithi016 bash[24219]: audit 2024-09-13T21:44:48.858218+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:49.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:49 smithi016 bash[24219]: audit 2024-09-13T21:44:48.867676+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:44:49.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:49 smithi001 bash[22742]: cluster 2024-09-13T21:44:47.943463+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:49.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:49 smithi001 bash[22742]: audit 2024-09-13T21:44:48.856583+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:49.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:49 smithi001 bash[22742]: audit 2024-09-13T21:44:48.858218+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:49.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:49 smithi001 bash[22742]: audit 2024-09-13T21:44:48.867676+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:44:49.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:49 smithi143 bash[24618]: cluster 2024-09-13T21:44:47.943463+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:49.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:49 smithi143 bash[24618]: audit 2024-09-13T21:44:48.856583+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:44:49.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:49 smithi143 bash[24618]: audit 2024-09-13T21:44:48.858218+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:44:49.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:49 smithi143 bash[24618]: audit 2024-09-13T21:44:48.867676+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:44:51.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:51 smithi016 bash[24219]: cluster 2024-09-13T21:44:49.944046+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:51.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:51 smithi001 bash[22742]: cluster 2024-09-13T21:44:49.944046+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:51.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:51 smithi143 bash[24618]: cluster 2024-09-13T21:44:49.944046+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:51.869 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:53.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:53 smithi001 bash[22742]: cluster 2024-09-13T21:44:51.944587+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:53.307 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:44:53.307 INFO:teuthology.orchestra.run.smithi001.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-13T21:44:53.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:53 smithi016 bash[24219]: cluster 2024-09-13T21:44:51.944587+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:53.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:53 smithi143 bash[24618]: cluster 2024-09-13T21:44:51.944587+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:53.960 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-13T21:44:53.960 INFO:tasks.cephadm:Setup complete, yielding 2024-09-13T21:44:53.961 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-13T21:44:53.971 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-09-13T21:44:53.971 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ecab7be58963a5bd03910cd73eef66405d7fdd50 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 -- bash -c 'set -e 2024-09-13T21:44:53.971 DEBUG:teuthology.orchestra.run.smithi001:> set -x 2024-09-13T21:44:53.971 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch apply node-exporter 2024-09-13T21:44:53.971 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch apply grafana 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch apply alertmanager 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch apply prometheus 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> sleep 240 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch ls 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch ps 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch host ls 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-13T21:44:53.972 DEBUG:teuthology.orchestra.run.smithi001:> # check each host node-exporter metrics endpoint is responsive 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> for ip in $ALL_HOST_IPS; do 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> curl -s http://${ip}:9100/metric 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> done 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> # check grafana endpoints are responsive and database health is okay 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> # stop mon daemon in order to trigger an alert 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch daemon stop $MON_DAEMON 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> sleep 120 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-13T21:44:53.973 DEBUG:teuthology.orchestra.run.smithi001:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-13T21:44:53.974 DEBUG:teuthology.orchestra.run.smithi001:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-13T21:44:53.974 DEBUG:teuthology.orchestra.run.smithi001:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-09-13T21:44:53.974 DEBUG:teuthology.orchestra.run.smithi001:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-09-13T21:44:53.974 DEBUG:teuthology.orchestra.run.smithi001:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-13T21:44:53.974 DEBUG:teuthology.orchestra.run.smithi001:> ' 2024-09-13T21:44:54.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:54 smithi001 bash[22742]: audit 2024-09-13T21:44:53.307624+0000 mon.a (mon.0) 449 : audit [DBG] from='client.? 172.21.15.1:0/839871416' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T21:44:54.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:54 smithi016 bash[24219]: audit 2024-09-13T21:44:53.307624+0000 mon.a (mon.0) 449 : audit [DBG] from='client.? 172.21.15.1:0/839871416' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T21:44:54.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:54 smithi143 bash[24618]: audit 2024-09-13T21:44:53.307624+0000 mon.a (mon.0) 449 : audit [DBG] from='client.? 172.21.15.1:0/839871416' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-13T21:44:55.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:55 smithi016 bash[24219]: cluster 2024-09-13T21:44:53.945030+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:55.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:55 smithi001 bash[22742]: cluster 2024-09-13T21:44:53.945030+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:55.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:55 smithi143 bash[24618]: cluster 2024-09-13T21:44:53.945030+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:57.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:57 smithi016 bash[24219]: cluster 2024-09-13T21:44:55.945540+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:57.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:57 smithi001 bash[22742]: cluster 2024-09-13T21:44:55.945540+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:57.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:57 smithi143 bash[24618]: cluster 2024-09-13T21:44:55.945540+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:58.721 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T21:44:59.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:44:59 smithi016 bash[24219]: cluster 2024-09-13T21:44:57.946079+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:59.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:44:59 smithi001 bash[22742]: cluster 2024-09-13T21:44:57.946079+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:59.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:44:59 smithi143 bash[24618]: cluster 2024-09-13T21:44:57.946079+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:44:59.836 INFO:teuthology.orchestra.run.smithi001.stderr:+ ceph orch apply node-exporter 2024-09-13T21:45:00.139 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled node-exporter update... 2024-09-13T21:45:00.152 INFO:teuthology.orchestra.run.smithi001.stderr:+ ceph orch apply grafana 2024-09-13T21:45:00.452 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled grafana update... 2024-09-13T21:45:00.463 INFO:teuthology.orchestra.run.smithi001.stderr:+ ceph orch apply alertmanager 2024-09-13T21:45:00.750 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled alertmanager update... 2024-09-13T21:45:00.762 INFO:teuthology.orchestra.run.smithi001.stderr:+ ceph orch apply prometheus 2024-09-13T21:45:00.981 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:00 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:00.982 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:45:00 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:00.982 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:00 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:01.092 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled prometheus update... 2024-09-13T21:45:01.104 INFO:teuthology.orchestra.run.smithi001.stderr:+ sleep 240 2024-09-13T21:45:01.248 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:01 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:01.248 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:45:01 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:01.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: cluster 2024-09-13T21:44:59.946413+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:00.132837+0000 mgr.a (mgr.14150) 229 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: cephadm 2024-09-13T21:45:00.135025+0000 mgr.a (mgr.14150) 230 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:00.139271+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:00.140264+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:00.142479+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:00.143645+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:00.151110+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: cephadm 2024-09-13T21:45:00.153270+0000 mgr.a (mgr.14150) 231 : cephadm [INF] Deploying daemon node-exporter.smithi001 on smithi001 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:00.444623+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: cephadm 2024-09-13T21:45:00.445828+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-13T21:45:01.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:00.451796+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:00.744686+0000 mgr.a (mgr.14150) 234 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: cephadm 2024-09-13T21:45:00.745901+0000 mgr.a (mgr.14150) 235 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-13T21:45:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:00.750305+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:01 smithi001 bash[22742]: audit 2024-09-13T21:45:01.092853+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: cluster 2024-09-13T21:44:59.946413+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:00.132837+0000 mgr.a (mgr.14150) 229 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: cephadm 2024-09-13T21:45:00.135025+0000 mgr.a (mgr.14150) 230 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:00.139271+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:00.140264+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:00.142479+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:00.143645+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:00.151110+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: cephadm 2024-09-13T21:45:00.153270+0000 mgr.a (mgr.14150) 231 : cephadm [INF] Deploying daemon node-exporter.smithi001 on smithi001 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:00.444623+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:01.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: cephadm 2024-09-13T21:45:00.445828+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-13T21:45:01.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:00.451796+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:00.744686+0000 mgr.a (mgr.14150) 234 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:01.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: cephadm 2024-09-13T21:45:00.745901+0000 mgr.a (mgr.14150) 235 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-13T21:45:01.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:00.750305+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:01 smithi016 bash[24219]: audit 2024-09-13T21:45:01.092853+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: cluster 2024-09-13T21:44:59.946413+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:00.132837+0000 mgr.a (mgr.14150) 229 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: cephadm 2024-09-13T21:45:00.135025+0000 mgr.a (mgr.14150) 230 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:00.139271+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:00.140264+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:00.142479+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:00.143645+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:00.151110+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: cephadm 2024-09-13T21:45:00.153270+0000 mgr.a (mgr.14150) 231 : cephadm [INF] Deploying daemon node-exporter.smithi001 on smithi001 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:00.444623+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:01.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: cephadm 2024-09-13T21:45:00.445828+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-13T21:45:01.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:00.451796+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:00.744686+0000 mgr.a (mgr.14150) 234 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:01.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: cephadm 2024-09-13T21:45:00.745901+0000 mgr.a (mgr.14150) 235 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-13T21:45:01.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:00.750305+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:01.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:01 smithi143 bash[24618]: audit 2024-09-13T21:45:01.092853+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:02.358 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:02 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:02.358 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:02 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:02.359 INFO:journalctl@ceph.osd.1.smithi016.stdout:Sep 13 21:45:02 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:02.359 INFO:journalctl@ceph.osd.1.smithi016.stdout:Sep 13 21:45:02 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:02.359 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:02 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:02.359 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:02 smithi016 bash[24219]: audit 2024-09-13T21:45:01.088568+0000 mgr.a (mgr.14150) 236 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:02.359 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:02 smithi016 bash[24219]: cephadm 2024-09-13T21:45:01.089461+0000 mgr.a (mgr.14150) 237 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-13T21:45:02.359 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:02 smithi016 bash[24219]: audit 2024-09-13T21:45:01.255593+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:02.359 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:02 smithi016 bash[24219]: audit 2024-09-13T21:45:01.261579+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:02.360 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:02 smithi016 bash[24219]: audit 2024-09-13T21:45:01.268162+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:02.360 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:02 smithi016 bash[24219]: cephadm 2024-09-13T21:45:01.268854+0000 mgr.a (mgr.14150) 238 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-09-13T21:45:02.360 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:02 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:02.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:02 smithi001 bash[22742]: audit 2024-09-13T21:45:01.088568+0000 mgr.a (mgr.14150) 236 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:02.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:02 smithi001 bash[22742]: cephadm 2024-09-13T21:45:01.089461+0000 mgr.a (mgr.14150) 237 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-13T21:45:02.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:02 smithi001 bash[22742]: audit 2024-09-13T21:45:01.255593+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:02.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:02 smithi001 bash[22742]: audit 2024-09-13T21:45:01.261579+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:02.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:02 smithi001 bash[22742]: audit 2024-09-13T21:45:01.268162+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:02.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:02 smithi001 bash[22742]: cephadm 2024-09-13T21:45:01.268854+0000 mgr.a (mgr.14150) 238 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-09-13T21:45:02.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:02 smithi143 bash[24618]: audit 2024-09-13T21:45:01.088568+0000 mgr.a (mgr.14150) 236 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:45:02.801 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:02 smithi143 bash[24618]: cephadm 2024-09-13T21:45:01.089461+0000 mgr.a (mgr.14150) 237 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-13T21:45:02.801 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:02 smithi143 bash[24618]: audit 2024-09-13T21:45:01.255593+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:02.801 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:02 smithi143 bash[24618]: audit 2024-09-13T21:45:01.261579+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:02.802 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:02 smithi143 bash[24618]: audit 2024-09-13T21:45:01.268162+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:02.802 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:02 smithi143 bash[24618]: cephadm 2024-09-13T21:45:01.268854+0000 mgr.a (mgr.14150) 238 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-09-13T21:45:03.486 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:45:03 smithi143 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:03.486 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:45:03 smithi143 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:03.486 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:03 smithi143 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:03.486 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:03 smithi143 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:03.486 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:03 smithi143 bash[24618]: cluster 2024-09-13T21:45:01.947016+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:03.486 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:03 smithi143 bash[24618]: audit 2024-09-13T21:45:02.403385+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:03.486 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:03 smithi143 bash[24618]: audit 2024-09-13T21:45:02.410058+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:03.486 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:03 smithi143 bash[24618]: audit 2024-09-13T21:45:02.415902+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:03.486 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:03 smithi143 bash[24618]: cephadm 2024-09-13T21:45:02.417094+0000 mgr.a (mgr.14150) 240 : cephadm [INF] Deploying daemon node-exporter.smithi143 on smithi143 2024-09-13T21:45:03.703 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:03 smithi001 bash[22742]: cluster 2024-09-13T21:45:01.947016+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:03.703 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:03 smithi001 bash[22742]: audit 2024-09-13T21:45:02.403385+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:03.703 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:03 smithi001 bash[22742]: audit 2024-09-13T21:45:02.410058+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:03.703 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:03 smithi001 bash[22742]: audit 2024-09-13T21:45:02.415902+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:03.703 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:03 smithi001 bash[22742]: cephadm 2024-09-13T21:45:02.417094+0000 mgr.a (mgr.14150) 240 : cephadm [INF] Deploying daemon node-exporter.smithi143 on smithi143 2024-09-13T21:45:03.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:03 smithi016 bash[24219]: cluster 2024-09-13T21:45:01.947016+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:03.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:03 smithi016 bash[24219]: audit 2024-09-13T21:45:02.403385+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:03.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:03 smithi016 bash[24219]: audit 2024-09-13T21:45:02.410058+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:03.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:03 smithi016 bash[24219]: audit 2024-09-13T21:45:02.415902+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:03.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:03 smithi016 bash[24219]: cephadm 2024-09-13T21:45:02.417094+0000 mgr.a (mgr.14150) 240 : cephadm [INF] Deploying daemon node-exporter.smithi143 on smithi143 2024-09-13T21:45:04.713 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:04 smithi016 bash[24219]: audit 2024-09-13T21:45:03.536748+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.713 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:04 smithi016 bash[24219]: audit 2024-09-13T21:45:03.544744+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.713 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:04 smithi016 bash[24219]: audit 2024-09-13T21:45:03.551963+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.713 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:04 smithi016 bash[24219]: audit 2024-09-13T21:45:03.558725+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.713 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:04 smithi016 bash[24219]: audit 2024-09-13T21:45:03.648821+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:04.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:04 smithi143 bash[24618]: audit 2024-09-13T21:45:03.536748+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:04 smithi143 bash[24618]: audit 2024-09-13T21:45:03.544744+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:04 smithi143 bash[24618]: audit 2024-09-13T21:45:03.551963+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:04 smithi143 bash[24618]: audit 2024-09-13T21:45:03.558725+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:04 smithi143 bash[24618]: audit 2024-09-13T21:45:03.648821+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:04.866 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:04 smithi001 bash[22742]: audit 2024-09-13T21:45:03.536748+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.866 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:04 smithi001 bash[22742]: audit 2024-09-13T21:45:03.544744+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.866 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:04 smithi001 bash[22742]: audit 2024-09-13T21:45:03.551963+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.866 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:04 smithi001 bash[22742]: audit 2024-09-13T21:45:03.558725+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:04.866 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:04 smithi001 bash[22742]: audit 2024-09-13T21:45:03.648821+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:05.859 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:05 smithi143 bash[24618]: cluster 2024-09-13T21:45:03.947579+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:05.894 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:05 smithi016 bash[24219]: cluster 2024-09-13T21:45:03.947579+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:05.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:05 smithi001 bash[22742]: cluster 2024-09-13T21:45:03.947579+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:07.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:06 smithi001 bash[22742]: cluster 2024-09-13T21:45:05.947969+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:07.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:06 smithi001 bash[22742]: audit 2024-09-13T21:45:05.970099+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:07.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:06 smithi143 bash[24618]: cluster 2024-09-13T21:45:05.947969+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:07.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:06 smithi143 bash[24618]: audit 2024-09-13T21:45:05.970099+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:07.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:06 smithi016 bash[24219]: cluster 2024-09-13T21:45:05.947969+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:07.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:06 smithi016 bash[24219]: audit 2024-09-13T21:45:05.970099+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:09.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:08 smithi001 bash[22742]: cluster 2024-09-13T21:45:07.948438+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:09.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:08 smithi143 bash[24618]: cluster 2024-09-13T21:45:07.948438+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:09.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:08 smithi016 bash[24219]: cluster 2024-09-13T21:45:07.948438+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:10.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:10 smithi143 bash[24618]: audit 2024-09-13T21:45:09.102741+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:10 smithi143 bash[24618]: audit 2024-09-13T21:45:09.107312+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:10 smithi143 bash[24618]: audit 2024-09-13T21:45:10.011255+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:10 smithi143 bash[24618]: audit 2024-09-13T21:45:10.018449+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:10 smithi016 bash[24219]: audit 2024-09-13T21:45:09.102741+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:10 smithi016 bash[24219]: audit 2024-09-13T21:45:09.107312+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:10 smithi016 bash[24219]: audit 2024-09-13T21:45:10.011255+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:10 smithi016 bash[24219]: audit 2024-09-13T21:45:10.018449+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:10 smithi001 bash[22742]: audit 2024-09-13T21:45:09.102741+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:10 smithi001 bash[22742]: audit 2024-09-13T21:45:09.107312+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:10 smithi001 bash[22742]: audit 2024-09-13T21:45:10.011255+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:10.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:10 smithi001 bash[22742]: audit 2024-09-13T21:45:10.018449+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: cluster 2024-09-13T21:45:09.948906+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:11.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: audit 2024-09-13T21:45:10.118650+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: audit 2024-09-13T21:45:10.126474+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: audit 2024-09-13T21:45:10.128347+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:45:11.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: audit 2024-09-13T21:45:10.130287+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:45:11.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: audit 2024-09-13T21:45:10.139823+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: cephadm 2024-09-13T21:45:10.179231+0000 mgr.a (mgr.14150) 245 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T21:45:11.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: audit 2024-09-13T21:45:10.365705+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: audit 2024-09-13T21:45:10.371948+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: audit 2024-09-13T21:45:10.375394+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T21:45:11.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: audit 2024-09-13T21:45:10.376389+0000 mgr.a (mgr.14150) 246 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T21:45:11.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: audit 2024-09-13T21:45:10.382499+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:11 smithi016 bash[24219]: cephadm 2024-09-13T21:45:10.408943+0000 mgr.a (mgr.14150) 247 : cephadm [INF] Deploying daemon grafana.smithi001 on smithi001 2024-09-13T21:45:11.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: cluster 2024-09-13T21:45:09.948906+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:11.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: audit 2024-09-13T21:45:10.118650+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: audit 2024-09-13T21:45:10.126474+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: audit 2024-09-13T21:45:10.128347+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: audit 2024-09-13T21:45:10.130287+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: audit 2024-09-13T21:45:10.139823+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: cephadm 2024-09-13T21:45:10.179231+0000 mgr.a (mgr.14150) 245 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: audit 2024-09-13T21:45:10.365705+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: audit 2024-09-13T21:45:10.371948+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: audit 2024-09-13T21:45:10.375394+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: audit 2024-09-13T21:45:10.376389+0000 mgr.a (mgr.14150) 246 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: audit 2024-09-13T21:45:10.382499+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:11 smithi001 bash[22742]: cephadm 2024-09-13T21:45:10.408943+0000 mgr.a (mgr.14150) 247 : cephadm [INF] Deploying daemon grafana.smithi001 on smithi001 2024-09-13T21:45:11.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: cluster 2024-09-13T21:45:09.948906+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: audit 2024-09-13T21:45:10.118650+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: audit 2024-09-13T21:45:10.126474+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: audit 2024-09-13T21:45:10.128347+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: audit 2024-09-13T21:45:10.130287+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: audit 2024-09-13T21:45:10.139823+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: cephadm 2024-09-13T21:45:10.179231+0000 mgr.a (mgr.14150) 245 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: audit 2024-09-13T21:45:10.365705+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: audit 2024-09-13T21:45:10.371948+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: audit 2024-09-13T21:45:10.375394+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: audit 2024-09-13T21:45:10.376389+0000 mgr.a (mgr.14150) 246 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: audit 2024-09-13T21:45:10.382499+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:11.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:11 smithi143 bash[24618]: cephadm 2024-09-13T21:45:10.408943+0000 mgr.a (mgr.14150) 247 : cephadm [INF] Deploying daemon grafana.smithi001 on smithi001 2024-09-13T21:45:13.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:13 smithi016 bash[24219]: cluster 2024-09-13T21:45:11.949453+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:13.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:13 smithi001 bash[22742]: cluster 2024-09-13T21:45:11.949453+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:13.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:13 smithi143 bash[24618]: cluster 2024-09-13T21:45:11.949453+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:15.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:15 smithi016 bash[24219]: cluster 2024-09-13T21:45:13.949996+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:15.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:15 smithi001 bash[22742]: cluster 2024-09-13T21:45:13.949996+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:15.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:15 smithi143 bash[24618]: cluster 2024-09-13T21:45:13.949996+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:17.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:17 smithi016 bash[24219]: cluster 2024-09-13T21:45:15.950365+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:17.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:17 smithi001 bash[22742]: cluster 2024-09-13T21:45:15.950365+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:17.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:17 smithi143 bash[24618]: cluster 2024-09-13T21:45:15.950365+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:19.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:19 smithi016 bash[24219]: cluster 2024-09-13T21:45:17.950942+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:19.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:19 smithi001 bash[22742]: cluster 2024-09-13T21:45:17.950942+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:19.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:19 smithi143 bash[24618]: cluster 2024-09-13T21:45:17.950942+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:21.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:21 smithi001 bash[22742]: cluster 2024-09-13T21:45:19.951513+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:21.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:21 smithi016 bash[24219]: cluster 2024-09-13T21:45:19.951513+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:21.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:21 smithi143 bash[24618]: cluster 2024-09-13T21:45:19.951513+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:23.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:23 smithi016 bash[24219]: cluster 2024-09-13T21:45:21.952064+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:23.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:23 smithi001 bash[22742]: cluster 2024-09-13T21:45:21.952064+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:23.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:23 smithi143 bash[24618]: cluster 2024-09-13T21:45:21.952064+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:25.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:25 smithi001 bash[22742]: cluster 2024-09-13T21:45:23.952639+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:25.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:25 smithi016 bash[24219]: cluster 2024-09-13T21:45:23.952639+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:25.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:25 smithi143 bash[24618]: cluster 2024-09-13T21:45:23.952639+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:27.027 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:26 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:27.027 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:26 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:27.027 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:45:26 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:27.373 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:27 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:27.374 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:45:27 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:27.374 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:27 smithi001 bash[22742]: cluster 2024-09-13T21:45:25.953122+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:27.374 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:27 smithi001 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:27.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:27 smithi016 bash[24219]: cluster 2024-09-13T21:45:25.953122+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:27.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:27 smithi143 bash[24618]: cluster 2024-09-13T21:45:25.953122+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:28.525 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:28 smithi001 bash[22742]: audit 2024-09-13T21:45:27.297797+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.526 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:28 smithi001 bash[22742]: audit 2024-09-13T21:45:27.301825+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.526 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:28 smithi001 bash[22742]: audit 2024-09-13T21:45:27.306287+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.526 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:28 smithi001 bash[22742]: audit 2024-09-13T21:45:27.310638+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.526 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:28 smithi001 bash[22742]: cephadm 2024-09-13T21:45:27.320216+0000 mgr.a (mgr.14150) 256 : cephadm [INF] Deploying daemon alertmanager.smithi143 on smithi143 2024-09-13T21:45:28.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:28 smithi143 bash[24618]: audit 2024-09-13T21:45:27.297797+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:28 smithi143 bash[24618]: audit 2024-09-13T21:45:27.301825+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:28 smithi143 bash[24618]: audit 2024-09-13T21:45:27.306287+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:28 smithi143 bash[24618]: audit 2024-09-13T21:45:27.310638+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:28 smithi143 bash[24618]: cephadm 2024-09-13T21:45:27.320216+0000 mgr.a (mgr.14150) 256 : cephadm [INF] Deploying daemon alertmanager.smithi143 on smithi143 2024-09-13T21:45:28.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:28 smithi016 bash[24219]: audit 2024-09-13T21:45:27.297797+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:28 smithi016 bash[24219]: audit 2024-09-13T21:45:27.301825+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:28 smithi016 bash[24219]: audit 2024-09-13T21:45:27.306287+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:28 smithi016 bash[24219]: audit 2024-09-13T21:45:27.310638+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:28.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:28 smithi016 bash[24219]: cephadm 2024-09-13T21:45:27.320216+0000 mgr.a (mgr.14150) 256 : cephadm [INF] Deploying daemon alertmanager.smithi143 on smithi143 2024-09-13T21:45:29.568 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:29 smithi001 bash[22742]: cluster 2024-09-13T21:45:27.953667+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:29.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:29 smithi143 bash[24618]: cluster 2024-09-13T21:45:27.953667+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:29.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:29 smithi016 bash[24219]: cluster 2024-09-13T21:45:27.953667+0000 mgr.a (mgr.14150) 257 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:31.453 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:31 smithi001 bash[22742]: cluster 2024-09-13T21:45:29.954200+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:31.453 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:31 smithi001 bash[22742]: audit 2024-09-13T21:45:30.983338+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:31.618 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:31 smithi143 bash[24618]: cluster 2024-09-13T21:45:29.954200+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:31.619 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:31 smithi143 bash[24618]: audit 2024-09-13T21:45:30.983338+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:31.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:31 smithi016 bash[24219]: cluster 2024-09-13T21:45:29.954200+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:31.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:31 smithi016 bash[24219]: audit 2024-09-13T21:45:30.983338+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:33.563 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:33 smithi001 bash[22742]: cluster 2024-09-13T21:45:31.954721+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:33.596 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:33 smithi143 bash[24618]: cluster 2024-09-13T21:45:31.954721+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:33.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:33 smithi016 bash[24219]: cluster 2024-09-13T21:45:31.954721+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:35.447 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:35 smithi001 bash[22742]: cluster 2024-09-13T21:45:33.955278+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:35.595 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:35 smithi143 bash[24618]: cluster 2024-09-13T21:45:33.955278+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:35.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:35 smithi016 bash[24219]: cluster 2024-09-13T21:45:33.955278+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:35.856 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:35 smithi143 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:35.856 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:45:35 smithi143 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:36.109 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:35 smithi143 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:36.109 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:45:35 smithi143 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:37.315 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:37 smithi001 bash[22742]: cluster 2024-09-13T21:45:35.955817+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:37.315 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:37 smithi001 bash[22742]: audit 2024-09-13T21:45:36.141512+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.315 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:37 smithi001 bash[22742]: audit 2024-09-13T21:45:36.149814+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.315 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:37 smithi001 bash[22742]: audit 2024-09-13T21:45:36.157234+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:37 smithi001 bash[22742]: audit 2024-09-13T21:45:36.164219+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.316 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:37 smithi001 bash[22742]: cephadm 2024-09-13T21:45:36.482686+0000 mgr.a (mgr.14150) 262 : cephadm [INF] Deploying daemon prometheus.smithi016 on smithi016 2024-09-13T21:45:37.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:37 smithi016 bash[24219]: cluster 2024-09-13T21:45:35.955817+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:37.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:37 smithi016 bash[24219]: audit 2024-09-13T21:45:36.141512+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:37 smithi016 bash[24219]: audit 2024-09-13T21:45:36.149814+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:37 smithi016 bash[24219]: audit 2024-09-13T21:45:36.157234+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:37 smithi016 bash[24219]: audit 2024-09-13T21:45:36.164219+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:37 smithi016 bash[24219]: cephadm 2024-09-13T21:45:36.482686+0000 mgr.a (mgr.14150) 262 : cephadm [INF] Deploying daemon prometheus.smithi016 on smithi016 2024-09-13T21:45:37.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:37 smithi143 bash[24618]: cluster 2024-09-13T21:45:35.955817+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:37.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:37 smithi143 bash[24618]: audit 2024-09-13T21:45:36.141512+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:37 smithi143 bash[24618]: audit 2024-09-13T21:45:36.149814+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:37 smithi143 bash[24618]: audit 2024-09-13T21:45:36.157234+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:37 smithi143 bash[24618]: audit 2024-09-13T21:45:36.164219+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:37.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:37 smithi143 bash[24618]: cephadm 2024-09-13T21:45:36.482686+0000 mgr.a (mgr.14150) 262 : cephadm [INF] Deploying daemon prometheus.smithi016 on smithi016 2024-09-13T21:45:39.179 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:39 smithi001 bash[22742]: cluster 2024-09-13T21:45:37.956413+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:39.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:39 smithi016 bash[24219]: cluster 2024-09-13T21:45:37.956413+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:39.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:39 smithi143 bash[24618]: cluster 2024-09-13T21:45:37.956413+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:41.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:41 smithi001 bash[22742]: cluster 2024-09-13T21:45:39.956938+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:41.332 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:41 smithi001 bash[22742]: audit 2024-09-13T21:45:40.992034+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:41.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:41 smithi016 bash[24219]: cluster 2024-09-13T21:45:39.956938+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:41.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:41 smithi016 bash[24219]: audit 2024-09-13T21:45:40.992034+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:41.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:41 smithi143 bash[24618]: cluster 2024-09-13T21:45:39.956938+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:41.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:41 smithi143 bash[24618]: audit 2024-09-13T21:45:40.992034+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:43.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:43 smithi001 bash[22742]: cluster 2024-09-13T21:45:41.957449+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:43.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:43 smithi016 bash[24219]: cluster 2024-09-13T21:45:41.957449+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:43.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:43 smithi143 bash[24618]: cluster 2024-09-13T21:45:41.957449+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:45.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:45 smithi016 bash[24219]: cluster 2024-09-13T21:45:43.957909+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:45.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:45 smithi001 bash[22742]: cluster 2024-09-13T21:45:43.957909+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:45.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:45 smithi143 bash[24618]: cluster 2024-09-13T21:45:43.957909+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:47.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:47 smithi016 bash[24219]: cluster 2024-09-13T21:45:45.958451+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:47.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:47 smithi001 bash[22742]: cluster 2024-09-13T21:45:45.958451+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:47.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:47 smithi143 bash[24618]: cluster 2024-09-13T21:45:45.958451+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:49.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:49 smithi016 bash[24219]: cluster 2024-09-13T21:45:47.958983+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:49.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:49 smithi001 bash[22742]: cluster 2024-09-13T21:45:47.958983+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:49.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:49 smithi143 bash[24618]: cluster 2024-09-13T21:45:47.958983+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:49.728 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:49 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:49.729 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:49 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:49.729 INFO:journalctl@ceph.osd.1.smithi016.stdout:Sep 13 21:45:49 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:50.075 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:49 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:50.075 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:49 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:50.075 INFO:journalctl@ceph.osd.1.smithi016.stdout:Sep 13 21:45:49 smithi016 systemd[1]: /etc/systemd/system/ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-13T21:45:51.204 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24723]: ignoring --setuser ceph since I am not root 2024-09-13T21:45:51.204 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24723]: ignoring --setgroup ceph since I am not root 2024-09-13T21:45:51.204 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24723]: debug 2024-09-13T21:45:51.091+0000 7fc2f6c50640 1 -- 172.21.15.16:0/2692232130 <== mon.2 v2:172.21.15.16:3300/0 3 ==== mon_map magic: 0 ==== 413+0+0 (secure 0 0 0) 0x55cd73206d00 con 0x55cd731f9400 2024-09-13T21:45:51.204 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24723]: debug 2024-09-13T21:45:51.091+0000 7fc2f6c50640 1 -- 172.21.15.16:0/2692232130 <== mon.2 v2:172.21.15.16:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55cd731f70e0 con 0x55cd731f9400 2024-09-13T21:45:51.205 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24219]: cluster 2024-09-13T21:45:49.959472+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:51.205 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24219]: audit 2024-09-13T21:45:50.012374+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.205 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24219]: audit 2024-09-13T21:45:50.020637+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.205 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24219]: audit 2024-09-13T21:45:50.028077+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.205 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24219]: audit 2024-09-13T21:45:50.031958+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-13T21:45:51.205 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24219]: audit 2024-09-13T21:45:51.000146+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:51 smithi143 bash[24618]: cluster 2024-09-13T21:45:49.959472+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:51.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:51 smithi143 bash[24618]: audit 2024-09-13T21:45:50.012374+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:51 smithi143 bash[24618]: audit 2024-09-13T21:45:50.020637+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:51 smithi143 bash[24618]: audit 2024-09-13T21:45:50.028077+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:51 smithi143 bash[24618]: audit 2024-09-13T21:45:50.031958+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-13T21:45:51.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:51 smithi143 bash[24618]: audit 2024-09-13T21:45:51.000146+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.498 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:51 smithi001 bash[22995]: ignoring --setuser ceph since I am not root 2024-09-13T21:45:51.498 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:51 smithi001 bash[22995]: ignoring --setgroup ceph since I am not root 2024-09-13T21:45:51.498 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:51 smithi001 bash[22995]: debug 2024-09-13T21:45:51.202+0000 7f9c0c146040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T21:45:51.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:51 smithi001 bash[22742]: cluster 2024-09-13T21:45:49.959472+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:51.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:51 smithi001 bash[22742]: audit 2024-09-13T21:45:50.012374+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:51 smithi001 bash[22742]: audit 2024-09-13T21:45:50.020637+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:51 smithi001 bash[22742]: audit 2024-09-13T21:45:50.028077+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:51.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:51 smithi001 bash[22742]: audit 2024-09-13T21:45:50.031958+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-13T21:45:51.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:51 smithi001 bash[22742]: audit 2024-09-13T21:45:51.000146+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' 2024-09-13T21:45:52.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:52 smithi143 bash[24618]: audit 2024-09-13T21:45:51.029577+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T21:45:52.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:52 smithi143 bash[24618]: cluster 2024-09-13T21:45:51.039395+0000 mon.a (mon.0) 499 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-09-13T21:45:52.431 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:52 smithi016 bash[24219]: audit 2024-09-13T21:45:51.029577+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T21:45:52.431 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:52 smithi016 bash[24219]: cluster 2024-09-13T21:45:51.039395+0000 mon.a (mon.0) 499 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-09-13T21:45:52.431 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:51 smithi016 bash[24723]: debug 2024-09-13T21:45:51.203+0000 7fc2f94ac040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-13T21:45:52.442 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:52 smithi001 bash[22742]: audit 2024-09-13T21:45:51.029577+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.1:0/1040899661' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-13T21:45:52.443 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:52 smithi001 bash[22742]: cluster 2024-09-13T21:45:51.039395+0000 mon.a (mon.0) 499 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-09-13T21:45:52.718 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:52 smithi016 bash[24723]: debug 2024-09-13T21:45:52.427+0000 7fc2f94ac040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T21:45:52.718 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:52 smithi016 bash[24723]: debug 2024-09-13T21:45:52.495+0000 7fc2f94ac040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T21:45:52.718 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:52 smithi016 bash[24723]: debug 2024-09-13T21:45:52.651+0000 7fc2f94ac040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T21:45:52.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:52 smithi001 bash[22995]: debug 2024-09-13T21:45:52.438+0000 7f9c0c146040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-13T21:45:52.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:52 smithi001 bash[22995]: debug 2024-09-13T21:45:52.506+0000 7f9c0c146040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-13T21:45:52.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:52 smithi001 bash[22995]: debug 2024-09-13T21:45:52.662+0000 7f9c0c146040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-13T21:45:53.666 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:53 smithi016 bash[24723]: debug 2024-09-13T21:45:53.327+0000 7fc2f94ac040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T21:45:53.666 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:53 smithi016 bash[24723]: debug 2024-09-13T21:45:53.399+0000 7fc2f94ac040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T21:45:53.666 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:53 smithi016 bash[24723]: debug 2024-09-13T21:45:53.471+0000 7fc2f94ac040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T21:45:53.667 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:53 smithi016 bash[24723]: debug 2024-09-13T21:45:53.663+0000 7fc2f94ac040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T21:45:53.684 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:53 smithi001 bash[22995]: debug 2024-09-13T21:45:53.342+0000 7f9c0c146040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-13T21:45:53.684 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:53 smithi001 bash[22995]: debug 2024-09-13T21:45:53.414+0000 7f9c0c146040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-13T21:45:53.684 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:53 smithi001 bash[22995]: debug 2024-09-13T21:45:53.486+0000 7f9c0c146040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-13T21:45:53.968 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:53 smithi016 bash[24723]: debug 2024-09-13T21:45:53.743+0000 7fc2f94ac040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T21:45:53.968 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:53 smithi016 bash[24723]: debug 2024-09-13T21:45:53.815+0000 7fc2f94ac040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T21:45:53.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:53 smithi001 bash[22995]: debug 2024-09-13T21:45:53.682+0000 7f9c0c146040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-13T21:45:53.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:53 smithi001 bash[22995]: debug 2024-09-13T21:45:53.762+0000 7f9c0c146040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-13T21:45:53.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:53 smithi001 bash[22995]: debug 2024-09-13T21:45:53.830+0000 7f9c0c146040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-13T21:45:54.357 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:54 smithi016 bash[24723]: debug 2024-09-13T21:45:54.079+0000 7fc2f94ac040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T21:45:54.357 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:54 smithi016 bash[24723]: debug 2024-09-13T21:45:54.151+0000 7fc2f94ac040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T21:45:54.378 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:54 smithi001 bash[22995]: debug 2024-09-13T21:45:54.098+0000 7f9c0c146040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-13T21:45:54.378 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:54 smithi001 bash[22995]: debug 2024-09-13T21:45:54.170+0000 7f9c0c146040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-13T21:45:54.697 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:54 smithi016 bash[24723]: debug 2024-09-13T21:45:54.355+0000 7fc2f94ac040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T21:45:54.697 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:54 smithi016 bash[24723]: debug 2024-09-13T21:45:54.435+0000 7fc2f94ac040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T21:45:54.719 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:54 smithi001 bash[22995]: debug 2024-09-13T21:45:54.374+0000 7f9c0c146040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-13T21:45:54.719 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:54 smithi001 bash[22995]: debug 2024-09-13T21:45:54.454+0000 7f9c0c146040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-13T21:45:54.968 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:54 smithi016 bash[24723]: debug 2024-09-13T21:45:54.695+0000 7fc2f94ac040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T21:45:54.968 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:54 smithi016 bash[24723]: debug 2024-09-13T21:45:54.879+0000 7fc2f94ac040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:45:54.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:54 smithi001 bash[22995]: debug 2024-09-13T21:45:54.714+0000 7f9c0c146040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-13T21:45:54.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:54 smithi001 bash[22995]: debug 2024-09-13T21:45:54.902+0000 7f9c0c146040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:45:55.318 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:55 smithi016 bash[24723]: debug 2024-09-13T21:45:55.047+0000 7fc2f94ac040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T21:45:55.318 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:55 smithi016 bash[24723]: debug 2024-09-13T21:45:55.127+0000 7fc2f94ac040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T21:45:55.346 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:55 smithi001 bash[22995]: debug 2024-09-13T21:45:55.074+0000 7f9c0c146040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-13T21:45:55.346 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:55 smithi001 bash[22995]: debug 2024-09-13T21:45:55.154+0000 7f9c0c146040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-13T21:45:55.718 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:55 smithi016 bash[24723]: debug 2024-09-13T21:45:55.315+0000 7fc2f94ac040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:45:55.747 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:55 smithi001 bash[22995]: debug 2024-09-13T21:45:55.342+0000 7f9c0c146040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-13T21:45:56.468 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:56 smithi016 bash[24723]: debug 2024-09-13T21:45:56.159+0000 7fc2f94ac040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T21:45:56.468 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:56 smithi016 bash[24723]: debug 2024-09-13T21:45:56.235+0000 7fc2f94ac040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T21:45:56.498 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:56 smithi001 bash[22995]: debug 2024-09-13T21:45:56.202+0000 7f9c0c146040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-13T21:45:56.498 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:56 smithi001 bash[22995]: debug 2024-09-13T21:45:56.282+0000 7f9c0c146040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-13T21:45:56.961 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:56 smithi016 bash[24723]: debug 2024-09-13T21:45:56.467+0000 7fc2f94ac040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T21:45:56.962 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:56 smithi016 bash[24723]: debug 2024-09-13T21:45:56.547+0000 7fc2f94ac040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T21:45:56.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:56 smithi001 bash[22995]: debug 2024-09-13T21:45:56.514+0000 7f9c0c146040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-13T21:45:56.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:56 smithi001 bash[22995]: debug 2024-09-13T21:45:56.590+0000 7f9c0c146040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-13T21:45:57.218 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:56 smithi016 bash[24723]: debug 2024-09-13T21:45:56.959+0000 7fc2f94ac040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T21:45:57.218 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24723]: debug 2024-09-13T21:45:57.039+0000 7fc2f94ac040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T21:45:57.218 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24723]: [13/Sep/2024:21:45:57] ENGINE Bus STARTING 2024-09-13T21:45:57.218 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24723]: CherryPy Checker: 2024-09-13T21:45:57.218 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24723]: The Application mounted at '' has an empty config. 2024-09-13T21:45:57.218 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24723]: [13/Sep/2024:21:45:57] ENGINE Serving on http://:::9283 2024-09-13T21:45:57.218 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24723]: [13/Sep/2024:21:45:57] ENGINE Bus STARTED 2024-09-13T21:45:57.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24219]: cluster 2024-09-13T21:45:57.064498+0000 mon.a (mon.0) 500 : cluster [DBG] Standby manager daemon b restarted 2024-09-13T21:45:57.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24219]: cluster 2024-09-13T21:45:57.064776+0000 mon.a (mon.0) 501 : cluster [DBG] Standby manager daemon b started 2024-09-13T21:45:57.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24219]: audit 2024-09-13T21:45:57.067373+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-13T21:45:57.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24219]: audit 2024-09-13T21:45:57.068715+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T21:45:57.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24219]: audit 2024-09-13T21:45:57.070809+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-13T21:45:57.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24219]: audit 2024-09-13T21:45:57.072488+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T21:45:57.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24219]: cluster 2024-09-13T21:45:57.106410+0000 mon.a (mon.0) 502 : cluster [INF] Active manager daemon a restarted 2024-09-13T21:45:57.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:57 smithi016 bash[24219]: cluster 2024-09-13T21:45:57.106932+0000 mon.a (mon.0) 503 : cluster [INF] Activating manager daemon a 2024-09-13T21:45:57.294 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22995]: debug 2024-09-13T21:45:56.998+0000 7f9c0c146040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-13T21:45:57.294 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22995]: debug 2024-09-13T21:45:57.082+0000 7f9c0c146040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-13T21:45:57.294 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22995]: [13/Sep/2024:21:45:57] ENGINE Bus STARTING 2024-09-13T21:45:57.294 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22995]: CherryPy Checker: 2024-09-13T21:45:57.294 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22995]: The Application mounted at '' has an empty config. 2024-09-13T21:45:57.294 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22742]: cluster 2024-09-13T21:45:57.064498+0000 mon.a (mon.0) 500 : cluster [DBG] Standby manager daemon b restarted 2024-09-13T21:45:57.294 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22742]: cluster 2024-09-13T21:45:57.064776+0000 mon.a (mon.0) 501 : cluster [DBG] Standby manager daemon b started 2024-09-13T21:45:57.295 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22742]: audit 2024-09-13T21:45:57.067373+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-13T21:45:57.295 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22742]: audit 2024-09-13T21:45:57.068715+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T21:45:57.295 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22742]: audit 2024-09-13T21:45:57.070809+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-13T21:45:57.295 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22742]: audit 2024-09-13T21:45:57.072488+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T21:45:57.295 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22742]: cluster 2024-09-13T21:45:57.106410+0000 mon.a (mon.0) 502 : cluster [INF] Active manager daemon a restarted 2024-09-13T21:45:57.295 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22742]: cluster 2024-09-13T21:45:57.106932+0000 mon.a (mon.0) 503 : cluster [INF] Activating manager daemon a 2024-09-13T21:45:57.406 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:57 smithi143 bash[24618]: cluster 2024-09-13T21:45:57.064498+0000 mon.a (mon.0) 500 : cluster [DBG] Standby manager daemon b restarted 2024-09-13T21:45:57.406 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:57 smithi143 bash[24618]: cluster 2024-09-13T21:45:57.064776+0000 mon.a (mon.0) 501 : cluster [DBG] Standby manager daemon b started 2024-09-13T21:45:57.406 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:57 smithi143 bash[24618]: audit 2024-09-13T21:45:57.067373+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-13T21:45:57.406 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:57 smithi143 bash[24618]: audit 2024-09-13T21:45:57.068715+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-13T21:45:57.406 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:57 smithi143 bash[24618]: audit 2024-09-13T21:45:57.070809+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-13T21:45:57.406 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:57 smithi143 bash[24618]: audit 2024-09-13T21:45:57.072488+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.16:0/2524961044' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-13T21:45:57.406 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:57 smithi143 bash[24618]: cluster 2024-09-13T21:45:57.106410+0000 mon.a (mon.0) 502 : cluster [INF] Active manager daemon a restarted 2024-09-13T21:45:57.406 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:57 smithi143 bash[24618]: cluster 2024-09-13T21:45:57.106932+0000 mon.a (mon.0) 503 : cluster [INF] Activating manager daemon a 2024-09-13T21:45:57.697 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22995]: [13/Sep/2024:21:45:57] ENGINE Serving on http://:::9283 2024-09-13T21:45:57.697 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:57 smithi001 bash[22995]: [13/Sep/2024:21:45:57] ENGINE Bus STARTED 2024-09-13T21:45:58.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: cluster 2024-09-13T21:45:57.117708+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T21:45:58.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: cluster 2024-09-13T21:45:57.118089+0000 mon.a (mon.0) 505 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0113425s), standbys: b 2024-09-13T21:45:58.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.120856+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:45:58.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.126028+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:45:58.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.126283+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:45:58.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.126543+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-13T21:45:58.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.126729+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-13T21:45:58.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.126905+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:45:58.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.127077+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.127248+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.127444+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.127607+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.129820+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: cluster 2024-09-13T21:45:57.138030+0000 mon.a (mon.0) 506 : cluster [INF] Manager daemon a is now available 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.159845+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.179223+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.185735+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.197366+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.197393+0000 mon.b (mon.2) 29 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.210321+0000 mon.b (mon.2) 30 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:45:58.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:58 smithi016 bash[24219]: audit 2024-09-13T21:45:57.210349+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:45:58.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: cluster 2024-09-13T21:45:57.117708+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: cluster 2024-09-13T21:45:57.118089+0000 mon.a (mon.0) 505 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0113425s), standbys: b 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.120856+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.126028+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.126283+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.126543+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.126729+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.126905+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.127077+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.127248+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.127444+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.127607+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.129820+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T21:45:58.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: cluster 2024-09-13T21:45:57.138030+0000 mon.a (mon.0) 506 : cluster [INF] Manager daemon a is now available 2024-09-13T21:45:58.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.159845+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:58.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.179223+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:45:58.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.185735+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:45:58.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.197366+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:45:58.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.197393+0000 mon.b (mon.2) 29 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:45:58.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.210321+0000 mon.b (mon.2) 30 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:45:58.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:58 smithi001 bash[22742]: audit 2024-09-13T21:45:57.210349+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:45:58.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: cluster 2024-09-13T21:45:57.117708+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T21:45:58.612 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: cluster 2024-09-13T21:45:57.118089+0000 mon.a (mon.0) 505 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0113425s), standbys: b 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.120856+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.126028+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.126283+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.126543+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.126729+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.126905+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.127077+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.127248+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.127444+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.127607+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.129820+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: cluster 2024-09-13T21:45:57.138030+0000 mon.a (mon.0) 506 : cluster [INF] Manager daemon a is now available 2024-09-13T21:45:58.613 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.159845+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:45:58.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.179223+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:45:58.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.185735+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:45:58.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.197366+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:45:58.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.197393+0000 mon.b (mon.2) 29 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-13T21:45:58.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.210321+0000 mon.b (mon.2) 30 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:45:58.614 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:58 smithi143 bash[24618]: audit 2024-09-13T21:45:57.210349+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-13T21:45:59.444 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22742]: cluster 2024-09-13T21:45:58.132287+0000 mon.a (mon.0) 510 : cluster [DBG] mgrmap e18: a(active, since 1.02555s), standbys: b 2024-09-13T21:45:59.445 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22742]: cluster 2024-09-13T21:45:58.143602+0000 mgr.a (mgr.14388) 1 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:59.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:59 smithi016 bash[24219]: cluster 2024-09-13T21:45:58.132287+0000 mon.a (mon.0) 510 : cluster [DBG] mgrmap e18: a(active, since 1.02555s), standbys: b 2024-09-13T21:45:59.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:45:59 smithi016 bash[24219]: cluster 2024-09-13T21:45:58.143602+0000 mgr.a (mgr.14388) 1 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:59.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:59 smithi143 bash[24618]: cluster 2024-09-13T21:45:58.132287+0000 mon.a (mon.0) 510 : cluster [DBG] mgrmap e18: a(active, since 1.02555s), standbys: b 2024-09-13T21:45:59.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:45:59 smithi143 bash[24618]: cluster 2024-09-13T21:45:58.143602+0000 mgr.a (mgr.14388) 1 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:45:59.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: debug 2024-09-13T21:45:59.442+0000 7f9b5e92c640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:21:45:59] ENGINE Error in HTTPServer.serve 2024-09-13T21:45:59.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: Traceback (most recent call last): 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: self._connections.run(self.expiration_interval) 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: self._run(expiration_interval) 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: s = self.context.wrap_socket( 2024-09-13T21:45:59.749 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:45:59.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: return self.sslsocket_class._create( 2024-09-13T21:45:59.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:45:59.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: self.do_handshake() 2024-09-13T21:45:59.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:45:59.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: self._sslobj.do_handshake() 2024-09-13T21:45:59.750 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:45:59 smithi001 bash[22995]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:46:00.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: cluster 2024-09-13T21:45:59.156494+0000 mon.a (mon.0) 511 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2024-09-13T21:46:00.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: cephadm 2024-09-13T21:45:59.217871+0000 mgr.a (mgr.14388) 3 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Bus STARTING 2024-09-13T21:46:00.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: cephadm 2024-09-13T21:45:59.319703+0000 mgr.a (mgr.14388) 4 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Serving on http://172.21.15.1:8765 2024-09-13T21:46:00.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: cephadm 2024-09-13T21:45:59.443164+0000 mgr.a (mgr.14388) 5 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Serving on https://172.21.15.1:7150 2024-09-13T21:46:00.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: cephadm 2024-09-13T21:45:59.443339+0000 mgr.a (mgr.14388) 6 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Bus STARTED 2024-09-13T21:46:00.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: cephadm 2024-09-13T21:45:59.445104+0000 mgr.a (mgr.14388) 7 : cephadm [ERR] [13/Sep/2024:21:45:59] ENGINE Error in HTTPServer.serve 2024-09-13T21:46:00.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: Traceback (most recent call last): 2024-09-13T21:46:00.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:46:00.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: self._connections.run(self.expiration_interval) 2024-09-13T21:46:00.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: self._run(expiration_interval) 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: s = self.context.wrap_socket( 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: return self.sslsocket_class._create( 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: self.do_handshake() 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: self._sslobj.do_handshake() 2024-09-13T21:46:00.470 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:00 smithi016 bash[24219]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:46:00.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: cluster 2024-09-13T21:45:59.156494+0000 mon.a (mon.0) 511 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: cephadm 2024-09-13T21:45:59.217871+0000 mgr.a (mgr.14388) 3 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Bus STARTING 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: cephadm 2024-09-13T21:45:59.319703+0000 mgr.a (mgr.14388) 4 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Serving on http://172.21.15.1:8765 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: cephadm 2024-09-13T21:45:59.443164+0000 mgr.a (mgr.14388) 5 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Serving on https://172.21.15.1:7150 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: cephadm 2024-09-13T21:45:59.443339+0000 mgr.a (mgr.14388) 6 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Bus STARTED 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: cephadm 2024-09-13T21:45:59.445104+0000 mgr.a (mgr.14388) 7 : cephadm [ERR] [13/Sep/2024:21:45:59] ENGINE Error in HTTPServer.serve 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: Traceback (most recent call last): 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: self._connections.run(self.expiration_interval) 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: self._run(expiration_interval) 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:46:00.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:46:00.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:46:00.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:46:00.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: s = self.context.wrap_socket( 2024-09-13T21:46:00.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:46:00.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: return self.sslsocket_class._create( 2024-09-13T21:46:00.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:46:00.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: self.do_handshake() 2024-09-13T21:46:00.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:46:00.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: self._sslobj.do_handshake() 2024-09-13T21:46:00.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:00 smithi001 bash[22742]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:46:00.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: cluster 2024-09-13T21:45:59.156494+0000 mon.a (mon.0) 511 : cluster [DBG] mgrmap e19: a(active, since 2s), standbys: b 2024-09-13T21:46:00.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: cephadm 2024-09-13T21:45:59.217871+0000 mgr.a (mgr.14388) 3 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Bus STARTING 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: cephadm 2024-09-13T21:45:59.319703+0000 mgr.a (mgr.14388) 4 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Serving on http://172.21.15.1:8765 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: cephadm 2024-09-13T21:45:59.443164+0000 mgr.a (mgr.14388) 5 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Serving on https://172.21.15.1:7150 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: cephadm 2024-09-13T21:45:59.443339+0000 mgr.a (mgr.14388) 6 : cephadm [INF] [13/Sep/2024:21:45:59] ENGINE Bus STARTED 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: cephadm 2024-09-13T21:45:59.445104+0000 mgr.a (mgr.14388) 7 : cephadm [ERR] [13/Sep/2024:21:45:59] ENGINE Error in HTTPServer.serve 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: Traceback (most recent call last): 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: self._connections.run(self.expiration_interval) 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: self._run(expiration_interval) 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T21:46:00.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T21:46:00.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: s = self.context.wrap_socket( 2024-09-13T21:46:00.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T21:46:00.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: return self.sslsocket_class._create( 2024-09-13T21:46:00.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T21:46:00.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: self.do_handshake() 2024-09-13T21:46:00.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T21:46:00.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: self._sslobj.do_handshake() 2024-09-13T21:46:00.611 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:00 smithi143 bash[24618]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T21:46:02.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:02 smithi016 bash[24219]: cluster 2024-09-13T21:46:01.126418+0000 mgr.a (mgr.14388) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:02.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:02 smithi016 bash[24219]: cluster 2024-09-13T21:46:01.168872+0000 mon.a (mon.0) 512 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-09-13T21:46:02.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:02 smithi001 bash[22742]: cluster 2024-09-13T21:46:01.126418+0000 mgr.a (mgr.14388) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:02.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:02 smithi001 bash[22742]: cluster 2024-09-13T21:46:01.168872+0000 mon.a (mon.0) 512 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-09-13T21:46:02.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:02 smithi143 bash[24618]: cluster 2024-09-13T21:46:01.126418+0000 mgr.a (mgr.14388) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:02.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:02 smithi143 bash[24618]: cluster 2024-09-13T21:46:01.168872+0000 mon.a (mon.0) 512 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-09-13T21:46:04.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:04 smithi143 bash[24618]: cluster 2024-09-13T21:46:03.126844+0000 mgr.a (mgr.14388) 9 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:04.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:04 smithi143 bash[24618]: audit 2024-09-13T21:46:03.255035+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:04 smithi143 bash[24618]: audit 2024-09-13T21:46:03.259362+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:04 smithi143 bash[24618]: audit 2024-09-13T21:46:03.273556+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:04 smithi143 bash[24618]: audit 2024-09-13T21:46:03.280460+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:04 smithi143 bash[24618]: audit 2024-09-13T21:46:03.432890+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:04 smithi143 bash[24618]: audit 2024-09-13T21:46:03.440760+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:04 smithi016 bash[24219]: cluster 2024-09-13T21:46:03.126844+0000 mgr.a (mgr.14388) 9 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:04.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:04 smithi016 bash[24219]: audit 2024-09-13T21:46:03.255035+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:04 smithi016 bash[24219]: audit 2024-09-13T21:46:03.259362+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:04 smithi016 bash[24219]: audit 2024-09-13T21:46:03.273556+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:04 smithi016 bash[24219]: audit 2024-09-13T21:46:03.280460+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:04 smithi016 bash[24219]: audit 2024-09-13T21:46:03.432890+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:04 smithi016 bash[24219]: audit 2024-09-13T21:46:03.440760+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:04 smithi001 bash[22742]: cluster 2024-09-13T21:46:03.126844+0000 mgr.a (mgr.14388) 9 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:04 smithi001 bash[22742]: audit 2024-09-13T21:46:03.255035+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:04 smithi001 bash[22742]: audit 2024-09-13T21:46:03.259362+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:04 smithi001 bash[22742]: audit 2024-09-13T21:46:03.273556+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:04 smithi001 bash[22742]: audit 2024-09-13T21:46:03.280460+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:04 smithi001 bash[22742]: audit 2024-09-13T21:46:03.432890+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:04 smithi001 bash[22742]: audit 2024-09-13T21:46:03.440760+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.565493+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.569810+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.576464+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.579641+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.580678+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.580744+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.582688+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:04.584732+0000 mgr.a (mgr.14388) 10 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 15221M 2024-09-13T21:46:05.860 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.585399+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.585480+0000 mon.b (mon.2) 32 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.589154+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:04.591018+0000 mgr.a (mgr.14388) 11 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 19313M 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.591466+0000 mon.b (mon.2) 33 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.593248+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.595068+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:04.595994+0000 mgr.a (mgr.14388) 12 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 15221M 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.598480+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.605869+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.611435+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:04.612854+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:46:05.861 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:04.614582+0000 mgr.a (mgr.14388) 13 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:04.615121+0000 mgr.a (mgr.14388) 14 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:04.616032+0000 mgr.a (mgr.14388) 15 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:04.854647+0000 mgr.a (mgr.14388) 16 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:04.854952+0000 mgr.a (mgr.14388) 17 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:04.855721+0000 mgr.a (mgr.14388) 18 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:05.051472+0000 mgr.a (mgr.14388) 19 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:05.051902+0000 mgr.a (mgr.14388) 20 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: cephadm 2024-09-13T21:46:05.052322+0000 mgr.a (mgr.14388) 21 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:05.444670+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:05.448406+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:05.451230+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.862 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:05.458848+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.863 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:05.464342+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.863 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:05.467612+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.863 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:05.474047+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.863 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:05 smithi143 bash[24618]: audit 2024-09-13T21:46:05.488089+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.565493+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.569810+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.576464+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.579641+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.580678+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.580744+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.969 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.582688+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:04.584732+0000 mgr.a (mgr.14388) 10 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 15221M 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.585399+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.585480+0000 mon.b (mon.2) 32 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.589154+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:04.591018+0000 mgr.a (mgr.14388) 11 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 19313M 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.591466+0000 mon.b (mon.2) 33 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.593248+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.595068+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:04.595994+0000 mgr.a (mgr.14388) 12 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 15221M 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.598480+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.605869+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.970 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.611435+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:04.612854+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:04.614582+0000 mgr.a (mgr.14388) 13 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:04.615121+0000 mgr.a (mgr.14388) 14 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:04.616032+0000 mgr.a (mgr.14388) 15 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:04.854647+0000 mgr.a (mgr.14388) 16 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:04.854952+0000 mgr.a (mgr.14388) 17 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:04.855721+0000 mgr.a (mgr.14388) 18 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:05.051472+0000 mgr.a (mgr.14388) 19 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:05.051902+0000 mgr.a (mgr.14388) 20 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: cephadm 2024-09-13T21:46:05.052322+0000 mgr.a (mgr.14388) 21 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:05.444670+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:05.448406+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.971 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:05.451230+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.972 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:05.458848+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.972 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:05.464342+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.972 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:05.467612+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.972 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:05.474047+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.972 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:05 smithi016 bash[24219]: audit 2024-09-13T21:46:05.488089+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.565493+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.569810+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.576464+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.579641+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.580678+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.580744+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.582688+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:04.584732+0000 mgr.a (mgr.14388) 10 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 15221M 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.585399+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.585480+0000 mon.b (mon.2) 32 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.589154+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:04.591018+0000 mgr.a (mgr.14388) 11 : cephadm [INF] Adjusting osd_memory_target on smithi143 to 19313M 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.591466+0000 mon.b (mon.2) 33 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.593248+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.595068+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14388 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-13T21:46:05.999 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:04.595994+0000 mgr.a (mgr.14388) 12 : cephadm [INF] Adjusting osd_memory_target on smithi001 to 15221M 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.598480+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.605869+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.611435+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:04.612854+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:04.614582+0000 mgr.a (mgr.14388) 13 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.conf 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:04.615121+0000 mgr.a (mgr.14388) 14 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:04.616032+0000 mgr.a (mgr.14388) 15 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.conf 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:04.854647+0000 mgr.a (mgr.14388) 16 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:04.854952+0000 mgr.a (mgr.14388) 17 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:04.855721+0000 mgr.a (mgr.14388) 18 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T21:46:06.000 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:05.051472+0000 mgr.a (mgr.14388) 19 : cephadm [INF] Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:06.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:05.051902+0000 mgr.a (mgr.14388) 20 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:06.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: cephadm 2024-09-13T21:46:05.052322+0000 mgr.a (mgr.14388) 21 : cephadm [INF] Updating smithi143:/etc/ceph/ceph.client.admin.keyring 2024-09-13T21:46:06.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:05.444670+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:06.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:05.448406+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:06.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:05.451230+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:06.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:05.458848+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:06.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:05.464342+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:06.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:05.467612+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:06.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:05.474047+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:06.001 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:05 smithi001 bash[22742]: audit 2024-09-13T21:46:05.488089+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:06.859 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:06 smithi143 bash[24618]: cluster 2024-09-13T21:46:05.127282+0000 mgr.a (mgr.14388) 22 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-13T21:46:06.859 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:06 smithi143 bash[24618]: cephadm 2024-09-13T21:46:05.246408+0000 mgr.a (mgr.14388) 23 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:46:06.859 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:06 smithi143 bash[24618]: cephadm 2024-09-13T21:46:05.246797+0000 mgr.a (mgr.14388) 24 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:46:06.859 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:06 smithi143 bash[24618]: cephadm 2024-09-13T21:46:05.247403+0000 mgr.a (mgr.14388) 25 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:46:06.859 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:06 smithi143 bash[24618]: cephadm 2024-09-13T21:46:05.542317+0000 mgr.a (mgr.14388) 26 : cephadm [INF] Reconfiguring grafana.smithi001 (dependencies changed)... 2024-09-13T21:46:06.859 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:06 smithi143 bash[24618]: cephadm 2024-09-13T21:46:05.643805+0000 mgr.a (mgr.14388) 27 : cephadm [INF] Reconfiguring daemon grafana.smithi001 on smithi001 2024-09-13T21:46:06.968 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:06 smithi016 bash[24219]: cluster 2024-09-13T21:46:05.127282+0000 mgr.a (mgr.14388) 22 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-13T21:46:06.968 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:06 smithi016 bash[24219]: cephadm 2024-09-13T21:46:05.246408+0000 mgr.a (mgr.14388) 23 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:46:06.968 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:06 smithi016 bash[24219]: cephadm 2024-09-13T21:46:05.246797+0000 mgr.a (mgr.14388) 24 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:46:06.968 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:06 smithi016 bash[24219]: cephadm 2024-09-13T21:46:05.247403+0000 mgr.a (mgr.14388) 25 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:46:06.968 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:06 smithi016 bash[24219]: cephadm 2024-09-13T21:46:05.542317+0000 mgr.a (mgr.14388) 26 : cephadm [INF] Reconfiguring grafana.smithi001 (dependencies changed)... 2024-09-13T21:46:06.968 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:06 smithi016 bash[24219]: cephadm 2024-09-13T21:46:05.643805+0000 mgr.a (mgr.14388) 27 : cephadm [INF] Reconfiguring daemon grafana.smithi001 on smithi001 2024-09-13T21:46:06.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:06 smithi001 bash[22742]: cluster 2024-09-13T21:46:05.127282+0000 mgr.a (mgr.14388) 22 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-13T21:46:06.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:06 smithi001 bash[22742]: cephadm 2024-09-13T21:46:05.246408+0000 mgr.a (mgr.14388) 23 : cephadm [INF] Updating smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:46:06.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:06 smithi001 bash[22742]: cephadm 2024-09-13T21:46:05.246797+0000 mgr.a (mgr.14388) 24 : cephadm [INF] Updating smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:46:06.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:06 smithi001 bash[22742]: cephadm 2024-09-13T21:46:05.247403+0000 mgr.a (mgr.14388) 25 : cephadm [INF] Updating smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T21:46:06.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:06 smithi001 bash[22742]: cephadm 2024-09-13T21:46:05.542317+0000 mgr.a (mgr.14388) 26 : cephadm [INF] Reconfiguring grafana.smithi001 (dependencies changed)... 2024-09-13T21:46:06.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:06 smithi001 bash[22742]: cephadm 2024-09-13T21:46:05.643805+0000 mgr.a (mgr.14388) 27 : cephadm [INF] Reconfiguring daemon grafana.smithi001 on smithi001 2024-09-13T21:46:08.968 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:08 smithi016 bash[24219]: cluster 2024-09-13T21:46:07.127829+0000 mgr.a (mgr.14388) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-13T21:46:08.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:08 smithi001 bash[22742]: cluster 2024-09-13T21:46:07.127829+0000 mgr.a (mgr.14388) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-13T21:46:09.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:08 smithi143 bash[24618]: cluster 2024-09-13T21:46:07.127829+0000 mgr.a (mgr.14388) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-13T21:46:10.817 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:10 smithi001 bash[22742]: cluster 2024-09-13T21:46:09.128233+0000 mgr.a (mgr.14388) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T21:46:10.968 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:10 smithi016 bash[24219]: cluster 2024-09-13T21:46:09.128233+0000 mgr.a (mgr.14388) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T21:46:11.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:10 smithi143 bash[24618]: cluster 2024-09-13T21:46:09.128233+0000 mgr.a (mgr.14388) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-13T21:46:11.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:11 smithi001 bash[22742]: audit 2024-09-13T21:46:10.758386+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:11.895 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:11 smithi001 bash[22742]: audit 2024-09-13T21:46:10.765881+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:11.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:11 smithi001 bash[22742]: cephadm 2024-09-13T21:46:10.770312+0000 mgr.a (mgr.14388) 30 : cephadm [INF] Reconfiguring alertmanager.smithi143 (dependencies changed)... 2024-09-13T21:46:11.896 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:11 smithi001 bash[22742]: cephadm 2024-09-13T21:46:10.779061+0000 mgr.a (mgr.14388) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi143 on smithi143 2024-09-13T21:46:12.109 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:11 smithi143 bash[24618]: audit 2024-09-13T21:46:10.758386+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:12.109 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:11 smithi143 bash[24618]: audit 2024-09-13T21:46:10.765881+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:12.109 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:11 smithi143 bash[24618]: cephadm 2024-09-13T21:46:10.770312+0000 mgr.a (mgr.14388) 30 : cephadm [INF] Reconfiguring alertmanager.smithi143 (dependencies changed)... 2024-09-13T21:46:12.109 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:11 smithi143 bash[24618]: cephadm 2024-09-13T21:46:10.779061+0000 mgr.a (mgr.14388) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi143 on smithi143 2024-09-13T21:46:12.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:11 smithi016 bash[24219]: audit 2024-09-13T21:46:10.758386+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:12.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:11 smithi016 bash[24219]: audit 2024-09-13T21:46:10.765881+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:12.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:11 smithi016 bash[24219]: cephadm 2024-09-13T21:46:10.770312+0000 mgr.a (mgr.14388) 30 : cephadm [INF] Reconfiguring alertmanager.smithi143 (dependencies changed)... 2024-09-13T21:46:12.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:11 smithi016 bash[24219]: cephadm 2024-09-13T21:46:10.779061+0000 mgr.a (mgr.14388) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi143 on smithi143 2024-09-13T21:46:13.109 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:12 smithi143 bash[24618]: cluster 2024-09-13T21:46:11.128755+0000 mgr.a (mgr.14388) 32 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T21:46:13.109 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:12 smithi143 bash[24618]: audit 2024-09-13T21:46:12.184202+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:13.129 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:12 smithi001 bash[22742]: cluster 2024-09-13T21:46:11.128755+0000 mgr.a (mgr.14388) 32 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T21:46:13.129 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:12 smithi001 bash[22742]: audit 2024-09-13T21:46:12.184202+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:13.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:12 smithi016 bash[24219]: cluster 2024-09-13T21:46:11.128755+0000 mgr.a (mgr.14388) 32 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T21:46:13.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:12 smithi016 bash[24219]: audit 2024-09-13T21:46:12.184202+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:14.859 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:14 smithi143 bash[24618]: cluster 2024-09-13T21:46:13.129289+0000 mgr.a (mgr.14388) 33 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T21:46:15.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:14 smithi016 bash[24219]: cluster 2024-09-13T21:46:13.129289+0000 mgr.a (mgr.14388) 33 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T21:46:15.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:14 smithi001 bash[22742]: cluster 2024-09-13T21:46:13.129289+0000 mgr.a (mgr.14388) 33 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T21:46:15.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:15 smithi001 bash[22995]: [13/Sep/2024:21:46:15] ENGINE Bus STOPPING 2024-09-13T21:46:16.248 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:15 smithi001 bash[22995]: [13/Sep/2024:21:46:15] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T21:46:16.248 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:15 smithi001 bash[22995]: [13/Sep/2024:21:46:15] ENGINE Bus STOPPED 2024-09-13T21:46:16.248 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:15 smithi001 bash[22995]: [13/Sep/2024:21:46:15] ENGINE Bus STARTING 2024-09-13T21:46:16.248 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:15 smithi001 bash[22995]: [13/Sep/2024:21:46:15] ENGINE Serving on http://:::9283 2024-09-13T21:46:16.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:15 smithi001 bash[22995]: [13/Sep/2024:21:46:15] ENGINE Bus STARTED 2024-09-13T21:46:16.249 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:15 smithi001 bash[22995]: [13/Sep/2024:21:46:15] ENGINE Bus STOPPING 2024-09-13T21:46:16.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: cluster 2024-09-13T21:46:15.129894+0000 mgr.a (mgr.14388) 34 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T21:46:16.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.341235+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.351601+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.361001+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T21:46:16.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.361768+0000 mgr.a (mgr.14388) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T21:46:16.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.365232+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T21:46:16.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.365918+0000 mgr.a (mgr.14388) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T21:46:16.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.373224+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.402705+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T21:46:16.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.403298+0000 mgr.a (mgr.14388) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T21:46:16.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.411118+0000 mon.b (mon.2) 40 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T21:46:16.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.411602+0000 mgr.a (mgr.14388) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T21:46:16.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.418957+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.610 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:16 smithi143 bash[24618]: audit 2024-09-13T21:46:15.522657+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:46:16.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: cluster 2024-09-13T21:46:15.129894+0000 mgr.a (mgr.14388) 34 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T21:46:16.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.341235+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.351601+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.361001+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T21:46:16.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.361768+0000 mgr.a (mgr.14388) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T21:46:16.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.365232+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T21:46:16.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.365918+0000 mgr.a (mgr.14388) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T21:46:16.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.373224+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.402705+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T21:46:16.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.403298+0000 mgr.a (mgr.14388) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T21:46:16.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.411118+0000 mon.b (mon.2) 40 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T21:46:16.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.411602+0000 mgr.a (mgr.14388) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T21:46:16.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.418957+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:16 smithi016 bash[24219]: audit 2024-09-13T21:46:15.522657+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:46:16.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22995]: [13/Sep/2024:21:46:16] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-13T21:46:16.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22995]: [13/Sep/2024:21:46:16] ENGINE Bus STOPPED 2024-09-13T21:46:16.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22995]: [13/Sep/2024:21:46:16] ENGINE Bus STARTING 2024-09-13T21:46:16.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22995]: [13/Sep/2024:21:46:16] ENGINE Serving on http://:::9283 2024-09-13T21:46:16.748 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22995]: [13/Sep/2024:21:46:16] ENGINE Bus STARTED 2024-09-13T21:46:16.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: cluster 2024-09-13T21:46:15.129894+0000 mgr.a (mgr.14388) 34 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-13T21:46:16.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.341235+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.351601+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.361001+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T21:46:16.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.361768+0000 mgr.a (mgr.14388) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-13T21:46:16.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.365232+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T21:46:16.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.365918+0000 mgr.a (mgr.14388) 36 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-09-13T21:46:16.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.373224+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.402705+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T21:46:16.749 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.403298+0000 mgr.a (mgr.14388) 37 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-13T21:46:16.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.411118+0000 mon.b (mon.2) 40 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T21:46:16.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.411602+0000 mgr.a (mgr.14388) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi143.front.sepia.ceph.com:9093"}]: dispatch 2024-09-13T21:46:16.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.418957+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:16.750 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:16 smithi001 bash[22742]: audit 2024-09-13T21:46:15.522657+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:46:18.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:18 smithi143 bash[24618]: cluster 2024-09-13T21:46:17.130456+0000 mgr.a (mgr.14388) 39 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:18.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:18 smithi016 bash[24219]: cluster 2024-09-13T21:46:17.130456+0000 mgr.a (mgr.14388) 39 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:18.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:18 smithi001 bash[22742]: cluster 2024-09-13T21:46:17.130456+0000 mgr.a (mgr.14388) 39 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:20.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:20 smithi143 bash[24618]: cluster 2024-09-13T21:46:19.131043+0000 mgr.a (mgr.14388) 40 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:20.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:20 smithi016 bash[24219]: cluster 2024-09-13T21:46:19.131043+0000 mgr.a (mgr.14388) 40 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:20.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:20 smithi001 bash[22742]: cluster 2024-09-13T21:46:19.131043+0000 mgr.a (mgr.14388) 40 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:22.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:22 smithi143 bash[24618]: audit 2024-09-13T21:46:21.041895+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:22 smithi143 bash[24618]: audit 2024-09-13T21:46:21.050389+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:22 smithi143 bash[24618]: audit 2024-09-13T21:46:21.268064+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:22 smithi143 bash[24618]: audit 2024-09-13T21:46:21.284964+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:22 smithi143 bash[24618]: audit 2024-09-13T21:46:21.288886+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:46:22.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:22 smithi143 bash[24618]: audit 2024-09-13T21:46:21.290319+0000 mon.b (mon.2) 43 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:46:22.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:22 smithi143 bash[24618]: audit 2024-09-13T21:46:21.297362+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:22 smithi016 bash[24219]: audit 2024-09-13T21:46:21.041895+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:22 smithi016 bash[24219]: audit 2024-09-13T21:46:21.050389+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:22 smithi016 bash[24219]: audit 2024-09-13T21:46:21.268064+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:22 smithi016 bash[24219]: audit 2024-09-13T21:46:21.284964+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:22 smithi016 bash[24219]: audit 2024-09-13T21:46:21.288886+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:46:22.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:22 smithi016 bash[24219]: audit 2024-09-13T21:46:21.290319+0000 mon.b (mon.2) 43 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:46:22.469 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:22 smithi016 bash[24219]: audit 2024-09-13T21:46:21.297362+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:22 smithi001 bash[22742]: audit 2024-09-13T21:46:21.041895+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:22 smithi001 bash[22742]: audit 2024-09-13T21:46:21.050389+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:22 smithi001 bash[22742]: audit 2024-09-13T21:46:21.268064+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:22 smithi001 bash[22742]: audit 2024-09-13T21:46:21.284964+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:22.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:22 smithi001 bash[22742]: audit 2024-09-13T21:46:21.288886+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:46:22.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:22 smithi001 bash[22742]: audit 2024-09-13T21:46:21.290319+0000 mon.b (mon.2) 43 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:46:22.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:22 smithi001 bash[22742]: audit 2024-09-13T21:46:21.297362+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:46:23.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:23 smithi143 bash[24618]: cluster 2024-09-13T21:46:21.131552+0000 mgr.a (mgr.14388) 41 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:23.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:23 smithi016 bash[24219]: cluster 2024-09-13T21:46:21.131552+0000 mgr.a (mgr.14388) 41 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:23.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:23 smithi001 bash[22742]: cluster 2024-09-13T21:46:21.131552+0000 mgr.a (mgr.14388) 41 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:25.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:25 smithi143 bash[24618]: cluster 2024-09-13T21:46:23.132079+0000 mgr.a (mgr.14388) 42 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:25.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:25 smithi016 bash[24219]: cluster 2024-09-13T21:46:23.132079+0000 mgr.a (mgr.14388) 42 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:25.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:25 smithi001 bash[22742]: cluster 2024-09-13T21:46:23.132079+0000 mgr.a (mgr.14388) 42 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:27.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:27 smithi143 bash[24618]: cluster 2024-09-13T21:46:25.132665+0000 mgr.a (mgr.14388) 43 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:27.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:27 smithi016 bash[24219]: cluster 2024-09-13T21:46:25.132665+0000 mgr.a (mgr.14388) 43 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:27.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:27 smithi001 bash[22742]: cluster 2024-09-13T21:46:25.132665+0000 mgr.a (mgr.14388) 43 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:28.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:28 smithi143 bash[24618]: audit 2024-09-13T21:46:27.184776+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:28.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:28 smithi016 bash[24219]: audit 2024-09-13T21:46:27.184776+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:28.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:28 smithi001 bash[22742]: audit 2024-09-13T21:46:27.184776+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:29.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:29 smithi143 bash[24618]: cluster 2024-09-13T21:46:27.133168+0000 mgr.a (mgr.14388) 44 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:29.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:29 smithi016 bash[24219]: cluster 2024-09-13T21:46:27.133168+0000 mgr.a (mgr.14388) 44 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:29.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:29 smithi001 bash[22742]: cluster 2024-09-13T21:46:27.133168+0000 mgr.a (mgr.14388) 44 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:31.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:31 smithi143 bash[24618]: cluster 2024-09-13T21:46:29.133744+0000 mgr.a (mgr.14388) 45 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:31.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:31 smithi016 bash[24219]: cluster 2024-09-13T21:46:29.133744+0000 mgr.a (mgr.14388) 45 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:31.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:31 smithi001 bash[22742]: cluster 2024-09-13T21:46:29.133744+0000 mgr.a (mgr.14388) 45 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:33.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:33 smithi143 bash[24618]: cluster 2024-09-13T21:46:31.134247+0000 mgr.a (mgr.14388) 46 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:33.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:33 smithi016 bash[24219]: cluster 2024-09-13T21:46:31.134247+0000 mgr.a (mgr.14388) 46 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:33.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:33 smithi001 bash[22742]: cluster 2024-09-13T21:46:31.134247+0000 mgr.a (mgr.14388) 46 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:35.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:35 smithi143 bash[24618]: cluster 2024-09-13T21:46:33.134816+0000 mgr.a (mgr.14388) 47 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:35.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:35 smithi016 bash[24219]: cluster 2024-09-13T21:46:33.134816+0000 mgr.a (mgr.14388) 47 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:35.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:35 smithi001 bash[22742]: cluster 2024-09-13T21:46:33.134816+0000 mgr.a (mgr.14388) 47 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:37.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:37 smithi143 bash[24618]: cluster 2024-09-13T21:46:35.135408+0000 mgr.a (mgr.14388) 48 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:37.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:37 smithi016 bash[24219]: cluster 2024-09-13T21:46:35.135408+0000 mgr.a (mgr.14388) 48 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:37.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:37 smithi001 bash[22742]: cluster 2024-09-13T21:46:35.135408+0000 mgr.a (mgr.14388) 48 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:39.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:39 smithi143 bash[24618]: cluster 2024-09-13T21:46:37.135967+0000 mgr.a (mgr.14388) 49 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:39.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:39 smithi016 bash[24219]: cluster 2024-09-13T21:46:37.135967+0000 mgr.a (mgr.14388) 49 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:39.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:39 smithi001 bash[22742]: cluster 2024-09-13T21:46:37.135967+0000 mgr.a (mgr.14388) 49 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:41.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:41 smithi143 bash[24618]: cluster 2024-09-13T21:46:39.136565+0000 mgr.a (mgr.14388) 50 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:41.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:41 smithi016 bash[24219]: cluster 2024-09-13T21:46:39.136565+0000 mgr.a (mgr.14388) 50 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:41.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:41 smithi001 bash[22742]: cluster 2024-09-13T21:46:39.136565+0000 mgr.a (mgr.14388) 50 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:43.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:43 smithi143 bash[24618]: cluster 2024-09-13T21:46:41.137113+0000 mgr.a (mgr.14388) 51 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:43.359 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:43 smithi143 bash[24618]: audit 2024-09-13T21:46:42.185225+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:43.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:43 smithi016 bash[24219]: cluster 2024-09-13T21:46:41.137113+0000 mgr.a (mgr.14388) 51 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:43.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:43 smithi016 bash[24219]: audit 2024-09-13T21:46:42.185225+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:43.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:43 smithi001 bash[22742]: cluster 2024-09-13T21:46:41.137113+0000 mgr.a (mgr.14388) 51 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:43.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:43 smithi001 bash[22742]: audit 2024-09-13T21:46:42.185225+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:45.360 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:45 smithi143 bash[24618]: cluster 2024-09-13T21:46:43.137659+0000 mgr.a (mgr.14388) 52 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:45.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:45 smithi016 bash[24219]: cluster 2024-09-13T21:46:43.137659+0000 mgr.a (mgr.14388) 52 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:45.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:45 smithi001 bash[22742]: cluster 2024-09-13T21:46:43.137659+0000 mgr.a (mgr.14388) 52 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:47.358 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:47 smithi143 bash[24618]: cluster 2024-09-13T21:46:45.138229+0000 mgr.a (mgr.14388) 53 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:47.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:47 smithi016 bash[24219]: cluster 2024-09-13T21:46:45.138229+0000 mgr.a (mgr.14388) 53 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:47.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:47 smithi001 bash[22742]: cluster 2024-09-13T21:46:45.138229+0000 mgr.a (mgr.14388) 53 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:49.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:49 smithi016 bash[24219]: cluster 2024-09-13T21:46:47.138756+0000 mgr.a (mgr.14388) 54 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:49.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:49 smithi001 bash[22742]: cluster 2024-09-13T21:46:47.138756+0000 mgr.a (mgr.14388) 54 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:49.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:49 smithi143 bash[24618]: cluster 2024-09-13T21:46:47.138756+0000 mgr.a (mgr.14388) 54 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:50.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:50 smithi016 bash[24219]: cluster 2024-09-13T21:46:49.139328+0000 mgr.a (mgr.14388) 55 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:50.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:50 smithi001 bash[22742]: cluster 2024-09-13T21:46:49.139328+0000 mgr.a (mgr.14388) 55 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:50.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:50 smithi143 bash[24618]: cluster 2024-09-13T21:46:49.139328+0000 mgr.a (mgr.14388) 55 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:52.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:52 smithi016 bash[24219]: cluster 2024-09-13T21:46:51.139869+0000 mgr.a (mgr.14388) 56 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:52.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:52 smithi001 bash[22742]: cluster 2024-09-13T21:46:51.139869+0000 mgr.a (mgr.14388) 56 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:52.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:52 smithi143 bash[24618]: cluster 2024-09-13T21:46:51.139869+0000 mgr.a (mgr.14388) 56 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:54.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:54 smithi016 bash[24219]: cluster 2024-09-13T21:46:53.140410+0000 mgr.a (mgr.14388) 57 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:54.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:54 smithi001 bash[22742]: cluster 2024-09-13T21:46:53.140410+0000 mgr.a (mgr.14388) 57 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:54.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:54 smithi143 bash[24618]: cluster 2024-09-13T21:46:53.140410+0000 mgr.a (mgr.14388) 57 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:56.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:56 smithi016 bash[24219]: cluster 2024-09-13T21:46:55.140987+0000 mgr.a (mgr.14388) 58 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:56.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:56 smithi001 bash[22742]: cluster 2024-09-13T21:46:55.140987+0000 mgr.a (mgr.14388) 58 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:56.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:56 smithi143 bash[24618]: cluster 2024-09-13T21:46:55.140987+0000 mgr.a (mgr.14388) 58 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:57.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:57 smithi016 bash[24219]: audit 2024-09-13T21:46:57.185644+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:57.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:57 smithi001 bash[22742]: audit 2024-09-13T21:46:57.185644+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:57.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:57 smithi143 bash[24618]: audit 2024-09-13T21:46:57.185644+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:46:58.468 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:46:58 smithi016 bash[24219]: cluster 2024-09-13T21:46:57.141440+0000 mgr.a (mgr.14388) 59 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:58.500 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:46:58 smithi001 bash[22742]: cluster 2024-09-13T21:46:57.141440+0000 mgr.a (mgr.14388) 59 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:46:58.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:46:58 smithi143 bash[24618]: cluster 2024-09-13T21:46:57.141440+0000 mgr.a (mgr.14388) 59 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:00.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:00 smithi001 bash[22742]: cluster 2024-09-13T21:46:59.142069+0000 mgr.a (mgr.14388) 60 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:00.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:00 smithi143 bash[24618]: cluster 2024-09-13T21:46:59.142069+0000 mgr.a (mgr.14388) 60 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:00.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:00 smithi016 bash[24219]: cluster 2024-09-13T21:46:59.142069+0000 mgr.a (mgr.14388) 60 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:02.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:02 smithi001 bash[22742]: cluster 2024-09-13T21:47:01.142601+0000 mgr.a (mgr.14388) 61 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:02.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:02 smithi143 bash[24618]: cluster 2024-09-13T21:47:01.142601+0000 mgr.a (mgr.14388) 61 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:02.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:02 smithi016 bash[24219]: cluster 2024-09-13T21:47:01.142601+0000 mgr.a (mgr.14388) 61 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:02.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:47:02 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:47:02] "GET /metrics HTTP/1.1" 200 21464 "" "Prometheus/2.43.0" 2024-09-13T21:47:04.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:04 smithi001 bash[22742]: cluster 2024-09-13T21:47:03.143104+0000 mgr.a (mgr.14388) 62 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:04.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:04 smithi143 bash[24618]: cluster 2024-09-13T21:47:03.143104+0000 mgr.a (mgr.14388) 62 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:04.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:04 smithi016 bash[24219]: cluster 2024-09-13T21:47:03.143104+0000 mgr.a (mgr.14388) 62 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:06.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:06 smithi001 bash[22742]: cluster 2024-09-13T21:47:05.143662+0000 mgr.a (mgr.14388) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:06.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:06 smithi143 bash[24618]: cluster 2024-09-13T21:47:05.143662+0000 mgr.a (mgr.14388) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:06.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:06 smithi016 bash[24219]: cluster 2024-09-13T21:47:05.143662+0000 mgr.a (mgr.14388) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:08.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:08 smithi001 bash[22742]: cluster 2024-09-13T21:47:07.144160+0000 mgr.a (mgr.14388) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:08.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:08 smithi143 bash[24618]: cluster 2024-09-13T21:47:07.144160+0000 mgr.a (mgr.14388) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:08.719 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:08 smithi016 bash[24219]: cluster 2024-09-13T21:47:07.144160+0000 mgr.a (mgr.14388) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:10.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:10 smithi001 bash[22742]: cluster 2024-09-13T21:47:09.144744+0000 mgr.a (mgr.14388) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:10.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:10 smithi143 bash[24618]: cluster 2024-09-13T21:47:09.144744+0000 mgr.a (mgr.14388) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:10.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:10 smithi016 bash[24219]: cluster 2024-09-13T21:47:09.144744+0000 mgr.a (mgr.14388) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:12.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:12 smithi001 bash[22742]: cluster 2024-09-13T21:47:11.145241+0000 mgr.a (mgr.14388) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:12.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:12 smithi001 bash[22742]: audit 2024-09-13T21:47:12.186458+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:12.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:12 smithi143 bash[24618]: cluster 2024-09-13T21:47:11.145241+0000 mgr.a (mgr.14388) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:12.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:12 smithi143 bash[24618]: audit 2024-09-13T21:47:12.186458+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:12.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:12 smithi016 bash[24219]: cluster 2024-09-13T21:47:11.145241+0000 mgr.a (mgr.14388) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:12.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:12 smithi016 bash[24219]: audit 2024-09-13T21:47:12.186458+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:12.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:47:12 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:47:12] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-09-13T21:47:14.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:14 smithi001 bash[22742]: cluster 2024-09-13T21:47:13.145753+0000 mgr.a (mgr.14388) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:14.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:14 smithi143 bash[24618]: cluster 2024-09-13T21:47:13.145753+0000 mgr.a (mgr.14388) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:14.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:14 smithi016 bash[24219]: cluster 2024-09-13T21:47:13.145753+0000 mgr.a (mgr.14388) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:16.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:16 smithi143 bash[24618]: cluster 2024-09-13T21:47:15.146321+0000 mgr.a (mgr.14388) 68 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:16.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:16 smithi016 bash[24219]: cluster 2024-09-13T21:47:15.146321+0000 mgr.a (mgr.14388) 68 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:16.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:16 smithi001 bash[22742]: cluster 2024-09-13T21:47:15.146321+0000 mgr.a (mgr.14388) 68 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:18.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:18 smithi143 bash[24618]: cluster 2024-09-13T21:47:17.146819+0000 mgr.a (mgr.14388) 69 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:18.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:18 smithi016 bash[24219]: cluster 2024-09-13T21:47:17.146819+0000 mgr.a (mgr.14388) 69 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:18.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:18 smithi001 bash[22742]: cluster 2024-09-13T21:47:17.146819+0000 mgr.a (mgr.14388) 69 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:20.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:20 smithi143 bash[24618]: cluster 2024-09-13T21:47:19.147349+0000 mgr.a (mgr.14388) 70 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:20.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:20 smithi016 bash[24219]: cluster 2024-09-13T21:47:19.147349+0000 mgr.a (mgr.14388) 70 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:20.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:20 smithi001 bash[22742]: cluster 2024-09-13T21:47:19.147349+0000 mgr.a (mgr.14388) 70 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:22.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:22 smithi143 bash[24618]: cluster 2024-09-13T21:47:21.147853+0000 mgr.a (mgr.14388) 71 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:22.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:22 smithi143 bash[24618]: audit 2024-09-13T21:47:21.391294+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:47:22.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:22 smithi143 bash[24618]: audit 2024-09-13T21:47:22.250212+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:47:22.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:22 smithi143 bash[24618]: audit 2024-09-13T21:47:22.251958+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:47:22.609 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:22 smithi143 bash[24618]: audit 2024-09-13T21:47:22.260222+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:47:22.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:22 smithi016 bash[24219]: cluster 2024-09-13T21:47:21.147853+0000 mgr.a (mgr.14388) 71 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:22.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:22 smithi016 bash[24219]: audit 2024-09-13T21:47:21.391294+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:47:22.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:22 smithi016 bash[24219]: audit 2024-09-13T21:47:22.250212+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:47:22.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:22 smithi016 bash[24219]: audit 2024-09-13T21:47:22.251958+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:47:22.718 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:22 smithi016 bash[24219]: audit 2024-09-13T21:47:22.260222+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:47:22.742 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:22 smithi001 bash[22742]: cluster 2024-09-13T21:47:21.147853+0000 mgr.a (mgr.14388) 71 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:22.742 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:22 smithi001 bash[22742]: audit 2024-09-13T21:47:21.391294+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:47:22.742 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:22 smithi001 bash[22742]: audit 2024-09-13T21:47:22.250212+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:47:22.742 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:22 smithi001 bash[22742]: audit 2024-09-13T21:47:22.251958+0000 mon.b (mon.2) 50 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:47:22.742 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:22 smithi001 bash[22742]: audit 2024-09-13T21:47:22.260222+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:47:22.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:47:22 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:47:22] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-09-13T21:47:24.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:24 smithi143 bash[24618]: cluster 2024-09-13T21:47:23.148403+0000 mgr.a (mgr.14388) 72 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:24.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:24 smithi016 bash[24219]: cluster 2024-09-13T21:47:23.148403+0000 mgr.a (mgr.14388) 72 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:24.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:24 smithi001 bash[22742]: cluster 2024-09-13T21:47:23.148403+0000 mgr.a (mgr.14388) 72 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:26.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:26 smithi143 bash[24618]: cluster 2024-09-13T21:47:25.148934+0000 mgr.a (mgr.14388) 73 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:26.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:26 smithi016 bash[24219]: cluster 2024-09-13T21:47:25.148934+0000 mgr.a (mgr.14388) 73 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:26.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:26 smithi001 bash[22742]: cluster 2024-09-13T21:47:25.148934+0000 mgr.a (mgr.14388) 73 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:27.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:27 smithi143 bash[24618]: audit 2024-09-13T21:47:27.186727+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:27.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:27 smithi016 bash[24219]: audit 2024-09-13T21:47:27.186727+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:27.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:27 smithi001 bash[22742]: audit 2024-09-13T21:47:27.186727+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:28.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:28 smithi143 bash[24618]: cluster 2024-09-13T21:47:27.149429+0000 mgr.a (mgr.14388) 74 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:28.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:28 smithi016 bash[24219]: cluster 2024-09-13T21:47:27.149429+0000 mgr.a (mgr.14388) 74 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:28.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:28 smithi001 bash[22742]: cluster 2024-09-13T21:47:27.149429+0000 mgr.a (mgr.14388) 74 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:30.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:30 smithi143 bash[24618]: cluster 2024-09-13T21:47:29.149982+0000 mgr.a (mgr.14388) 75 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:30.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:30 smithi016 bash[24219]: cluster 2024-09-13T21:47:29.149982+0000 mgr.a (mgr.14388) 75 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:30.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:30 smithi001 bash[22742]: cluster 2024-09-13T21:47:29.149982+0000 mgr.a (mgr.14388) 75 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:32.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:32 smithi143 bash[24618]: cluster 2024-09-13T21:47:31.150509+0000 mgr.a (mgr.14388) 76 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:32.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:32 smithi016 bash[24219]: cluster 2024-09-13T21:47:31.150509+0000 mgr.a (mgr.14388) 76 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:32.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:32 smithi001 bash[22742]: cluster 2024-09-13T21:47:31.150509+0000 mgr.a (mgr.14388) 76 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:32.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:47:32 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:47:32] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-09-13T21:47:34.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:34 smithi143 bash[24618]: cluster 2024-09-13T21:47:33.151054+0000 mgr.a (mgr.14388) 77 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:34.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:34 smithi016 bash[24219]: cluster 2024-09-13T21:47:33.151054+0000 mgr.a (mgr.14388) 77 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:34.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:34 smithi001 bash[22742]: cluster 2024-09-13T21:47:33.151054+0000 mgr.a (mgr.14388) 77 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:36.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:36 smithi143 bash[24618]: cluster 2024-09-13T21:47:35.151569+0000 mgr.a (mgr.14388) 78 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:36.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:36 smithi016 bash[24219]: cluster 2024-09-13T21:47:35.151569+0000 mgr.a (mgr.14388) 78 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:36.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:36 smithi001 bash[22742]: cluster 2024-09-13T21:47:35.151569+0000 mgr.a (mgr.14388) 78 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:38.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:38 smithi143 bash[24618]: cluster 2024-09-13T21:47:37.152083+0000 mgr.a (mgr.14388) 79 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:38.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:38 smithi016 bash[24219]: cluster 2024-09-13T21:47:37.152083+0000 mgr.a (mgr.14388) 79 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:38.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:38 smithi001 bash[22742]: cluster 2024-09-13T21:47:37.152083+0000 mgr.a (mgr.14388) 79 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:40.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:40 smithi143 bash[24618]: cluster 2024-09-13T21:47:39.152634+0000 mgr.a (mgr.14388) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:40.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:40 smithi016 bash[24219]: cluster 2024-09-13T21:47:39.152634+0000 mgr.a (mgr.14388) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:40.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:40 smithi001 bash[22742]: cluster 2024-09-13T21:47:39.152634+0000 mgr.a (mgr.14388) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:42.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:42 smithi143 bash[24618]: cluster 2024-09-13T21:47:41.153160+0000 mgr.a (mgr.14388) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:42.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:42 smithi143 bash[24618]: audit 2024-09-13T21:47:42.187146+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:42.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:42 smithi016 bash[24219]: cluster 2024-09-13T21:47:41.153160+0000 mgr.a (mgr.14388) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:42.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:42 smithi016 bash[24219]: audit 2024-09-13T21:47:42.187146+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:42.742 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:42 smithi001 bash[22742]: cluster 2024-09-13T21:47:41.153160+0000 mgr.a (mgr.14388) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:42.742 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:42 smithi001 bash[22742]: audit 2024-09-13T21:47:42.187146+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:42.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:47:42 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:47:42] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-09-13T21:47:44.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:44 smithi143 bash[24618]: cluster 2024-09-13T21:47:43.153679+0000 mgr.a (mgr.14388) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:44.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:44 smithi016 bash[24219]: cluster 2024-09-13T21:47:43.153679+0000 mgr.a (mgr.14388) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:44.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:44 smithi001 bash[22742]: cluster 2024-09-13T21:47:43.153679+0000 mgr.a (mgr.14388) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:46.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:46 smithi143 bash[24618]: cluster 2024-09-13T21:47:45.154185+0000 mgr.a (mgr.14388) 83 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:46.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:46 smithi016 bash[24219]: cluster 2024-09-13T21:47:45.154185+0000 mgr.a (mgr.14388) 83 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:46.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:46 smithi001 bash[22742]: cluster 2024-09-13T21:47:45.154185+0000 mgr.a (mgr.14388) 83 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:48.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:48 smithi143 bash[24618]: cluster 2024-09-13T21:47:47.154697+0000 mgr.a (mgr.14388) 84 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:48.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:48 smithi016 bash[24219]: cluster 2024-09-13T21:47:47.154697+0000 mgr.a (mgr.14388) 84 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:48.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:48 smithi001 bash[22742]: cluster 2024-09-13T21:47:47.154697+0000 mgr.a (mgr.14388) 84 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:50.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:50 smithi143 bash[24618]: cluster 2024-09-13T21:47:49.155239+0000 mgr.a (mgr.14388) 85 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:50.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:50 smithi016 bash[24219]: cluster 2024-09-13T21:47:49.155239+0000 mgr.a (mgr.14388) 85 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:50.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:50 smithi001 bash[22742]: cluster 2024-09-13T21:47:49.155239+0000 mgr.a (mgr.14388) 85 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:52.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:52 smithi143 bash[24618]: cluster 2024-09-13T21:47:51.155747+0000 mgr.a (mgr.14388) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:52.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:52 smithi016 bash[24219]: cluster 2024-09-13T21:47:51.155747+0000 mgr.a (mgr.14388) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:52.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:52 smithi001 bash[22742]: cluster 2024-09-13T21:47:51.155747+0000 mgr.a (mgr.14388) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:52.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:47:52 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:47:52] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-09-13T21:47:54.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:54 smithi143 bash[24618]: cluster 2024-09-13T21:47:53.156330+0000 mgr.a (mgr.14388) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:54.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:54 smithi016 bash[24219]: cluster 2024-09-13T21:47:53.156330+0000 mgr.a (mgr.14388) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:54.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:54 smithi001 bash[22742]: cluster 2024-09-13T21:47:53.156330+0000 mgr.a (mgr.14388) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:56.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:56 smithi143 bash[24618]: cluster 2024-09-13T21:47:55.156839+0000 mgr.a (mgr.14388) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:56.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:56 smithi016 bash[24219]: cluster 2024-09-13T21:47:55.156839+0000 mgr.a (mgr.14388) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:56.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:56 smithi001 bash[22742]: cluster 2024-09-13T21:47:55.156839+0000 mgr.a (mgr.14388) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:57.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:57 smithi143 bash[24618]: audit 2024-09-13T21:47:57.187832+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:57.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:57 smithi016 bash[24219]: audit 2024-09-13T21:47:57.187832+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:57.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:57 smithi001 bash[22742]: audit 2024-09-13T21:47:57.187832+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:47:58.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:47:58 smithi143 bash[24618]: cluster 2024-09-13T21:47:57.157326+0000 mgr.a (mgr.14388) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:58.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:47:58 smithi016 bash[24219]: cluster 2024-09-13T21:47:57.157326+0000 mgr.a (mgr.14388) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:47:58.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:47:58 smithi001 bash[22742]: cluster 2024-09-13T21:47:57.157326+0000 mgr.a (mgr.14388) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:00.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:00 smithi143 bash[24618]: cluster 2024-09-13T21:47:59.157867+0000 mgr.a (mgr.14388) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:00.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:00 smithi016 bash[24219]: cluster 2024-09-13T21:47:59.157867+0000 mgr.a (mgr.14388) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:00.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:00 smithi001 bash[22742]: cluster 2024-09-13T21:47:59.157867+0000 mgr.a (mgr.14388) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:02.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:02 smithi016 bash[24219]: cluster 2024-09-13T21:48:01.158369+0000 mgr.a (mgr.14388) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:02.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:02 smithi001 bash[22742]: cluster 2024-09-13T21:48:01.158369+0000 mgr.a (mgr.14388) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:02.858 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:02 smithi143 bash[24618]: cluster 2024-09-13T21:48:01.158369+0000 mgr.a (mgr.14388) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:02.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:48:02 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:48:02] "GET /metrics HTTP/1.1" 200 21457 "" "Prometheus/2.43.0" 2024-09-13T21:48:04.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:04 smithi016 bash[24219]: cluster 2024-09-13T21:48:03.158881+0000 mgr.a (mgr.14388) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:04 smithi001 bash[22742]: cluster 2024-09-13T21:48:03.158881+0000 mgr.a (mgr.14388) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:04.858 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:04 smithi143 bash[24618]: cluster 2024-09-13T21:48:03.158881+0000 mgr.a (mgr.14388) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:06.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:06 smithi016 bash[24219]: cluster 2024-09-13T21:48:05.159384+0000 mgr.a (mgr.14388) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:06.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:06 smithi001 bash[22742]: cluster 2024-09-13T21:48:05.159384+0000 mgr.a (mgr.14388) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:06.858 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:06 smithi143 bash[24618]: cluster 2024-09-13T21:48:05.159384+0000 mgr.a (mgr.14388) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:08.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:08 smithi016 bash[24219]: cluster 2024-09-13T21:48:07.159894+0000 mgr.a (mgr.14388) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:08.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:08 smithi001 bash[22742]: cluster 2024-09-13T21:48:07.159894+0000 mgr.a (mgr.14388) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:08.858 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:08 smithi143 bash[24618]: cluster 2024-09-13T21:48:07.159894+0000 mgr.a (mgr.14388) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:10.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:10 smithi016 bash[24219]: cluster 2024-09-13T21:48:09.160458+0000 mgr.a (mgr.14388) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:10.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:10 smithi001 bash[22742]: cluster 2024-09-13T21:48:09.160458+0000 mgr.a (mgr.14388) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:10.858 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:10 smithi143 bash[24618]: cluster 2024-09-13T21:48:09.160458+0000 mgr.a (mgr.14388) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:12.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:12 smithi016 bash[24219]: cluster 2024-09-13T21:48:11.161011+0000 mgr.a (mgr.14388) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:12.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:12 smithi016 bash[24219]: audit 2024-09-13T21:48:12.188283+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:12.742 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:12 smithi001 bash[22742]: cluster 2024-09-13T21:48:11.161011+0000 mgr.a (mgr.14388) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:12.742 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:12 smithi001 bash[22742]: audit 2024-09-13T21:48:12.188283+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:12.858 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:12 smithi143 bash[24618]: cluster 2024-09-13T21:48:11.161011+0000 mgr.a (mgr.14388) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:12.858 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:12 smithi143 bash[24618]: audit 2024-09-13T21:48:12.188283+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:12.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:48:12 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:48:12] "GET /metrics HTTP/1.1" 200 21468 "" "Prometheus/2.43.0" 2024-09-13T21:48:14.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:14 smithi016 bash[24219]: cluster 2024-09-13T21:48:13.161530+0000 mgr.a (mgr.14388) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:14.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:14 smithi001 bash[22742]: cluster 2024-09-13T21:48:13.161530+0000 mgr.a (mgr.14388) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:14.858 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:14 smithi143 bash[24618]: cluster 2024-09-13T21:48:13.161530+0000 mgr.a (mgr.14388) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:17.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:17 smithi016 bash[24219]: cluster 2024-09-13T21:48:15.162029+0000 mgr.a (mgr.14388) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:17.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:17 smithi001 bash[22742]: cluster 2024-09-13T21:48:15.162029+0000 mgr.a (mgr.14388) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:17.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:17 smithi143 bash[24618]: cluster 2024-09-13T21:48:15.162029+0000 mgr.a (mgr.14388) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:19.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:19 smithi016 bash[24219]: cluster 2024-09-13T21:48:17.162541+0000 mgr.a (mgr.14388) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:19.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:19 smithi001 bash[22742]: cluster 2024-09-13T21:48:17.162541+0000 mgr.a (mgr.14388) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:19.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:19 smithi143 bash[24618]: cluster 2024-09-13T21:48:17.162541+0000 mgr.a (mgr.14388) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:21.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:21 smithi016 bash[24219]: cluster 2024-09-13T21:48:19.163084+0000 mgr.a (mgr.14388) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:21.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:21 smithi001 bash[22742]: cluster 2024-09-13T21:48:19.163084+0000 mgr.a (mgr.14388) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:21.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:21 smithi143 bash[24618]: cluster 2024-09-13T21:48:19.163084+0000 mgr.a (mgr.14388) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:22.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:48:22 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:48:22] "GET /metrics HTTP/1.1" 200 21468 "" "Prometheus/2.43.0" 2024-09-13T21:48:23.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:23 smithi016 bash[24219]: cluster 2024-09-13T21:48:21.163597+0000 mgr.a (mgr.14388) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:23.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:23 smithi016 bash[24219]: audit 2024-09-13T21:48:22.355991+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:48:23.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:23 smithi001 bash[22742]: cluster 2024-09-13T21:48:21.163597+0000 mgr.a (mgr.14388) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:23.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:23 smithi001 bash[22742]: audit 2024-09-13T21:48:22.355991+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:48:23.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:23 smithi143 bash[24618]: cluster 2024-09-13T21:48:21.163597+0000 mgr.a (mgr.14388) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:23.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:23 smithi143 bash[24618]: audit 2024-09-13T21:48:22.355991+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:48:24.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:24 smithi016 bash[24219]: audit 2024-09-13T21:48:23.211185+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:48:24.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:24 smithi016 bash[24219]: audit 2024-09-13T21:48:23.213120+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:48:24.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:24 smithi016 bash[24219]: audit 2024-09-13T21:48:23.222412+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:48:24.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:24 smithi001 bash[22742]: audit 2024-09-13T21:48:23.211185+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:48:24.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:24 smithi001 bash[22742]: audit 2024-09-13T21:48:23.213120+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:48:24.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:24 smithi001 bash[22742]: audit 2024-09-13T21:48:23.222412+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:48:24.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:24 smithi143 bash[24618]: audit 2024-09-13T21:48:23.211185+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:48:24.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:24 smithi143 bash[24618]: audit 2024-09-13T21:48:23.213120+0000 mon.b (mon.2) 57 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:48:24.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:24 smithi143 bash[24618]: audit 2024-09-13T21:48:23.222412+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:48:25.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:25 smithi016 bash[24219]: cluster 2024-09-13T21:48:23.164089+0000 mgr.a (mgr.14388) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:25.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:25 smithi001 bash[22742]: cluster 2024-09-13T21:48:23.164089+0000 mgr.a (mgr.14388) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:25.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:25 smithi143 bash[24618]: cluster 2024-09-13T21:48:23.164089+0000 mgr.a (mgr.14388) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:26.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:26 smithi016 bash[24219]: cluster 2024-09-13T21:48:25.164615+0000 mgr.a (mgr.14388) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:26.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:26 smithi001 bash[22742]: cluster 2024-09-13T21:48:25.164615+0000 mgr.a (mgr.14388) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:26.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:26 smithi143 bash[24618]: cluster 2024-09-13T21:48:25.164615+0000 mgr.a (mgr.14388) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:27.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:27 smithi001 bash[22742]: audit 2024-09-13T21:48:27.188793+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:27.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:27 smithi143 bash[24618]: audit 2024-09-13T21:48:27.188793+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:27.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:27 smithi016 bash[24219]: audit 2024-09-13T21:48:27.188793+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:28.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:28 smithi001 bash[22742]: cluster 2024-09-13T21:48:27.165135+0000 mgr.a (mgr.14388) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:28.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:28 smithi143 bash[24618]: cluster 2024-09-13T21:48:27.165135+0000 mgr.a (mgr.14388) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:28.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:28 smithi016 bash[24219]: cluster 2024-09-13T21:48:27.165135+0000 mgr.a (mgr.14388) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:30.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:30 smithi001 bash[22742]: cluster 2024-09-13T21:48:29.165674+0000 mgr.a (mgr.14388) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:30.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:30 smithi143 bash[24618]: cluster 2024-09-13T21:48:29.165674+0000 mgr.a (mgr.14388) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:30.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:30 smithi016 bash[24219]: cluster 2024-09-13T21:48:29.165674+0000 mgr.a (mgr.14388) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:32.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:32 smithi143 bash[24618]: cluster 2024-09-13T21:48:31.166193+0000 mgr.a (mgr.14388) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:32.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:32 smithi016 bash[24219]: cluster 2024-09-13T21:48:31.166193+0000 mgr.a (mgr.14388) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:32.784 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:32 smithi001 bash[22742]: cluster 2024-09-13T21:48:31.166193+0000 mgr.a (mgr.14388) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:32.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:48:32 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:48:32] "GET /metrics HTTP/1.1" 200 21468 "" "Prometheus/2.43.0" 2024-09-13T21:48:34.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:34 smithi143 bash[24618]: cluster 2024-09-13T21:48:33.166704+0000 mgr.a (mgr.14388) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:34.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:34 smithi016 bash[24219]: cluster 2024-09-13T21:48:33.166704+0000 mgr.a (mgr.14388) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:34.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:34 smithi001 bash[22742]: cluster 2024-09-13T21:48:33.166704+0000 mgr.a (mgr.14388) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:36.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:36 smithi143 bash[24618]: cluster 2024-09-13T21:48:35.167203+0000 mgr.a (mgr.14388) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:36.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:36 smithi016 bash[24219]: cluster 2024-09-13T21:48:35.167203+0000 mgr.a (mgr.14388) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:36.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:36 smithi001 bash[22742]: cluster 2024-09-13T21:48:35.167203+0000 mgr.a (mgr.14388) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:38.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:38 smithi143 bash[24618]: cluster 2024-09-13T21:48:37.167696+0000 mgr.a (mgr.14388) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:38.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:38 smithi016 bash[24219]: cluster 2024-09-13T21:48:37.167696+0000 mgr.a (mgr.14388) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:38.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:38 smithi001 bash[22742]: cluster 2024-09-13T21:48:37.167696+0000 mgr.a (mgr.14388) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:40.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:40 smithi143 bash[24618]: cluster 2024-09-13T21:48:39.168236+0000 mgr.a (mgr.14388) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:40.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:40 smithi016 bash[24219]: cluster 2024-09-13T21:48:39.168236+0000 mgr.a (mgr.14388) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:40.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:40 smithi001 bash[22742]: cluster 2024-09-13T21:48:39.168236+0000 mgr.a (mgr.14388) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:42.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:42 smithi143 bash[24618]: cluster 2024-09-13T21:48:41.168749+0000 mgr.a (mgr.14388) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:42.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:42 smithi143 bash[24618]: audit 2024-09-13T21:48:42.189290+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:42.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:42 smithi016 bash[24219]: cluster 2024-09-13T21:48:41.168749+0000 mgr.a (mgr.14388) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:42.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:42 smithi016 bash[24219]: audit 2024-09-13T21:48:42.189290+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:42.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:42 smithi001 bash[22742]: cluster 2024-09-13T21:48:41.168749+0000 mgr.a (mgr.14388) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:42.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:42 smithi001 bash[22742]: audit 2024-09-13T21:48:42.189290+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:42.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:48:42 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:48:42] "GET /metrics HTTP/1.1" 200 21468 "" "Prometheus/2.43.0" 2024-09-13T21:48:44.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:44 smithi143 bash[24618]: cluster 2024-09-13T21:48:43.169289+0000 mgr.a (mgr.14388) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:44.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:44 smithi016 bash[24219]: cluster 2024-09-13T21:48:43.169289+0000 mgr.a (mgr.14388) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:44.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:44 smithi001 bash[22742]: cluster 2024-09-13T21:48:43.169289+0000 mgr.a (mgr.14388) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:46.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:46 smithi143 bash[24618]: cluster 2024-09-13T21:48:45.169796+0000 mgr.a (mgr.14388) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:46.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:46 smithi016 bash[24219]: cluster 2024-09-13T21:48:45.169796+0000 mgr.a (mgr.14388) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:46.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:46 smithi001 bash[22742]: cluster 2024-09-13T21:48:45.169796+0000 mgr.a (mgr.14388) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:48.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:48 smithi143 bash[24618]: cluster 2024-09-13T21:48:47.170319+0000 mgr.a (mgr.14388) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:48.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:48 smithi016 bash[24219]: cluster 2024-09-13T21:48:47.170319+0000 mgr.a (mgr.14388) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:48.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:48 smithi001 bash[22742]: cluster 2024-09-13T21:48:47.170319+0000 mgr.a (mgr.14388) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:50.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:50 smithi143 bash[24618]: cluster 2024-09-13T21:48:49.170838+0000 mgr.a (mgr.14388) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:50.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:50 smithi016 bash[24219]: cluster 2024-09-13T21:48:49.170838+0000 mgr.a (mgr.14388) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:50.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:50 smithi001 bash[22742]: cluster 2024-09-13T21:48:49.170838+0000 mgr.a (mgr.14388) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:52.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:52 smithi143 bash[24618]: cluster 2024-09-13T21:48:51.171331+0000 mgr.a (mgr.14388) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:52.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:52 smithi016 bash[24219]: cluster 2024-09-13T21:48:51.171331+0000 mgr.a (mgr.14388) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:52.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:52 smithi001 bash[22742]: cluster 2024-09-13T21:48:51.171331+0000 mgr.a (mgr.14388) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:52.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:48:52 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:48:52] "GET /metrics HTTP/1.1" 200 21468 "" "Prometheus/2.43.0" 2024-09-13T21:48:54.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:54 smithi143 bash[24618]: cluster 2024-09-13T21:48:53.171853+0000 mgr.a (mgr.14388) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:54.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:54 smithi016 bash[24219]: cluster 2024-09-13T21:48:53.171853+0000 mgr.a (mgr.14388) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:54.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:54 smithi001 bash[22742]: cluster 2024-09-13T21:48:53.171853+0000 mgr.a (mgr.14388) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:56.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:56 smithi143 bash[24618]: cluster 2024-09-13T21:48:55.172362+0000 mgr.a (mgr.14388) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:56.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:56 smithi016 bash[24219]: cluster 2024-09-13T21:48:55.172362+0000 mgr.a (mgr.14388) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:56.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:56 smithi001 bash[22742]: cluster 2024-09-13T21:48:55.172362+0000 mgr.a (mgr.14388) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:57.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:57 smithi143 bash[24618]: audit 2024-09-13T21:48:57.189770+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:57.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:57 smithi016 bash[24219]: audit 2024-09-13T21:48:57.189770+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:57.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:57 smithi001 bash[22742]: audit 2024-09-13T21:48:57.189770+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:48:58.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:48:58 smithi143 bash[24618]: cluster 2024-09-13T21:48:57.172861+0000 mgr.a (mgr.14388) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:58.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:48:58 smithi016 bash[24219]: cluster 2024-09-13T21:48:57.172861+0000 mgr.a (mgr.14388) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:48:58.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:48:58 smithi001 bash[22742]: cluster 2024-09-13T21:48:57.172861+0000 mgr.a (mgr.14388) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:00.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:00 smithi143 bash[24618]: cluster 2024-09-13T21:48:59.173401+0000 mgr.a (mgr.14388) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:00.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:00 smithi016 bash[24219]: cluster 2024-09-13T21:48:59.173401+0000 mgr.a (mgr.14388) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:00.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:00 smithi001 bash[22742]: cluster 2024-09-13T21:48:59.173401+0000 mgr.a (mgr.14388) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:01.105 INFO:teuthology.orchestra.run.smithi001.stderr:+ ceph orch ls 2024-09-13T21:49:01.410 INFO:teuthology.orchestra.run.smithi001.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-13T21:49:01.410 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager ?:9093,9094 1/1 2m ago 4m count:1 2024-09-13T21:49:01.410 INFO:teuthology.orchestra.run.smithi001.stdout:grafana ?:3000 1/1 2m ago 4m count:1 2024-09-13T21:49:01.410 INFO:teuthology.orchestra.run.smithi001.stdout:mgr 2/2 2m ago 8m smithi001=a;smithi016=b;count:2 2024-09-13T21:49:01.410 INFO:teuthology.orchestra.run.smithi001.stdout:mon 3/3 2m ago 8m smithi001:172.21.15.1=a;smithi016:172.21.15.16=b;smithi143:172.21.15.143=c;count:3 2024-09-13T21:49:01.410 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter ?:9100 3/3 2m ago 4m * 2024-09-13T21:49:01.410 INFO:teuthology.orchestra.run.smithi001.stdout:osd 3 2m ago - 2024-09-13T21:49:01.410 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus ?:9095 1/1 2m ago 4m count:1 2024-09-13T21:49:01.422 INFO:teuthology.orchestra.run.smithi001.stderr:+ ceph orch ps 2024-09-13T21:49:01.736 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-13T21:49:01.737 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.smithi143 smithi143 *:9093,9094 running (2m) 2m ago 3m 13.4M - 0.25.0 c8568f914cd2 1aad53ff041a 2024-09-13T21:49:01.740 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.smithi001 smithi001 *:3000 running (2m) 2m ago 3m 65.8M - 9.4.12 2bacad6d85d8 9f1d9fc7e7e3 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.a smithi001 *:9283,8765 running (10m) 2m ago 10m 480M - 19.1.1-324-gecab7be5 0652ff2b5d78 f208ebacfd62 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.b smithi016 *:8443,8765 running (7m) 2m ago 7m 424M - 19.1.1-324-gecab7be5 0652ff2b5d78 2cc7ced705df 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:mon.a smithi001 running (10m) 2m ago 10m 45.1M 2048M 19.1.1-324-gecab7be5 0652ff2b5d78 072793bb261f 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:mon.b smithi016 running (8m) 2m ago 8m 39.8M 2048M 19.1.1-324-gecab7be5 0652ff2b5d78 d76121b6ddfb 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:mon.c smithi143 running (8m) 2m ago 8m 38.9M 2048M 19.1.1-324-gecab7be5 0652ff2b5d78 f4713ced7e16 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi001 smithi001 *:9100 running (3m) 2m ago 4m 3311k - 1.5.0 0da6a335fe13 a9c71166eefa 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi016 smithi016 *:9100 running (3m) 2m ago 3m 3191k - 1.5.0 0da6a335fe13 1cb3b385a4fd 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi143 smithi143 *:9100 running (3m) 2m ago 3m 3183k - 1.5.0 0da6a335fe13 930648caaecb 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi001 running (7m) 2m ago 7m 46.7M 14.8G 19.1.1-324-gecab7be5 0652ff2b5d78 14a520e06d0b 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi016 running (6m) 2m ago 6m 37.4M 14.8G 19.1.1-324-gecab7be5 0652ff2b5d78 7b8380f6b837 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi143 running (5m) 2m ago 5m 44.3M 18.8G 19.1.1-324-gecab7be5 0652ff2b5d78 cbe2ef2fe4e3 2024-09-13T21:49:01.741 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.smithi016 smithi016 *:9095 running (3m) 2m ago 3m 23.4M - 2.43.0 a07b618ecd1d e8cbaa2593e2 2024-09-13T21:49:01.749 INFO:teuthology.orchestra.run.smithi001.stderr:+ ceph orch host ls 2024-09-13T21:49:02.037 INFO:teuthology.orchestra.run.smithi001.stdout:HOST ADDR LABELS STATUS 2024-09-13T21:49:02.037 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 172.21.15.1 2024-09-13T21:49:02.038 INFO:teuthology.orchestra.run.smithi001.stdout:smithi016 172.21.15.16 2024-09-13T21:49:02.038 INFO:teuthology.orchestra.run.smithi001.stdout:smithi143 172.21.15.143 2024-09-13T21:49:02.038 INFO:teuthology.orchestra.run.smithi001.stdout:3 hosts in cluster 2024-09-13T21:49:02.051 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-13T21:49:02.051 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -r 'last | .daemon_name' 2024-09-13T21:49:02.366 INFO:teuthology.orchestra.run.smithi001.stderr:+ MON_DAEMON=mon.c 2024-09-13T21:49:02.367 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-13T21:49:02.367 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -r .hostname 2024-09-13T21:49:02.367 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -e '.[]' 2024-09-13T21:49:02.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:02 smithi143 bash[24618]: cluster 2024-09-13T21:49:01.173785+0000 mgr.a (mgr.14388) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:02.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:02 smithi143 bash[24618]: audit 2024-09-13T21:49:01.403863+0000 mgr.a (mgr.14388) 122 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:02.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:02 smithi143 bash[24618]: audit 2024-09-13T21:49:01.718003+0000 mgr.a (mgr.14388) 123 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:02.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:02 smithi143 bash[24618]: audit 2024-09-13T21:49:02.036850+0000 mgr.a (mgr.14388) 124 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:02.683 INFO:teuthology.orchestra.run.smithi001.stderr:+ GRAFANA_HOST=smithi001 2024-09-13T21:49:02.683 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-13T21:49:02.683 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -e '.[]' 2024-09-13T21:49:02.684 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -r .hostname 2024-09-13T21:49:02.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:02 smithi016 bash[24219]: cluster 2024-09-13T21:49:01.173785+0000 mgr.a (mgr.14388) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:02.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:02 smithi016 bash[24219]: audit 2024-09-13T21:49:01.403863+0000 mgr.a (mgr.14388) 122 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:02.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:02 smithi016 bash[24219]: audit 2024-09-13T21:49:01.718003+0000 mgr.a (mgr.14388) 123 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:02.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:02 smithi016 bash[24219]: audit 2024-09-13T21:49:02.036850+0000 mgr.a (mgr.14388) 124 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:02.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:02 smithi001 bash[22742]: cluster 2024-09-13T21:49:01.173785+0000 mgr.a (mgr.14388) 121 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:02.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:02 smithi001 bash[22742]: audit 2024-09-13T21:49:01.403863+0000 mgr.a (mgr.14388) 122 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:02.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:02 smithi001 bash[22742]: audit 2024-09-13T21:49:01.718003+0000 mgr.a (mgr.14388) 123 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:02.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:02 smithi001 bash[22742]: audit 2024-09-13T21:49:02.036850+0000 mgr.a (mgr.14388) 124 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:02.991 INFO:teuthology.orchestra.run.smithi001.stderr:+ PROM_HOST=smithi016 2024-09-13T21:49:02.992 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-13T21:49:02.992 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -e '.[]' 2024-09-13T21:49:02.992 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -r .hostname 2024-09-13T21:49:02.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:49:02 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:49:02] "GET /metrics HTTP/1.1" 200 21468 "" "Prometheus/2.43.0" 2024-09-13T21:49:03.299 INFO:teuthology.orchestra.run.smithi001.stderr:+ ALERTM_HOST=smithi143 2024-09-13T21:49:03.299 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph orch host ls -f json 2024-09-13T21:49:03.299 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -r --arg GRAFANA_HOST smithi001 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-13T21:49:03.582 INFO:teuthology.orchestra.run.smithi001.stderr:+ GRAFANA_IP=172.21.15.1 2024-09-13T21:49:03.582 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph orch host ls -f json 2024-09-13T21:49:03.582 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -r --arg PROM_HOST smithi016 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-13T21:49:03.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:03 smithi143 bash[24618]: audit 2024-09-13T21:49:02.346725+0000 mgr.a (mgr.14388) 125 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:03.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:03 smithi143 bash[24618]: audit 2024-09-13T21:49:02.662490+0000 mgr.a (mgr.14388) 126 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:03.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:03 smithi143 bash[24618]: audit 2024-09-13T21:49:02.973154+0000 mgr.a (mgr.14388) 127 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:03.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:03 smithi016 bash[24219]: audit 2024-09-13T21:49:02.346725+0000 mgr.a (mgr.14388) 125 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:03.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:03 smithi016 bash[24219]: audit 2024-09-13T21:49:02.662490+0000 mgr.a (mgr.14388) 126 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:03.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:03 smithi016 bash[24219]: audit 2024-09-13T21:49:02.973154+0000 mgr.a (mgr.14388) 127 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:03.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:03 smithi001 bash[22742]: audit 2024-09-13T21:49:02.346725+0000 mgr.a (mgr.14388) 125 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:03.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:03 smithi001 bash[22742]: audit 2024-09-13T21:49:02.662490+0000 mgr.a (mgr.14388) 126 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:03.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:03 smithi001 bash[22742]: audit 2024-09-13T21:49:02.973154+0000 mgr.a (mgr.14388) 127 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:03.869 INFO:teuthology.orchestra.run.smithi001.stderr:+ PROM_IP=172.21.15.16 2024-09-13T21:49:03.869 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph orch host ls -f json 2024-09-13T21:49:03.869 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -r --arg ALERTM_HOST smithi143 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-13T21:49:04.151 INFO:teuthology.orchestra.run.smithi001.stderr:+ ALERTM_IP=172.21.15.143 2024-09-13T21:49:04.152 INFO:teuthology.orchestra.run.smithi001.stderr:++ ceph orch host ls -f json 2024-09-13T21:49:04.152 INFO:teuthology.orchestra.run.smithi001.stderr:++ jq -r '.[] | .addr' 2024-09-13T21:49:04.440 INFO:teuthology.orchestra.run.smithi001.stderr:+ ALL_HOST_IPS='172.21.15.1 2024-09-13T21:49:04.440 INFO:teuthology.orchestra.run.smithi001.stderr:172.21.15.16 2024-09-13T21:49:04.440 INFO:teuthology.orchestra.run.smithi001.stderr:172.21.15.143' 2024-09-13T21:49:04.440 INFO:teuthology.orchestra.run.smithi001.stderr:+ for ip in $ALL_HOST_IPS 2024-09-13T21:49:04.440 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -s http://172.21.15.1:9100/metric 2024-09-13T21:49:04.444 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:49:04.444 INFO:teuthology.orchestra.run.smithi001.stdout: Node Exporter 2024-09-13T21:49:04.445 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:49:04.445 INFO:teuthology.orchestra.run.smithi001.stdout:

Node Exporter

2024-09-13T21:49:04.445 INFO:teuthology.orchestra.run.smithi001.stdout:

Metrics

2024-09-13T21:49:04.445 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:49:04.445 INFO:teuthology.orchestra.run.smithi001.stderr:+ for ip in $ALL_HOST_IPS 2024-09-13T21:49:04.445 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -s http://172.21.15.16:9100/metric 2024-09-13T21:49:04.448 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:49:04.448 INFO:teuthology.orchestra.run.smithi001.stdout: Node Exporter 2024-09-13T21:49:04.449 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:49:04.449 INFO:teuthology.orchestra.run.smithi001.stdout:

Node Exporter

2024-09-13T21:49:04.449 INFO:teuthology.orchestra.run.smithi001.stdout:

Metrics

2024-09-13T21:49:04.449 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:49:04.449 INFO:teuthology.orchestra.run.smithi001.stderr:+ for ip in $ALL_HOST_IPS 2024-09-13T21:49:04.449 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -s http://172.21.15.143:9100/metric 2024-09-13T21:49:04.453 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:49:04.453 INFO:teuthology.orchestra.run.smithi001.stdout: Node Exporter 2024-09-13T21:49:04.453 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:49:04.453 INFO:teuthology.orchestra.run.smithi001.stdout:

Node Exporter

2024-09-13T21:49:04.453 INFO:teuthology.orchestra.run.smithi001.stdout:

Metrics

2024-09-13T21:49:04.453 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-09-13T21:49:04.454 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -k -s https://172.21.15.1:3000/api/health 2024-09-13T21:49:04.470 INFO:teuthology.orchestra.run.smithi001.stdout: { 2024-09-13T21:49:04.470 INFO:teuthology.orchestra.run.smithi001.stdout: "commit": "37ee25ba46", 2024-09-13T21:49:04.471 INFO:teuthology.orchestra.run.smithi001.stdout: "database": "ok", 2024-09-13T21:49:04.471 INFO:teuthology.orchestra.run.smithi001.stdout: "version": "9.4.12" 2024-09-13T21:49:04.471 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -k -s https://172.21.15.1:3000/api/health 2024-09-13T21:49:04.471 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq -e '.database == "ok"' 2024-09-13T21:49:04.487 INFO:teuthology.orchestra.run.smithi001.stdout:}true 2024-09-13T21:49:04.487 INFO:teuthology.orchestra.run.smithi001.stderr:+ ceph orch daemon stop mon.c 2024-09-13T21:49:04.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:04 smithi143 bash[24618]: cluster 2024-09-13T21:49:03.174245+0000 mgr.a (mgr.14388) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:04.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:04 smithi143 bash[24618]: audit 2024-09-13T21:49:03.281209+0000 mgr.a (mgr.14388) 129 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:04.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:04 smithi143 bash[24618]: audit 2024-09-13T21:49:03.570673+0000 mgr.a (mgr.14388) 130 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:04.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:04 smithi143 bash[24618]: audit 2024-09-13T21:49:03.856930+0000 mgr.a (mgr.14388) 131 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:04.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:04 smithi016 bash[24219]: cluster 2024-09-13T21:49:03.174245+0000 mgr.a (mgr.14388) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:04.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:04 smithi016 bash[24219]: audit 2024-09-13T21:49:03.281209+0000 mgr.a (mgr.14388) 129 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:04.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:04 smithi016 bash[24219]: audit 2024-09-13T21:49:03.570673+0000 mgr.a (mgr.14388) 130 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:04.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:04 smithi016 bash[24219]: audit 2024-09-13T21:49:03.856930+0000 mgr.a (mgr.14388) 131 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:04 smithi001 bash[22742]: cluster 2024-09-13T21:49:03.174245+0000 mgr.a (mgr.14388) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:04 smithi001 bash[22742]: audit 2024-09-13T21:49:03.281209+0000 mgr.a (mgr.14388) 129 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:04 smithi001 bash[22742]: audit 2024-09-13T21:49:03.570673+0000 mgr.a (mgr.14388) 130 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:04.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:04 smithi001 bash[22742]: audit 2024-09-13T21:49:03.856930+0000 mgr.a (mgr.14388) 131 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:04.794 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to stop mon.c on host 'smithi143' 2024-09-13T21:49:04.806 INFO:teuthology.orchestra.run.smithi001.stderr:+ sleep 120 2024-09-13T21:49:06.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:04.140772+0000 mgr.a (mgr.14388) 132 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:06.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:04.426187+0000 mgr.a (mgr.14388) 133 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:06.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:04.775134+0000 mgr.a (mgr.14388) 134 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:06.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: cephadm 2024-09-13T21:49:04.775874+0000 mgr.a (mgr.14388) 135 : cephadm [INF] Schedule stop daemon mon.c 2024-09-13T21:49:06.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:04.782933+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:04.791696+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:04.796870+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:49:06.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:05.311327+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.108 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:05.319579+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.109 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:05.324787+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:49:06.109 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:05.326369+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:49:06.109 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:05 smithi143 bash[24618]: audit 2024-09-13T21:49:05.331008+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.217 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:04.140772+0000 mgr.a (mgr.14388) 132 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:06.217 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:04.426187+0000 mgr.a (mgr.14388) 133 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:06.217 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:04.775134+0000 mgr.a (mgr.14388) 134 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:06.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: cephadm 2024-09-13T21:49:04.775874+0000 mgr.a (mgr.14388) 135 : cephadm [INF] Schedule stop daemon mon.c 2024-09-13T21:49:06.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:04.782933+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:04.791696+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:04.796870+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:49:06.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:05.311327+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:05.319579+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:05.324787+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:49:06.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:05.326369+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:49:06.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:05 smithi016 bash[24219]: audit 2024-09-13T21:49:05.331008+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:04.140772+0000 mgr.a (mgr.14388) 132 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:06.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:04.426187+0000 mgr.a (mgr.14388) 133 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T21:49:06.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:04.775134+0000 mgr.a (mgr.14388) 134 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T21:49:06.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: cephadm 2024-09-13T21:49:04.775874+0000 mgr.a (mgr.14388) 135 : cephadm [INF] Schedule stop daemon mon.c 2024-09-13T21:49:06.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:04.782933+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:04.791696+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:04.796870+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:49:06.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:05.311327+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:05.319579+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:06.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:05.324787+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:49:06.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:05.326369+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:49:06.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:05 smithi001 bash[22742]: audit 2024-09-13T21:49:05.331008+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:07.107 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:06 smithi143 bash[24618]: cluster 2024-09-13T21:49:05.174714+0000 mgr.a (mgr.14388) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:07.217 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:06 smithi016 bash[24219]: cluster 2024-09-13T21:49:05.174714+0000 mgr.a (mgr.14388) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:07.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:06 smithi001 bash[22742]: cluster 2024-09-13T21:49:05.174714+0000 mgr.a (mgr.14388) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:09.107 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:08 smithi143 bash[24618]: cluster 2024-09-13T21:49:07.175239+0000 mgr.a (mgr.14388) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:09.217 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:08 smithi016 bash[24219]: cluster 2024-09-13T21:49:07.175239+0000 mgr.a (mgr.14388) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:09.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:08 smithi001 bash[22742]: cluster 2024-09-13T21:49:07.175239+0000 mgr.a (mgr.14388) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:10.755 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:10 smithi143 systemd[1]: Stopping Ceph mon.c for 3dd44bb8-7218-11ef-bceb-c7b262605968... 2024-09-13T21:49:10.756 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:10 smithi143 bash[24618]: debug 2024-09-13T21:49:10.571+0000 7f1b026c2640 -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-13T21:49:10.756 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:10 smithi143 bash[24618]: debug 2024-09-13T21:49:10.571+0000 7f1b026c2640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-13T21:49:11.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:11 smithi143 bash[32306]: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-mon-c 2024-09-13T21:49:11.607 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:11 smithi143 bash[32365]: Error response from daemon: No such container: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-mon-c 2024-09-13T21:49:11.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:11 smithi143 systemd[1]: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-13T21:49:11.608 INFO:journalctl@ceph.mon.c.smithi143.stdout:Sep 13 21:49:11 smithi143 systemd[1]: Stopped Ceph mon.c for 3dd44bb8-7218-11ef-bceb-c7b262605968. 2024-09-13T21:49:12.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:49:12 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:49:12] "GET /metrics HTTP/1.1" 200 21468 "" "Prometheus/2.43.0" 2024-09-13T21:49:22.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:49:22 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:49:22] "GET /metrics HTTP/1.1" 200 21468 "" "Prometheus/2.43.0" 2024-09-13T21:49:25.217 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:24 smithi016 bash[24219]: cluster 2024-09-13T21:49:09.175780+0000 mgr.a (mgr.14388) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:25.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:24 smithi001 bash[22742]: cluster 2024-09-13T21:49:09.175780+0000 mgr.a (mgr.14388) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.217 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:11.176284+0000 mgr.a (mgr.14388) 139 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: audit 2024-09-13T21:49:12.190267+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:49:26.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:13.176846+0000 mgr.a (mgr.14388) 140 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:15.177370+0000 mgr.a (mgr.14388) 141 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:17.177862+0000 mgr.a (mgr.14388) 142 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:19.178393+0000 mgr.a (mgr.14388) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:19.806333+0000 mon.b (mon.2) 65 : cluster [INF] mon.b calling monitor election 2024-09-13T21:49:26.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:19.806458+0000 mon.a (mon.0) 557 : cluster [INF] mon.a calling monitor election 2024-09-13T21:49:26.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:21.178901+0000 mgr.a (mgr.14388) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:23.179440+0000 mgr.a (mgr.14388) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.218 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.826066+0000 mon.a (mon.0) 558 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.835100+0000 mon.a (mon.0) 559 : cluster [DBG] monmap epoch 3 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.835154+0000 mon.a (mon.0) 560 : cluster [DBG] fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.835213+0000 mon.a (mon.0) 561 : cluster [DBG] last_changed 2024-09-13T21:40:41.242051+0000 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.835258+0000 mon.a (mon.0) 562 : cluster [DBG] created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.835296+0000 mon.a (mon.0) 563 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.835315+0000 mon.a (mon.0) 564 : cluster [DBG] election_strategy: 1 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.835336+0000 mon.a (mon.0) 565 : cluster [DBG] 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.835381+0000 mon.a (mon.0) 566 : cluster [DBG] 1: [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon.c 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.835416+0000 mon.a (mon.0) 567 : cluster [DBG] 2: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.b 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.853534+0000 mon.a (mon.0) 568 : cluster [DBG] fsmap 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.853589+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T21:49:26.219 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.854107+0000 mon.a (mon.0) 570 : cluster [DBG] mgrmap e20: a(active, since 3m), standbys: b 2024-09-13T21:49:26.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.854405+0000 mon.a (mon.0) 571 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-13T21:49:26.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.873737+0000 mon.a (mon.0) 572 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-13T21:49:26.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.873773+0000 mon.a (mon.0) 573 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-13T21:49:26.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: cluster 2024-09-13T21:49:24.873793+0000 mon.a (mon.0) 574 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] is down (out of quorum) 2024-09-13T21:49:26.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: audit 2024-09-13T21:49:24.878992+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:26.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: audit 2024-09-13T21:49:24.891568+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:26.220 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:25 smithi016 bash[24219]: audit 2024-09-13T21:49:24.988977+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:49:26.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:11.176284+0000 mgr.a (mgr.14388) 139 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: audit 2024-09-13T21:49:12.190267+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:49:26.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:13.176846+0000 mgr.a (mgr.14388) 140 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:15.177370+0000 mgr.a (mgr.14388) 141 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:17.177862+0000 mgr.a (mgr.14388) 142 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:19.178393+0000 mgr.a (mgr.14388) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:19.806333+0000 mon.b (mon.2) 65 : cluster [INF] mon.b calling monitor election 2024-09-13T21:49:26.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:19.806458+0000 mon.a (mon.0) 557 : cluster [INF] mon.a calling monitor election 2024-09-13T21:49:26.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:21.178901+0000 mgr.a (mgr.14388) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:23.179440+0000 mgr.a (mgr.14388) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:26.249 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.826066+0000 mon.a (mon.0) 558 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.835100+0000 mon.a (mon.0) 559 : cluster [DBG] monmap epoch 3 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.835154+0000 mon.a (mon.0) 560 : cluster [DBG] fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.835213+0000 mon.a (mon.0) 561 : cluster [DBG] last_changed 2024-09-13T21:40:41.242051+0000 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.835258+0000 mon.a (mon.0) 562 : cluster [DBG] created 2024-09-13T21:38:09.600710+0000 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.835296+0000 mon.a (mon.0) 563 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.835315+0000 mon.a (mon.0) 564 : cluster [DBG] election_strategy: 1 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.835336+0000 mon.a (mon.0) 565 : cluster [DBG] 0: [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon.a 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.835381+0000 mon.a (mon.0) 566 : cluster [DBG] 1: [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] mon.c 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.835416+0000 mon.a (mon.0) 567 : cluster [DBG] 2: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.b 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.853534+0000 mon.a (mon.0) 568 : cluster [DBG] fsmap 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.853589+0000 mon.a (mon.0) 569 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.854107+0000 mon.a (mon.0) 570 : cluster [DBG] mgrmap e20: a(active, since 3m), standbys: b 2024-09-13T21:49:26.250 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.854405+0000 mon.a (mon.0) 571 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-13T21:49:26.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.873737+0000 mon.a (mon.0) 572 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-13T21:49:26.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.873773+0000 mon.a (mon.0) 573 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-13T21:49:26.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: cluster 2024-09-13T21:49:24.873793+0000 mon.a (mon.0) 574 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.143:3300/0,v1:172.21.15.143:6789/0] is down (out of quorum) 2024-09-13T21:49:26.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: audit 2024-09-13T21:49:24.878992+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:26.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: audit 2024-09-13T21:49:24.891568+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:26.251 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:25 smithi001 bash[22742]: audit 2024-09-13T21:49:24.988977+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:49:27.217 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:26 smithi016 bash[24219]: cluster 2024-09-13T21:49:25.179951+0000 mgr.a (mgr.14388) 146 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:27.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:26 smithi001 bash[22742]: cluster 2024-09-13T21:49:25.179951+0000 mgr.a (mgr.14388) 146 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:28.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:28 smithi016 bash[24219]: cluster 2024-09-13T21:49:27.180590+0000 mgr.a (mgr.14388) 147 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:28.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:28 smithi016 bash[24219]: audit 2024-09-13T21:49:27.196447+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:28.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:28 smithi016 bash[24219]: audit 2024-09-13T21:49:27.200018+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:49:28.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:28 smithi001 bash[22742]: cluster 2024-09-13T21:49:27.180590+0000 mgr.a (mgr.14388) 147 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:28.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:28 smithi001 bash[22742]: audit 2024-09-13T21:49:27.196447+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:28.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:28 smithi001 bash[22742]: audit 2024-09-13T21:49:27.200018+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:49:30.466 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:30 smithi016 bash[24219]: cluster 2024-09-13T21:49:29.181151+0000 mgr.a (mgr.14388) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:30.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:30 smithi001 bash[22742]: cluster 2024-09-13T21:49:29.181151+0000 mgr.a (mgr.14388) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:31.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:31 smithi016 bash[24219]: audit 2024-09-13T21:49:30.507925+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:31.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:31 smithi016 bash[24219]: audit 2024-09-13T21:49:30.518735+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:31.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:31 smithi016 bash[24219]: audit 2024-09-13T21:49:31.193141+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:49:31.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:31 smithi016 bash[24219]: audit 2024-09-13T21:49:31.195385+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:49:31.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:31 smithi016 bash[24219]: audit 2024-09-13T21:49:31.204649+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:31.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:31 smithi001 bash[22742]: audit 2024-09-13T21:49:30.507925+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:31.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:31 smithi001 bash[22742]: audit 2024-09-13T21:49:30.518735+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:31.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:31 smithi001 bash[22742]: audit 2024-09-13T21:49:31.193141+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:49:31.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:31 smithi001 bash[22742]: audit 2024-09-13T21:49:31.195385+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:49:31.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:31 smithi001 bash[22742]: audit 2024-09-13T21:49:31.204649+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:49:32.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:32 smithi016 bash[24219]: cluster 2024-09-13T21:49:31.181639+0000 mgr.a (mgr.14388) 149 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:32.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:32 smithi001 bash[22742]: cluster 2024-09-13T21:49:31.181639+0000 mgr.a (mgr.14388) 149 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:32.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:49:32 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:49:32] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-09-13T21:49:34.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:34 smithi016 bash[24219]: cluster 2024-09-13T21:49:33.182172+0000 mgr.a (mgr.14388) 150 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:34.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:34 smithi001 bash[22742]: cluster 2024-09-13T21:49:33.182172+0000 mgr.a (mgr.14388) 150 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:36.968 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:36 smithi016 bash[24219]: cluster 2024-09-13T21:49:35.182751+0000 mgr.a (mgr.14388) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:36.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:36 smithi001 bash[22742]: cluster 2024-09-13T21:49:35.182751+0000 mgr.a (mgr.14388) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:38.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:38 smithi016 bash[24219]: cluster 2024-09-13T21:49:37.183373+0000 mgr.a (mgr.14388) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:38.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:38 smithi001 bash[22742]: cluster 2024-09-13T21:49:37.183373+0000 mgr.a (mgr.14388) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:40.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:40 smithi016 bash[24219]: cluster 2024-09-13T21:49:39.183946+0000 mgr.a (mgr.14388) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:40.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:40 smithi001 bash[22742]: cluster 2024-09-13T21:49:39.183946+0000 mgr.a (mgr.14388) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:42.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:42 smithi016 bash[24219]: cluster 2024-09-13T21:49:41.184560+0000 mgr.a (mgr.14388) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:42.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:42 smithi016 bash[24219]: audit 2024-09-13T21:49:42.191489+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:49:42.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:49:42 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:49:42] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.43.0" 2024-09-13T21:49:42.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:42 smithi001 bash[22742]: cluster 2024-09-13T21:49:41.184560+0000 mgr.a (mgr.14388) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:42.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:42 smithi001 bash[22742]: audit 2024-09-13T21:49:42.191489+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:49:44.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:44 smithi016 bash[24219]: cluster 2024-09-13T21:49:43.185218+0000 mgr.a (mgr.14388) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:44.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:44 smithi001 bash[22742]: cluster 2024-09-13T21:49:43.185218+0000 mgr.a (mgr.14388) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:46.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:46 smithi016 bash[24219]: cluster 2024-09-13T21:49:45.185756+0000 mgr.a (mgr.14388) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:46.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:46 smithi001 bash[22742]: cluster 2024-09-13T21:49:45.185756+0000 mgr.a (mgr.14388) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:48.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:48 smithi016 bash[24219]: cluster 2024-09-13T21:49:47.186269+0000 mgr.a (mgr.14388) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:48.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:48 smithi001 bash[22742]: cluster 2024-09-13T21:49:47.186269+0000 mgr.a (mgr.14388) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:50.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:50 smithi016 bash[24219]: cluster 2024-09-13T21:49:49.186827+0000 mgr.a (mgr.14388) 158 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:50.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:50 smithi001 bash[22742]: cluster 2024-09-13T21:49:49.186827+0000 mgr.a (mgr.14388) 158 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:52.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:52 smithi016 bash[24219]: cluster 2024-09-13T21:49:51.187343+0000 mgr.a (mgr.14388) 159 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:52.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:52 smithi001 bash[22742]: cluster 2024-09-13T21:49:51.187343+0000 mgr.a (mgr.14388) 159 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:52.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:49:52 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:49:52] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.43.0" 2024-09-13T21:49:54.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:54 smithi016 bash[24219]: cluster 2024-09-13T21:49:53.187874+0000 mgr.a (mgr.14388) 160 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:54.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:54 smithi001 bash[22742]: cluster 2024-09-13T21:49:53.187874+0000 mgr.a (mgr.14388) 160 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:56.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:56 smithi016 bash[24219]: cluster 2024-09-13T21:49:55.188371+0000 mgr.a (mgr.14388) 161 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:56.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:56 smithi001 bash[22742]: cluster 2024-09-13T21:49:55.188371+0000 mgr.a (mgr.14388) 161 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:57.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:57 smithi016 bash[24219]: audit 2024-09-13T21:49:57.191972+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:49:57.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:57 smithi001 bash[22742]: audit 2024-09-13T21:49:57.191972+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:49:58.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:49:58 smithi016 bash[24219]: cluster 2024-09-13T21:49:57.188890+0000 mgr.a (mgr.14388) 162 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:49:58.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:49:58 smithi001 bash[22742]: cluster 2024-09-13T21:49:57.188890+0000 mgr.a (mgr.14388) 162 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:00.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:00 smithi016 bash[24219]: cluster 2024-09-13T21:49:59.189444+0000 mgr.a (mgr.14388) 163 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:00.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:00 smithi016 bash[24219]: cluster 2024-09-13T21:50:00.000145+0000 mon.a (mon.0) 581 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-13T21:50:00.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:00 smithi001 bash[22742]: cluster 2024-09-13T21:49:59.189444+0000 mgr.a (mgr.14388) 163 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:00.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:00 smithi001 bash[22742]: cluster 2024-09-13T21:50:00.000145+0000 mon.a (mon.0) 581 : cluster [WRN] overall HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-13T21:50:02.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:02 smithi016 bash[24219]: cluster 2024-09-13T21:50:01.190062+0000 mgr.a (mgr.14388) 164 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:02.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:02 smithi001 bash[22742]: cluster 2024-09-13T21:50:01.190062+0000 mgr.a (mgr.14388) 164 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:02.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:50:02 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:50:02] "GET /metrics HTTP/1.1" 200 21528 "" "Prometheus/2.43.0" 2024-09-13T21:50:04.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:04 smithi016 bash[24219]: cluster 2024-09-13T21:50:03.190633+0000 mgr.a (mgr.14388) 165 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:04.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:04 smithi001 bash[22742]: cluster 2024-09-13T21:50:03.190633+0000 mgr.a (mgr.14388) 165 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:06.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:06 smithi016 bash[24219]: cluster 2024-09-13T21:50:05.191154+0000 mgr.a (mgr.14388) 166 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:06.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:06 smithi001 bash[22742]: cluster 2024-09-13T21:50:05.191154+0000 mgr.a (mgr.14388) 166 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:08.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:08 smithi016 bash[24219]: cluster 2024-09-13T21:50:07.191687+0000 mgr.a (mgr.14388) 167 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:08.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:08 smithi001 bash[22742]: cluster 2024-09-13T21:50:07.191687+0000 mgr.a (mgr.14388) 167 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:10.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:10 smithi016 bash[24219]: cluster 2024-09-13T21:50:09.192248+0000 mgr.a (mgr.14388) 168 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:10.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:10 smithi001 bash[22742]: cluster 2024-09-13T21:50:09.192248+0000 mgr.a (mgr.14388) 168 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:12.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:12 smithi016 bash[24219]: cluster 2024-09-13T21:50:11.192797+0000 mgr.a (mgr.14388) 169 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:12.967 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:12 smithi016 bash[24219]: audit 2024-09-13T21:50:12.192285+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:50:12.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:50:12 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:50:12] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-09-13T21:50:12.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:12 smithi001 bash[22742]: cluster 2024-09-13T21:50:11.192797+0000 mgr.a (mgr.14388) 169 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:12.998 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:12 smithi001 bash[22742]: audit 2024-09-13T21:50:12.192285+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:50:14.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:14 smithi016 bash[24219]: cluster 2024-09-13T21:50:13.193330+0000 mgr.a (mgr.14388) 170 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:14.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:14 smithi001 bash[22742]: cluster 2024-09-13T21:50:13.193330+0000 mgr.a (mgr.14388) 170 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:17.466 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:17 smithi016 bash[24219]: cluster 2024-09-13T21:50:15.193854+0000 mgr.a (mgr.14388) 171 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:17.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:17 smithi001 bash[22742]: cluster 2024-09-13T21:50:15.193854+0000 mgr.a (mgr.14388) 171 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:19.466 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:19 smithi016 bash[24219]: cluster 2024-09-13T21:50:17.194361+0000 mgr.a (mgr.14388) 172 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:19.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:19 smithi001 bash[22742]: cluster 2024-09-13T21:50:17.194361+0000 mgr.a (mgr.14388) 172 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:21.466 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:21 smithi016 bash[24219]: cluster 2024-09-13T21:50:19.194904+0000 mgr.a (mgr.14388) 173 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:21.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:21 smithi001 bash[22742]: cluster 2024-09-13T21:50:19.194904+0000 mgr.a (mgr.14388) 173 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:22.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:50:22 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:50:22] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-09-13T21:50:23.466 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:23 smithi016 bash[24219]: cluster 2024-09-13T21:50:21.195410+0000 mgr.a (mgr.14388) 174 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:23.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:23 smithi001 bash[22742]: cluster 2024-09-13T21:50:21.195410+0000 mgr.a (mgr.14388) 174 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:25.466 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:25 smithi016 bash[24219]: cluster 2024-09-13T21:50:23.195960+0000 mgr.a (mgr.14388) 175 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:25.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:25 smithi001 bash[22742]: cluster 2024-09-13T21:50:23.195960+0000 mgr.a (mgr.14388) 175 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:27.466 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:27 smithi016 bash[24219]: cluster 2024-09-13T21:50:25.196475+0000 mgr.a (mgr.14388) 176 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:27.497 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:27 smithi001 bash[22742]: cluster 2024-09-13T21:50:25.196475+0000 mgr.a (mgr.14388) 176 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:28.466 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:28 smithi016 bash[24219]: audit 2024-09-13T21:50:27.192797+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:50:28.467 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:28 smithi016 bash[24219]: cluster 2024-09-13T21:50:27.200479+0000 mgr.a (mgr.14388) 177 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:28.498 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:28 smithi001 bash[22742]: audit 2024-09-13T21:50:27.192797+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:50:28.499 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:28 smithi001 bash[22742]: cluster 2024-09-13T21:50:27.200479+0000 mgr.a (mgr.14388) 177 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:30.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:30 smithi016 bash[24219]: cluster 2024-09-13T21:50:29.201123+0000 mgr.a (mgr.14388) 178 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:30.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:30 smithi001 bash[22742]: cluster 2024-09-13T21:50:29.201123+0000 mgr.a (mgr.14388) 178 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:32.716 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:32 smithi016 bash[24219]: cluster 2024-09-13T21:50:31.201637+0000 mgr.a (mgr.14388) 179 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:32.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:32 smithi016 bash[24219]: audit 2024-09-13T21:50:31.372739+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:50:32.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:32 smithi016 bash[24219]: audit 2024-09-13T21:50:31.991643+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:50:32.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:32 smithi016 bash[24219]: audit 2024-09-13T21:50:31.997969+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:50:32.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:32 smithi016 bash[24219]: audit 2024-09-13T21:50:32.002783+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:50:32.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:32 smithi016 bash[24219]: audit 2024-09-13T21:50:32.008230+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:50:32.740 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:32 smithi001 bash[22742]: cluster 2024-09-13T21:50:31.201637+0000 mgr.a (mgr.14388) 179 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:32.740 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:32 smithi001 bash[22742]: audit 2024-09-13T21:50:31.372739+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-13T21:50:32.740 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:32 smithi001 bash[22742]: audit 2024-09-13T21:50:31.991643+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:50:32.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:32 smithi001 bash[22742]: audit 2024-09-13T21:50:31.997969+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:50:32.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:32 smithi001 bash[22742]: audit 2024-09-13T21:50:32.002783+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:50:32.741 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:32 smithi001 bash[22742]: audit 2024-09-13T21:50:32.008230+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:50:32.997 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:50:32 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:50:32] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-09-13T21:50:33.716 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:33 smithi016 bash[24219]: audit 2024-09-13T21:50:32.715277+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:50:33.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:33 smithi016 bash[24219]: audit 2024-09-13T21:50:32.717512+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:50:33.717 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:33 smithi016 bash[24219]: audit 2024-09-13T21:50:32.726056+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:50:33.747 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:33 smithi001 bash[22742]: audit 2024-09-13T21:50:32.715277+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-13T21:50:33.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:33 smithi001 bash[22742]: audit 2024-09-13T21:50:32.717512+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-13T21:50:33.748 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:33 smithi001 bash[22742]: audit 2024-09-13T21:50:32.726056+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14388 ' entity='mgr.a' 2024-09-13T21:50:34.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:34 smithi001 bash[22742]: cluster 2024-09-13T21:50:33.202180+0000 mgr.a (mgr.14388) 180 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:35.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:34 smithi016 bash[24219]: cluster 2024-09-13T21:50:33.202180+0000 mgr.a (mgr.14388) 180 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:36.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:36 smithi001 bash[22742]: cluster 2024-09-13T21:50:35.202725+0000 mgr.a (mgr.14388) 181 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:37.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:36 smithi016 bash[24219]: cluster 2024-09-13T21:50:35.202725+0000 mgr.a (mgr.14388) 181 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:38.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:38 smithi001 bash[22742]: cluster 2024-09-13T21:50:37.203258+0000 mgr.a (mgr.14388) 182 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:39.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:38 smithi016 bash[24219]: cluster 2024-09-13T21:50:37.203258+0000 mgr.a (mgr.14388) 182 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:40.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:40 smithi001 bash[22742]: cluster 2024-09-13T21:50:39.203783+0000 mgr.a (mgr.14388) 183 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:41.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:40 smithi016 bash[24219]: cluster 2024-09-13T21:50:39.203783+0000 mgr.a (mgr.14388) 183 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:42.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:42 smithi001 bash[22742]: cluster 2024-09-13T21:50:41.204298+0000 mgr.a (mgr.14388) 184 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:42.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:42 smithi001 bash[22742]: audit 2024-09-13T21:50:42.193212+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:50:42.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:50:42 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:50:42] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-09-13T21:50:43.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:42 smithi016 bash[24219]: cluster 2024-09-13T21:50:41.204298+0000 mgr.a (mgr.14388) 184 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:43.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:42 smithi016 bash[24219]: audit 2024-09-13T21:50:42.193212+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:50:44.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:44 smithi001 bash[22742]: cluster 2024-09-13T21:50:43.204845+0000 mgr.a (mgr.14388) 185 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:45.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:44 smithi016 bash[24219]: cluster 2024-09-13T21:50:43.204845+0000 mgr.a (mgr.14388) 185 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:47.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:46 smithi016 bash[24219]: cluster 2024-09-13T21:50:45.205354+0000 mgr.a (mgr.14388) 186 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:47.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:46 smithi001 bash[22742]: cluster 2024-09-13T21:50:45.205354+0000 mgr.a (mgr.14388) 186 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:49.217 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:48 smithi016 bash[24219]: cluster 2024-09-13T21:50:47.205867+0000 mgr.a (mgr.14388) 187 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:49.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:48 smithi001 bash[22742]: cluster 2024-09-13T21:50:47.205867+0000 mgr.a (mgr.14388) 187 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:51.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:50 smithi016 bash[24219]: cluster 2024-09-13T21:50:49.206406+0000 mgr.a (mgr.14388) 188 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:51.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:50 smithi001 bash[22742]: cluster 2024-09-13T21:50:49.206406+0000 mgr.a (mgr.14388) 188 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:52.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:52 smithi001 bash[22742]: cluster 2024-09-13T21:50:51.206923+0000 mgr.a (mgr.14388) 189 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:52.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:50:52 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:50:52] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.43.0" 2024-09-13T21:50:53.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:52 smithi016 bash[24219]: cluster 2024-09-13T21:50:51.206923+0000 mgr.a (mgr.14388) 189 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:55.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:54 smithi016 bash[24219]: cluster 2024-09-13T21:50:53.207463+0000 mgr.a (mgr.14388) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:55.248 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:54 smithi001 bash[22742]: cluster 2024-09-13T21:50:53.207463+0000 mgr.a (mgr.14388) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:57.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:56 smithi016 bash[24219]: cluster 2024-09-13T21:50:55.207985+0000 mgr.a (mgr.14388) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:57.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:56 smithi001 bash[22742]: cluster 2024-09-13T21:50:55.207985+0000 mgr.a (mgr.14388) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:58.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:57 smithi016 bash[24219]: audit 2024-09-13T21:50:57.193699+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:50:58.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:57 smithi001 bash[22742]: audit 2024-09-13T21:50:57.193699+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.14388 172.21.15.1:0/4232857564' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-13T21:50:59.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:50:58 smithi016 bash[24219]: cluster 2024-09-13T21:50:57.208476+0000 mgr.a (mgr.14388) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:50:59.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:50:58 smithi001 bash[22742]: cluster 2024-09-13T21:50:57.208476+0000 mgr.a (mgr.14388) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:51:01.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:51:00 smithi016 bash[24219]: cluster 2024-09-13T21:50:59.208990+0000 mgr.a (mgr.14388) 193 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:51:01.247 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:51:00 smithi001 bash[22742]: cluster 2024-09-13T21:50:59.208990+0000 mgr.a (mgr.14388) 193 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:51:02.997 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:51:02 smithi001 bash[22742]: cluster 2024-09-13T21:51:01.209484+0000 mgr.a (mgr.14388) 194 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:51:02.998 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:51:02 smithi001 bash[22995]: ::ffff:172.21.15.16 - - [13/Sep/2024:21:51:02] "GET /metrics HTTP/1.1" 200 21527 "" "Prometheus/2.43.0" 2024-09-13T21:51:03.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:51:02 smithi016 bash[24219]: cluster 2024-09-13T21:51:01.209484+0000 mgr.a (mgr.14388) 194 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:51:04.807 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -s http://172.21.15.16:9095/api/v1/status/config 2024-09-13T21:51:04.815 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -s http://172.21.15.16:9095/api/v1/status/config 2024-09-13T21:51:04.815 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq -e '.status == "success"' 2024-09-13T21:51:04.823 INFO:teuthology.orchestra.run.smithi001.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 3dd44bb8-7218-11ef-bceb-c7b262605968\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.1:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 3dd44bb8-7218-11ef-bceb-c7b262605968\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.1:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 3dd44bb8-7218-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.1:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 3dd44bb8-7218-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.1:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.1:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-09-13T21:51:04.824 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -s http://172.21.15.16:9095/api/v1/alerts 2024-09-13T21:51:04.830 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -s http://172.21.15.16:9095/api/v1/alerts 2024-09-13T21:51:04.830 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-13T21:51:04.835 INFO:teuthology.orchestra.run.smithi001.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi143","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-13T21:49:40.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi143\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-09-13T21:49:40.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"3dd44bb8-7218-11ef-bceb-c7b262605968","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-09-13T21:49:40.13866993Z","value":"1e+00"}]}}true 2024-09-13T21:51:04.835 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -s http://172.21.15.143:9093/api/v1/status 2024-09-13T21:51:04.843 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -s http://172.21.15.143:9093/api/v1/alerts 2024-09-13T21:51:04.849 INFO:teuthology.orchestra.run.smithi001.stderr:+ curl -s http://172.21.15.143:9093/api/v1/alerts 2024-09-13T21:51:04.849 INFO:teuthology.orchestra.run.smithi001.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-13T21:51:04.854 INFO:teuthology.orchestra.run.smithi001.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi001.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi001.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi016.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-09-13T21:46:16.351587887Z","clusterStatus":{"name":"01J7PNKRCYW35XXN5Q7GWV13MY","status":"ready","peers":[{"name":"01J7PNKRCYW35XXN5Q7GWV13MY","address":"172.21.15.143:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"3dd44bb8-7218-11ef-bceb-c7b262605968","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi143","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-09-13T21:50:10.084Z","endsAt":"2024-09-13T21:54:10.084Z","generatorURL":"http://smithi016.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"058beea4720a7012"},{"labels":{"alertname":"CephMonDown","cluster":"3dd44bb8-7218-11ef-bceb-c7b262605968","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi143\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-09-13T21:50:10.084Z","endsAt":"2024-09-13T21:54:10.084Z","generatorURL":"http://smithi016.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"e979a5fdecf5907f"}]}true 2024-09-13T21:51:05.086 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:51:04 smithi001 bash[22742]: cluster 2024-09-13T21:51:03.210016+0000 mgr.a (mgr.14388) 195 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:51:05.216 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:51:04 smithi016 bash[24219]: cluster 2024-09-13T21:51:03.210016+0000 mgr.a (mgr.14388) 195 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-09-13T21:51:05.509 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-13T21:51:05.519 INFO:tasks.cephadm:Teardown begin 2024-09-13T21:51:05.522 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:51:05.536 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:51:05.552 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:51:05.569 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-13T21:51:05.570 DEBUG:teuthology.orchestra.run.smithi001:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T21:51:05.583 DEBUG:teuthology.orchestra.run.smithi016:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T21:51:05.598 DEBUG:teuthology.orchestra.run.smithi143:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T21:51:05.617 INFO:tasks.cephadm:Stopping all daemons... 2024-09-13T21:51:05.617 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-13T21:51:05.617 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.a 2024-09-13T21:51:05.989 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:51:05 smithi001 systemd[1]: Stopping Ceph mon.a for 3dd44bb8-7218-11ef-bceb-c7b262605968... 2024-09-13T21:51:05.989 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:51:05 smithi001 bash[22742]: debug 2024-09-13T21:51:05.746+0000 7f53bc61e640 -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-13T21:51:05.989 INFO:journalctl@ceph.mon.a.smithi001.stdout:Sep 13 21:51:05 smithi001 bash[22742]: debug 2024-09-13T21:51:05.746+0000 7f53bc61e640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-13T21:51:06.661 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.a.service' 2024-09-13T21:51:06.690 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:51:06.691 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-13T21:51:06.691 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-13T21:51:06.691 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.b 2024-09-13T21:51:06.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:51:06 smithi016 systemd[1]: Stopping Ceph mon.b for 3dd44bb8-7218-11ef-bceb-c7b262605968... 2024-09-13T21:51:06.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:51:06 smithi016 bash[24219]: debug 2024-09-13T21:51:06.844+0000 7f74ac790640 -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-13T21:51:06.966 INFO:journalctl@ceph.mon.b.smithi016.stdout:Sep 13 21:51:06 smithi016 bash[24219]: debug 2024-09-13T21:51:06.844+0000 7f74ac790640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-13T21:51:07.702 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.b.service' 2024-09-13T21:51:07.733 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:51:07.734 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-13T21:51:07.734 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-13T21:51:07.734 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.c 2024-09-13T21:51:07.755 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mon.c.service' 2024-09-13T21:51:07.868 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:51:07.868 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-13T21:51:07.868 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-13T21:51:07.869 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mgr.a 2024-09-13T21:51:08.227 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:51:07 smithi001 systemd[1]: Stopping Ceph mgr.a for 3dd44bb8-7218-11ef-bceb-c7b262605968... 2024-09-13T21:51:08.227 INFO:journalctl@ceph.mgr.a.smithi001.stdout:Sep 13 21:51:08 smithi001 bash[22995]: debug 2024-09-13T21:51:08.010+0000 7f9c080e7640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -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-13T21:51:08.866 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-13T21:51:08.892 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:51:08.892 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-13T21:51:08.892 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-13T21:51:08.892 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mgr.b 2024-09-13T21:51:09.216 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:51:08 smithi016 systemd[1]: Stopping Ceph mgr.b for 3dd44bb8-7218-11ef-bceb-c7b262605968... 2024-09-13T21:51:09.655 INFO:journalctl@ceph.mgr.b.smithi016.stdout:Sep 13 21:51:09 smithi016 bash[31516]: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-mgr-b 2024-09-13T21:51:09.667 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-13T21:51:09.696 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:51:09.696 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-13T21:51:09.697 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-13T21:51:09.697 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@osd.0 2024-09-13T21:51:09.966 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:51:09 smithi001 systemd[1]: Stopping Ceph osd.0 for 3dd44bb8-7218-11ef-bceb-c7b262605968... 2024-09-13T21:51:10.247 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:51:09 smithi001 bash[32031]: debug 2024-09-13T21:51:09.962+0000 7f6ab6bd3640 -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-13T21:51:10.247 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:51:09 smithi001 bash[32031]: debug 2024-09-13T21:51:09.962+0000 7f6ab6bd3640 -1 osd.0 23 *** Got signal Terminated *** 2024-09-13T21:51:10.248 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:51:09 smithi001 bash[32031]: debug 2024-09-13T21:51:09.962+0000 7f6ab6bd3640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T21:51:16.387 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:51:16 smithi001 bash[39761]: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-osd-0 2024-09-13T21:51:16.387 INFO:journalctl@ceph.osd.0.smithi001.stdout:Sep 13 21:51:16 smithi001 bash[39823]: Error response from daemon: No such container: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-osd-0 2024-09-13T21:51:18.061 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@osd.0.service' 2024-09-13T21:51:18.104 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:51:18.104 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-13T21:51:18.104 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-13T21:51:18.104 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@osd.1 2024-09-13T21:51:18.466 INFO:journalctl@ceph.osd.1.smithi016.stdout:Sep 13 21:51:18 smithi016 systemd[1]: Stopping Ceph osd.1 for 3dd44bb8-7218-11ef-bceb-c7b262605968... 2024-09-13T21:51:18.467 INFO:journalctl@ceph.osd.1.smithi016.stdout:Sep 13 21:51:18 smithi016 bash[27184]: debug 2024-09-13T21:51:18.240+0000 7fa48f153640 -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-13T21:51:18.467 INFO:journalctl@ceph.osd.1.smithi016.stdout:Sep 13 21:51:18 smithi016 bash[27184]: debug 2024-09-13T21:51:18.240+0000 7fa48f153640 -1 osd.1 23 *** Got signal Terminated *** 2024-09-13T21:51:18.467 INFO:journalctl@ceph.osd.1.smithi016.stdout:Sep 13 21:51:18 smithi016 bash[27184]: debug 2024-09-13T21:51:18.240+0000 7fa48f153640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T21:51:24.426 INFO:journalctl@ceph.osd.1.smithi016.stdout:Sep 13 21:51:24 smithi016 bash[31614]: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-osd-1 2024-09-13T21:51:24.427 INFO:journalctl@ceph.osd.1.smithi016.stdout:Sep 13 21:51:24 smithi016 bash[31678]: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-osd-1 2024-09-13T21:51:26.002 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@osd.1.service' 2024-09-13T21:51:26.035 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:51:26.035 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-13T21:51:26.035 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-13T21:51:26.035 DEBUG:teuthology.orchestra.run.smithi143:> sudo systemctl stop ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@osd.2 2024-09-13T21:51:26.357 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:51:26 smithi143 systemd[1]: Stopping Ceph osd.2 for 3dd44bb8-7218-11ef-bceb-c7b262605968... 2024-09-13T21:51:26.357 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:51:26 smithi143 bash[27563]: debug 2024-09-13T21:51:26.184+0000 7f9972270640 -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-13T21:51:26.357 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:51:26 smithi143 bash[27563]: debug 2024-09-13T21:51:26.184+0000 7f9972270640 -1 osd.2 23 *** Got signal Terminated *** 2024-09-13T21:51:26.357 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:51:26 smithi143 bash[27563]: debug 2024-09-13T21:51:26.184+0000 7f9972270640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-13T21:51:32.456 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:51:32 smithi143 bash[32694]: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-osd-2 2024-09-13T21:51:32.456 INFO:journalctl@ceph.osd.2.smithi143.stdout:Sep 13 21:51:32 smithi143 bash[32758]: Error response from daemon: No such container: ceph-3dd44bb8-7218-11ef-bceb-c7b262605968-osd-2 2024-09-13T21:51:34.178 DEBUG:teuthology.orchestra.run.smithi143:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3dd44bb8-7218-11ef-bceb-c7b262605968@osd.2.service' 2024-09-13T21:51:34.220 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T21:51:34.221 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-13T21:51:34.221 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T21:51:34.408 INFO:teuthology.orchestra.run.smithi001.stdout:Deleting cluster with fsid: 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:51:42.831 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T21:51:43.020 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:51:50.947 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T21:51:51.129 INFO:teuthology.orchestra.run.smithi143.stdout:Deleting cluster with fsid: 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:51:58.809 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:51:58.825 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:51:58.840 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T21:51:58.852 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-13T21:51:58.854 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190/remote/smithi001/crash 2024-09-13T21:51:58.855 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/crash -- . 2024-09-13T21:51:58.877 INFO:teuthology.orchestra.run.smithi001.stderr:tar: /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T21:51:58.877 INFO:teuthology.orchestra.run.smithi001.stderr:tar: Error is not recoverable: exiting now 2024-09-13T21:51:58.879 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190/remote/smithi016/crash 2024-09-13T21:51:58.880 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/crash -- . 2024-09-13T21:51:58.893 INFO:teuthology.orchestra.run.smithi016.stderr:tar: /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T21:51:58.894 INFO:teuthology.orchestra.run.smithi016.stderr:tar: Error is not recoverable: exiting now 2024-09-13T21:51:58.896 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190/remote/smithi143/crash 2024-09-13T21:51:58.896 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/crash -- . 2024-09-13T21:51:58.907 INFO:teuthology.orchestra.run.smithi143.stderr:tar: /var/lib/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T21:51:58.908 INFO:teuthology.orchestra.run.smithi143.stderr:tar: Error is not recoverable: exiting now 2024-09-13T21:51:58.909 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-13T21:51:58.909 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-13T21:51:58.937 INFO:tasks.cephadm:Compressing logs... 2024-09-13T21:51:58.938 DEBUG:teuthology.orchestra.run.smithi001:> 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-13T21:51:58.980 DEBUG:teuthology.orchestra.run.smithi016:> 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-13T21:51:58.982 DEBUG:teuthology.orchestra.run.smithi143:> 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-13T21:51:58.989 INFO:teuthology.orchestra.run.smithi001.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-13T21:51:58.992 INFO:teuthology.orchestra.run.smithi016.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-13T21:51:58.994 INFO:teuthology.orchestra.run.smithi143.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-13T21:51:58.998 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T21:51:58.998 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-13T21:51:58.999 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-13T21:51:58.999 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T21:51:58.999 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T21:51:59.000 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.log 2024-09-13T21:51:59.000 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T21:51:59.001 INFO:teuthology.orchestra.run.smithi001.stderr: 83.9% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T21:51:59.001 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T21:51:59.002 INFO:teuthology.orchestra.run.smithi001.stderr:gzip/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-volume.log: -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-13T21:51:59.002 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T21:51:59.002 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-13T21:51:59.003 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.log 2024-09-13T21:51:59.003 INFO:teuthology.orchestra.run.smithi016.stderr: 79.8% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T21:51:59.003 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T21:51:59.004 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mgr.a.log: 87.6% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T21:51:59.004 INFO:teuthology.orchestra.run.smithi001.stderr: 89.6% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T21:51:59.006 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-13T21:51:59.007 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T21:51:59.007 INFO:teuthology.orchestra.run.smithi016.stderr: 87.6% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T21:51:59.007 INFO:teuthology.orchestra.run.smithi016.stderr:gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-13T21:51:59.007 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mgr.b.log: 85.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T21:51:59.007 INFO:teuthology.orchestra.run.smithi016.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mon.b.log: 89.9% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T21:51:59.007 INFO:teuthology.orchestra.run.smithi016.stderr: 91.0% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T21:51:59.008 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T21:51:59.008 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-13T21:51:59.008 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T21:51:59.008 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.log 2024-09-13T21:51:59.008 INFO:teuthology.orchestra.run.smithi143.stderr:gzip/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.cephadm.log: -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T21:51:59.008 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.log: 79.8% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T21:51:59.008 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-13T21:51:59.008 INFO:teuthology.orchestra.run.smithi143.stderr:gzip -5 --verbose -- /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T21:51:59.008 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mon.c.log: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T21:51:59.008 INFO:teuthology.orchestra.run.smithi143.stderr: 87.6% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T21:51:59.009 INFO:teuthology.orchestra.run.smithi143.stderr:/var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.audit.log: 89.8% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T21:51:59.009 INFO:teuthology.orchestra.run.smithi143.stderr: 91.3% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T21:51:59.009 INFO:teuthology.orchestra.run.smithi001.stderr: 91.2% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T21:51:59.014 INFO:teuthology.orchestra.run.smithi016.stderr: 90.9% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-13T21:51:59.020 INFO:teuthology.orchestra.run.smithi001.stderr: 92.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T21:51:59.047 INFO:teuthology.orchestra.run.smithi143.stderr: 93.6% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-13T21:51:59.062 INFO:teuthology.orchestra.run.smithi001.stderr: 93.6% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-13T21:51:59.077 INFO:teuthology.orchestra.run.smithi143.stderr: 93.2% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-13T21:51:59.079 INFO:teuthology.orchestra.run.smithi143.stderr: 2024-09-13T21:51:59.079 INFO:teuthology.orchestra.run.smithi143.stderr:real 0m0.092s 2024-09-13T21:51:59.079 INFO:teuthology.orchestra.run.smithi143.stderr:user 0m0.123s 2024-09-13T21:51:59.079 INFO:teuthology.orchestra.run.smithi143.stderr:sys 0m0.028s 2024-09-13T21:51:59.097 INFO:teuthology.orchestra.run.smithi016.stderr: 93.9% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-13T21:51:59.120 INFO:teuthology.orchestra.run.smithi001.stderr: 90.5% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-13T21:51:59.133 INFO:teuthology.orchestra.run.smithi016.stderr: 92.6% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-13T21:51:59.134 INFO:teuthology.orchestra.run.smithi016.stderr: 2024-09-13T21:51:59.134 INFO:teuthology.orchestra.run.smithi016.stderr:real 0m0.150s 2024-09-13T21:51:59.134 INFO:teuthology.orchestra.run.smithi016.stderr:user 0m0.241s 2024-09-13T21:51:59.135 INFO:teuthology.orchestra.run.smithi016.stderr:sys 0m0.033s 2024-09-13T21:51:59.306 INFO:teuthology.orchestra.run.smithi001.stderr: 91.1% -- replaced with /var/log/ceph/3dd44bb8-7218-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-13T21:51:59.307 INFO:teuthology.orchestra.run.smithi001.stderr: 2024-09-13T21:51:59.308 INFO:teuthology.orchestra.run.smithi001.stderr:real 0m0.325s 2024-09-13T21:51:59.308 INFO:teuthology.orchestra.run.smithi001.stderr:user 0m0.515s 2024-09-13T21:51:59.308 INFO:teuthology.orchestra.run.smithi001.stderr:sys 0m0.026s 2024-09-13T21:51:59.308 INFO:tasks.cephadm:Archiving logs... 2024-09-13T21:51:59.308 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190/remote/smithi001/log 2024-09-13T21:51:59.309 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T21:51:59.456 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190/remote/smithi016/log 2024-09-13T21:51:59.457 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T21:51:59.506 DEBUG:teuthology.misc:Transferring archived files from smithi143:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190/remote/smithi143/log 2024-09-13T21:51:59.507 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T21:51:59.542 INFO:tasks.cephadm:Removing cluster... 2024-09-13T21:51:59.542 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 --force 2024-09-13T21:51:59.727 INFO:teuthology.orchestra.run.smithi001.stdout:Deleting cluster with fsid: 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:52:01.083 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 --force 2024-09-13T21:52:01.274 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:52:02.621 DEBUG:teuthology.orchestra.run.smithi143:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3dd44bb8-7218-11ef-bceb-c7b262605968 --force 2024-09-13T21:52:02.809 INFO:teuthology.orchestra.run.smithi143.stdout:Deleting cluster with fsid: 3dd44bb8-7218-11ef-bceb-c7b262605968 2024-09-13T21:52:04.147 INFO:tasks.cephadm:Removing cephadm ... 2024-09-13T21:52:04.147 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T21:52:04.154 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T21:52:04.160 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T21:52:04.166 INFO:tasks.cephadm:Teardown complete 2024-09-13T21:52:04.166 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-13T21:52:04.174 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-13T21:52:04.175 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T21:52:04.200 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T21:52:04.203 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T21:52:04.318 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-13T21:52:04.327 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-13T21:52:04.327 DEBUG:teuthology.orchestra.run.smithi001:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T21:52:04.330 DEBUG:teuthology.orchestra.run.smithi016:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T21:52:04.332 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T21:52:04.340 INFO:teuthology.orchestra.run.smithi001.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T21:52:04.340 INFO:teuthology.orchestra.run.smithi001.stdout:============================================================================== 2024-09-13T21:52:04.340 INFO:teuthology.orchestra.run.smithi001.stdout:*hv01.front.sepi 67.205.162.81 3 u 60 64 377 0.076 -1.021 0.400 2024-09-13T21:52:04.340 INFO:teuthology.orchestra.run.smithi001.stdout:+hv02.front.sepi 96.245.170.99 3 u 60 64 377 0.069 -1.583 0.679 2024-09-13T21:52:04.340 INFO:teuthology.orchestra.run.smithi001.stdout:+hv03.front.sepi 74.6.168.72 3 u 52 64 377 0.090 -0.493 0.725 2024-09-13T21:52:04.340 INFO:teuthology.orchestra.run.smithi001.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-13T21:52:04.344 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T21:52:04.344 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-09-13T21:52:04.344 INFO:teuthology.orchestra.run.smithi016.stdout:*hv01.front.sepi 67.205.162.81 3 u 58 64 377 0.086 -0.998 1.309 2024-09-13T21:52:04.344 INFO:teuthology.orchestra.run.smithi016.stdout:+hv02.front.sepi 96.245.170.99 3 u 60 64 377 0.063 -3.047 0.883 2024-09-13T21:52:04.345 INFO:teuthology.orchestra.run.smithi016.stdout:+hv03.front.sepi 74.6.168.72 3 u 57 64 377 0.088 -2.719 1.297 2024-09-13T21:52:04.345 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-13T21:52:04.346 INFO:teuthology.orchestra.run.smithi143.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T21:52:04.346 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================== 2024-09-13T21:52:04.346 INFO:teuthology.orchestra.run.smithi143.stdout:*hv01.front.sepi 67.205.162.81 3 u 48 64 377 0.060 -4.525 1.674 2024-09-13T21:52:04.346 INFO:teuthology.orchestra.run.smithi143.stdout:+hv02.front.sepi 96.245.170.99 3 u 54 64 377 0.065 -6.141 2.202 2024-09-13T21:52:04.346 INFO:teuthology.orchestra.run.smithi143.stdout:+hv03.front.sepi 74.6.168.72 3 u 50 64 377 0.088 -3.513 1.344 2024-09-13T21:52:04.346 INFO:teuthology.orchestra.run.smithi143.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-13T21:52:04.347 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-13T21:52:04.355 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-13T21:52:04.356 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-13T21:52:04.363 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-13T21:52:04.371 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-13T21:52:04.379 INFO:teuthology.task.internal:Duration was 1512.169029 seconds 2024-09-13T21:52:04.379 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-13T21:52:04.387 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-13T21:52:04.388 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T21:52:04.390 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T21:52:04.392 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T21:52:04.428 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-13T21:52:04.428 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi001.front.sepia.ceph.com 2024-09-13T21:52:04.429 DEBUG:teuthology.orchestra.run.smithi001:> 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-13T21:52:04.480 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2024-09-13T21:52:04.480 DEBUG:teuthology.orchestra.run.smithi016:> 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-13T21:52:04.491 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2024-09-13T21:52:04.491 DEBUG:teuthology.orchestra.run.smithi143:> 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-13T21:52:04.501 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-13T21:52:04.501 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T21:52:04.523 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T21:52:04.534 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T21:52:04.581 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-13T21:52:04.581 DEBUG:teuthology.orchestra.run.smithi001:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T21:52:04.604 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T21:52:04.610 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T21:52:04.696 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-13T21:52:04.707 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-13T21:52:04.708 DEBUG:teuthology.orchestra.run.smithi001:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T21:52:04.722 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T21:52:04.735 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T21:52:04.748 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-13T21:52:04.757 DEBUG:teuthology.orchestra.run.smithi001:> 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-13T21:52:04.764 DEBUG:teuthology.orchestra.run.smithi016:> 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-13T21:52:04.773 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = core 2024-09-13T21:52:04.782 DEBUG:teuthology.orchestra.run.smithi143:> 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-13T21:52:04.793 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2024-09-13T21:52:04.801 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2024-09-13T21:52:04.824 DEBUG:teuthology.orchestra.run.smithi001:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T21:52:04.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:52:04.842 DEBUG:teuthology.orchestra.run.smithi016:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T21:52:04.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:52:04.865 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T21:52:04.870 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T21:52:04.871 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-13T21:52:04.880 INFO:teuthology.task.internal:Transferring archived files... 2024-09-13T21:52:04.881 DEBUG:teuthology.misc:Transferring archived files from smithi001:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190/remote/smithi001 2024-09-13T21:52:04.881 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T21:52:04.909 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190/remote/smithi016 2024-09-13T21:52:04.909 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T21:52:04.932 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-13_21:08:03-orch-squid-distro-default-smithi/7904190/remote/smithi143 2024-09-13T21:52:04.932 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T21:52:04.953 INFO:teuthology.task.internal:Removing archive directory... 2024-09-13T21:52:04.953 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T21:52:04.956 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T21:52:04.975 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T21:52:04.995 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-13T21:52:05.006 INFO:teuthology.task.internal:Not uploading archives. 2024-09-13T21:52:05.006 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-13T21:52:05.015 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-13T21:52:05.015 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T21:52:05.018 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T21:52:05.022 INFO:teuthology.orchestra.run.smithi001.stdout: 658645 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 21:52 /home/ubuntu/cephtest 2024-09-13T21:52:05.023 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T21:52:05.026 INFO:teuthology.orchestra.run.smithi016.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 21:52 /home/ubuntu/cephtest 2024-09-13T21:52:05.043 INFO:teuthology.orchestra.run.smithi143.stdout: 658615 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 21:52 /home/ubuntu/cephtest 2024-09-13T21:52:05.044 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-13T21:52:05.053 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-13T21:52:05.078 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 1512.1690294742584 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-13T21:52:05.078 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T21:52:05.159 INFO:teuthology.run:pass