2024-04-24T16:26:11.842 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-24T16:26:11.842 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --name adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi --owner scheduled_adking@teuthology --verbose --archive /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786 -- /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786/orig.config.yaml 2024-04-24T16:26:11.871 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T16:26:11.958 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786 branch: wip-adk-testing-2024-04-24-0937 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false job_id: '7671786' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-04-24-0937 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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 log-only-match: - CEPHADM_ sha1: 5904d29475f5be602879d9fb26280e89b808d5cc ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5904d29475f5be602879d9fb26280e89b808d5cc workunit: branch: wip-adk-testing-2024-04-24-0937 sha1: 5904d29475f5be602879d9fb26280e89b808d5cc owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.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: 2532 sha1: 5904d29475f5be602879d9fb26280e89b808d5cc sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-24-0937 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 5904d29475f5be602879d9fb26280e89b808d5cc targets: smithi150.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBED61678EIRNIzR8hyyjKOBLCedag2xnCc7uYPeJFnkaxD4BYRRpo3a7oihrPEL1+93kjzKkn5uVuY9zS82Vlvs= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBSQnqgI5tWUK+y8pV5igvfOYLQlAvD0Q5U0ptdvYTHZTop3cR83uEPzhvibgkg9HFsx7v2ZVX5wTxNOK0/q+9E= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSTj/8/7VOBBlM4cJSy8PHIIAV5ESC/Ba2h1Ti5ngZ9aFRkrGp4tSLalh7ALLLdUbVmlj29W9S5IaYFlnh7sto= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-24_15:49:18 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-24T16:26:11.959 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa; will attempt to use it 2024-04-24T16:26:11.959 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks 2024-04-24T16:26:11.959 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-24T16:26:11.961 INFO:teuthology.task.internal:Checking packages... 2024-04-24T16:26:11.985 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5904d29475f5be602879d9fb26280e89b808d5cc' 2024-04-24T16:26:11.986 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-24T16:26:11.986 INFO:teuthology.packaging:ref: None 2024-04-24T16:26:11.986 INFO:teuthology.packaging:tag: None 2024-04-24T16:26:11.986 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-24-0937 2024-04-24T16:26:11.986 INFO:teuthology.packaging:sha1: 5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:26:11.986 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-04-24-0937 2024-04-24T16:26:12.128 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3285-g5904d294-1jammy 2024-04-24T16:26:12.129 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-24T16:26:12.138 INFO:teuthology.task.internal:no buildpackages task found 2024-04-24T16:26:12.138 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-24T16:26:12.151 INFO:teuthology.task.internal:Saving configuration 2024-04-24T16:26:12.164 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-24T16:26:12.175 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T16:26:12.199 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786', '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-04-24 16:20:14.526190', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+d7Hg1dajPZJ3DubpUJZ4lIOZ4tJLv7a1hkslAEU45'} 2024-04-24T16:26:12.224 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786', '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-04-24 16:20:14.525136', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP/IqPnvSNYAq81ufbOIBd9jxm0JA+bJ//QjhZ1NAOKR'} 2024-04-24T16:26:12.248 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786', '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-04-24 16:20:14.523601', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKQlTx+4TEVcfuhJnubeNqlUDLJNJh4cDXUEjlAf/Ymd'} 2024-04-24T16:26:12.249 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-24T16:26:12.257 INFO:teuthology.task.internal:roles: ubuntu@smithi150.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-24T16:26:12.257 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-24T16:26:12.257 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-24T16:26:12.257 INFO:teuthology.run_tasks:Running task console_log... 2024-04-24T16:26:12.370 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f21e2e18f70>, signals=[15]) 2024-04-24T16:26:12.370 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-24T16:26:12.379 INFO:teuthology.task.internal:Opening connections... 2024-04-24T16:26:12.379 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi150.front.sepia.ceph.com 2024-04-24T16:26:12.381 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:26:12.463 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-04-24T16:26:12.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:26:12.540 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2024-04-24T16:26:12.541 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:26:12.619 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-24T16:26:12.626 DEBUG:teuthology.orchestra.run.smithi150:> uname -m 2024-04-24T16:26:12.632 INFO:teuthology.orchestra.run.smithi150.stdout:x86_64 2024-04-24T16:26:12.633 DEBUG:teuthology.orchestra.run.smithi150:> cat /etc/os-release 2024-04-24T16:26:12.679 INFO:teuthology.orchestra.run.smithi150.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:NAME="Ubuntu" 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_ID="22.04" 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:VERSION_CODENAME=jammy 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:ID=ubuntu 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:ID_LIKE=debian 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T16:26:12.680 INFO:teuthology.orchestra.run.smithi150.stdout:UBUNTU_CODENAME=jammy 2024-04-24T16:26:12.681 INFO:teuthology.lock.ops:Updating smithi150.front.sepia.ceph.com on lock server 2024-04-24T16:26:12.703 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-04-24T16:26:12.709 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-04-24T16:26:12.710 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-04-24T16:26:12.756 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T16:26:12.756 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="Ubuntu" 2024-04-24T16:26:12.756 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="22.04" 2024-04-24T16:26:12.757 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T16:26:12.757 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_CODENAME=jammy 2024-04-24T16:26:12.757 INFO:teuthology.orchestra.run.smithi161.stdout:ID=ubuntu 2024-04-24T16:26:12.757 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE=debian 2024-04-24T16:26:12.757 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T16:26:12.757 INFO:teuthology.orchestra.run.smithi161.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T16:26:12.757 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T16:26:12.757 INFO:teuthology.orchestra.run.smithi161.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T16:26:12.757 INFO:teuthology.orchestra.run.smithi161.stdout:UBUNTU_CODENAME=jammy 2024-04-24T16:26:12.757 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-04-24T16:26:12.778 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2024-04-24T16:26:12.783 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2024-04-24T16:26:12.784 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2024-04-24T16:26:12.830 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T16:26:12.830 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="Ubuntu" 2024-04-24T16:26:12.830 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="22.04" 2024-04-24T16:26:12.830 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T16:26:12.830 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_CODENAME=jammy 2024-04-24T16:26:12.831 INFO:teuthology.orchestra.run.smithi190.stdout:ID=ubuntu 2024-04-24T16:26:12.831 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE=debian 2024-04-24T16:26:12.831 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T16:26:12.831 INFO:teuthology.orchestra.run.smithi190.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T16:26:12.831 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T16:26:12.831 INFO:teuthology.orchestra.run.smithi190.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T16:26:12.831 INFO:teuthology.orchestra.run.smithi190.stdout:UBUNTU_CODENAME=jammy 2024-04-24T16:26:12.831 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2024-04-24T16:26:12.861 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-24T16:26:12.870 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-24T16:26:12.907 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-24T16:26:12.908 DEBUG:teuthology.orchestra.run.smithi150:> test '!' -e /home/ubuntu/cephtest 2024-04-24T16:26:12.910 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-04-24T16:26:12.913 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2024-04-24T16:26:12.918 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-24T16:26:12.926 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-24T16:26:12.926 DEBUG:teuthology.orchestra.run.smithi150:> test -z $(ls -A /var/lib/ceph) 2024-04-24T16:26:12.956 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-04-24T16:26:12.961 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2024-04-24T16:26:13.149 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-24T16:26:13.230 INFO:teuthology.run_tasks:Running task kernel... 2024-04-24T16:26:13.280 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-24T16:26:13.280 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-04-24T16:26:13.281 DEBUG:teuthology.orchestra.run.smithi150:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T16:26:13.281 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T16:26:13.282 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T16:26:13.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T16:26:13.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T16:26:13.287 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T16:26:13.288 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-04-24T16:26:13.289 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-24T16:26:13.289 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-04-24T16:26:13.335 INFO:teuthology.orchestra.run.smithi150.stdout:5.15.0-56-generic 2024-04-24T16:26:13.336 INFO:teuthology.task.kernel:Running kernel on smithi150: 5.15.0-56-generic 2024-04-24T16:26:13.336 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get clean 2024-04-24T16:26:13.337 INFO:teuthology.orchestra.run.smithi190.stdout:5.15.0-56-generic 2024-04-24T16:26:13.338 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-56-generic 2024-04-24T16:26:13.338 INFO:teuthology.task.kernel:Running kernel on smithi190: 5.15.0-56-generic 2024-04-24T16:26:13.338 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get clean 2024-04-24T16:26:13.338 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.15.0-56-generic 2024-04-24T16:26:13.338 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-24T16:26:13.466 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get update 2024-04-24T16:26:13.479 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-04-24T16:26:13.488 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-24T16:26:13.616 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T16:26:13.617 INFO:teuthology.orchestra.run.smithi150.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T16:26:13.620 INFO:teuthology.orchestra.run.smithi150.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T16:26:13.631 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T16:26:13.633 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T16:26:13.633 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T16:26:13.639 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T16:26:13.656 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T16:26:13.710 INFO:teuthology.orchestra.run.smithi150.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T16:26:13.714 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T16:26:13.732 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T16:26:13.745 INFO:teuthology.orchestra.run.smithi190.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T16:26:13.862 INFO:teuthology.orchestra.run.smithi150.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T16:26:13.873 INFO:teuthology.orchestra.run.smithi190.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T16:26:13.879 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T16:26:13.940 INFO:teuthology.orchestra.run.smithi150.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T16:26:13.951 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T16:26:13.957 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T16:26:13.977 INFO:teuthology.orchestra.run.smithi150.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T16:26:13.985 INFO:teuthology.orchestra.run.smithi150.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T16:26:13.988 INFO:teuthology.orchestra.run.smithi150.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T16:26:13.989 INFO:teuthology.orchestra.run.smithi150.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T16:26:13.990 INFO:teuthology.orchestra.run.smithi150.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T16:26:14.007 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T16:26:14.015 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T16:26:14.015 INFO:teuthology.orchestra.run.smithi190.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T16:26:14.030 INFO:teuthology.orchestra.run.smithi150.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T16:26:14.034 INFO:teuthology.orchestra.run.smithi150.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T16:26:14.034 INFO:teuthology.orchestra.run.smithi150.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T16:26:14.056 INFO:teuthology.orchestra.run.smithi190.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T16:26:14.056 INFO:teuthology.orchestra.run.smithi190.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T16:26:14.058 INFO:teuthology.orchestra.run.smithi150.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T16:26:14.065 INFO:teuthology.orchestra.run.smithi190.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T16:26:14.068 INFO:teuthology.orchestra.run.smithi150.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T16:26:14.070 INFO:teuthology.orchestra.run.smithi150.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T16:26:14.072 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T16:26:14.073 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T16:26:14.081 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T16:26:14.085 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T16:26:14.085 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T16:26:14.086 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T16:26:14.091 INFO:teuthology.orchestra.run.smithi190.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T16:26:14.098 INFO:teuthology.orchestra.run.smithi190.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T16:26:14.104 INFO:teuthology.orchestra.run.smithi190.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T16:26:14.105 INFO:teuthology.orchestra.run.smithi150.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T16:26:14.106 INFO:teuthology.orchestra.run.smithi150.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T16:26:14.106 INFO:teuthology.orchestra.run.smithi150.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T16:26:14.107 INFO:teuthology.orchestra.run.smithi190.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T16:26:14.108 INFO:teuthology.orchestra.run.smithi190.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T16:26:14.109 INFO:teuthology.orchestra.run.smithi190.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T16:26:14.109 INFO:teuthology.orchestra.run.smithi150.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T16:26:14.122 INFO:teuthology.orchestra.run.smithi150.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T16:26:14.128 INFO:teuthology.orchestra.run.smithi150.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T16:26:14.129 INFO:teuthology.orchestra.run.smithi150.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T16:26:14.132 INFO:teuthology.orchestra.run.smithi150.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T16:26:14.133 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T16:26:14.139 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T16:26:14.139 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T16:26:14.147 INFO:teuthology.orchestra.run.smithi190.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T16:26:14.147 INFO:teuthology.orchestra.run.smithi190.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T16:26:14.147 INFO:teuthology.orchestra.run.smithi190.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T16:26:14.148 INFO:teuthology.orchestra.run.smithi190.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T16:26:14.149 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T16:26:14.149 INFO:teuthology.orchestra.run.smithi190.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T16:26:14.149 INFO:teuthology.orchestra.run.smithi190.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T16:26:14.150 INFO:teuthology.orchestra.run.smithi190.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T16:26:14.150 INFO:teuthology.orchestra.run.smithi190.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T16:26:14.168 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T16:26:14.170 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T16:26:14.177 INFO:teuthology.orchestra.run.smithi190.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T16:26:14.178 INFO:teuthology.orchestra.run.smithi190.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T16:26:14.187 INFO:teuthology.orchestra.run.smithi190.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T16:26:14.190 INFO:teuthology.orchestra.run.smithi150.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T16:26:14.192 INFO:teuthology.orchestra.run.smithi150.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T16:26:14.197 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T16:26:14.197 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T16:26:14.198 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T16:26:14.198 INFO:teuthology.orchestra.run.smithi150.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T16:26:14.198 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T16:26:14.199 INFO:teuthology.orchestra.run.smithi150.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T16:26:14.199 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T16:26:14.202 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T16:26:14.203 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T16:26:14.211 INFO:teuthology.orchestra.run.smithi150.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T16:26:14.224 INFO:teuthology.orchestra.run.smithi150.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T16:26:14.227 INFO:teuthology.orchestra.run.smithi150.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T16:26:14.227 INFO:teuthology.orchestra.run.smithi150.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T16:26:14.227 INFO:teuthology.orchestra.run.smithi150.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T16:26:14.228 INFO:teuthology.orchestra.run.smithi150.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T16:26:14.228 INFO:teuthology.orchestra.run.smithi150.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T16:26:14.234 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T16:26:14.235 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T16:26:14.238 INFO:teuthology.orchestra.run.smithi150.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T16:26:14.241 INFO:teuthology.orchestra.run.smithi150.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T16:26:14.242 INFO:teuthology.orchestra.run.smithi150.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T16:26:14.242 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T16:26:14.242 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T16:26:14.254 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T16:26:14.258 INFO:teuthology.orchestra.run.smithi150.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T16:26:14.259 INFO:teuthology.orchestra.run.smithi150.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T16:26:14.259 INFO:teuthology.orchestra.run.smithi150.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T16:26:14.260 INFO:teuthology.orchestra.run.smithi150.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T16:26:14.260 INFO:teuthology.orchestra.run.smithi150.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T16:26:14.261 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T16:26:14.264 INFO:teuthology.orchestra.run.smithi161.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T16:26:14.264 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T16:26:14.264 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T16:26:14.265 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T16:26:14.265 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T16:26:14.265 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T16:26:14.266 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T16:26:14.283 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T16:26:14.284 INFO:teuthology.orchestra.run.smithi161.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T16:26:14.303 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T16:26:14.304 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T16:26:14.304 INFO:teuthology.orchestra.run.smithi161.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T16:26:14.304 INFO:teuthology.orchestra.run.smithi161.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T16:26:14.609 INFO:teuthology.orchestra.run.smithi190.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T16:26:14.627 INFO:teuthology.orchestra.run.smithi190.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T16:26:14.638 INFO:teuthology.orchestra.run.smithi190.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T16:26:14.638 INFO:teuthology.orchestra.run.smithi190.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T16:26:14.640 INFO:teuthology.orchestra.run.smithi190.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T16:26:14.734 INFO:teuthology.orchestra.run.smithi190.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T16:26:14.745 INFO:teuthology.orchestra.run.smithi190.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T16:26:14.745 INFO:teuthology.orchestra.run.smithi190.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T16:26:14.775 INFO:teuthology.orchestra.run.smithi190.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T16:26:14.952 INFO:teuthology.orchestra.run.smithi190.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T16:26:15.358 INFO:teuthology.orchestra.run.smithi190.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T16:26:15.364 INFO:teuthology.orchestra.run.smithi190.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T16:26:15.365 INFO:teuthology.orchestra.run.smithi190.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T16:26:15.384 INFO:teuthology.orchestra.run.smithi190.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T16:26:15.387 INFO:teuthology.orchestra.run.smithi190.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T16:26:19.659 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 13.3 MB in 2s (7,263 kB/s) 2024-04-24T16:26:19.848 INFO:teuthology.orchestra.run.smithi150.stdout:Fetched 13.3 MB in 2s (6,938 kB/s) 2024-04-24T16:26:19.913 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 13.3 MB in 2s (6,833 kB/s) 2024-04-24T16:26:21.067 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-24T16:26:21.084 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T16:26:21.134 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-24T16:26:21.166 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-04-24T16:26:21.183 DEBUG:teuthology.orchestra.run.smithi150:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T16:26:21.237 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-04-24T16:26:21.314 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-04-24T16:26:21.315 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-04-24T16:26:21.318 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-24T16:26:21.334 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T16:26:21.385 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-24T16:26:21.415 INFO:teuthology.orchestra.run.smithi150.stdout:Building dependency tree... 2024-04-24T16:26:21.416 INFO:teuthology.orchestra.run.smithi150.stdout:Reading state information... 2024-04-24T16:26:21.470 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T16:26:21.470 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T16:26:21.470 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T16:26:21.471 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T16:26:21.471 INFO:teuthology.orchestra.run.smithi190.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T16:26:21.471 INFO:teuthology.orchestra.run.smithi190.stdout: python2.7-minimal 2024-04-24T16:26:21.471 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T16:26:21.472 INFO:teuthology.orchestra.run.smithi190.stdout:The following additional packages will be installed: 2024-04-24T16:26:21.472 INFO:teuthology.orchestra.run.smithi190.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T16:26:21.472 INFO:teuthology.orchestra.run.smithi190.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T16:26:21.473 INFO:teuthology.orchestra.run.smithi190.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T16:26:21.474 INFO:teuthology.orchestra.run.smithi190.stdout:Suggested packages: 2024-04-24T16:26:21.474 INFO:teuthology.orchestra.run.smithi190.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T16:26:21.474 INFO:teuthology.orchestra.run.smithi190.stdout:Recommended packages: 2024-04-24T16:26:21.474 INFO:teuthology.orchestra.run.smithi190.stdout: thermald 2024-04-24T16:26:21.521 INFO:teuthology.orchestra.run.smithi190.stdout:The following NEW packages will be installed: 2024-04-24T16:26:21.522 INFO:teuthology.orchestra.run.smithi190.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T16:26:21.522 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T16:26:21.522 INFO:teuthology.orchestra.run.smithi190.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T16:26:21.523 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages will be upgraded: 2024-04-24T16:26:21.523 INFO:teuthology.orchestra.run.smithi190.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T16:26:21.562 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-24T16:26:21.562 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-24T16:26:21.572 INFO:teuthology.orchestra.run.smithi150.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T16:26:21.572 INFO:teuthology.orchestra.run.smithi150.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T16:26:21.572 INFO:teuthology.orchestra.run.smithi150.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T16:26:21.573 INFO:teuthology.orchestra.run.smithi150.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T16:26:21.573 INFO:teuthology.orchestra.run.smithi150.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T16:26:21.573 INFO:teuthology.orchestra.run.smithi150.stdout: python2.7-minimal 2024-04-24T16:26:21.573 INFO:teuthology.orchestra.run.smithi150.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T16:26:21.574 INFO:teuthology.orchestra.run.smithi150.stdout:The following additional packages will be installed: 2024-04-24T16:26:21.574 INFO:teuthology.orchestra.run.smithi150.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T16:26:21.574 INFO:teuthology.orchestra.run.smithi150.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T16:26:21.575 INFO:teuthology.orchestra.run.smithi150.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T16:26:21.576 INFO:teuthology.orchestra.run.smithi150.stdout:Suggested packages: 2024-04-24T16:26:21.576 INFO:teuthology.orchestra.run.smithi150.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T16:26:21.576 INFO:teuthology.orchestra.run.smithi150.stdout:Recommended packages: 2024-04-24T16:26:21.576 INFO:teuthology.orchestra.run.smithi150.stdout: thermald 2024-04-24T16:26:21.580 INFO:teuthology.orchestra.run.smithi190.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T16:26:21.580 INFO:teuthology.orchestra.run.smithi190.stdout:Need to get 113 MB of archives. 2024-04-24T16:26:21.580 INFO:teuthology.orchestra.run.smithi190.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T16:26:21.580 INFO:teuthology.orchestra.run.smithi190.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-24T16:26:21.632 INFO:teuthology.orchestra.run.smithi150.stdout:The following NEW packages will be installed: 2024-04-24T16:26:21.632 INFO:teuthology.orchestra.run.smithi150.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T16:26:21.632 INFO:teuthology.orchestra.run.smithi150.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T16:26:21.632 INFO:teuthology.orchestra.run.smithi150.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T16:26:21.634 INFO:teuthology.orchestra.run.smithi150.stdout:The following packages will be upgraded: 2024-04-24T16:26:21.634 INFO:teuthology.orchestra.run.smithi150.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T16:26:21.692 INFO:teuthology.orchestra.run.smithi150.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T16:26:21.692 INFO:teuthology.orchestra.run.smithi150.stdout:Need to get 113 MB of archives. 2024-04-24T16:26:21.692 INFO:teuthology.orchestra.run.smithi150.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T16:26:21.692 INFO:teuthology.orchestra.run.smithi150.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-24T16:26:21.715 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T16:26:21.715 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T16:26:21.716 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T16:26:21.716 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T16:26:21.716 INFO:teuthology.orchestra.run.smithi161.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T16:26:21.716 INFO:teuthology.orchestra.run.smithi161.stdout: python2.7-minimal 2024-04-24T16:26:21.716 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T16:26:21.717 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-04-24T16:26:21.717 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T16:26:21.717 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T16:26:21.718 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T16:26:21.719 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-04-24T16:26:21.719 INFO:teuthology.orchestra.run.smithi161.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T16:26:21.719 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-04-24T16:26:21.719 INFO:teuthology.orchestra.run.smithi161.stdout: thermald 2024-04-24T16:26:21.769 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-04-24T16:26:21.769 INFO:teuthology.orchestra.run.smithi161.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T16:26:21.769 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T16:26:21.769 INFO:teuthology.orchestra.run.smithi161.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T16:26:21.770 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages will be upgraded: 2024-04-24T16:26:21.771 INFO:teuthology.orchestra.run.smithi161.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T16:26:21.831 INFO:teuthology.orchestra.run.smithi161.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T16:26:21.832 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 113 MB of archives. 2024-04-24T16:26:21.832 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T16:26:21.832 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-24T16:26:22.176 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-24T16:26:22.304 INFO:teuthology.orchestra.run.smithi150.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-24T16:26:22.493 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-24T16:26:22.649 INFO:teuthology.orchestra.run.smithi150.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-24T16:26:22.840 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-24T16:26:23.246 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-24T16:26:24.631 INFO:teuthology.orchestra.run.smithi190.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-24T16:26:24.631 INFO:teuthology.orchestra.run.smithi190.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-24T16:26:24.632 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-24T16:26:24.999 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-24T16:26:25.002 INFO:teuthology.orchestra.run.smithi150.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-24T16:26:25.002 INFO:teuthology.orchestra.run.smithi150.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-24T16:26:25.003 INFO:teuthology.orchestra.run.smithi150.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-24T16:26:25.096 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-24T16:26:25.150 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-24T16:26:25.151 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-24T16:26:25.151 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-24T16:26:25.312 INFO:teuthology.orchestra.run.smithi150.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-24T16:26:25.374 INFO:teuthology.orchestra.run.smithi150.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-24T16:26:25.416 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-24T16:26:25.488 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-24T16:26:25.502 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 113 MB in 4s (31.8 MB/s) 2024-04-24T16:26:25.669 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T16:26:25.758 INFO:teuthology.orchestra.run.smithi150.stdout:Fetched 113 MB in 4s (30.3 MB/s) 2024-04-24T16:26:25.876 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 113 MB in 4s (30.5 MB/s) 2024-04-24T16:26:25.929 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T16:26:26.051 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T16:26:27.683 INFO:teuthology.orchestra.run.smithi190.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-04-24T16:26:27.688 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:27.782 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:27.960 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:26:27.964 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:28.043 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:28.047 INFO:teuthology.orchestra.run.smithi161.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-04-24T16:26:28.052 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:28.164 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:30.170 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T16:26:30.191 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:30.279 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:30.383 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T16:26:30.405 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:30.490 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:30.739 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T16:26:30.760 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:30.782 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T16:26:30.797 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:30.803 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:30.897 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:30.986 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T16:26:31.006 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:31.036 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:31.343 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T16:26:31.363 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:31.401 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:37.293 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T16:26:37.435 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T16:26:37.656 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T16:26:37.758 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T16:26:37.767 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T16:26:37.841 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T16:26:37.888 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T16:26:37.968 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T16:26:38.049 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T16:26:38.170 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T16:26:38.183 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T16:26:38.205 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T16:26:38.241 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T16:26:38.292 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T16:26:38.388 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T16:26:38.489 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T16:26:38.511 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T16:26:38.555 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T16:26:38.674 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T16:26:38.685 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T16:26:38.724 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T16:26:43.758 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T16:26:43.794 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:43.824 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:44.332 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T16:26:44.369 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:44.398 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:44.504 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T16:26:44.541 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T16:26:44.579 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:47.002 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T16:26:47.070 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T16:26:47.128 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T16:26:47.192 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T16:26:47.202 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T16:26:47.325 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T16:26:47.494 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T16:26:47.567 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T16:26:47.616 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:47.672 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T16:26:47.688 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:47.742 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T16:26:47.796 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:47.814 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T16:26:47.887 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:47.922 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T16:26:47.942 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:48.050 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:49.216 INFO:teuthology.orchestra.run.smithi190.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T16:26:49.217 INFO:teuthology.orchestra.run.smithi190.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T16:26:49.217 INFO:teuthology.orchestra.run.smithi190.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T16:26:49.217 INFO:teuthology.orchestra.run.smithi190.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T16:26:49.421 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T16:26:49.421 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T16:26:49.421 INFO:teuthology.orchestra.run.smithi161.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T16:26:49.421 INFO:teuthology.orchestra.run.smithi161.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T16:26:49.436 INFO:teuthology.orchestra.run.smithi150.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T16:26:49.436 INFO:teuthology.orchestra.run.smithi150.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T16:26:49.436 INFO:teuthology.orchestra.run.smithi150.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T16:26:49.436 INFO:teuthology.orchestra.run.smithi150.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T16:26:49.761 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:49.769 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:49.798 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:51.154 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:51.217 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:51.429 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:52.539 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T16:26:52.651 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T16:26:52.664 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T16:26:52.760 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T16:26:52.807 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:52.862 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:52.876 INFO:teuthology.orchestra.run.smithi150.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T16:26:52.876 INFO:teuthology.orchestra.run.smithi150.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T16:26:52.923 INFO:teuthology.orchestra.run.smithi190.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T16:26:52.923 INFO:teuthology.orchestra.run.smithi190.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T16:26:53.105 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T16:26:53.231 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T16:26:53.349 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T16:26:53.414 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T16:26:53.414 INFO:teuthology.orchestra.run.smithi161.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T16:27:06.955 INFO:teuthology.orchestra.run.smithi190.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T16:27:06.955 INFO:teuthology.orchestra.run.smithi190.stdout:Sourcing file `/etc/default/grub' 2024-04-24T16:27:06.982 INFO:teuthology.orchestra.run.smithi190.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T16:27:06.999 INFO:teuthology.orchestra.run.smithi190.stdout:Generating grub configuration file ... 2024-04-24T16:27:07.016 INFO:teuthology.orchestra.run.smithi150.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T16:27:07.016 INFO:teuthology.orchestra.run.smithi150.stdout:Sourcing file `/etc/default/grub' 2024-04-24T16:27:07.032 INFO:teuthology.orchestra.run.smithi150.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T16:27:07.055 INFO:teuthology.orchestra.run.smithi150.stdout:Generating grub configuration file ... 2024-04-24T16:27:07.291 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T16:27:07.304 INFO:teuthology.orchestra.run.smithi161.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T16:27:07.304 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub' 2024-04-24T16:27:07.312 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T16:27:07.323 INFO:teuthology.orchestra.run.smithi161.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T16:27:07.328 INFO:teuthology.orchestra.run.smithi150.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T16:27:07.336 INFO:teuthology.orchestra.run.smithi161.stdout:Generating grub configuration file ... 2024-04-24T16:27:07.355 INFO:teuthology.orchestra.run.smithi150.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T16:27:07.626 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T16:27:07.631 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T16:27:07.658 INFO:teuthology.orchestra.run.smithi150.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T16:27:07.664 INFO:teuthology.orchestra.run.smithi150.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T16:27:07.699 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T16:27:07.701 INFO:teuthology.orchestra.run.smithi190.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T16:27:07.705 INFO:teuthology.orchestra.run.smithi190.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T16:27:07.720 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T16:27:07.733 INFO:teuthology.orchestra.run.smithi150.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T16:27:07.739 INFO:teuthology.orchestra.run.smithi150.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T16:27:07.873 INFO:teuthology.orchestra.run.smithi190.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T16:27:07.873 INFO:teuthology.orchestra.run.smithi190.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T16:27:07.874 INFO:teuthology.orchestra.run.smithi190.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T16:27:07.904 INFO:teuthology.orchestra.run.smithi150.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T16:27:07.904 INFO:teuthology.orchestra.run.smithi150.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T16:27:07.905 INFO:teuthology.orchestra.run.smithi150.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T16:27:07.923 INFO:teuthology.orchestra.run.smithi190.stdout:done 2024-04-24T16:27:07.952 INFO:teuthology.orchestra.run.smithi150.stdout:done 2024-04-24T16:27:08.026 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T16:27:08.033 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T16:27:08.102 INFO:teuthology.orchestra.run.smithi161.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T16:27:08.107 INFO:teuthology.orchestra.run.smithi161.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T16:27:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T16:27:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T16:27:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T16:27:08.301 INFO:teuthology.orchestra.run.smithi161.stdout:done 2024-04-24T16:27:08.389 DEBUG:teuthology.orchestra.run.smithi190:> dpkg -s linux-image-generic 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Package: linux-image-generic 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Status: install ok installed 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Priority: optional 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Section: kernel 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Installed-Size: 21 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: amd64 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Source: linux-meta 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Version: 5.15.0.105.102 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T16:27:08.415 INFO:teuthology.orchestra.run.smithi190.stdout:Recommends: thermald 2024-04-24T16:27:08.416 INFO:teuthology.orchestra.run.smithi190.stdout:Description: Generic Linux kernel image 2024-04-24T16:27:08.416 INFO:teuthology.orchestra.run.smithi190.stdout: This package will always depend on the latest generic kernel image 2024-04-24T16:27:08.416 INFO:teuthology.orchestra.run.smithi190.stdout: available. 2024-04-24T16:27:08.416 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T16:27:08.416 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T16:27:08.416 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T16:27:08.416 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-24T16:27:08.416 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T16:27:08.416 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get clean 2024-04-24T16:27:08.428 DEBUG:teuthology.orchestra.run.smithi150:> dpkg -s linux-image-generic 2024-04-24T16:27:08.450 INFO:teuthology.orchestra.run.smithi150.stdout:Package: linux-image-generic 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Status: install ok installed 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Priority: optional 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Section: kernel 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Installed-Size: 21 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: amd64 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Source: linux-meta 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Version: 5.15.0.105.102 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Recommends: thermald 2024-04-24T16:27:08.451 INFO:teuthology.orchestra.run.smithi150.stdout:Description: Generic Linux kernel image 2024-04-24T16:27:08.452 INFO:teuthology.orchestra.run.smithi150.stdout: This package will always depend on the latest generic kernel image 2024-04-24T16:27:08.452 INFO:teuthology.orchestra.run.smithi150.stdout: available. 2024-04-24T16:27:08.452 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T16:27:08.452 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T16:27:08.452 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T16:27:08.452 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-24T16:27:08.452 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi150.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T16:27:08.452 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get clean 2024-04-24T16:27:08.589 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-04-24T16:27:08.602 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get update 2024-04-24T16:27:08.709 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T16:27:08.718 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T16:27:08.718 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T16:27:08.721 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T16:27:08.729 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T16:27:08.741 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T16:27:08.748 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T16:27:08.781 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-24T16:27:08.803 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-24T16:27:08.803 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-24T16:27:08.803 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-24T16:27:08.803 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-24T16:27:08.803 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-24T16:27:08.803 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T16:27:08.803 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-24T16:27:08.803 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-24T16:27:08.803 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.105.102 2024-04-24T16:27:08.803 INFO:teuthology.orchestra.run.smithi161.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T16:27:08.804 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T16:27:08.804 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-24T16:27:08.804 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-24T16:27:08.804 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-24T16:27:08.804 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-24T16:27:08.804 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T16:27:08.804 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T16:27:08.804 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T16:27:08.804 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-24T16:27:08.804 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T16:27:08.804 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get clean 2024-04-24T16:27:08.826 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T16:27:08.995 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-24T16:27:09.113 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T16:27:09.113 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T16:27:09.124 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T16:27:09.144 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T16:27:10.100 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-24T16:27:10.118 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T16:27:10.140 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-04-24T16:27:10.158 DEBUG:teuthology.orchestra.run.smithi150:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T16:27:10.178 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-24T16:27:10.212 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-04-24T16:27:10.381 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-04-24T16:27:10.381 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-04-24T16:27:10.403 INFO:teuthology.orchestra.run.smithi150.stdout:Building dependency tree... 2024-04-24T16:27:10.404 INFO:teuthology.orchestra.run.smithi150.stdout:Reading state information... 2024-04-24T16:27:10.508 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-24T16:27:10.525 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T16:27:10.548 INFO:teuthology.orchestra.run.smithi190.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T16:27:10.548 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T16:27:10.548 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T16:27:10.548 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T16:27:10.548 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T16:27:10.549 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T16:27:10.549 INFO:teuthology.orchestra.run.smithi190.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T16:27:10.549 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T16:27:10.562 INFO:teuthology.orchestra.run.smithi150.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T16:27:10.562 INFO:teuthology.orchestra.run.smithi150.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T16:27:10.562 INFO:teuthology.orchestra.run.smithi150.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T16:27:10.562 INFO:teuthology.orchestra.run.smithi150.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T16:27:10.562 INFO:teuthology.orchestra.run.smithi150.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T16:27:10.563 INFO:teuthology.orchestra.run.smithi150.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T16:27:10.563 INFO:teuthology.orchestra.run.smithi150.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T16:27:10.563 INFO:teuthology.orchestra.run.smithi150.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T16:27:10.585 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-24T16:27:10.587 INFO:teuthology.orchestra.run.smithi190.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T16:27:10.589 DEBUG:teuthology.orchestra.run.smithi190:> dpkg -s linux-image-generic 2024-04-24T16:27:10.599 INFO:teuthology.orchestra.run.smithi150.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T16:27:10.601 DEBUG:teuthology.orchestra.run.smithi150:> dpkg -s linux-image-generic 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Package: linux-image-generic 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Status: install ok installed 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Priority: optional 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Section: kernel 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Installed-Size: 21 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: amd64 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Source: linux-meta 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Version: 5.15.0.105.102 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T16:27:10.604 INFO:teuthology.orchestra.run.smithi190.stdout:Recommends: thermald 2024-04-24T16:27:10.605 INFO:teuthology.orchestra.run.smithi190.stdout:Description: Generic Linux kernel image 2024-04-24T16:27:10.605 INFO:teuthology.orchestra.run.smithi190.stdout: This package will always depend on the latest generic kernel image 2024-04-24T16:27:10.605 INFO:teuthology.orchestra.run.smithi190.stdout: available. 2024-04-24T16:27:10.605 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2024-04-24T16:27:10.651 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.3aLtyksjuk 2024-04-24T16:27:10.651 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub/grub.cfg /tmp/tmp.3aLtyksjuk 2024-04-24T16:27:10.661 INFO:teuthology.orchestra.run.smithi150.stdout:Package: linux-image-generic 2024-04-24T16:27:10.661 INFO:teuthology.orchestra.run.smithi150.stdout:Status: install ok installed 2024-04-24T16:27:10.661 INFO:teuthology.orchestra.run.smithi150.stdout:Priority: optional 2024-04-24T16:27:10.661 INFO:teuthology.orchestra.run.smithi150.stdout:Section: kernel 2024-04-24T16:27:10.661 INFO:teuthology.orchestra.run.smithi150.stdout:Installed-Size: 21 2024-04-24T16:27:10.661 INFO:teuthology.orchestra.run.smithi150.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T16:27:10.661 INFO:teuthology.orchestra.run.smithi150.stdout:Architecture: amd64 2024-04-24T16:27:10.661 INFO:teuthology.orchestra.run.smithi150.stdout:Source: linux-meta 2024-04-24T16:27:10.661 INFO:teuthology.orchestra.run.smithi150.stdout:Version: 5.15.0.105.102 2024-04-24T16:27:10.662 INFO:teuthology.orchestra.run.smithi150.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T16:27:10.662 INFO:teuthology.orchestra.run.smithi150.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T16:27:10.662 INFO:teuthology.orchestra.run.smithi150.stdout:Recommends: thermald 2024-04-24T16:27:10.662 INFO:teuthology.orchestra.run.smithi150.stdout:Description: Generic Linux kernel image 2024-04-24T16:27:10.662 INFO:teuthology.orchestra.run.smithi150.stdout: This package will always depend on the latest generic kernel image 2024-04-24T16:27:10.662 INFO:teuthology.orchestra.run.smithi150.stdout: available. 2024-04-24T16:27:10.663 DEBUG:teuthology.orchestra.run.smithi150:> mktemp 2024-04-24T16:27:10.707 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.3aLtyksjuk 2024-04-24T16:27:10.710 INFO:teuthology.orchestra.run.smithi150.stdout:/tmp/tmp.2MgrjUyjlc 2024-04-24T16:27:10.710 DEBUG:teuthology.orchestra.run.smithi150:> sudo cp /boot/grub/grub.cfg /tmp/tmp.2MgrjUyjlc 2024-04-24T16:27:10.767 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 0666 /tmp/tmp.2MgrjUyjlc 2024-04-24T16:27:10.780 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-24T16:27:10.781 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-24T16:27:10.827 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.3aLtyksjuk is 10KB 2024-04-24T16:27:10.839 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.3aLtyksjuk 2024-04-24T16:27:10.844 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T16:27:10.882 DEBUG:teuthology.orchestra.remote:smithi150:/tmp/tmp.2MgrjUyjlc is 10KB 2024-04-24T16:27:10.895 DEBUG:teuthology.orchestra.run.smithi150:> rm -fr /tmp/tmp.2MgrjUyjlc 2024-04-24T16:27:10.899 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:27:10.899 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T16:27:10.899 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T16:27:10.900 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T16:27:10.935 INFO:teuthology.orchestra.run.smithi161.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T16:27:10.935 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T16:27:10.935 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T16:27:10.935 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T16:27:10.935 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T16:27:10.935 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T16:27:10.935 INFO:teuthology.orchestra.run.smithi161.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T16:27:10.935 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T16:27:10.954 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:27:10.955 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T16:27:10.955 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T16:27:10.966 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T16:27:10.966 DEBUG:teuthology.orchestra.run.smithi190:> sudo update-grub 2024-04-24T16:27:10.974 INFO:teuthology.orchestra.run.smithi161.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T16:27:10.977 DEBUG:teuthology.orchestra.run.smithi161:> dpkg -s linux-image-generic 2024-04-24T16:27:10.993 INFO:teuthology.orchestra.run.smithi161.stdout:Package: linux-image-generic 2024-04-24T16:27:10.993 INFO:teuthology.orchestra.run.smithi161.stdout:Status: install ok installed 2024-04-24T16:27:10.994 INFO:teuthology.orchestra.run.smithi161.stdout:Priority: optional 2024-04-24T16:27:10.994 INFO:teuthology.orchestra.run.smithi161.stdout:Section: kernel 2024-04-24T16:27:10.994 INFO:teuthology.orchestra.run.smithi161.stdout:Installed-Size: 21 2024-04-24T16:27:10.994 INFO:teuthology.orchestra.run.smithi161.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T16:27:10.994 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: amd64 2024-04-24T16:27:10.995 INFO:teuthology.orchestra.run.smithi161.stdout:Source: linux-meta 2024-04-24T16:27:10.995 INFO:teuthology.orchestra.run.smithi161.stdout:Version: 5.15.0.105.102 2024-04-24T16:27:10.995 INFO:teuthology.orchestra.run.smithi161.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-24T16:27:10.995 INFO:teuthology.orchestra.run.smithi161.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-24T16:27:10.995 INFO:teuthology.orchestra.run.smithi161.stdout:Recommends: thermald 2024-04-24T16:27:10.995 INFO:teuthology.orchestra.run.smithi161.stdout:Description: Generic Linux kernel image 2024-04-24T16:27:10.996 INFO:teuthology.orchestra.run.smithi161.stdout: This package will always depend on the latest generic kernel image 2024-04-24T16:27:10.996 INFO:teuthology.orchestra.run.smithi161.stdout: available. 2024-04-24T16:27:10.996 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-04-24T16:27:11.022 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T16:27:11.022 DEBUG:teuthology.orchestra.run.smithi150:> sudo update-grub 2024-04-24T16:27:11.039 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.EnXh7P6FYC 2024-04-24T16:27:11.040 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub/grub.cfg /tmp/tmp.EnXh7P6FYC 2024-04-24T16:27:11.093 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.EnXh7P6FYC 2024-04-24T16:27:11.207 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.EnXh7P6FYC is 10KB 2024-04-24T16:27:11.220 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.EnXh7P6FYC 2024-04-24T16:27:11.226 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T16:27:11.278 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:27:11.278 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T16:27:11.278 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T16:27:11.345 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T16:27:11.345 DEBUG:teuthology.orchestra.run.smithi161:> sudo update-grub 2024-04-24T16:27:12.192 INFO:teuthology.orchestra.run.smithi190.stderr:Sourcing file `/etc/default/grub' 2024-04-24T16:27:12.194 INFO:teuthology.orchestra.run.smithi190.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T16:27:12.195 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2024-04-24T16:27:12.221 INFO:teuthology.orchestra.run.smithi150.stderr:Sourcing file `/etc/default/grub' 2024-04-24T16:27:12.221 INFO:teuthology.orchestra.run.smithi150.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T16:27:12.223 INFO:teuthology.orchestra.run.smithi150.stderr:Generating grub configuration file ... 2024-04-24T16:27:12.377 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T16:27:12.383 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T16:27:12.395 INFO:teuthology.orchestra.run.smithi150.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T16:27:12.401 INFO:teuthology.orchestra.run.smithi150.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T16:27:12.575 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub' 2024-04-24T16:27:12.576 INFO:teuthology.orchestra.run.smithi161.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T16:27:12.581 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-04-24T16:27:12.629 INFO:teuthology.orchestra.run.smithi150.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T16:27:12.634 INFO:teuthology.orchestra.run.smithi150.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T16:27:12.647 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T16:27:12.652 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T16:27:12.675 INFO:teuthology.orchestra.run.smithi150.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T16:27:12.680 INFO:teuthology.orchestra.run.smithi150.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T16:27:12.693 INFO:teuthology.orchestra.run.smithi190.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T16:27:12.698 INFO:teuthology.orchestra.run.smithi190.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T16:27:12.777 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T16:27:12.782 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T16:27:12.808 INFO:teuthology.orchestra.run.smithi190.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T16:27:12.808 INFO:teuthology.orchestra.run.smithi190.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T16:27:12.808 INFO:teuthology.orchestra.run.smithi190.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T16:27:12.821 INFO:teuthology.orchestra.run.smithi190.stderr:done 2024-04-24T16:27:12.833 INFO:teuthology.orchestra.run.smithi150.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T16:27:12.833 INFO:teuthology.orchestra.run.smithi150.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T16:27:12.833 INFO:teuthology.orchestra.run.smithi150.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T16:27:12.838 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2024-04-24T16:27:12.848 INFO:teuthology.orchestra.run.smithi150.stderr:done 2024-04-24T16:27:12.857 DEBUG:teuthology.orchestra.run.smithi150:> sudo shutdown -r now 2024-04-24T16:27:13.016 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T16:27:13.022 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T16:27:13.064 INFO:teuthology.orchestra.run.smithi161.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T16:27:13.069 INFO:teuthology.orchestra.run.smithi161.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T16:27:13.204 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T16:27:13.204 INFO:teuthology.orchestra.run.smithi161.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T16:27:13.204 INFO:teuthology.orchestra.run.smithi161.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T16:27:13.219 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-04-24T16:27:13.221 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-04-24T16:27:42.864 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-24T16:27:42.865 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-24T16:27:42.866 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:27:42.868 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-24T16:27:42.868 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-04-24T16:27:42.868 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:27:43.224 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-24T16:27:43.225 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T16:27:43.226 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:28:17.311 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.150 2024-04-24T16:28:17.312 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-04-24T16:28:17.822 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-24T16:28:26.320 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-04-24T16:28:26.322 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:28:26.323 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-24T16:28:26.324 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:28:26.824 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T16:28:26.824 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:28:44.703 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.190 2024-04-24T16:28:45.214 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-24T16:28:56.714 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-24T16:28:56.716 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:28:56.948 ERROR:teuthology.orchestra.connection:Error authenticating with smithi190.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/connection.py", line 106, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 485, in connect self._auth( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 818, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/virtualenv/lib/python3.8/site-packages/paramiko/client.py", line 794, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/virtualenv/lib/python3.8/site-packages/paramiko/transport.py", line 1664, in auth_publickey raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2024-04-24T16:28:57.216 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T16:28:57.216 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:29:00.286 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-04-24T16:29:01.030 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-04-24T16:29:02.067 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-24T16:29:02.068 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-24T16:29:02.068 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2024-04-24T16:29:02.073 INFO:teuthology.orchestra.run.smithi190.stdout:5.15.0-105-generic 2024-04-24T16:29:02.073 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T16:29:02.073 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T16:29:02.073 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T16:29:03.074 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-24T16:29:03.075 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T16:29:03.150 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2024-04-24T16:29:03.173 DEBUG:teuthology.parallel:result is None 2024-04-24T16:29:15.288 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T16:29:15.288 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:29:15.487 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-24T16:29:16.086 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T16:29:16.086 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-24T16:29:16.086 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-04-24T16:29:16.133 INFO:teuthology.orchestra.run.smithi161.stdout:5.15.0-105-generic 2024-04-24T16:29:16.134 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T16:29:16.134 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T16:29:16.134 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T16:29:17.135 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-24T16:29:17.135 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T16:29:17.222 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-04-24T16:29:17.243 DEBUG:teuthology.parallel:result is None 2024-04-24T16:29:26.324 DEBUG:teuthology.orchestra.remote:timed out 2024-04-24T16:29:38.325 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-04-24T16:29:38.327 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:29:38.619 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-04-24T16:29:39.337 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-04-24T16:29:39.338 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-24T16:29:39.338 DEBUG:teuthology.orchestra.run.smithi150:> uname -r 2024-04-24T16:29:39.387 INFO:teuthology.orchestra.run.smithi150.stdout:5.15.0-105-generic 2024-04-24T16:29:39.387 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T16:29:39.387 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T16:29:39.387 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T16:29:40.388 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-24T16:29:40.389 DEBUG:teuthology.orchestra.run.smithi150:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T16:29:40.742 INFO:teuthology.orchestra.run.smithi150.stdout:ttyS1 2024-04-24T16:29:40.764 DEBUG:teuthology.parallel:result is None 2024-04-24T16:29:40.765 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-24T16:29:40.772 INFO:teuthology.task.internal:Creating test directory... 2024-04-24T16:29:40.772 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T16:29:40.775 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T16:29:40.777 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T16:29:40.784 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-24T16:29:40.815 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-24T16:29:40.822 INFO:teuthology.task.internal:Creating archive directory... 2024-04-24T16:29:40.823 DEBUG:teuthology.orchestra.run.smithi150:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T16:29:40.825 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T16:29:40.827 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T16:29:40.962 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-24T16:29:40.969 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-24T16:29:40.969 DEBUG:teuthology.orchestra.run.smithi150:> 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-04-24T16:29:40.971 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-24T16:29:40.974 DEBUG:teuthology.orchestra.run.smithi190:> 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-04-24T16:29:40.988 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T16:29:40.995 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T16:29:40.996 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T16:29:41.003 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T16:29:41.004 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T16:29:41.011 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T16:29:41.013 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-24T16:29:41.066 INFO:teuthology.task.internal:Configuring sudo... 2024-04-24T16:29:41.066 DEBUG:teuthology.orchestra.run.smithi150:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T16:29:41.069 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T16:29:41.071 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T16:29:41.096 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-24T16:29:41.105 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-24T16:29:41.106 DEBUG:teuthology.orchestra.run.smithi150:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T16:29:41.140 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T16:29:41.142 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T16:29:41.148 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T16:29:41.195 DEBUG:teuthology.orchestra.run.smithi150:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T16:29:41.243 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:29:41.243 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T16:29:41.309 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T16:29:41.315 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T16:29:41.363 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:29:41.363 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T16:29:41.437 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T16:29:41.443 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T16:29:41.491 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:29:41.491 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T16:29:41.562 DEBUG:teuthology.orchestra.run.smithi150:> sudo service rsyslog restart 2024-04-24T16:29:41.565 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-04-24T16:29:41.567 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2024-04-24T16:29:41.644 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-24T16:29:41.653 INFO:teuthology.task.internal:Starting timer... 2024-04-24T16:29:41.653 INFO:teuthology.run_tasks:Running task pcp... 2024-04-24T16:29:41.664 INFO:teuthology.run_tasks:Running task selinux... 2024-04-24T16:29:41.675 DEBUG:teuthology.task.selinux:Excluding smithi150: OS 'ubuntu' does not support SELinux 2024-04-24T16:29:41.676 DEBUG:teuthology.task.selinux:Excluding smithi161: OS 'ubuntu' does not support SELinux 2024-04-24T16:29:41.676 DEBUG:teuthology.task.selinux:Excluding smithi190: OS 'ubuntu' does not support SELinux 2024-04-24T16:29:41.676 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-24T16:29:41.676 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-24T16:29:41.676 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-24T16:29:41.676 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-24T16:29:41.685 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-24T16:29:41.690 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-24T16:29:41.821 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-24T16:29:41.839 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-04-24T16:29:41.841 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi150.front.sepia.ceph.com,smithi161.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-24T16:36:48.080 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi150.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2024-04-24T16:36:48.081 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-04-24T16:36:48.082 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi150.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:36:48.164 DEBUG:teuthology.orchestra.run.smithi150:> true 2024-04-24T16:36:48.242 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi150.front.sepia.ceph.com' 2024-04-24T16:36:48.242 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T16:36:48.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:36:48.321 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-04-24T16:36:48.394 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-04-24T16:36:48.394 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-24T16:36:48.395 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T16:36:48.475 DEBUG:teuthology.orchestra.run.smithi190:> true 2024-04-24T16:36:48.554 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2024-04-24T16:36:48.555 INFO:teuthology.run_tasks:Running task clock... 2024-04-24T16:36:48.567 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-24T16:36:48.567 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T16:36:48.568 DEBUG:teuthology.orchestra.run.smithi150:> 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-04-24T16:36:48.570 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T16:36:48.570 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-24T16:36:48.572 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T16:36:48.572 DEBUG:teuthology.orchestra.run.smithi190:> 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-04-24T16:36:48.597 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T16:36:48.597 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: Command line: ntpd -gq 2024-04-24T16:36:48.597 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: ---------------------------------------------------- 2024-04-24T16:36:48.597 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T16:36:48.597 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T16:36:48.597 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: corporation. Support and training for ntp-4 are 2024-04-24T16:36:48.597 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: available at https://www.nwtime.org/support 2024-04-24T16:36:48.598 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: ---------------------------------------------------- 2024-04-24T16:36:48.598 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: proto: precision = 0.059 usec (-24) 2024-04-24T16:36:48.598 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: basedate set to 2022-02-04 2024-04-24T16:36:48.598 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: gps base set to 2022-02-06 (week 2196) 2024-04-24T16:36:48.599 INFO:teuthology.orchestra.run.smithi150.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T16:36:48.599 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T16:36:48.599 INFO:teuthology.orchestra.run.smithi150.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T16:36:48.600 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T16:36:48.600 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T16:36:48.600 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T16:36:48.600 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T16:36:48.600 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: Listen normally on 3 enp3s0f1 172.21.15.150:123 2024-04-24T16:36:48.601 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: Listen normally on 4 lo [::1]:123 2024-04-24T16:36:48.601 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e35%5]:123 2024-04-24T16:36:48.601 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:48 ntpd[17234]: Listening on routing socket on fd #22 for interface updates 2024-04-24T16:36:48.602 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T16:36:48.602 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: Command line: ntpd -gq 2024-04-24T16:36:48.602 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: ---------------------------------------------------- 2024-04-24T16:36:48.602 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T16:36:48.602 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T16:36:48.602 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: corporation. Support and training for ntp-4 are 2024-04-24T16:36:48.602 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: available at https://www.nwtime.org/support 2024-04-24T16:36:48.602 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: ---------------------------------------------------- 2024-04-24T16:36:48.602 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: proto: precision = 0.045 usec (-24) 2024-04-24T16:36:48.602 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: basedate set to 2022-02-04 2024-04-24T16:36:48.603 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: gps base set to 2022-02-06 (week 2196) 2024-04-24T16:36:48.603 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T16:36:48.603 INFO:teuthology.orchestra.run.smithi161.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T16:36:48.603 INFO:teuthology.orchestra.run.smithi161.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T16:36:48.604 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T16:36:48.604 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T16:36:48.604 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T16:36:48.604 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T16:36:48.604 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: Listen normally on 3 enp3s0f1 172.21.15.161:123 2024-04-24T16:36:48.604 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: Listen normally on 4 lo [::1]:123 2024-04-24T16:36:48.604 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7251%5]:123 2024-04-24T16:36:48.604 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:48 ntpd[17199]: Listening on routing socket on fd #22 for interface updates 2024-04-24T16:36:48.625 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T16:36:48.626 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: Command line: ntpd -gq 2024-04-24T16:36:48.626 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: ---------------------------------------------------- 2024-04-24T16:36:48.626 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T16:36:48.626 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T16:36:48.626 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: corporation. Support and training for ntp-4 are 2024-04-24T16:36:48.626 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: available at https://www.nwtime.org/support 2024-04-24T16:36:48.626 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: ---------------------------------------------------- 2024-04-24T16:36:48.627 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: proto: precision = 0.060 usec (-24) 2024-04-24T16:36:48.627 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: basedate set to 2022-02-04 2024-04-24T16:36:48.627 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: gps base set to 2022-02-06 (week 2196) 2024-04-24T16:36:48.627 INFO:teuthology.orchestra.run.smithi190.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T16:36:48.627 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T16:36:48.629 INFO:teuthology.orchestra.run.smithi190.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T16:36:48.630 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T16:36:48.630 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T16:36:48.630 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T16:36:48.630 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T16:36:48.630 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: Listen normally on 3 enp3s0f1 172.21.15.190:123 2024-04-24T16:36:48.630 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: Listen normally on 4 lo [::1]:123 2024-04-24T16:36:48.630 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7763%5]:123 2024-04-24T16:36:48.630 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:48 ntpd[17242]: Listening on routing socket on fd #22 for interface updates 2024-04-24T16:36:49.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:49 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:49.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:49 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:49.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:49 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:49.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:49 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:49.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:49 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:49.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:49 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:49.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:49 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:49.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:49 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:49.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:49 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:49.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:49 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:49.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:49 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:49.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:49 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:49.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:49 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:49.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:49 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:49.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:49 ntpd[17242]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:49.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:49 ntpd[17242]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:50.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:50 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:50.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:50 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:50.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:50 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:50.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:50 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:50.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:50 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:50.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:50 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:50.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:50 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:50.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:50 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:50.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:50 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:50.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:50 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:50.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:50 ntpd[17242]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:50.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:50 ntpd[17242]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:51.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:51 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:51.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:51 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:51.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:51 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:51.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:51 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:51.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:51 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:51.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:51 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:51.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:51 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:51.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:51 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:51.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:51 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:51.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:51 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:51.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:51 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:51.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:51 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:51.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:51 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:51.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:51 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:51.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:51 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:51.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:51 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:51.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:51 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:51.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:51 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:51.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:51 ntpd[17242]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:51.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:51 ntpd[17242]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:52.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:52 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:52.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:52 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:52.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:52 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:52.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:52 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:52.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:52 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:52.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:52 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:52.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:52 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:52.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:52 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:52.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:52 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:52.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:52 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:52.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:52 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:52.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:52 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:52.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:52.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:52.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:52.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:52.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:52.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:52.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:52.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:52.628 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:52.628 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:52.628 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:52.628 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:52 ntpd[17242]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:53.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:53.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:53.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:53.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:53.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:53.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:53.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:53.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:53.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:53.600 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:53.600 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:53.600 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:53 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:53.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:53.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:53.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:53.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:53.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:53.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:53.602 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:53.602 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:53.602 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:53.602 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:53.602 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:53.602 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:53 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:53.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:53 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:53.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:53 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:53.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:53 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:53.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:53 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:53.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:53 ntpd[17242]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:53.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:53 ntpd[17242]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:54.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:54 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:54.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:54 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:54.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:54 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:54.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:54 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:54.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:54 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:54.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:54 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:54.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:54 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:54.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:54 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:54.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:54 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:54.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:54 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:54.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:54 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:54.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:54 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:54.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:54.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:54.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:54.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:54.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:54.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:54.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:54.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:54.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:54.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:54.628 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:54.628 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:54 ntpd[17242]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:55.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:55.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:55 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:55.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:55.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:55 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:55.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:55 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:55.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:55 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:55.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:55 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:55.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:55 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:55.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:55 ntpd[17242]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:55.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:55 ntpd[17242]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:56.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:56 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:56.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:56 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:56.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:56 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:56.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:56 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:56.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:56 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:56.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:56 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:56.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:56 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:56.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:56 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:56.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:56 ntpd[17199]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:56.600 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:56 ntpd[17199]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:56.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:56 ntpd[17199]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:56.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:56 ntpd[17199]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:56.601 INFO:teuthology.orchestra.run.smithi161.stdout:24 Apr 16:36:56 ntpd[17199]: ntpd: time slew -0.002249 s 2024-04-24T16:36:56.601 INFO:teuthology.orchestra.run.smithi161.stdout:ntpd: time slew -0.002249s 2024-04-24T16:36:56.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:56 ntpd[17199]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T16:36:56.601 INFO:teuthology.orchestra.run.smithi161.stderr:24 Apr 16:36:56 ntpd[17199]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T16:36:56.626 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:56 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:56.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:56 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:56.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:56 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:56.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:56 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:56.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:56 ntpd[17242]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:56.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:56 ntpd[17242]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:56.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:56 ntpd[17242]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:56.627 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:56 ntpd[17242]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:56.627 INFO:teuthology.orchestra.run.smithi190.stdout:24 Apr 16:36:56 ntpd[17242]: ntpd: time slew -0.001654 s 2024-04-24T16:36:56.627 INFO:teuthology.orchestra.run.smithi190.stdout:ntpd: time slew -0.001654s 2024-04-24T16:36:56.628 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:56 ntpd[17242]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T16:36:56.628 INFO:teuthology.orchestra.run.smithi190.stderr:24 Apr 16:36:56 ntpd[17242]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T16:36:56.658 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T16:36:56.658 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-24T16:36:56.659 INFO:teuthology.orchestra.run.smithi161.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:56.659 INFO:teuthology.orchestra.run.smithi161.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:56.659 INFO:teuthology.orchestra.run.smithi161.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:56.659 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:56.683 INFO:teuthology.orchestra.run.smithi190.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T16:36:56.684 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================== 2024-04-24T16:36:56.684 INFO:teuthology.orchestra.run.smithi190.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:56.684 INFO:teuthology.orchestra.run.smithi190.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:56.684 INFO:teuthology.orchestra.run.smithi190.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:56.684 INFO:teuthology.orchestra.run.smithi190.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:57.598 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T16:36:57.599 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T16:36:57.600 INFO:teuthology.orchestra.run.smithi150.stdout:24 Apr 16:36:57 ntpd[17234]: ntpd: time slew -0.003392 s 2024-04-24T16:36:57.600 INFO:teuthology.orchestra.run.smithi150.stdout:ntpd: time slew -0.003392s 2024-04-24T16:36:57.600 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T16:36:57.600 INFO:teuthology.orchestra.run.smithi150.stderr:24 Apr 16:36:57 ntpd[17234]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T16:36:57.645 INFO:teuthology.orchestra.run.smithi150.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T16:36:57.645 INFO:teuthology.orchestra.run.smithi150.stdout:============================================================================== 2024-04-24T16:36:57.645 INFO:teuthology.orchestra.run.smithi150.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:57.645 INFO:teuthology.orchestra.run.smithi150.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:57.646 INFO:teuthology.orchestra.run.smithi150.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:57.646 INFO:teuthology.orchestra.run.smithi150.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:36:57.646 INFO:teuthology.run_tasks:Running task install... 2024-04-24T16:36:57.659 DEBUG:teuthology.task.install:project ceph 2024-04-24T16:36:57.659 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc'}} 2024-04-24T16:36:57.659 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc'} 2024-04-24T16:36:57.659 INFO:teuthology.task.install:Using flavor: default 2024-04-24T16:36:57.665 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-04-24T16:36:57.665 INFO:teuthology.task.install:extra packages: [] 2024-04-24T16:36:57.665 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-key list | grep Ceph 2024-04-24T16:36:57.666 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-key list | grep Ceph 2024-04-24T16:36:57.666 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-key list | grep Ceph 2024-04-24T16:36:57.727 INFO:teuthology.orchestra.run.smithi161.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-24T16:36:57.728 INFO:teuthology.orchestra.run.smithi190.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-24T16:36:57.742 INFO:teuthology.orchestra.run.smithi150.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-24T16:36:57.755 INFO:teuthology.orchestra.run.smithi190.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-24T16:36:57.755 INFO:teuthology.orchestra.run.smithi190.stdout:uid [ unknown] Ceph.com (release key) 2024-04-24T16:36:57.756 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-04-24T16:36:57.756 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:36:57.761 INFO:teuthology.orchestra.run.smithi161.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-24T16:36:57.761 INFO:teuthology.orchestra.run.smithi161.stdout:uid [ unknown] Ceph.com (release key) 2024-04-24T16:36:57.761 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-04-24T16:36:57.761 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:36:57.770 INFO:teuthology.orchestra.run.smithi150.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-24T16:36:57.770 INFO:teuthology.orchestra.run.smithi150.stdout:uid [ unknown] Ceph.com (release key) 2024-04-24T16:36:57.771 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-04-24T16:36:57.771 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:36:57.919 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/ 2024-04-24T16:36:57.919 INFO:teuthology.task.install.deb:Package version is 19.0.0-3285-g5904d294-1jammy 2024-04-24T16:36:57.974 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/ 2024-04-24T16:36:57.975 INFO:teuthology.task.install.deb:Package version is 19.0.0-3285-g5904d294-1jammy 2024-04-24T16:36:57.983 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/ 2024-04-24T16:36:57.983 INFO:teuthology.task.install.deb:Package version is 19.0.0-3285-g5904d294-1jammy 2024-04-24T16:36:58.030 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:36:58.030 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-24T16:36:58.044 DEBUG:teuthology.orchestra.run.smithi150:> sudo apt-get update 2024-04-24T16:36:58.154 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:36:58.155 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-24T16:36:58.157 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:36:58.157 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-24T16:36:58.170 DEBUG:teuthology.orchestra.run.smithi161:> sudo apt-get update 2024-04-24T16:36:58.171 DEBUG:teuthology.orchestra.run.smithi190:> sudo apt-get update 2024-04-24T16:36:58.241 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T16:36:58.254 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T16:36:58.274 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T16:36:58.328 INFO:teuthology.orchestra.run.smithi150.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-24T16:36:58.334 INFO:teuthology.orchestra.run.smithi150.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T16:36:58.370 INFO:teuthology.orchestra.run.smithi150.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-24T16:36:58.390 INFO:teuthology.orchestra.run.smithi190.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-24T16:36:58.407 INFO:teuthology.orchestra.run.smithi150.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-24T16:36:58.412 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-24T16:36:58.434 INFO:teuthology.orchestra.run.smithi190.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-24T16:36:58.443 INFO:teuthology.orchestra.run.smithi150.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,397 B] 2024-04-24T16:36:58.450 INFO:teuthology.orchestra.run.smithi161.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-24T16:36:58.462 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T16:36:58.463 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T16:36:58.465 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T16:36:58.465 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T16:36:58.465 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-24T16:36:58.485 INFO:teuthology.orchestra.run.smithi150.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-24T16:36:58.486 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-24T16:36:58.495 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,397 B] 2024-04-24T16:36:58.523 INFO:teuthology.orchestra.run.smithi161.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-24T16:36:58.536 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T16:36:58.537 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T16:36:58.560 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,397 B] 2024-04-24T16:36:58.601 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-24T16:36:58.602 INFO:teuthology.orchestra.run.smithi150.stdout:Fetched 28.5 kB in 0s (75.5 kB/s) 2024-04-24T16:36:58.618 INFO:teuthology.orchestra.run.smithi161.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T16:36:58.619 INFO:teuthology.orchestra.run.smithi190.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T16:36:58.817 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 28.5 kB in 0s (60.9 kB/s) 2024-04-24T16:36:58.838 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 28.5 kB in 0s (58.6 kB/s) 2024-04-24T16:36:59.578 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-04-24T16:36:59.595 DEBUG:teuthology.orchestra.run.smithi150:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3285-g5904d294-1jammy cephadm=19.0.0-3285-g5904d294-1jammy ceph-mds=19.0.0-3285-g5904d294-1jammy ceph-mgr=19.0.0-3285-g5904d294-1jammy ceph-common=19.0.0-3285-g5904d294-1jammy ceph-fuse=19.0.0-3285-g5904d294-1jammy ceph-test=19.0.0-3285-g5904d294-1jammy ceph-volume=19.0.0-3285-g5904d294-1jammy radosgw=19.0.0-3285-g5904d294-1jammy python3-rados=19.0.0-3285-g5904d294-1jammy python3-rgw=19.0.0-3285-g5904d294-1jammy python3-cephfs=19.0.0-3285-g5904d294-1jammy python3-rbd=19.0.0-3285-g5904d294-1jammy libcephfs2=19.0.0-3285-g5904d294-1jammy libcephfs-dev=19.0.0-3285-g5904d294-1jammy librados2=19.0.0-3285-g5904d294-1jammy librbd1=19.0.0-3285-g5904d294-1jammy rbd-fuse=19.0.0-3285-g5904d294-1jammy 2024-04-24T16:36:59.657 INFO:teuthology.orchestra.run.smithi150.stdout:Reading package lists... 2024-04-24T16:36:59.804 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-24T16:36:59.809 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-24T16:36:59.819 DEBUG:teuthology.orchestra.run.smithi190:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3285-g5904d294-1jammy cephadm=19.0.0-3285-g5904d294-1jammy ceph-mds=19.0.0-3285-g5904d294-1jammy ceph-mgr=19.0.0-3285-g5904d294-1jammy ceph-common=19.0.0-3285-g5904d294-1jammy ceph-fuse=19.0.0-3285-g5904d294-1jammy ceph-test=19.0.0-3285-g5904d294-1jammy ceph-volume=19.0.0-3285-g5904d294-1jammy radosgw=19.0.0-3285-g5904d294-1jammy python3-rados=19.0.0-3285-g5904d294-1jammy python3-rgw=19.0.0-3285-g5904d294-1jammy python3-cephfs=19.0.0-3285-g5904d294-1jammy python3-rbd=19.0.0-3285-g5904d294-1jammy libcephfs2=19.0.0-3285-g5904d294-1jammy libcephfs-dev=19.0.0-3285-g5904d294-1jammy librados2=19.0.0-3285-g5904d294-1jammy librbd1=19.0.0-3285-g5904d294-1jammy rbd-fuse=19.0.0-3285-g5904d294-1jammy 2024-04-24T16:36:59.825 DEBUG:teuthology.orchestra.run.smithi161:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3285-g5904d294-1jammy cephadm=19.0.0-3285-g5904d294-1jammy ceph-mds=19.0.0-3285-g5904d294-1jammy ceph-mgr=19.0.0-3285-g5904d294-1jammy ceph-common=19.0.0-3285-g5904d294-1jammy ceph-fuse=19.0.0-3285-g5904d294-1jammy ceph-test=19.0.0-3285-g5904d294-1jammy ceph-volume=19.0.0-3285-g5904d294-1jammy radosgw=19.0.0-3285-g5904d294-1jammy python3-rados=19.0.0-3285-g5904d294-1jammy python3-rgw=19.0.0-3285-g5904d294-1jammy python3-cephfs=19.0.0-3285-g5904d294-1jammy python3-rbd=19.0.0-3285-g5904d294-1jammy libcephfs2=19.0.0-3285-g5904d294-1jammy libcephfs-dev=19.0.0-3285-g5904d294-1jammy librados2=19.0.0-3285-g5904d294-1jammy librbd1=19.0.0-3285-g5904d294-1jammy rbd-fuse=19.0.0-3285-g5904d294-1jammy 2024-04-24T16:36:59.852 INFO:teuthology.orchestra.run.smithi150.stdout:Building dependency tree... 2024-04-24T16:36:59.852 INFO:teuthology.orchestra.run.smithi150.stdout:Reading state information... 2024-04-24T16:36:59.877 INFO:teuthology.orchestra.run.smithi161.stdout:Reading package lists... 2024-04-24T16:36:59.879 INFO:teuthology.orchestra.run.smithi190.stdout:Reading package lists... 2024-04-24T16:37:00.026 INFO:teuthology.orchestra.run.smithi150.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T16:37:00.027 INFO:teuthology.orchestra.run.smithi150.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T16:37:00.027 INFO:teuthology.orchestra.run.smithi150.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T16:37:00.027 INFO:teuthology.orchestra.run.smithi150.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T16:37:00.027 INFO:teuthology.orchestra.run.smithi150.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T16:37:00.027 INFO:teuthology.orchestra.run.smithi150.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T16:37:00.028 INFO:teuthology.orchestra.run.smithi150.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T16:37:00.030 INFO:teuthology.orchestra.run.smithi150.stdout:The following additional packages will be installed: 2024-04-24T16:37:00.030 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-24T16:37:00.030 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T16:37:00.031 INFO:teuthology.orchestra.run.smithi150.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: xmlstarlet zip 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout:Suggested packages: 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-24T16:37:00.032 INFO:teuthology.orchestra.run.smithi150.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-24T16:37:00.033 INFO:teuthology.orchestra.run.smithi150.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-24T16:37:00.033 INFO:teuthology.orchestra.run.smithi150.stdout:Recommended packages: 2024-04-24T16:37:00.033 INFO:teuthology.orchestra.run.smithi150.stdout: btrfs-tools 2024-04-24T16:37:00.056 INFO:teuthology.orchestra.run.smithi161.stdout:Building dependency tree... 2024-04-24T16:37:00.056 INFO:teuthology.orchestra.run.smithi161.stdout:Reading state information... 2024-04-24T16:37:00.079 INFO:teuthology.orchestra.run.smithi190.stdout:Building dependency tree... 2024-04-24T16:37:00.080 INFO:teuthology.orchestra.run.smithi190.stdout:Reading state information... 2024-04-24T16:37:00.126 INFO:teuthology.orchestra.run.smithi150.stdout:The following NEW packages will be installed: 2024-04-24T16:37:00.126 INFO:teuthology.orchestra.run.smithi150.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-24T16:37:00.126 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-24T16:37:00.126 INFO:teuthology.orchestra.run.smithi150.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-24T16:37:00.126 INFO:teuthology.orchestra.run.smithi150.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-24T16:37:00.126 INFO:teuthology.orchestra.run.smithi150.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-24T16:37:00.126 INFO:teuthology.orchestra.run.smithi150.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-24T16:37:00.128 INFO:teuthology.orchestra.run.smithi150.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-24T16:37:00.128 INFO:teuthology.orchestra.run.smithi150.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-24T16:37:00.128 INFO:teuthology.orchestra.run.smithi150.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-24T16:37:00.128 INFO:teuthology.orchestra.run.smithi150.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-24T16:37:00.128 INFO:teuthology.orchestra.run.smithi150.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-24T16:37:00.128 INFO:teuthology.orchestra.run.smithi150.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T16:37:00.128 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T16:37:00.128 INFO:teuthology.orchestra.run.smithi150.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-24T16:37:00.129 INFO:teuthology.orchestra.run.smithi150.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-24T16:37:00.228 INFO:teuthology.orchestra.run.smithi161.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T16:37:00.228 INFO:teuthology.orchestra.run.smithi161.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T16:37:00.228 INFO:teuthology.orchestra.run.smithi161.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T16:37:00.228 INFO:teuthology.orchestra.run.smithi161.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T16:37:00.228 INFO:teuthology.orchestra.run.smithi161.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T16:37:00.229 INFO:teuthology.orchestra.run.smithi161.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T16:37:00.229 INFO:teuthology.orchestra.run.smithi161.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T16:37:00.229 INFO:teuthology.orchestra.run.smithi161.stdout:The following additional packages will be installed: 2024-04-24T16:37:00.229 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-24T16:37:00.229 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-24T16:37:00.230 INFO:teuthology.orchestra.run.smithi161.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-24T16:37:00.230 INFO:teuthology.orchestra.run.smithi161.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-24T16:37:00.231 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-24T16:37:00.231 INFO:teuthology.orchestra.run.smithi161.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-24T16:37:00.231 INFO:teuthology.orchestra.run.smithi161.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-24T16:37:00.231 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-24T16:37:00.231 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-24T16:37:00.231 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T16:37:00.231 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T16:37:00.231 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T16:37:00.231 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T16:37:00.231 INFO:teuthology.orchestra.run.smithi161.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet zip 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout:Suggested packages: 2024-04-24T16:37:00.232 INFO:teuthology.orchestra.run.smithi161.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-24T16:37:00.233 INFO:teuthology.orchestra.run.smithi161.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-24T16:37:00.233 INFO:teuthology.orchestra.run.smithi161.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-24T16:37:00.233 INFO:teuthology.orchestra.run.smithi161.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-24T16:37:00.233 INFO:teuthology.orchestra.run.smithi161.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-24T16:37:00.233 INFO:teuthology.orchestra.run.smithi161.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-24T16:37:00.233 INFO:teuthology.orchestra.run.smithi161.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-24T16:37:00.233 INFO:teuthology.orchestra.run.smithi161.stdout:Recommended packages: 2024-04-24T16:37:00.233 INFO:teuthology.orchestra.run.smithi161.stdout: btrfs-tools 2024-04-24T16:37:00.269 INFO:teuthology.orchestra.run.smithi150.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-24T16:37:00.269 INFO:teuthology.orchestra.run.smithi150.stdout:Need to get 181 MB of archives. 2024-04-24T16:37:00.269 INFO:teuthology.orchestra.run.smithi150.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-24T16:37:00.269 INFO:teuthology.orchestra.run.smithi150.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3285-g5904d294-1jammy [3,556 kB] 2024-04-24T16:37:00.272 INFO:teuthology.orchestra.run.smithi190.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T16:37:00.272 INFO:teuthology.orchestra.run.smithi190.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T16:37:00.272 INFO:teuthology.orchestra.run.smithi190.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T16:37:00.272 INFO:teuthology.orchestra.run.smithi190.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T16:37:00.273 INFO:teuthology.orchestra.run.smithi190.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T16:37:00.273 INFO:teuthology.orchestra.run.smithi190.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T16:37:00.273 INFO:teuthology.orchestra.run.smithi190.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T16:37:00.273 INFO:teuthology.orchestra.run.smithi190.stdout:The following additional packages will be installed: 2024-04-24T16:37:00.274 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-24T16:37:00.274 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-24T16:37:00.274 INFO:teuthology.orchestra.run.smithi190.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-24T16:37:00.274 INFO:teuthology.orchestra.run.smithi190.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-24T16:37:00.275 INFO:teuthology.orchestra.run.smithi190.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-24T16:37:00.275 INFO:teuthology.orchestra.run.smithi190.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-24T16:37:00.275 INFO:teuthology.orchestra.run.smithi190.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-24T16:37:00.275 INFO:teuthology.orchestra.run.smithi190.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-24T16:37:00.275 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-24T16:37:00.275 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T16:37:00.275 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T16:37:00.275 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-24T16:37:00.276 INFO:teuthology.orchestra.run.smithi190.stdout: xmlstarlet zip 2024-04-24T16:37:00.277 INFO:teuthology.orchestra.run.smithi190.stdout:Suggested packages: 2024-04-24T16:37:00.277 INFO:teuthology.orchestra.run.smithi190.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-24T16:37:00.277 INFO:teuthology.orchestra.run.smithi190.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-24T16:37:00.277 INFO:teuthology.orchestra.run.smithi190.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-24T16:37:00.277 INFO:teuthology.orchestra.run.smithi190.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-24T16:37:00.277 INFO:teuthology.orchestra.run.smithi190.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-24T16:37:00.277 INFO:teuthology.orchestra.run.smithi190.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-24T16:37:00.277 INFO:teuthology.orchestra.run.smithi190.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-24T16:37:00.277 INFO:teuthology.orchestra.run.smithi190.stdout:Recommended packages: 2024-04-24T16:37:00.277 INFO:teuthology.orchestra.run.smithi190.stdout: btrfs-tools 2024-04-24T16:37:00.320 INFO:teuthology.orchestra.run.smithi150.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-24T16:37:00.334 INFO:teuthology.orchestra.run.smithi161.stdout:The following NEW packages will be installed: 2024-04-24T16:37:00.334 INFO:teuthology.orchestra.run.smithi161.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-24T16:37:00.334 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-24T16:37:00.334 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-24T16:37:00.335 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-24T16:37:00.335 INFO:teuthology.orchestra.run.smithi161.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-24T16:37:00.335 INFO:teuthology.orchestra.run.smithi161.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-24T16:37:00.336 INFO:teuthology.orchestra.run.smithi161.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-24T16:37:00.336 INFO:teuthology.orchestra.run.smithi161.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-24T16:37:00.336 INFO:teuthology.orchestra.run.smithi161.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-24T16:37:00.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-24T16:37:00.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-24T16:37:00.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T16:37:00.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T16:37:00.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T16:37:00.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T16:37:00.336 INFO:teuthology.orchestra.run.smithi161.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T16:37:00.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T16:37:00.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T16:37:00.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-24T16:37:00.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-24T16:37:00.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-24T16:37:00.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-24T16:37:00.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-24T16:37:00.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-24T16:37:00.337 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-24T16:37:00.337 INFO:teuthology.orchestra.run.smithi161.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-24T16:37:00.377 INFO:teuthology.orchestra.run.smithi190.stdout:The following NEW packages will be installed: 2024-04-24T16:37:00.377 INFO:teuthology.orchestra.run.smithi190.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-24T16:37:00.377 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-24T16:37:00.377 INFO:teuthology.orchestra.run.smithi190.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-24T16:37:00.377 INFO:teuthology.orchestra.run.smithi190.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-24T16:37:00.377 INFO:teuthology.orchestra.run.smithi190.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-24T16:37:00.377 INFO:teuthology.orchestra.run.smithi190.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T16:37:00.379 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-24T16:37:00.380 INFO:teuthology.orchestra.run.smithi190.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-24T16:37:00.380 INFO:teuthology.orchestra.run.smithi190.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-24T16:37:00.380 INFO:teuthology.orchestra.run.smithi190.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-24T16:37:00.380 INFO:teuthology.orchestra.run.smithi190.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-24T16:37:00.380 INFO:teuthology.orchestra.run.smithi190.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-24T16:37:00.380 INFO:teuthology.orchestra.run.smithi190.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-24T16:37:00.380 INFO:teuthology.orchestra.run.smithi190.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-24T16:37:00.442 INFO:teuthology.orchestra.run.smithi190.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-24T16:37:00.442 INFO:teuthology.orchestra.run.smithi190.stdout:Need to get 181 MB of archives. 2024-04-24T16:37:00.442 INFO:teuthology.orchestra.run.smithi190.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-24T16:37:00.442 INFO:teuthology.orchestra.run.smithi190.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-24T16:37:00.476 INFO:teuthology.orchestra.run.smithi161.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-24T16:37:00.476 INFO:teuthology.orchestra.run.smithi161.stdout:Need to get 181 MB of archives. 2024-04-24T16:37:00.476 INFO:teuthology.orchestra.run.smithi161.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-24T16:37:00.476 INFO:teuthology.orchestra.run.smithi161.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3285-g5904d294-1jammy [3,556 kB] 2024-04-24T16:37:00.523 INFO:teuthology.orchestra.run.smithi161.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-24T16:37:00.535 INFO:teuthology.orchestra.run.smithi150.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3285-g5904d294-1jammy [3,224 kB] 2024-04-24T16:37:00.549 INFO:teuthology.orchestra.run.smithi190.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-24T16:37:00.552 INFO:teuthology.orchestra.run.smithi190.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-24T16:37:00.573 INFO:teuthology.orchestra.run.smithi190.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-24T16:37:00.592 INFO:teuthology.orchestra.run.smithi190.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3285-g5904d294-1jammy [3,556 kB] 2024-04-24T16:37:00.640 INFO:teuthology.orchestra.run.smithi190.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-24T16:37:00.646 INFO:teuthology.orchestra.run.smithi190.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-24T16:37:00.659 INFO:teuthology.orchestra.run.smithi190.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-24T16:37:00.663 INFO:teuthology.orchestra.run.smithi190.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-24T16:37:00.663 INFO:teuthology.orchestra.run.smithi190.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-24T16:37:00.664 INFO:teuthology.orchestra.run.smithi190.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-24T16:37:00.673 INFO:teuthology.orchestra.run.smithi190.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-24T16:37:00.676 INFO:teuthology.orchestra.run.smithi190.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-24T16:37:00.678 INFO:teuthology.orchestra.run.smithi190.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-24T16:37:00.679 INFO:teuthology.orchestra.run.smithi190.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-24T16:37:00.686 INFO:teuthology.orchestra.run.smithi190.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-24T16:37:00.689 INFO:teuthology.orchestra.run.smithi190.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-24T16:37:00.691 INFO:teuthology.orchestra.run.smithi190.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-24T16:37:00.707 INFO:teuthology.orchestra.run.smithi190.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-24T16:37:00.708 INFO:teuthology.orchestra.run.smithi190.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-24T16:37:00.708 INFO:teuthology.orchestra.run.smithi190.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-04-24T16:37:00.709 INFO:teuthology.orchestra.run.smithi190.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-24T16:37:00.709 INFO:teuthology.orchestra.run.smithi190.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-24T16:37:00.710 INFO:teuthology.orchestra.run.smithi190.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-24T16:37:00.710 INFO:teuthology.orchestra.run.smithi190.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-24T16:37:00.728 INFO:teuthology.orchestra.run.smithi190.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-24T16:37:00.728 INFO:teuthology.orchestra.run.smithi190.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-24T16:37:00.728 INFO:teuthology.orchestra.run.smithi190.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-24T16:37:00.748 INFO:teuthology.orchestra.run.smithi150.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-24T16:37:00.748 INFO:teuthology.orchestra.run.smithi190.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-24T16:37:00.749 INFO:teuthology.orchestra.run.smithi190.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-24T16:37:00.749 INFO:teuthology.orchestra.run.smithi190.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-24T16:37:00.750 INFO:teuthology.orchestra.run.smithi190.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-04-24T16:37:00.751 INFO:teuthology.orchestra.run.smithi190.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-24T16:37:00.751 INFO:teuthology.orchestra.run.smithi190.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-24T16:37:00.752 INFO:teuthology.orchestra.run.smithi190.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-24T16:37:00.767 INFO:teuthology.orchestra.run.smithi150.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-24T16:37:00.769 INFO:teuthology.orchestra.run.smithi190.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-24T16:37:00.769 INFO:teuthology.orchestra.run.smithi150.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3285-g5904d294-1jammy [712 kB] 2024-04-24T16:37:00.770 INFO:teuthology.orchestra.run.smithi190.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-24T16:37:00.770 INFO:teuthology.orchestra.run.smithi190.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-24T16:37:00.789 INFO:teuthology.orchestra.run.smithi190.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-24T16:37:00.792 INFO:teuthology.orchestra.run.smithi190.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-24T16:37:00.797 INFO:teuthology.orchestra.run.smithi190.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-24T16:37:00.799 INFO:teuthology.orchestra.run.smithi190.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-24T16:37:00.803 INFO:teuthology.orchestra.run.smithi190.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-24T16:37:00.806 INFO:teuthology.orchestra.run.smithi190.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-24T16:37:00.809 INFO:teuthology.orchestra.run.smithi190.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-04-24T16:37:00.813 INFO:teuthology.orchestra.run.smithi190.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-04-24T16:37:00.814 INFO:teuthology.orchestra.run.smithi190.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-24T16:37:00.816 INFO:teuthology.orchestra.run.smithi190.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-24T16:37:00.818 INFO:teuthology.orchestra.run.smithi150.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3285-g5904d294-1jammy [356 kB] 2024-04-24T16:37:00.831 INFO:teuthology.orchestra.run.smithi190.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-24T16:37:00.832 INFO:teuthology.orchestra.run.smithi190.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-24T16:37:00.834 INFO:teuthology.orchestra.run.smithi190.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-04-24T16:37:00.846 INFO:teuthology.orchestra.run.smithi150.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-24T16:37:00.848 INFO:teuthology.orchestra.run.smithi150.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3285-g5904d294-1jammy [32.8 kB] 2024-04-24T16:37:00.849 INFO:teuthology.orchestra.run.smithi150.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3285-g5904d294-1jammy [180 kB] 2024-04-24T16:37:00.860 INFO:teuthology.orchestra.run.smithi150.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3285-g5904d294-1jammy [67.4 kB] 2024-04-24T16:37:00.863 INFO:teuthology.orchestra.run.smithi150.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3285-g5904d294-1jammy [330 kB] 2024-04-24T16:37:00.887 INFO:teuthology.orchestra.run.smithi190.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-24T16:37:00.888 INFO:teuthology.orchestra.run.smithi190.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-24T16:37:00.890 INFO:teuthology.orchestra.run.smithi190.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-24T16:37:00.890 INFO:teuthology.orchestra.run.smithi190.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-24T16:37:00.891 INFO:teuthology.orchestra.run.smithi190.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-24T16:37:00.894 INFO:teuthology.orchestra.run.smithi150.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3285-g5904d294-1jammy [6,893 kB] 2024-04-24T16:37:00.908 INFO:teuthology.orchestra.run.smithi190.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-24T16:37:00.910 INFO:teuthology.orchestra.run.smithi190.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-24T16:37:00.910 INFO:teuthology.orchestra.run.smithi190.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-24T16:37:00.924 INFO:teuthology.orchestra.run.smithi190.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-24T16:37:00.924 INFO:teuthology.orchestra.run.smithi190.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-24T16:37:00.931 INFO:teuthology.orchestra.run.smithi190.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-24T16:37:00.931 INFO:teuthology.orchestra.run.smithi190.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-24T16:37:00.932 INFO:teuthology.orchestra.run.smithi190.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-24T16:37:00.932 INFO:teuthology.orchestra.run.smithi161.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3285-g5904d294-1jammy [3,224 kB] 2024-04-24T16:37:00.933 INFO:teuthology.orchestra.run.smithi190.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-24T16:37:00.933 INFO:teuthology.orchestra.run.smithi190.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-24T16:37:00.952 INFO:teuthology.orchestra.run.smithi190.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-24T16:37:00.955 INFO:teuthology.orchestra.run.smithi190.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-24T16:37:00.957 INFO:teuthology.orchestra.run.smithi190.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-24T16:37:00.958 INFO:teuthology.orchestra.run.smithi190.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-24T16:37:00.959 INFO:teuthology.orchestra.run.smithi190.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-24T16:37:00.964 INFO:teuthology.orchestra.run.smithi161.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-24T16:37:00.972 INFO:teuthology.orchestra.run.smithi190.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-24T16:37:00.975 INFO:teuthology.orchestra.run.smithi190.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-24T16:37:00.976 INFO:teuthology.orchestra.run.smithi190.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-24T16:37:00.976 INFO:teuthology.orchestra.run.smithi190.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-24T16:37:00.977 INFO:teuthology.orchestra.run.smithi161.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-24T16:37:00.980 INFO:teuthology.orchestra.run.smithi190.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-24T16:37:00.993 INFO:teuthology.orchestra.run.smithi190.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-24T16:37:00.996 INFO:teuthology.orchestra.run.smithi190.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-24T16:37:00.996 INFO:teuthology.orchestra.run.smithi190.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-24T16:37:00.997 INFO:teuthology.orchestra.run.smithi190.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-24T16:37:00.997 INFO:teuthology.orchestra.run.smithi190.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-24T16:37:01.014 INFO:teuthology.orchestra.run.smithi190.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-24T16:37:01.015 INFO:teuthology.orchestra.run.smithi190.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-24T16:37:01.021 INFO:teuthology.orchestra.run.smithi190.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-24T16:37:01.021 INFO:teuthology.orchestra.run.smithi190.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-24T16:37:01.021 INFO:teuthology.orchestra.run.smithi190.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-24T16:37:01.034 INFO:teuthology.orchestra.run.smithi190.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-24T16:37:01.035 INFO:teuthology.orchestra.run.smithi190.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-24T16:37:01.058 INFO:teuthology.orchestra.run.smithi161.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-24T16:37:01.101 INFO:teuthology.orchestra.run.smithi150.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-24T16:37:01.115 INFO:teuthology.orchestra.run.smithi150.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-24T16:37:01.148 INFO:teuthology.orchestra.run.smithi150.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-24T16:37:01.158 INFO:teuthology.orchestra.run.smithi150.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-24T16:37:01.159 INFO:teuthology.orchestra.run.smithi150.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-24T16:37:01.160 INFO:teuthology.orchestra.run.smithi150.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-24T16:37:01.179 INFO:teuthology.orchestra.run.smithi150.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-24T16:37:01.233 INFO:teuthology.orchestra.run.smithi161.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3285-g5904d294-1jammy [712 kB] 2024-04-24T16:37:01.292 INFO:teuthology.orchestra.run.smithi190.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3285-g5904d294-1jammy [3,224 kB] 2024-04-24T16:37:01.303 INFO:teuthology.orchestra.run.smithi161.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3285-g5904d294-1jammy [356 kB] 2024-04-24T16:37:01.339 INFO:teuthology.orchestra.run.smithi150.stdout:Get:21 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3285-g5904d294-1jammy [112 kB] 2024-04-24T16:37:01.344 INFO:teuthology.orchestra.run.smithi150.stdout:Get:22 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3285-g5904d294-1jammy [466 kB] 2024-04-24T16:37:01.347 INFO:teuthology.orchestra.run.smithi161.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3285-g5904d294-1jammy [32.8 kB] 2024-04-24T16:37:01.348 INFO:teuthology.orchestra.run.smithi161.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3285-g5904d294-1jammy [180 kB] 2024-04-24T16:37:01.361 INFO:teuthology.orchestra.run.smithi161.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3285-g5904d294-1jammy [67.4 kB] 2024-04-24T16:37:01.365 INFO:teuthology.orchestra.run.smithi161.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3285-g5904d294-1jammy [330 kB] 2024-04-24T16:37:01.396 INFO:teuthology.orchestra.run.smithi150.stdout:Get:23 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3285-g5904d294-1jammy [25.8 MB] 2024-04-24T16:37:01.399 INFO:teuthology.orchestra.run.smithi150.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-24T16:37:01.418 INFO:teuthology.orchestra.run.smithi161.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3285-g5904d294-1jammy [6,893 kB] 2024-04-24T16:37:01.498 INFO:teuthology.orchestra.run.smithi161.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-24T16:37:01.514 INFO:teuthology.orchestra.run.smithi161.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-24T16:37:01.561 INFO:teuthology.orchestra.run.smithi161.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-24T16:37:01.574 INFO:teuthology.orchestra.run.smithi161.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-24T16:37:01.576 INFO:teuthology.orchestra.run.smithi161.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-24T16:37:01.578 INFO:teuthology.orchestra.run.smithi161.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-24T16:37:01.628 INFO:teuthology.orchestra.run.smithi161.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-24T16:37:01.743 INFO:teuthology.orchestra.run.smithi190.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3285-g5904d294-1jammy [712 kB] 2024-04-24T16:37:01.798 INFO:teuthology.orchestra.run.smithi161.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-24T16:37:01.817 INFO:teuthology.orchestra.run.smithi150.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-24T16:37:01.844 INFO:teuthology.orchestra.run.smithi190.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3285-g5904d294-1jammy [356 kB] 2024-04-24T16:37:01.861 INFO:teuthology.orchestra.run.smithi150.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-24T16:37:01.864 INFO:teuthology.orchestra.run.smithi150.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-24T16:37:01.872 INFO:teuthology.orchestra.run.smithi190.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3285-g5904d294-1jammy [32.8 kB] 2024-04-24T16:37:01.877 INFO:teuthology.orchestra.run.smithi190.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3285-g5904d294-1jammy [180 kB] 2024-04-24T16:37:01.898 INFO:teuthology.orchestra.run.smithi190.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3285-g5904d294-1jammy [67.4 kB] 2024-04-24T16:37:01.910 INFO:teuthology.orchestra.run.smithi190.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3285-g5904d294-1jammy [330 kB] 2024-04-24T16:37:01.945 INFO:teuthology.orchestra.run.smithi150.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-24T16:37:01.945 INFO:teuthology.orchestra.run.smithi190.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3285-g5904d294-1jammy [6,893 kB] 2024-04-24T16:37:02.000 INFO:teuthology.orchestra.run.smithi150.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-24T16:37:02.027 INFO:teuthology.orchestra.run.smithi150.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-24T16:37:02.036 INFO:teuthology.orchestra.run.smithi150.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-24T16:37:02.037 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:37:02.050 INFO:teuthology.orchestra.run.smithi150.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-24T16:37:02.051 INFO:teuthology.orchestra.run.smithi150.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-24T16:37:02.174 INFO:teuthology.orchestra.run.smithi161.stdout:Get:22 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3285-g5904d294-1jammy [112 kB] 2024-04-24T16:37:02.180 INFO:teuthology.orchestra.run.smithi161.stdout:Get:23 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3285-g5904d294-1jammy [466 kB] 2024-04-24T16:37:02.199 INFO:teuthology.orchestra.run.smithi161.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-24T16:37:02.219 INFO:teuthology.orchestra.run.smithi150.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-24T16:37:02.233 INFO:teuthology.orchestra.run.smithi161.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-24T16:37:02.235 INFO:teuthology.orchestra.run.smithi161.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-24T16:37:02.239 INFO:teuthology.orchestra.run.smithi161.stdout:Get:27 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3285-g5904d294-1jammy [25.8 MB] 2024-04-24T16:37:02.305 INFO:teuthology.orchestra.run.smithi150.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-24T16:37:02.337 INFO:teuthology.orchestra.run.smithi150.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-24T16:37:02.350 INFO:teuthology.orchestra.run.smithi161.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-24T16:37:02.353 INFO:teuthology.orchestra.run.smithi150.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-24T16:37:02.400 INFO:teuthology.orchestra.run.smithi150.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-24T16:37:02.401 INFO:teuthology.orchestra.run.smithi161.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-24T16:37:02.438 INFO:teuthology.orchestra.run.smithi161.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-24T16:37:02.448 INFO:teuthology.orchestra.run.smithi161.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-24T16:37:02.450 INFO:teuthology.orchestra.run.smithi161.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-04-24T16:37:02.461 INFO:teuthology.orchestra.run.smithi161.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-24T16:37:02.462 INFO:teuthology.orchestra.run.smithi161.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-24T16:37:02.619 INFO:teuthology.orchestra.run.smithi150.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-24T16:37:02.629 INFO:teuthology.orchestra.run.smithi161.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-24T16:37:02.635 INFO:teuthology.orchestra.run.smithi150.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-24T16:37:02.641 INFO:teuthology.orchestra.run.smithi150.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-24T16:37:02.648 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:37:02.649 INFO:teuthology.orchestra.run.smithi190.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3285-g5904d294-1jammy [112 kB] 2024-04-24T16:37:02.669 INFO:teuthology.orchestra.run.smithi150.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-24T16:37:02.673 INFO:teuthology.orchestra.run.smithi150.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-24T16:37:02.715 INFO:teuthology.orchestra.run.smithi161.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-24T16:37:02.743 INFO:teuthology.orchestra.run.smithi161.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-24T16:37:02.759 INFO:teuthology.orchestra.run.smithi190.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3285-g5904d294-1jammy [466 kB] 2024-04-24T16:37:02.760 INFO:teuthology.orchestra.run.smithi161.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-24T16:37:02.768 INFO:teuthology.orchestra.run.smithi190.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3285-g5904d294-1jammy [25.8 MB] 2024-04-24T16:37:02.805 INFO:teuthology.orchestra.run.smithi161.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-24T16:37:03.034 INFO:teuthology.orchestra.run.smithi161.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-24T16:37:03.051 INFO:teuthology.orchestra.run.smithi161.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-24T16:37:03.060 INFO:teuthology.orchestra.run.smithi161.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-24T16:37:03.065 INFO:teuthology.orchestra.run.smithi161.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-04-24T16:37:03.089 INFO:teuthology.orchestra.run.smithi161.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-24T16:37:03.094 INFO:teuthology.orchestra.run.smithi161.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-24T16:37:03.262 INFO:teuthology.orchestra.run.smithi161.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-24T16:37:03.376 INFO:teuthology.orchestra.run.smithi150.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-24T16:37:03.427 INFO:teuthology.orchestra.run.smithi150.stdout:Get:47 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3285-g5904d294-1jammy [5,093 kB] 2024-04-24T16:37:03.579 INFO:teuthology.orchestra.run.smithi161.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-24T16:37:03.622 INFO:teuthology.orchestra.run.smithi161.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-24T16:37:03.633 INFO:teuthology.orchestra.run.smithi161.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-24T16:37:03.706 INFO:teuthology.orchestra.run.smithi150.stdout:Get:48 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3285-g5904d294-1jammy [244 kB] 2024-04-24T16:37:03.716 INFO:teuthology.orchestra.run.smithi150.stdout:Get:49 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T16:37:03.721 INFO:teuthology.orchestra.run.smithi150.stdout:Get:50 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3285-g5904d294-1jammy [1,544 kB] 2024-04-24T16:37:03.780 INFO:teuthology.orchestra.run.smithi150.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-24T16:37:03.823 INFO:teuthology.orchestra.run.smithi150.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-24T16:37:03.832 INFO:teuthology.orchestra.run.smithi150.stdout:Get:53 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3285-g5904d294-1jammy [6,257 kB] 2024-04-24T16:37:03.837 INFO:teuthology.orchestra.run.smithi150.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-24T16:37:03.842 INFO:teuthology.orchestra.run.smithi161.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-24T16:37:03.843 INFO:teuthology.orchestra.run.smithi161.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-24T16:37:03.849 INFO:teuthology.orchestra.run.smithi161.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-24T16:37:03.855 INFO:teuthology.orchestra.run.smithi161.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-24T16:37:03.870 INFO:teuthology.orchestra.run.smithi161.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-24T16:37:03.894 INFO:teuthology.orchestra.run.smithi161.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-24T16:37:03.901 INFO:teuthology.orchestra.run.smithi161.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-04-24T16:37:04.073 INFO:teuthology.orchestra.run.smithi150.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-24T16:37:04.074 INFO:teuthology.orchestra.run.smithi150.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-24T16:37:04.076 INFO:teuthology.orchestra.run.smithi161.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-04-24T16:37:04.078 INFO:teuthology.orchestra.run.smithi150.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-24T16:37:04.088 INFO:teuthology.orchestra.run.smithi150.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-24T16:37:04.103 INFO:teuthology.orchestra.run.smithi150.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-24T16:37:04.134 INFO:teuthology.orchestra.run.smithi150.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-24T16:37:04.142 INFO:teuthology.orchestra.run.smithi150.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-24T16:37:04.280 INFO:teuthology.orchestra.run.smithi150.stdout:Get:62 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3285-g5904d294-1jammy [22.8 MB] 2024-04-24T16:37:04.336 INFO:teuthology.orchestra.run.smithi150.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-24T16:37:04.341 INFO:teuthology.orchestra.run.smithi161.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-24T16:37:04.518 INFO:teuthology.orchestra.run.smithi161.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-24T16:37:04.534 INFO:teuthology.orchestra.run.smithi161.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-24T16:37:04.556 INFO:teuthology.orchestra.run.smithi161.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-24T16:37:04.623 INFO:teuthology.orchestra.run.smithi161.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-04-24T16:37:04.718 INFO:teuthology.orchestra.run.smithi150.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-24T16:37:04.950 INFO:teuthology.orchestra.run.smithi161.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-24T16:37:04.953 INFO:teuthology.orchestra.run.smithi161.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-24T16:37:04.955 INFO:teuthology.orchestra.run.smithi161.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-24T16:37:04.956 INFO:teuthology.orchestra.run.smithi161.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-24T16:37:04.958 INFO:teuthology.orchestra.run.smithi161.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-24T16:37:04.976 INFO:teuthology.orchestra.run.smithi150.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-24T16:37:04.998 INFO:teuthology.orchestra.run.smithi150.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-24T16:37:05.026 INFO:teuthology.orchestra.run.smithi150.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-24T16:37:05.105 INFO:teuthology.orchestra.run.smithi150.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-24T16:37:05.179 INFO:teuthology.orchestra.run.smithi161.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-24T16:37:05.520 INFO:teuthology.orchestra.run.smithi150.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-24T16:37:05.522 INFO:teuthology.orchestra.run.smithi150.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-24T16:37:05.525 INFO:teuthology.orchestra.run.smithi150.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-24T16:37:05.526 INFO:teuthology.orchestra.run.smithi150.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-24T16:37:05.528 INFO:teuthology.orchestra.run.smithi150.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-24T16:37:05.533 INFO:teuthology.orchestra.run.smithi190.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3285-g5904d294-1jammy [5,093 kB] 2024-04-24T16:37:05.613 INFO:teuthology.orchestra.run.smithi161.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-24T16:37:05.619 INFO:teuthology.orchestra.run.smithi161.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-24T16:37:05.755 INFO:teuthology.orchestra.run.smithi150.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-24T16:37:05.863 INFO:teuthology.orchestra.run.smithi161.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3285-g5904d294-1jammy [5,093 kB] 2024-04-24T16:37:05.964 INFO:teuthology.orchestra.run.smithi150.stdout:Get:75 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3285-g5904d294-1jammy [14.1 kB] 2024-04-24T16:37:05.965 INFO:teuthology.orchestra.run.smithi150.stdout:Get:76 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3285-g5904d294-1jammy [870 kB] 2024-04-24T16:37:05.982 INFO:teuthology.orchestra.run.smithi150.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3285-g5904d294-1jammy [2,437 kB] 2024-04-24T16:37:05.992 INFO:teuthology.orchestra.run.smithi161.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-24T16:37:05.993 INFO:teuthology.orchestra.run.smithi161.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-24T16:37:05.997 INFO:teuthology.orchestra.run.smithi161.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-24T16:37:06.001 INFO:teuthology.orchestra.run.smithi161.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-24T16:37:06.003 INFO:teuthology.orchestra.run.smithi161.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-24T16:37:06.005 INFO:teuthology.orchestra.run.smithi161.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-24T16:37:06.007 INFO:teuthology.orchestra.run.smithi161.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-24T16:37:06.009 INFO:teuthology.orchestra.run.smithi161.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-24T16:37:06.121 INFO:teuthology.orchestra.run.smithi190.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3285-g5904d294-1jammy [244 kB] 2024-04-24T16:37:06.153 INFO:teuthology.orchestra.run.smithi150.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3285-g5904d294-1jammy [792 kB] 2024-04-24T16:37:06.170 INFO:teuthology.orchestra.run.smithi190.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T16:37:06.180 INFO:teuthology.orchestra.run.smithi190.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3285-g5904d294-1jammy [1,544 kB] 2024-04-24T16:37:06.198 INFO:teuthology.orchestra.run.smithi150.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-24T16:37:06.204 INFO:teuthology.orchestra.run.smithi150.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3285-g5904d294-1jammy [149 kB] 2024-04-24T16:37:06.204 INFO:teuthology.orchestra.run.smithi161.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-24T16:37:06.205 INFO:teuthology.orchestra.run.smithi150.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-24T16:37:06.219 INFO:teuthology.orchestra.run.smithi150.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3285-g5904d294-1jammy [2,297 kB] 2024-04-24T16:37:06.307 INFO:teuthology.orchestra.run.smithi161.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3285-g5904d294-1jammy [244 kB] 2024-04-24T16:37:06.344 INFO:teuthology.orchestra.run.smithi161.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T16:37:06.346 INFO:teuthology.orchestra.run.smithi190.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3285-g5904d294-1jammy [6,257 kB] 2024-04-24T16:37:06.364 INFO:teuthology.orchestra.run.smithi161.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3285-g5904d294-1jammy [1,544 kB] 2024-04-24T16:37:06.393 INFO:teuthology.orchestra.run.smithi150.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3285-g5904d294-1jammy [8,625 kB] 2024-04-24T16:37:06.544 INFO:teuthology.orchestra.run.smithi161.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3285-g5904d294-1jammy [6,257 kB] 2024-04-24T16:37:06.609 INFO:teuthology.orchestra.run.smithi161.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-24T16:37:06.629 INFO:teuthology.orchestra.run.smithi150.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-24T16:37:06.629 INFO:teuthology.orchestra.run.smithi150.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-24T16:37:06.632 INFO:teuthology.orchestra.run.smithi150.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-24T16:37:06.637 INFO:teuthology.orchestra.run.smithi150.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-24T16:37:06.642 INFO:teuthology.orchestra.run.smithi150.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-24T16:37:06.644 INFO:teuthology.orchestra.run.smithi150.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-24T16:37:06.646 INFO:teuthology.orchestra.run.smithi150.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-24T16:37:06.650 INFO:teuthology.orchestra.run.smithi150.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-24T16:37:06.677 INFO:teuthology.orchestra.run.smithi161.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-24T16:37:06.707 INFO:teuthology.orchestra.run.smithi161.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-24T16:37:06.804 INFO:teuthology.orchestra.run.smithi161.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-24T16:37:06.844 INFO:teuthology.orchestra.run.smithi150.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-24T16:37:06.852 INFO:teuthology.orchestra.run.smithi161.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-24T16:37:06.864 INFO:teuthology.orchestra.run.smithi161.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-24T16:37:06.868 INFO:teuthology.orchestra.run.smithi161.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-24T16:37:06.912 INFO:teuthology.orchestra.run.smithi161.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-24T16:37:06.915 INFO:teuthology.orchestra.run.smithi161.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-24T16:37:06.941 INFO:teuthology.orchestra.run.smithi161.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-24T16:37:07.035 INFO:teuthology.orchestra.run.smithi190.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3285-g5904d294-1jammy [22.8 MB] 2024-04-24T16:37:07.062 INFO:teuthology.orchestra.run.smithi150.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3285-g5904d294-1jammy [14.2 kB] 2024-04-24T16:37:07.062 INFO:teuthology.orchestra.run.smithi150.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3285-g5904d294-1jammy [51.7 MB] 2024-04-24T16:37:07.107 INFO:teuthology.orchestra.run.smithi161.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-24T16:37:07.250 INFO:teuthology.orchestra.run.smithi150.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-24T16:37:07.296 INFO:teuthology.orchestra.run.smithi161.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3285-g5904d294-1jammy [22.8 MB] 2024-04-24T16:37:07.307 INFO:teuthology.orchestra.run.smithi150.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-24T16:37:07.331 INFO:teuthology.orchestra.run.smithi150.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-24T16:37:07.379 INFO:teuthology.orchestra.run.smithi161.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-24T16:37:07.396 INFO:teuthology.orchestra.run.smithi161.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-24T16:37:07.434 INFO:teuthology.orchestra.run.smithi150.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-24T16:37:07.480 INFO:teuthology.orchestra.run.smithi150.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-24T16:37:07.494 INFO:teuthology.orchestra.run.smithi150.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-24T16:37:07.499 INFO:teuthology.orchestra.run.smithi150.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-24T16:37:07.549 INFO:teuthology.orchestra.run.smithi150.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-24T16:37:07.551 INFO:teuthology.orchestra.run.smithi161.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-24T16:37:07.556 INFO:teuthology.orchestra.run.smithi150.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-24T16:37:07.579 INFO:teuthology.orchestra.run.smithi150.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-24T16:37:07.582 INFO:teuthology.orchestra.run.smithi161.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-24T16:37:07.743 INFO:teuthology.orchestra.run.smithi150.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-24T16:37:07.961 INFO:teuthology.orchestra.run.smithi161.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-24T16:37:07.967 INFO:teuthology.orchestra.run.smithi161.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-24T16:37:07.970 INFO:teuthology.orchestra.run.smithi161.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-24T16:37:08.005 INFO:teuthology.orchestra.run.smithi161.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-24T16:37:08.006 INFO:teuthology.orchestra.run.smithi150.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-24T16:37:08.012 INFO:teuthology.orchestra.run.smithi161.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-24T16:37:08.025 INFO:teuthology.orchestra.run.smithi150.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-24T16:37:08.176 INFO:teuthology.orchestra.run.smithi150.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-24T16:37:08.205 INFO:teuthology.orchestra.run.smithi150.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-24T16:37:08.367 INFO:teuthology.orchestra.run.smithi150.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-24T16:37:08.369 INFO:teuthology.orchestra.run.smithi150.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-24T16:37:08.373 INFO:teuthology.orchestra.run.smithi150.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-24T16:37:08.394 INFO:teuthology.orchestra.run.smithi150.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-24T16:37:08.403 INFO:teuthology.orchestra.run.smithi150.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-24T16:37:09.901 INFO:teuthology.orchestra.run.smithi190.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3285-g5904d294-1jammy [14.1 kB] 2024-04-24T16:37:09.902 INFO:teuthology.orchestra.run.smithi190.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3285-g5904d294-1jammy [870 kB] 2024-04-24T16:37:09.919 INFO:teuthology.orchestra.run.smithi190.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3285-g5904d294-1jammy [2,437 kB] 2024-04-24T16:37:10.191 INFO:teuthology.orchestra.run.smithi190.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3285-g5904d294-1jammy [792 kB] 2024-04-24T16:37:10.275 INFO:teuthology.orchestra.run.smithi161.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3285-g5904d294-1jammy [14.1 kB] 2024-04-24T16:37:10.276 INFO:teuthology.orchestra.run.smithi161.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3285-g5904d294-1jammy [870 kB] 2024-04-24T16:37:10.287 INFO:teuthology.orchestra.run.smithi190.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3285-g5904d294-1jammy [149 kB] 2024-04-24T16:37:10.293 INFO:teuthology.orchestra.run.smithi161.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3285-g5904d294-1jammy [2,437 kB] 2024-04-24T16:37:10.309 INFO:teuthology.orchestra.run.smithi190.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3285-g5904d294-1jammy [2,297 kB] 2024-04-24T16:37:10.544 INFO:teuthology.orchestra.run.smithi161.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3285-g5904d294-1jammy [792 kB] 2024-04-24T16:37:10.613 INFO:teuthology.orchestra.run.smithi161.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3285-g5904d294-1jammy [149 kB] 2024-04-24T16:37:10.639 INFO:teuthology.orchestra.run.smithi190.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3285-g5904d294-1jammy [8,625 kB] 2024-04-24T16:37:10.643 INFO:teuthology.orchestra.run.smithi161.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3285-g5904d294-1jammy [2,297 kB] 2024-04-24T16:37:10.976 INFO:teuthology.orchestra.run.smithi161.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3285-g5904d294-1jammy [8,625 kB] 2024-04-24T16:37:11.022 INFO:teuthology.orchestra.run.smithi150.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T16:37:11.024 INFO:teuthology.orchestra.run.smithi150.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3285-g5904d294-1jammy [38.9 kB] 2024-04-24T16:37:11.025 INFO:teuthology.orchestra.run.smithi150.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3285-g5904d294-1jammy [13.6 MB] 2024-04-24T16:37:11.879 INFO:teuthology.orchestra.run.smithi190.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3285-g5904d294-1jammy [14.2 kB] 2024-04-24T16:37:11.879 INFO:teuthology.orchestra.run.smithi190.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3285-g5904d294-1jammy [51.7 MB] 2024-04-24T16:37:11.987 INFO:teuthology.orchestra.run.smithi150.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3285-g5904d294-1jammy [91.4 kB] 2024-04-24T16:37:12.197 INFO:teuthology.orchestra.run.smithi161.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3285-g5904d294-1jammy [14.2 kB] 2024-04-24T16:37:12.198 INFO:teuthology.orchestra.run.smithi161.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3285-g5904d294-1jammy [51.7 MB] 2024-04-24T16:37:12.562 INFO:teuthology.orchestra.run.smithi150.stdout:Fetched 181 MB in 12s (15.3 MB/s) 2024-04-24T16:37:12.739 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-24T16:37:12.840 INFO:teuthology.orchestra.run.smithi150.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 ... 165995 files and directories currently installed.) 2024-04-24T16:37:12.846 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-24T16:37:12.937 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T16:37:13.275 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-24T16:37:13.301 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-24T16:37:13.341 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T16:37:13.678 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-24T16:37:13.704 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-24T16:37:13.744 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T16:37:14.148 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-24T16:37:14.174 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T16:37:14.223 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:37:14.484 INFO:teuthology.orchestra.run.smithi161.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T16:37:14.487 INFO:teuthology.orchestra.run.smithi161.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3285-g5904d294-1jammy [38.9 kB] 2024-04-24T16:37:14.488 INFO:teuthology.orchestra.run.smithi161.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3285-g5904d294-1jammy [13.6 MB] 2024-04-24T16:37:14.626 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-24T16:37:14.652 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T16:37:14.692 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:37:14.846 INFO:teuthology.orchestra.run.smithi161.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3285-g5904d294-1jammy [91.4 kB] 2024-04-24T16:37:15.029 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-24T16:37:15.055 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T16:37:15.095 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:37:15.457 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-24T16:37:15.469 INFO:teuthology.orchestra.run.smithi161.stdout:Fetched 181 MB in 15s (12.4 MB/s) 2024-04-24T16:37:15.483 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-24T16:37:15.523 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T16:37:15.637 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-24T16:37:15.738 INFO:teuthology.orchestra.run.smithi161.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 ... 165995 files and directories currently installed.) 2024-04-24T16:37:15.743 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-24T16:37:15.827 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T16:37:15.851 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package librados2. 2024-04-24T16:37:15.878 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../007-librados2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:15.918 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:16.172 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-24T16:37:16.198 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-24T16:37:16.238 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T16:37:16.396 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package librbd1. 2024-04-24T16:37:16.422 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../008-librbd1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:16.462 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:16.541 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-24T16:37:16.556 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-24T16:37:16.591 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T16:37:17.044 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-24T16:37:17.071 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T16:37:17.119 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:37:17.499 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libcephfs2. 2024-04-24T16:37:17.525 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:17.548 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-24T16:37:17.565 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:17.574 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T16:37:17.614 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:37:17.851 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-rados. 2024-04-24T16:37:17.878 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:17.918 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:17.934 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-24T16:37:17.960 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T16:37:17.992 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:37:18.204 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-24T16:37:18.230 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:18.270 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:18.336 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-24T16:37:18.363 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-24T16:37:18.422 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T16:37:18.531 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-cephfs. 2024-04-24T16:37:18.546 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:18.590 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:18.756 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librados2. 2024-04-24T16:37:18.783 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../007-librados2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:18.822 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:18.901 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-24T16:37:18.927 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:18.967 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:19.254 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-24T16:37:19.258 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librbd1. 2024-04-24T16:37:19.269 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-24T16:37:19.285 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../008-librbd1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:19.312 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T16:37:19.325 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:19.615 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-prettytable. 2024-04-24T16:37:19.641 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-24T16:37:19.681 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-24T16:37:19.736 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libcephfs2. 2024-04-24T16:37:19.763 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:19.803 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:19.942 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-rbd. 2024-04-24T16:37:19.969 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:20.026 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:20.080 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rados. 2024-04-24T16:37:20.096 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:20.138 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:20.328 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-24T16:37:20.355 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-24T16:37:20.386 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T16:37:20.648 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-24T16:37:20.666 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-24T16:37:20.674 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-24T16:37:20.692 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:20.714 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T16:37:20.732 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:20.985 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cephfs. 2024-04-24T16:37:21.000 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:21.001 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-24T16:37:21.027 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-24T16:37:21.035 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:21.067 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T16:37:21.346 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-24T16:37:21.372 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:21.404 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package lua5.1. 2024-04-24T16:37:21.412 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:21.430 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-24T16:37:21.470 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-24T16:37:21.741 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-24T16:37:21.767 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-24T16:37:21.767 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package lua-any. 2024-04-24T16:37:21.793 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-24T16:37:21.807 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T16:37:21.833 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-24T16:37:22.118 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-prettytable. 2024-04-24T16:37:22.144 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-24T16:37:22.184 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-24T16:37:22.236 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package zip. 2024-04-24T16:37:22.262 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-24T16:37:22.303 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking zip (3.0-12build2) ... 2024-04-24T16:37:22.512 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rbd. 2024-04-24T16:37:22.538 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:22.587 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:22.614 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package unzip. 2024-04-24T16:37:22.640 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-24T16:37:22.681 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-24T16:37:22.957 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-24T16:37:22.983 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-24T16:37:23.023 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T16:37:23.043 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package luarocks. 2024-04-24T16:37:23.069 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-24T16:37:23.110 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-24T16:37:23.301 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-24T16:37:23.327 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-24T16:37:23.367 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T16:37:23.484 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package librgw2. 2024-04-24T16:37:23.510 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../025-librgw2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:23.550 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:23.670 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-24T16:37:23.696 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-24T16:37:23.736 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T16:37:24.123 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua5.1. 2024-04-24T16:37:24.128 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-rgw. 2024-04-24T16:37:24.149 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-24T16:37:24.154 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:24.194 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:24.198 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-24T16:37:24.481 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-24T16:37:24.507 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-24T16:37:24.526 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua-any. 2024-04-24T16:37:24.539 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T16:37:24.541 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-24T16:37:24.584 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-24T16:37:24.817 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libradosstriper1. 2024-04-24T16:37:24.836 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package zip. 2024-04-24T16:37:24.843 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:24.851 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-24T16:37:24.883 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:24.895 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking zip (3.0-12build2) ... 2024-04-24T16:37:25.240 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package unzip. 2024-04-24T16:37:25.266 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-24T16:37:25.314 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-24T16:37:25.320 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-common. 2024-04-24T16:37:25.347 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:25.386 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:25.952 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package luarocks. 2024-04-24T16:37:25.978 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-24T16:37:26.018 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-24T16:37:26.393 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package librgw2. 2024-04-24T16:37:26.419 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../025-librgw2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:26.459 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:26.635 INFO:teuthology.orchestra.run.smithi190.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T16:37:26.638 INFO:teuthology.orchestra.run.smithi190.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3285-g5904d294-1jammy [38.9 kB] 2024-04-24T16:37:26.639 INFO:teuthology.orchestra.run.smithi190.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3285-g5904d294-1jammy [13.6 MB] 2024-04-24T16:37:26.675 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-base. 2024-04-24T16:37:26.701 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:26.742 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:26.986 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rgw. 2024-04-24T16:37:27.013 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:27.052 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:27.296 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-24T16:37:27.322 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-24T16:37:27.362 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-24T16:37:27.405 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-24T16:37:27.432 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-24T16:37:27.472 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T16:37:27.741 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libradosstriper1. 2024-04-24T16:37:27.768 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:27.799 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:27.865 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-cheroot. 2024-04-24T16:37:27.892 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-24T16:37:27.932 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T16:37:28.211 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-common. 2024-04-24T16:37:28.227 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-24T16:37:28.238 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:28.253 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-24T16:37:28.277 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:28.285 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-24T16:37:28.571 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-24T16:37:28.597 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-24T16:37:28.637 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-24T16:37:28.940 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-24T16:37:28.967 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-24T16:37:29.007 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-24T16:37:29.154 INFO:teuthology.orchestra.run.smithi190.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3285-g5904d294-1jammy [91.4 kB] 2024-04-24T16:37:29.327 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-tempora. 2024-04-24T16:37:29.353 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-24T16:37:29.393 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-24T16:37:29.608 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-base. 2024-04-24T16:37:29.634 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:29.654 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-portend. 2024-04-24T16:37:29.681 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-24T16:37:29.683 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:29.684 INFO:teuthology.orchestra.run.smithi190.stdout:Fetched 181 MB in 29s (6,296 kB/s) 2024-04-24T16:37:29.721 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-24T16:37:29.840 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-24T16:37:29.940 INFO:teuthology.orchestra.run.smithi190.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 ... 165995 files and directories currently installed.) 2024-04-24T16:37:29.945 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-24T16:37:30.024 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-24T16:37:30.030 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T16:37:30.050 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-24T16:37:30.090 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-24T16:37:30.287 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-24T16:37:30.313 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-24T16:37:30.353 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-24T16:37:30.375 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-24T16:37:30.393 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-24T16:37:30.401 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-24T16:37:30.420 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-24T16:37:30.442 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T16:37:30.459 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-24T16:37:30.631 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cheroot. 2024-04-24T16:37:30.658 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-24T16:37:30.689 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T16:37:30.719 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-24T16:37:30.746 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-24T16:37:30.794 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T16:37:30.805 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-natsort. 2024-04-24T16:37:30.832 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-24T16:37:30.871 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-24T16:37:30.992 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-24T16:37:31.019 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-24T16:37:31.059 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-24T16:37:31.183 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-logutils. 2024-04-24T16:37:31.210 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-24T16:37:31.214 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-24T16:37:31.241 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T16:37:31.249 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-24T16:37:31.330 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:37:31.361 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-24T16:37:31.388 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-24T16:37:31.428 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-24T16:37:31.577 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-24T16:37:31.604 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-24T16:37:31.644 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-24T16:37:31.739 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-24T16:37:31.751 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-24T16:37:31.766 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-24T16:37:31.777 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T16:37:31.806 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-24T16:37:31.817 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:37:31.905 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-mako. 2024-04-24T16:37:31.932 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-24T16:37:31.963 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T16:37:32.066 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-tempora. 2024-04-24T16:37:32.082 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-24T16:37:32.116 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-24T16:37:32.137 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-24T16:37:32.163 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T16:37:32.195 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:37:32.258 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-24T16:37:32.285 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-24T16:37:32.324 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-24T16:37:32.402 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-portend. 2024-04-24T16:37:32.429 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-24T16:37:32.469 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-24T16:37:32.523 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-24T16:37:32.550 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-24T16:37:32.653 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-24T16:37:32.679 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-24T16:37:32.719 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-24T16:37:32.931 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T16:37:33.030 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-webob. 2024-04-24T16:37:33.057 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-24T16:37:33.097 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-24T16:37:33.416 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-waitress. 2024-04-24T16:37:33.443 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-24T16:37:33.486 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T16:37:33.522 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-24T16:37:33.548 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-24T16:37:33.588 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-24T16:37:33.593 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librados2. 2024-04-24T16:37:33.620 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../007-librados2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:33.660 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:33.908 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-24T16:37:33.934 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-24T16:37:33.975 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-24T16:37:34.096 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librbd1. 2024-04-24T16:37:34.122 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../008-librbd1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:34.154 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:34.328 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-natsort. 2024-04-24T16:37:34.355 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-24T16:37:34.395 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-24T16:37:34.620 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-tempita. 2024-04-24T16:37:34.646 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-24T16:37:34.686 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T16:37:34.690 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libcephfs2. 2024-04-24T16:37:34.715 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-logutils. 2024-04-24T16:37:34.716 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:34.741 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-24T16:37:34.781 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-24T16:37:34.798 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:34.997 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-paste. 2024-04-24T16:37:35.024 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-24T16:37:35.063 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T16:37:35.101 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rados. 2024-04-24T16:37:35.117 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-24T16:37:35.128 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:35.144 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-24T16:37:35.167 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:35.192 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-24T16:37:35.367 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-24T16:37:35.394 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-24T16:37:35.433 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T16:37:35.520 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-24T16:37:35.547 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:35.561 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-mako. 2024-04-24T16:37:35.586 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:35.588 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-24T16:37:35.636 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T16:37:35.736 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-24T16:37:35.763 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-24T16:37:35.803 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-24T16:37:35.839 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cephfs. 2024-04-24T16:37:35.854 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:35.897 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:35.973 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-24T16:37:35.999 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-24T16:37:36.039 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-24T16:37:36.089 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-webtest. 2024-04-24T16:37:36.116 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-24T16:37:36.155 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-24T16:37:36.166 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-24T16:37:36.182 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:36.217 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:36.467 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-pecan. 2024-04-24T16:37:36.493 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-24T16:37:36.511 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-24T16:37:36.517 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-24T16:37:36.533 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T16:37:36.538 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-24T16:37:36.543 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-24T16:37:36.578 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T16:37:36.583 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-24T16:37:36.886 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-webob. 2024-04-24T16:37:36.889 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-prettytable. 2024-04-24T16:37:36.896 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-certifi. 2024-04-24T16:37:36.913 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-24T16:37:36.915 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-24T16:37:36.923 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-24T16:37:36.947 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-24T16:37:36.952 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-24T16:37:36.963 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-24T16:37:37.208 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rbd. 2024-04-24T16:37:37.235 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:37.241 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-idna. 2024-04-24T16:37:37.268 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-24T16:37:37.274 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:37.299 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-24T16:37:37.314 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-waitress. 2024-04-24T16:37:37.341 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-24T16:37:37.384 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T16:37:37.610 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-urllib3. 2024-04-24T16:37:37.619 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-24T16:37:37.637 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-24T16:37:37.646 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-24T16:37:37.677 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T16:37:37.685 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T16:37:37.717 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-tempita. 2024-04-24T16:37:37.743 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-24T16:37:37.783 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T16:37:37.971 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-24T16:37:37.987 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-24T16:37:38.029 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T16:37:38.069 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-paste. 2024-04-24T16:37:38.096 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-24T16:37:38.127 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T16:37:38.138 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-requests. 2024-04-24T16:37:38.165 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-24T16:37:38.205 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T16:37:38.299 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-24T16:37:38.314 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-24T16:37:38.348 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T16:37:38.439 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-24T16:37:38.455 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-24T16:37:38.497 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T16:37:38.516 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-24T16:37:38.542 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-24T16:37:38.582 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T16:37:38.644 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua5.1. 2024-04-24T16:37:38.671 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-24T16:37:38.710 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-24T16:37:38.800 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-24T16:37:38.827 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-24T16:37:38.866 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-24T16:37:38.877 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-24T16:37:38.893 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:38.935 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:39.030 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-any. 2024-04-24T16:37:39.057 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-24T16:37:39.097 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-24T16:37:39.169 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-webtest. 2024-04-24T16:37:39.196 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-24T16:37:39.236 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-24T16:37:39.307 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package zip. 2024-04-24T16:37:39.323 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-24T16:37:39.332 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-24T16:37:39.357 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking zip (3.0-12build2) ... 2024-04-24T16:37:39.359 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:39.390 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:39.522 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pecan. 2024-04-24T16:37:39.549 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-24T16:37:39.588 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T16:37:39.685 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-24T16:37:39.710 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package unzip. 2024-04-24T16:37:39.712 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-24T16:37:39.737 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-24T16:37:39.751 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-24T16:37:39.777 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-24T16:37:39.927 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-certifi. 2024-04-24T16:37:39.954 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-24T16:37:39.984 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-24T16:37:40.030 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-openssl. 2024-04-24T16:37:40.056 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-24T16:37:40.087 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-24T16:37:40.287 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-idna. 2024-04-24T16:37:40.303 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-24T16:37:40.345 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-24T16:37:40.347 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package luarocks. 2024-04-24T16:37:40.374 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-24T16:37:40.399 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-mgr. 2024-04-24T16:37:40.413 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-24T16:37:40.425 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:40.465 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:40.659 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-urllib3. 2024-04-24T16:37:40.686 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-24T16:37:40.725 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T16:37:40.779 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package librgw2. 2024-04-24T16:37:40.806 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../025-librgw2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:40.846 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:40.852 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-mon. 2024-04-24T16:37:40.878 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:40.918 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:41.053 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-requests. 2024-04-24T16:37:41.080 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-24T16:37:41.120 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T16:37:41.357 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rgw. 2024-04-24T16:37:41.372 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:41.406 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-24T16:37:41.407 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:41.433 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-24T16:37:41.480 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-osd. 2024-04-24T16:37:41.497 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T16:37:41.507 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:41.546 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:41.751 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-24T16:37:41.778 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-24T16:37:41.801 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-24T16:37:41.818 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T16:37:41.828 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:41.867 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:42.137 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libradosstriper1. 2024-04-24T16:37:42.164 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:42.204 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:42.247 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-24T16:37:42.275 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:42.314 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:42.566 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph. 2024-04-24T16:37:42.574 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-common. 2024-04-24T16:37:42.593 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../066-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:42.600 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:42.608 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-24T16:37:42.633 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:42.635 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-24T16:37:42.640 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:42.675 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-24T16:37:42.936 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-openssl. 2024-04-24T16:37:42.961 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-fuse. 2024-04-24T16:37:42.963 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-24T16:37:42.987 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:42.994 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-24T16:37:43.052 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:43.339 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr. 2024-04-24T16:37:43.366 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:43.405 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:43.422 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-mds. 2024-04-24T16:37:43.449 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:43.488 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:43.809 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mon. 2024-04-24T16:37:43.836 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:43.841 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package cephadm. 2024-04-24T16:37:43.868 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../069-cephadm_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:43.875 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:43.902 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:44.045 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-base. 2024-04-24T16:37:44.071 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:44.121 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:44.211 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-24T16:37:44.237 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-24T16:37:44.277 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-24T16:37:44.429 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-osd. 2024-04-24T16:37:44.444 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:44.487 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:44.580 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-24T16:37:44.596 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T16:37:44.638 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T16:37:44.691 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-24T16:37:44.717 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-24T16:37:44.757 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-24T16:37:45.035 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cheroot. 2024-04-24T16:37:45.062 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-24T16:37:45.093 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T16:37:45.523 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph. 2024-04-24T16:37:45.550 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../066-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:45.563 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-24T16:37:45.589 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-24T16:37:45.590 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:45.621 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-24T16:37:45.668 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-babel. 2024-04-24T16:37:45.695 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T16:37:45.734 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T16:37:45.885 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-fuse. 2024-04-24T16:37:45.911 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:45.924 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-24T16:37:45.950 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-24T16:37:45.951 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:45.990 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-24T16:37:46.071 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-jinja2. 2024-04-24T16:37:46.098 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-24T16:37:46.137 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T16:37:46.293 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-24T16:37:46.320 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-24T16:37:46.329 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mds. 2024-04-24T16:37:46.352 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-24T16:37:46.356 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:46.395 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:46.482 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-24T16:37:46.509 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:46.548 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:46.654 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-tempora. 2024-04-24T16:37:46.681 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-24T16:37:46.721 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-24T16:37:46.910 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-24T16:37:46.937 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-24T16:37:46.977 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-24T16:37:46.982 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package cephadm. 2024-04-24T16:37:47.008 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../069-cephadm_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:47.023 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-portend. 2024-04-24T16:37:47.048 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:47.050 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-24T16:37:47.090 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-24T16:37:47.280 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-routes. 2024-04-24T16:37:47.306 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-24T16:37:47.309 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-24T16:37:47.325 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-24T16:37:47.346 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T16:37:47.359 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-24T16:37:47.376 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-24T16:37:47.403 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-24T16:37:47.443 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-24T16:37:47.683 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-24T16:37:47.687 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-24T16:37:47.710 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:47.712 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-24T16:37:47.715 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T16:37:47.740 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-24T16:37:47.749 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:47.753 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T16:37:47.779 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-24T16:37:48.149 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-natsort. 2024-04-24T16:37:48.165 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-24T16:37:48.207 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-24T16:37:48.502 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-logutils. 2024-04-24T16:37:48.518 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-24T16:37:48.552 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-24T16:37:48.776 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-babel. 2024-04-24T16:37:48.803 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T16:37:48.838 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-24T16:37:48.842 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T16:37:48.865 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-24T16:37:48.905 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-24T16:37:49.088 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-24T16:37:49.104 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-24T16:37:49.146 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T16:37:49.187 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-jinja2. 2024-04-24T16:37:49.210 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-mako. 2024-04-24T16:37:49.214 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-24T16:37:49.234 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-24T16:37:49.253 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T16:37:49.274 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T16:37:49.569 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-24T16:37:49.584 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-24T16:37:49.589 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-24T16:37:49.616 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:49.619 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-24T16:37:49.656 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:49.666 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-joblib. 2024-04-24T16:37:49.693 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-24T16:37:49.732 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T16:37:49.888 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-24T16:37:49.914 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-24T16:37:49.954 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-24T16:37:50.001 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-24T16:37:50.030 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-24T16:37:50.067 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-24T16:37:50.086 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-24T16:37:50.113 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-24T16:37:50.144 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-24T16:37:50.257 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-webob. 2024-04-24T16:37:50.283 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-24T16:37:50.323 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-24T16:37:50.345 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-routes. 2024-04-24T16:37:50.373 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-24T16:37:50.411 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T16:37:50.430 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-sklearn. 2024-04-24T16:37:50.457 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-24T16:37:50.496 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T16:37:50.685 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-waitress. 2024-04-24T16:37:50.711 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-24T16:37:50.754 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T16:37:50.756 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-24T16:37:50.784 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:50.823 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:51.063 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-tempita. 2024-04-24T16:37:51.089 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-24T16:37:51.129 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T16:37:51.222 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-24T16:37:51.249 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:51.374 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:51.390 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-paste. 2024-04-24T16:37:51.405 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-24T16:37:51.440 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T16:37:51.794 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-24T16:37:51.820 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-24T16:37:51.860 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T16:37:52.095 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-24T16:37:52.110 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-24T16:37:52.146 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-24T16:37:52.153 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T16:37:52.161 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-24T16:37:52.196 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-24T16:37:52.261 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-cachetools. 2024-04-24T16:37:52.288 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-24T16:37:52.327 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-24T16:37:52.465 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-webtest. 2024-04-24T16:37:52.492 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-24T16:37:52.532 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-24T16:37:52.623 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-joblib. 2024-04-24T16:37:52.630 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-24T16:37:52.650 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-24T16:37:52.657 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-24T16:37:52.682 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T16:37:52.696 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-24T16:37:52.943 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pecan. 2024-04-24T16:37:52.970 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-24T16:37:53.001 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T16:37:53.217 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-24T16:37:53.244 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-24T16:37:53.283 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T16:37:53.285 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-24T16:37:53.312 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-24T16:37:53.343 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-24T16:37:53.356 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-certifi. 2024-04-24T16:37:53.382 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-24T16:37:53.422 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-24T16:37:53.594 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-rsa. 2024-04-24T16:37:53.622 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-24T16:37:53.654 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-sklearn. 2024-04-24T16:37:53.661 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-24T16:37:53.682 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-24T16:37:53.720 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T16:37:53.759 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-idna. 2024-04-24T16:37:53.785 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-24T16:37:53.825 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-24T16:37:53.931 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-google-auth. 2024-04-24T16:37:53.947 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-24T16:37:53.981 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-24T16:37:54.086 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-urllib3. 2024-04-24T16:37:54.101 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-24T16:37:54.136 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T16:37:54.276 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-24T16:37:54.303 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-24T16:37:54.342 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T16:37:54.429 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-24T16:37:54.447 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-requests. 2024-04-24T16:37:54.457 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:54.474 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-24T16:37:54.514 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T16:37:54.589 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:54.662 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-websocket. 2024-04-24T16:37:54.689 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-24T16:37:54.728 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-24T16:37:54.825 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-24T16:37:54.851 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-24T16:37:54.891 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T16:37:55.040 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-24T16:37:55.067 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-24T16:37:55.106 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T16:37:55.188 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-24T16:37:55.204 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:55.246 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:55.576 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-cachetools. 2024-04-24T16:37:55.604 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-24T16:37:55.642 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-24T16:37:55.651 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-24T16:37:55.678 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:55.717 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:55.778 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-24T16:37:55.795 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:55.837 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:55.945 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-24T16:37:55.973 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-24T16:37:56.012 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-24T16:37:56.020 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-24T16:37:56.036 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-24T16:37:56.095 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-24T16:37:56.156 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-24T16:37:56.184 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-24T16:37:56.222 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T16:37:56.349 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-24T16:37:56.376 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-24T16:37:56.381 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-openssl. 2024-04-24T16:37:56.408 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-24T16:37:56.415 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T16:37:56.448 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-24T16:37:56.559 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-24T16:37:56.587 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T16:37:56.625 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T16:37:56.710 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-rsa. 2024-04-24T16:37:56.737 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-24T16:37:56.776 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-24T16:37:56.792 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr. 2024-04-24T16:37:56.819 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:56.853 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package jq. 2024-04-24T16:37:56.859 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:56.869 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T16:37:56.911 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-24T16:37:57.147 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package socat. 2024-04-24T16:37:57.163 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-24T16:37:57.205 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-24T16:37:57.218 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-google-auth. 2024-04-24T16:37:57.245 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-24T16:37:57.279 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mon. 2024-04-24T16:37:57.306 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:57.338 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-24T16:37:57.345 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:57.492 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package xmlstarlet. 2024-04-24T16:37:57.508 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-24T16:37:57.550 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-24T16:37:57.658 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-24T16:37:57.686 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-24T16:37:57.733 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T16:37:57.888 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-test. 2024-04-24T16:37:57.904 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:57.932 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-osd. 2024-04-24T16:37:57.937 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:57.959 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:57.990 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:57.994 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-websocket. 2024-04-24T16:37:58.022 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-24T16:37:58.061 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-24T16:37:58.389 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-24T16:37:58.417 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-24T16:37:58.456 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T16:37:59.052 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph. 2024-04-24T16:37:59.067 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../066-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:59.110 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:59.111 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-24T16:37:59.127 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:37:59.161 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:59.422 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-24T16:37:59.437 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-fuse. 2024-04-24T16:37:59.449 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-24T16:37:59.464 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:59.488 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T16:37:59.504 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:37:59.834 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-24T16:37:59.861 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T16:37:59.891 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mds. 2024-04-24T16:37:59.908 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T16:37:59.918 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:37:59.957 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:00.169 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package jq. 2024-04-24T16:38:00.185 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T16:38:00.227 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-24T16:38:00.259 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package ceph-volume. 2024-04-24T16:38:00.275 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:38:00.308 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:00.385 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package cephadm. 2024-04-24T16:38:00.412 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../069-cephadm_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:00.451 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:00.463 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package socat. 2024-04-24T16:38:00.491 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-24T16:38:00.522 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-24T16:38:00.629 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-24T16:38:00.645 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:00.679 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:00.737 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-24T16:38:00.753 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-24T16:38:00.787 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-24T16:38:00.850 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package xmlstarlet. 2024-04-24T16:38:00.866 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-24T16:38:00.908 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-24T16:38:00.973 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-24T16:38:01.001 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-24T16:38:01.039 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T16:38:01.271 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-test. 2024-04-24T16:38:01.298 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:01.314 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-24T16:38:01.329 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:01.330 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T16:38:01.363 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-24T16:38:01.364 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T16:38:01.390 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-24T16:38:01.429 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-24T16:38:01.733 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package nvme-cli. 2024-04-24T16:38:01.761 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-24T16:38:01.791 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T16:38:02.238 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package pkg-config. 2024-04-24T16:38:02.266 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-24T16:38:02.305 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T16:38:02.403 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-babel. 2024-04-24T16:38:02.430 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T16:38:02.469 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T16:38:02.558 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-24T16:38:02.585 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-24T16:38:02.624 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-24T16:38:02.781 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-jinja2. 2024-04-24T16:38:02.808 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-24T16:38:02.847 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T16:38:03.061 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-24T16:38:03.088 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-24T16:38:03.127 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-24T16:38:03.175 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-24T16:38:03.202 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:38:03.241 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:03.397 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-pastescript. 2024-04-24T16:38:03.424 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-24T16:38:03.454 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-24T16:38:03.550 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package ceph-volume. 2024-04-24T16:38:03.577 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:38:03.586 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-24T16:38:03.613 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-24T16:38:03.616 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:03.653 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-24T16:38:03.750 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-pluggy. 2024-04-24T16:38:03.777 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-24T16:38:03.816 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-24T16:38:03.930 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-routes. 2024-04-24T16:38:03.938 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-24T16:38:03.946 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-24T16:38:03.965 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:03.980 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T16:38:04.003 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:04.127 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-psutil. 2024-04-24T16:38:04.155 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-24T16:38:04.194 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-24T16:38:04.314 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-24T16:38:04.331 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-24T16:38:04.342 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-24T16:38:04.369 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:38:04.373 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T16:38:04.408 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:04.530 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-py. 2024-04-24T16:38:04.558 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-24T16:38:04.596 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-24T16:38:04.686 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-24T16:38:04.713 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-24T16:38:04.752 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-24T16:38:04.900 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-pygments. 2024-04-24T16:38:04.928 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-24T16:38:04.966 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T16:38:05.123 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package nvme-cli. 2024-04-24T16:38:05.150 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-24T16:38:05.189 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T16:38:05.420 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-24T16:38:05.448 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-24T16:38:05.486 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-24T16:38:05.595 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package pkg-config. 2024-04-24T16:38:05.622 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-24T16:38:05.661 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T16:38:05.730 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-24T16:38:05.746 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-24T16:38:05.788 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T16:38:05.798 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-toml. 2024-04-24T16:38:05.826 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-24T16:38:05.864 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-24T16:38:05.922 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-24T16:38:05.950 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-24T16:38:05.989 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-24T16:38:06.142 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-pytest. 2024-04-24T16:38:06.170 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-24T16:38:06.209 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T16:38:06.308 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-joblib. 2024-04-24T16:38:06.335 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-24T16:38:06.374 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T16:38:06.425 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-24T16:38:06.453 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-24T16:38:06.500 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-24T16:38:06.553 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package python3-simplejson. 2024-04-24T16:38:06.582 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-24T16:38:06.620 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-24T16:38:06.745 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-24T16:38:06.772 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-24T16:38:06.786 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pastescript. 2024-04-24T16:38:06.811 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-24T16:38:06.814 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-24T16:38:06.853 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-24T16:38:06.898 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-24T16:38:06.926 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-24T16:38:06.964 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-24T16:38:07.122 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-sklearn. 2024-04-24T16:38:07.149 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-24T16:38:07.173 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pluggy. 2024-04-24T16:38:07.188 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T16:38:07.200 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-24T16:38:07.239 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-24T16:38:07.517 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-psutil. 2024-04-24T16:38:07.541 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-24T16:38:07.592 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-24T16:38:07.726 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package radosgw. 2024-04-24T16:38:07.755 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../116-radosgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:07.792 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:07.880 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-24T16:38:07.903 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-py. 2024-04-24T16:38:07.908 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:38:07.931 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-24T16:38:07.970 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-24T16:38:08.032 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pygments. 2024-04-24T16:38:08.272 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-24T16:38:08.306 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T16:38:08.579 INFO:teuthology.orchestra.run.smithi150.stdout:Selecting previously unselected package rbd-fuse. 2024-04-24T16:38:08.595 INFO:teuthology.orchestra.run.smithi150.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:08.629 INFO:teuthology.orchestra.run.smithi150.stdout:Unpacking rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:08.794 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-24T16:38:08.821 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-24T16:38:08.868 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-24T16:38:08.880 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-24T16:38:08.985 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-cachetools. 2024-04-24T16:38:09.012 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-24T16:38:09.052 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-24T16:38:09.142 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T16:38:09.180 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-toml. 2024-04-24T16:38:09.207 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-24T16:38:09.246 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-24T16:38:09.268 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T16:38:09.321 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-24T16:38:09.337 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-24T16:38:09.371 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-24T16:38:09.524 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-pytest. 2024-04-24T16:38:09.528 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-24T16:38:09.551 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-24T16:38:09.590 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T16:38:09.683 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-24T16:38:09.710 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-24T16:38:09.749 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T16:38:09.890 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-24T16:38:09.944 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package python3-simplejson. 2024-04-24T16:38:09.971 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-24T16:38:10.010 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-24T16:38:10.036 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-rsa. 2024-04-24T16:38:10.064 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-24T16:38:10.102 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-24T16:38:10.280 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-24T16:38:10.307 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-24T16:38:10.346 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-24T16:38:10.347 INFO:teuthology.orchestra.run.smithi150.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-24T16:38:10.422 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-google-auth. 2024-04-24T16:38:10.449 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-24T16:38:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-24T16:38:10.745 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:10.809 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-24T16:38:10.836 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-24T16:38:10.875 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T16:38:11.150 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package radosgw. 2024-04-24T16:38:11.161 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-websocket. 2024-04-24T16:38:11.178 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../116-radosgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:11.189 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-24T16:38:11.216 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:11.227 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-24T16:38:11.579 INFO:teuthology.orchestra.run.smithi150.stdout:Adding system user cephadm....done 2024-04-24T16:38:11.698 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-24T16:38:11.726 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-24T16:38:11.727 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T16:38:11.764 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T16:38:11.995 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-24T16:38:12.061 INFO:teuthology.orchestra.run.smithi161.stdout:Selecting previously unselected package rbd-fuse. 2024-04-24T16:38:12.077 INFO:teuthology.orchestra.run.smithi161.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:12.119 INFO:teuthology.orchestra.run.smithi161.stdout:Unpacking rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:12.246 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-24T16:38:12.347 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-24T16:38:12.411 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-24T16:38:12.427 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:38:12.428 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-24T16:38:12.494 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:12.582 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-24T16:38:12.699 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T16:38:12.822 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-24T16:38:12.826 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T16:38:12.833 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T16:38:12.850 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-24T16:38:12.888 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T16:38:12.959 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-24T16:38:13.087 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-24T16:38:13.167 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-24T16:38:13.194 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T16:38:13.224 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T16:38:13.260 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T16:38:13.425 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-24T16:38:13.477 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package jq. 2024-04-24T16:38:13.493 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T16:38:13.535 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-24T16:38:13.612 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-24T16:38:13.788 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package socat. 2024-04-24T16:38:13.816 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-24T16:38:13.855 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-24T16:38:13.864 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-24T16:38:13.869 INFO:teuthology.orchestra.run.smithi161.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-24T16:38:13.936 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:14.132 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-24T16:38:14.166 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package xmlstarlet. 2024-04-24T16:38:14.182 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-24T16:38:14.224 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-24T16:38:14.400 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-24T16:38:14.487 INFO:teuthology.orchestra.run.smithi161.stdout:Adding system user cephadm....done 2024-04-24T16:38:14.587 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-test. 2024-04-24T16:38:14.603 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:14.653 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:14.659 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-24T16:38:14.702 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T16:38:14.910 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-24T16:38:15.107 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-24T16:38:15.170 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:15.429 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T16:38:15.451 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-24T16:38:15.555 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T16:38:15.670 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-24T16:38:15.681 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T16:38:15.824 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-24T16:38:15.964 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-24T16:38:16.075 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-24T16:38:16.249 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T16:38:16.375 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-24T16:38:16.522 INFO:teuthology.orchestra.run.smithi150.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-24T16:38:16.556 INFO:teuthology.orchestra.run.smithi150.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-24T16:38:16.619 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T16:38:16.693 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T16:38:16.745 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-24T16:38:16.891 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package ceph-volume. 2024-04-24T16:38:16.919 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T16:38:16.957 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:17.053 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-24T16:38:17.130 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T16:38:17.231 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-24T16:38:17.261 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-24T16:38:17.288 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-24T16:38:17.288 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:17.327 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:17.490 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T16:38:17.556 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-24T16:38:17.613 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-24T16:38:17.629 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-24T16:38:17.663 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T16:38:17.791 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-24T16:38:17.841 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-24T16:38:17.976 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-24T16:38:18.003 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-24T16:38:18.042 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-24T16:38:18.092 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-24T16:38:18.118 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up zip (3.0-12build2) ... 2024-04-24T16:38:18.244 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T16:38:18.438 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package nvme-cli. 2024-04-24T16:38:18.451 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-24T16:38:18.466 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-24T16:38:18.505 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T16:38:18.694 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:18.896 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T16:38:18.926 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package pkg-config. 2024-04-24T16:38:18.937 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T16:38:18.954 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-24T16:38:18.992 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T16:38:19.038 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T16:38:19.139 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T16:38:19.172 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T16:38:19.256 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-24T16:38:19.262 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-24T16:38:19.273 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-24T16:38:19.290 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-24T16:38:19.328 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-24T16:38:19.374 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T16:38:19.516 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-24T16:38:19.658 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-24T16:38:19.748 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-24T16:38:19.776 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-24T16:38:19.814 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-24T16:38:19.893 INFO:teuthology.orchestra.run.smithi161.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-24T16:38:19.938 INFO:teuthology.orchestra.run.smithi161.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-24T16:38:20.002 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T16:38:20.026 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-24T16:38:20.084 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pastescript. 2024-04-24T16:38:20.112 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-24T16:38:20.128 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-24T16:38:20.142 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-24T16:38:20.269 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T16:38:20.454 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pluggy. 2024-04-24T16:38:20.471 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T16:38:20.482 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-24T16:38:20.528 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-24T16:38:20.597 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-24T16:38:20.620 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T16:38:20.857 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T16:38:20.865 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-psutil. 2024-04-24T16:38:20.893 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-24T16:38:20.905 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T16:38:20.931 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-24T16:38:21.124 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-24T16:38:21.240 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-24T16:38:21.259 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-py. 2024-04-24T16:38:21.287 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-24T16:38:21.325 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-24T16:38:21.451 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up zip (3.0-12build2) ... 2024-04-24T16:38:21.474 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-24T16:38:21.577 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T16:38:21.608 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:21.645 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pygments. 2024-04-24T16:38:21.673 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-24T16:38:21.720 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T16:38:21.876 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-idna (3.3-1) ... 2024-04-24T16:38:22.186 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T16:38:22.216 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-24T16:38:22.220 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T16:38:22.243 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-24T16:38:22.291 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-24T16:38:22.471 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T16:38:22.568 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-toml. 2024-04-24T16:38:22.572 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-24T16:38:22.584 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-24T16:38:22.618 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-24T16:38:22.690 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T16:38:22.896 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-pytest. 2024-04-24T16:38:22.924 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-24T16:38:22.962 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T16:38:22.991 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-24T16:38:23.266 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package python3-simplejson. 2024-04-24T16:38:23.293 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-24T16:38:23.300 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T16:38:23.332 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-24T16:38:23.403 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-24T16:38:23.551 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:38:23.610 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-24T16:38:23.625 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-24T16:38:23.645 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T16:38:23.659 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-24T16:38:23.685 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-24T16:38:23.945 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T16:38:24.030 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T16:38:24.071 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-24T16:38:24.205 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T16:38:24.315 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T16:38:24.397 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package radosgw. 2024-04-24T16:38:24.425 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../116-radosgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:24.463 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:24.490 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-24T16:38:24.666 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-24T16:38:24.724 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-24T16:38:24.917 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-24T16:38:24.959 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:38:25.043 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:25.085 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-24T16:38:25.283 INFO:teuthology.orchestra.run.smithi190.stdout:Selecting previously unselected package rbd-fuse. 2024-04-24T16:38:25.311 INFO:teuthology.orchestra.run.smithi190.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T16:38:25.349 INFO:teuthology.orchestra.run.smithi190.stdout:Unpacking rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:25.361 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-idna (3.3-1) ... 2024-04-24T16:38:25.394 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-24T16:38:25.653 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-24T16:38:25.654 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-24T16:38:25.679 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T16:38:25.887 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T16:38:25.905 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-24T16:38:26.013 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T16:38:26.275 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-24T16:38:26.315 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-24T16:38:26.566 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-24T16:38:26.604 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-24T16:38:26.801 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T16:38:26.833 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T16:38:26.959 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-24T16:38:27.011 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:38:27.016 INFO:teuthology.orchestra.run.smithi190.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-24T16:38:27.081 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:27.145 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-24T16:38:27.236 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T16:38:27.362 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T16:38:27.396 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T16:38:27.538 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-24T16:38:27.606 INFO:teuthology.orchestra.run.smithi190.stdout:Adding system user cephadm....done 2024-04-24T16:38:27.646 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-24T16:38:27.665 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T16:38:27.737 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T16:38:27.947 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-24T16:38:27.950 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-24T16:38:28.022 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-24T16:38:28.190 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T16:38:28.281 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-24T16:38:28.299 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-24T16:38:28.391 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-24T16:38:28.425 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T16:38:28.476 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-24T16:38:28.515 INFO:teuthology.orchestra.run.smithi150.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-24T16:38:28.625 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-24T16:38:28.727 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:38:28.752 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T16:38:28.836 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-24T16:38:28.869 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T16:38:28.893 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T16:38:29.019 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-24T16:38:29.129 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-24T16:38:29.262 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-24T16:38:29.329 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T16:38:29.372 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-24T16:38:29.531 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-24T16:38:29.632 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-24T16:38:29.632 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-24T16:38:29.706 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-24T16:38:29.874 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:38:29.891 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-24T16:38:29.965 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-24T16:38:30.000 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T16:38:30.151 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-24T16:38:30.225 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-24T16:38:30.309 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T16:38:30.401 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T16:38:30.459 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-24T16:38:30.536 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-24T16:38:30.619 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T16:38:30.711 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-24T16:38:30.812 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T16:38:30.886 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-24T16:38:30.938 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T16:38:30.979 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-24T16:38:31.012 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-24T16:38:31.230 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:31.231 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-24T16:38:31.322 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-24T16:38:31.481 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T16:38:31.532 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-24T16:38:31.590 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T16:38:31.606 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T16:38:31.716 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T16:38:31.791 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T16:38:31.825 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-24T16:38:31.910 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-24T16:38:31.917 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-24T16:38:32.018 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T16:38:32.068 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-24T16:38:32.090 INFO:teuthology.orchestra.run.smithi161.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-24T16:38:32.270 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-24T16:38:32.353 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T16:38:32.456 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-24T16:38:32.479 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T16:38:32.490 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-24T16:38:32.538 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T16:38:32.563 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T16:38:32.647 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-24T16:38:32.881 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-24T16:38:32.915 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T16:38:33.006 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T16:38:33.050 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:33.115 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-24T16:38:33.140 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-24T16:38:33.176 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:33.283 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-24T16:38:33.302 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-24T16:38:33.367 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T16:38:33.559 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:38:33.626 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-24T16:38:33.638 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:33.660 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T16:38:33.747 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:33.849 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-24T16:38:33.919 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up zip (3.0-12build2) ... 2024-04-24T16:38:33.961 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T16:38:34.045 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T16:38:34.108 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:34.210 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:34.245 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T16:38:34.327 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:34.521 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-24T16:38:34.540 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T16:38:34.540 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T16:38:34.648 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-24T16:38:34.680 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T16:38:34.923 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-24T16:38:34.931 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T16:38:35.049 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-24T16:38:35.070 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:35.150 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T16:38:35.196 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:35.231 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T16:38:35.322 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:35.423 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T16:38:35.425 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-24T16:38:35.586 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-24T16:38:35.802 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-24T16:38:35.955 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-24T16:38:36.053 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T16:38:36.240 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T16:38:36.413 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T16:38:36.567 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T16:38:36.568 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:36.693 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:36.694 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:36.706 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T16:38:36.828 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:36.845 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:36.929 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-24T16:38:36.971 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:37.089 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:37.090 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-24T16:38:37.248 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:37.350 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-24T16:38:37.374 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:37.451 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:37.500 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-24T16:38:37.540 INFO:teuthology.orchestra.run.smithi150.stdout:Adding group ceph....done 2024-04-24T16:38:37.744 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-idna (3.3-1) ... 2024-04-24T16:38:37.777 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:37.886 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:37.917 INFO:teuthology.orchestra.run.smithi150.stdout:Adding system user ceph....done 2024-04-24T16:38:38.012 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:38.069 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T16:38:38.077 INFO:teuthology.orchestra.run.smithi150.stdout:Setting system user ceph properties....done 2024-04-24T16:38:38.094 INFO:teuthology.orchestra.run.smithi150.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-24T16:38:38.226 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T16:38:38.226 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T16:38:38.232 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-24T16:38:38.547 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-24T16:38:38.705 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:38.831 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:38.957 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:39.048 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:39.108 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T16:38:39.149 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:39.242 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T16:38:39.485 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:38:39.615 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T16:38:39.615 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T16:38:39.619 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-24T16:38:39.872 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T16:38:39.998 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-24T16:38:40.084 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:40.124 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T16:38:40.262 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:40.388 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:40.416 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-24T16:38:40.425 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-24T16:38:40.514 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:40.640 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:40.684 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-24T16:38:40.766 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:40.894 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:40.935 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:38:41.037 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-24T16:38:41.126 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T16:38:41.126 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T16:38:41.259 INFO:teuthology.orchestra.run.smithi161.stdout:Adding group ceph....done 2024-04-24T16:38:41.313 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-24T16:38:41.556 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-24T16:38:41.594 INFO:teuthology.orchestra.run.smithi161.stdout:Adding system user ceph....done 2024-04-24T16:38:41.630 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:41.763 INFO:teuthology.orchestra.run.smithi161.stdout:Setting system user ceph properties....done 2024-04-24T16:38:41.776 INFO:teuthology.orchestra.run.smithi161.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-24T16:38:41.815 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-24T16:38:41.859 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T16:38:41.859 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T16:38:41.915 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-24T16:38:42.074 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-24T16:38:42.233 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-24T16:38:42.373 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:42.517 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-24T16:38:42.648 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T16:38:42.649 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T16:38:42.708 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:42.784 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T16:38:42.834 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:42.911 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-24T16:38:43.133 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:43.162 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T16:38:43.242 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:43.263 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T16:38:43.342 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T16:38:43.342 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T16:38:43.368 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:43.547 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-24T16:38:43.587 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T16:38:43.587 INFO:teuthology.orchestra.run.smithi150.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T16:38:43.803 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:43.840 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-24T16:38:44.052 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:44.083 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T16:38:44.161 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-24T16:38:44.193 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-24T16:38:44.195 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:44.318 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T16:38:44.321 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:44.407 INFO:teuthology.orchestra.run.smithi190.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-24T16:38:44.489 INFO:teuthology.orchestra.run.smithi150.stdout:Setting up ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:44.638 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:44.645 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T16:38:44.745 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T16:38:44.842 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-24T16:38:44.859 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T16:38:44.859 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T16:38:44.934 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-24T16:38:45.061 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-24T16:38:45.114 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-24T16:38:45.340 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:45.365 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-24T16:38:45.491 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-24T16:38:45.571 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T16:38:45.571 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T16:38:45.742 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T16:38:45.868 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T16:38:46.034 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:46.177 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T16:38:46.187 INFO:teuthology.orchestra.run.smithi150.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-24T16:38:46.307 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T16:38:46.307 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T16:38:46.470 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T16:38:46.729 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-24T16:38:46.794 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:46.848 INFO:teuthology.orchestra.run.smithi150.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-24T16:38:46.854 DEBUG:teuthology.parallel:result is None 2024-04-24T16:38:46.863 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-24T16:38:46.920 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:47.071 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:47.131 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-24T16:38:47.286 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T16:38:47.287 INFO:teuthology.orchestra.run.smithi161.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T16:38:47.390 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T16:38:47.706 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:47.727 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-24T16:38:47.848 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:47.974 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:48.096 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-24T16:38:48.125 INFO:teuthology.orchestra.run.smithi161.stdout:Setting up ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:48.389 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T16:38:48.462 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-24T16:38:48.571 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-24T16:38:48.715 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-24T16:38:48.716 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T16:38:48.834 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:48.960 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:49.086 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-24T16:38:49.447 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:49.573 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:49.699 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-24T16:38:49.815 INFO:teuthology.orchestra.run.smithi161.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-24T16:38:49.959 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:50.085 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:50.211 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:50.422 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T16:38:50.422 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T16:38:50.447 INFO:teuthology.orchestra.run.smithi161.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-24T16:38:50.452 DEBUG:teuthology.parallel:result is None 2024-04-24T16:38:50.895 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:50.996 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:51.131 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:51.257 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T16:38:52.410 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:52.536 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:52.662 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:52.788 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:52.914 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:53.406 INFO:teuthology.orchestra.run.smithi190.stdout:Adding group ceph....done 2024-04-24T16:38:53.774 INFO:teuthology.orchestra.run.smithi190.stdout:Adding system user ceph....done 2024-04-24T16:38:53.936 INFO:teuthology.orchestra.run.smithi190.stdout:Setting system user ceph properties....done 2024-04-24T16:38:53.947 INFO:teuthology.orchestra.run.smithi190.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-24T16:38:54.082 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-24T16:38:54.389 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-24T16:38:54.873 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:54.999 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:55.436 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T16:38:55.436 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T16:38:55.917 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:56.270 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-24T16:38:56.744 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:56.969 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T16:38:56.970 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T16:38:57.438 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:57.676 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T16:38:57.676 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T16:38:58.252 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:58.514 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T16:38:58.514 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T16:38:58.970 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:59.071 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:59.205 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:38:59.416 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T16:38:59.416 INFO:teuthology.orchestra.run.smithi190.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T16:38:59.898 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:39:00.049 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:39:00.175 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:39:00.318 INFO:teuthology.orchestra.run.smithi190.stdout:Setting up ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T16:39:00.653 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-24T16:39:00.746 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-24T16:39:00.978 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-24T16:39:02.149 INFO:teuthology.orchestra.run.smithi190.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-24T16:39:02.765 INFO:teuthology.orchestra.run.smithi190.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-24T16:39:02.771 DEBUG:teuthology.parallel:result is None 2024-04-24T16:39:02.771 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:39:02.991 DEBUG:teuthology.orchestra.run.smithi150:> dpkg-query -W -f '${Version}' ceph 2024-04-24T16:39:03.010 INFO:teuthology.orchestra.run.smithi150.stdout:19.0.0-3285-g5904d294-1jammy 2024-04-24T16:39:03.011 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3285-g5904d294-1jammy 2024-04-24T16:39:03.011 INFO:teuthology.task.install:The correct ceph version 19.0.0-3285-g5904d294-1jammy is installed. 2024-04-24T16:39:03.013 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:39:03.227 DEBUG:teuthology.orchestra.run.smithi161:> dpkg-query -W -f '${Version}' ceph 2024-04-24T16:39:03.246 INFO:teuthology.orchestra.run.smithi161.stdout:19.0.0-3285-g5904d294-1jammy 2024-04-24T16:39:03.246 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3285-g5904d294-1jammy 2024-04-24T16:39:03.246 INFO:teuthology.task.install:The correct ceph version 19.0.0-3285-g5904d294-1jammy is installed. 2024-04-24T16:39:03.248 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:39:03.461 DEBUG:teuthology.orchestra.run.smithi190:> dpkg-query -W -f '${Version}' ceph 2024-04-24T16:39:03.480 INFO:teuthology.orchestra.run.smithi190.stdout:19.0.0-3285-g5904d294-1jammy 2024-04-24T16:39:03.480 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3285-g5904d294-1jammy 2024-04-24T16:39:03.480 INFO:teuthology.task.install:The correct ceph version 19.0.0-3285-g5904d294-1jammy is installed. 2024-04-24T16:39:03.482 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-24T16:39:03.482 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:39:03.482 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T16:39:03.496 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:39:03.496 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T16:39:03.509 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:39:03.509 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T16:39:03.536 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-24T16:39:03.537 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:39:03.537 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T16:39:03.550 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T16:39:03.605 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:39:03.606 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T16:39:03.620 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T16:39:03.675 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:39:03.675 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T16:39:03.689 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T16:39:03.743 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-24T16:39:03.744 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:39:03.744 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T16:39:03.757 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T16:39:03.809 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:39:03.809 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T16:39:03.821 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T16:39:03.875 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:39:03.875 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T16:39:03.888 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T16:39:03.945 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-24T16:39:03.945 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:39:03.945 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T16:39:03.958 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T16:39:04.013 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:39:04.013 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T16:39:04.027 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T16:39:04.078 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:39:04.078 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T16:39:04.092 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T16:39:04.152 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-24T16:39:04.241 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, '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'], 'log-only-match': ['CEPHADM_'], 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc'} 2024-04-24T16:39:04.241 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:39:04.241 INFO:tasks.cephadm:Cluster fsid is 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:39:04.242 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-24T16:39:04.242 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.150', 'mon.b': '172.21.15.161', 'mon.c': '172.21.15.190'} 2024-04-24T16:39:04.242 INFO:tasks.cephadm:First mon is mon.a on smithi150 2024-04-24T16:39:04.242 INFO:tasks.cephadm:First mgr is a 2024-04-24T16:39:04.242 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-24T16:39:04.242 DEBUG:teuthology.orchestra.run.smithi150:> sudo hostname $(hostname -s) 2024-04-24T16:39:04.256 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-04-24T16:39:04.271 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2024-04-24T16:39:04.285 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-24T16:39:04.285 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:39:04.500 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/78851/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3285-g5904d294', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3285-g5904d294-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-24 15:35:30.146514', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-24-0937', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-24T16:39:04.644 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-04-24-0937, sha1 5904d29475f5be602879d9fb26280e89b808d5cc from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:39:04.646 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-24T16:39:04.646 DEBUG:teuthology.orchestra.run.smithi150:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T16:39:05.293 INFO:teuthology.orchestra.run.smithi150.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 16:39 /home/ubuntu/cephtest/cephadm 2024-04-24T16:39:05.293 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T16:39:05.976 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 16:39 /home/ubuntu/cephtest/cephadm 2024-04-24T16:39:05.976 DEBUG:teuthology.orchestra.run.smithi190:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T16:39:06.483 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 16:39 /home/ubuntu/cephtest/cephadm 2024-04-24T16:39:06.483 DEBUG:teuthology.orchestra.run.smithi150:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T16:39:06.491 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T16:39:06.499 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T16:39:06.516 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc on all hosts... 2024-04-24T16:39:06.516 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T16:39:06.535 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T16:39:06.541 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T16:39:06.702 INFO:teuthology.orchestra.run.smithi150.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T16:39:06.707 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T16:39:06.716 INFO:teuthology.orchestra.run.smithi190.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T16:39:59.829 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-04-24T16:39:59.830 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T16:39:59.830 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T16:39:59.830 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2024-04-24T16:39:59.830 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T16:39:59.830 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-04-24T16:39:59.830 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-04-24T16:40:18.554 INFO:teuthology.orchestra.run.smithi190.stdout:{ 2024-04-24T16:40:18.554 INFO:teuthology.orchestra.run.smithi190.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T16:40:18.554 INFO:teuthology.orchestra.run.smithi190.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T16:40:18.554 INFO:teuthology.orchestra.run.smithi190.stdout: "repo_digests": [ 2024-04-24T16:40:18.554 INFO:teuthology.orchestra.run.smithi190.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T16:40:18.554 INFO:teuthology.orchestra.run.smithi190.stdout: ] 2024-04-24T16:40:18.554 INFO:teuthology.orchestra.run.smithi190.stdout:} 2024-04-24T16:40:20.321 INFO:teuthology.orchestra.run.smithi150.stdout:{ 2024-04-24T16:40:20.321 INFO:teuthology.orchestra.run.smithi150.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T16:40:20.321 INFO:teuthology.orchestra.run.smithi150.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T16:40:20.321 INFO:teuthology.orchestra.run.smithi150.stdout: "repo_digests": [ 2024-04-24T16:40:20.321 INFO:teuthology.orchestra.run.smithi150.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T16:40:20.321 INFO:teuthology.orchestra.run.smithi150.stdout: ] 2024-04-24T16:40:20.321 INFO:teuthology.orchestra.run.smithi150.stdout:} 2024-04-24T16:40:20.360 DEBUG:teuthology.orchestra.run.smithi150:> sudo mkdir -p /etc/ceph 2024-04-24T16:40:20.374 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-04-24T16:40:20.388 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /etc/ceph 2024-04-24T16:40:20.403 DEBUG:teuthology.orchestra.run.smithi150:> sudo chmod 777 /etc/ceph 2024-04-24T16:40:20.429 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-04-24T16:40:20.443 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 777 /etc/ceph 2024-04-24T16:40:20.459 INFO:tasks.cephadm:Writing seed config... 2024-04-24T16:40:20.460 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-24T16:40:20.460 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-24T16:40:20.460 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-24T16:40:20.460 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-24T16:40:20.460 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-24T16:40:20.461 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-24T16:40:20.461 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-24T16:40:20.461 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-24T16:40:20.461 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-24T16:40:20.461 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:40:20.461 DEBUG:teuthology.orchestra.run.smithi150:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-24T16:40:20.478 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 = 29716b62-0259-11ef-bc93-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [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-04-24T16:40:20.478 DEBUG:teuthology.orchestra.run.smithi150:mon.a> sudo journalctl -f -n 0 -u ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.a.service 2024-04-24T16:40:20.523 DEBUG:teuthology.orchestra.run.smithi150:mgr.a> sudo journalctl -f -n 0 -u ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.a.service 2024-04-24T16:40:20.566 INFO:tasks.cephadm:Bootstrapping... 2024-04-24T16:40:20.566 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -v bootstrap --fsid 29716b62-0259-11ef-bc93-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.150 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-24T16:40:20.773 INFO:teuthology.orchestra.run.smithi150.stdout:-------------------------------------------------------------------------------- 2024-04-24T16:40:20.774 INFO:teuthology.orchestra.run.smithi150.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc', '-v', 'bootstrap', '--fsid', '29716b62-0259-11ef-bc93-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.150', '--skip-admin-label'] 2024-04-24T16:40:20.774 INFO:teuthology.orchestra.run.smithi150.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-24T16:40:20.775 INFO:teuthology.orchestra.run.smithi150.stdout:Verifying podman|docker is present... 2024-04-24T16:40:20.775 INFO:teuthology.orchestra.run.smithi150.stdout:Verifying lvm2 is present... 2024-04-24T16:40:20.775 INFO:teuthology.orchestra.run.smithi150.stdout:Verifying time synchronization is in place... 2024-04-24T16:40:20.779 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T16:40:20.779 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T16:40:20.784 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T16:40:20.784 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout inactive 2024-04-24T16:40:20.788 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T16:40:20.788 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T16:40:20.792 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T16:40:20.792 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout inactive 2024-04-24T16:40:20.795 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T16:40:20.795 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout masked 2024-04-24T16:40:20.798 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T16:40:20.798 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout inactive 2024-04-24T16:40:20.801 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T16:40:20.801 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T16:40:20.804 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T16:40:20.804 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout inactive 2024-04-24T16:40:20.808 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout enabled 2024-04-24T16:40:20.812 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout active 2024-04-24T16:40:20.812 INFO:teuthology.orchestra.run.smithi150.stdout:Unit ntp.service is enabled and running 2024-04-24T16:40:20.812 INFO:teuthology.orchestra.run.smithi150.stdout:Repeating the final host check... 2024-04-24T16:40:20.812 INFO:teuthology.orchestra.run.smithi150.stdout:docker (/usr/bin/docker) is present 2024-04-24T16:40:20.812 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl is present 2024-04-24T16:40:20.812 INFO:teuthology.orchestra.run.smithi150.stdout:lvcreate is present 2024-04-24T16:40:20.815 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T16:40:20.816 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T16:40:20.819 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T16:40:20.819 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout inactive 2024-04-24T16:40:20.822 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T16:40:20.822 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T16:40:20.826 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T16:40:20.826 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout inactive 2024-04-24T16:40:20.829 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T16:40:20.829 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout masked 2024-04-24T16:40:20.832 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T16:40:20.832 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout inactive 2024-04-24T16:40:20.835 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T16:40:20.836 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T16:40:20.838 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T16:40:20.838 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout inactive 2024-04-24T16:40:20.842 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout enabled 2024-04-24T16:40:20.846 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stdout active 2024-04-24T16:40:20.846 INFO:teuthology.orchestra.run.smithi150.stdout:Unit ntp.service is enabled and running 2024-04-24T16:40:20.846 INFO:teuthology.orchestra.run.smithi150.stdout:Host looks OK 2024-04-24T16:40:20.846 INFO:teuthology.orchestra.run.smithi150.stdout:Cluster fsid: 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:20.846 INFO:teuthology.orchestra.run.smithi150.stdout:Acquiring lock 140166912796576 on /run/cephadm/29716b62-0259-11ef-bc93-c7b262605968.lock 2024-04-24T16:40:20.846 INFO:teuthology.orchestra.run.smithi150.stdout:Lock 140166912796576 acquired on /run/cephadm/29716b62-0259-11ef-bc93-c7b262605968.lock 2024-04-24T16:40:20.846 INFO:teuthology.orchestra.run.smithi150.stdout:Verifying IP 172.21.15.150 port 3300 ... 2024-04-24T16:40:20.846 INFO:teuthology.orchestra.run.smithi150.stdout:Verifying IP 172.21.15.150 port 6789 ... 2024-04-24T16:40:20.846 INFO:teuthology.orchestra.run.smithi150.stdout:Base mon IP(s) is [172.21.15.150:3300, 172.21.15.150:6789], mon addrv is [v2:172.21.15.150:3300,v1:172.21.15.150:6789] 2024-04-24T16:40:20.849 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-24T16:40:20.849 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.150 metric 100 2024-04-24T16:40:20.849 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.150 metric 100 2024-04-24T16:40:20.849 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-24T16:40:20.849 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.150 metric 100 2024-04-24T16:40:20.849 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.150 metric 100 2024-04-24T16:40:20.849 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.150 metric 100 2024-04-24T16:40:20.849 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.150 metric 100 2024-04-24T16:40:20.851 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-24T16:40:20.851 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-24T16:40:20.851 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1799sec pref medium 2024-04-24T16:40:20.852 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-24T16:40:20.852 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-24T16:40:20.853 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T16:40:20.853 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-24T16:40:20.853 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:6e35/64 scope link 2024-04-24T16:40:20.853 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T16:40:20.854 INFO:teuthology.orchestra.run.smithi150.stdout:Mon IP `172.21.15.150` is in CIDR network `172.21.0.0/20` 2024-04-24T16:40:20.854 INFO:teuthology.orchestra.run.smithi150.stdout:Mon IP `172.21.15.150` is in CIDR network `172.21.0.0/20` 2024-04-24T16:40:20.854 INFO:teuthology.orchestra.run.smithi150.stdout:Mon IP `172.21.15.150` is in CIDR network `172.21.0.1/32` 2024-04-24T16:40:20.854 INFO:teuthology.orchestra.run.smithi150.stdout:Mon IP `172.21.15.150` is in CIDR network `172.21.0.1/32` 2024-04-24T16:40:20.854 INFO:teuthology.orchestra.run.smithi150.stdout:Mon IP `172.21.15.150` is in CIDR network `172.21.0.2/32` 2024-04-24T16:40:20.854 INFO:teuthology.orchestra.run.smithi150.stdout:Mon IP `172.21.15.150` is in CIDR network `172.21.0.2/32` 2024-04-24T16:40:20.854 INFO:teuthology.orchestra.run.smithi150.stdout:Mon IP `172.21.15.150` is in CIDR network `172.21.15.254/32` 2024-04-24T16:40:20.855 INFO:teuthology.orchestra.run.smithi150.stdout:Mon IP `172.21.15.150` is in CIDR network `172.21.15.254/32` 2024-04-24T16:40:20.855 INFO:teuthology.orchestra.run.smithi150.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-24T16:40:20.855 INFO:teuthology.orchestra.run.smithi150.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-24T16:40:20.855 INFO:teuthology.orchestra.run.smithi150.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T16:40:21.093 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/docker: stdout 5904d29475f5be602879d9fb26280e89b808d5cc: Pulling from ceph-ci/ceph 2024-04-24T16:40:21.093 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/docker: stdout Digest: sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a 2024-04-24T16:40:21.093 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:40:21.093 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T16:40:22.517 INFO:teuthology.orchestra.run.smithi150.stdout:ceph: stdout ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev) 2024-04-24T16:40:22.517 INFO:teuthology.orchestra.run.smithi150.stdout:Ceph version: ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev) 2024-04-24T16:40:22.517 INFO:teuthology.orchestra.run.smithi150.stdout:Extracting ceph user uid/gid from container image... 2024-04-24T16:40:23.763 INFO:teuthology.orchestra.run.smithi150.stdout:stat: stdout 167 167 2024-04-24T16:40:23.764 INFO:teuthology.orchestra.run.smithi150.stdout:Creating initial keys... 2024-04-24T16:40:24.976 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-authtool: stdout AQD4NSlmbdREGBAA0zRQN7pKwVcQwuH4jwu9+A== 2024-04-24T16:40:26.222 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-authtool: stdout AQD5NSlmXMa4KBAAJyFUiM2WIwfOupRzp0PaaA== 2024-04-24T16:40:27.485 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-authtool: stdout AQD6NSlmvqPjORAA4tnRPUlEYF8E1AVGj8WFvw== 2024-04-24T16:40:27.486 INFO:teuthology.orchestra.run.smithi150.stdout:Creating initial monmap... 2024-04-24T16:40:28.808 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T16:40:28.808 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-24T16:40:28.808 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:28.808 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T16:40:28.808 INFO:teuthology.orchestra.run.smithi150.stdout:monmaptool for a [v2:172.21.15.150:3300,v1:172.21.15.150:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T16:40:28.808 INFO:teuthology.orchestra.run.smithi150.stdout:setting min_mon_release = quincy 2024-04-24T16:40:28.808 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/monmaptool: set fsid to 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:28.808 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T16:40:28.808 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:40:28.809 INFO:teuthology.orchestra.run.smithi150.stdout:Creating mon... 2024-04-24T16:40:30.089 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.523+0000 7f5486106c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T16:40:30.089 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.523+0000 7f5486106c80 1 imported monmap: 2024-04-24T16:40:30.089 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-24T16:40:30.089 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:30.089 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-24T16:40:28.237783+0000 2024-04-24T16:40:30.089 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:40:30.089 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-24T16:40:30.089 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-24T16:40:30.089 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:40:30.089 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.117 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.523+0000 7f5486106c80 0 /usr/bin/ceph-mon: set fsid to 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:30.117 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T16:40:30.117 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.117 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Git sha 0 2024-04-24T16:40:30.117 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: DB SUMMARY 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: DB Session ID: XJS8XEQD3YG889H4GP16 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.create_if_missing: 1 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T16:40:30.118 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.env: 0x563c1585fcc0 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.info_log: 0x563c177d1020 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.statistics: (nil) 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.use_fsync: 0 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T16:40:30.119 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.db_log_dir: 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.wal_dir: 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T16:40:30.120 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.write_buffer_manager: 0x563c177a0aa0 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.unordered_write: 0 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T16:40:30.121 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.row_cache: None 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.wal_filter: None 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.wal_compression: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T16:40:30.122 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T16:40:30.123 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_open_files: -1 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Compression algorithms supported: 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: kZSTD supported: 0 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T16:40:30.124 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T16:40:30.125 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.merge_operator: 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_filter: None 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563c177d11e0) 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-24T16:40:30.126 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x563c177d31f0 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-24T16:40:30.127 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-24T16:40:30.128 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compression: NoCompression 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.num_levels: 7 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T16:40:30.129 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T16:40:30.130 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T16:40:30.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T16:40:30.132 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T16:40:30.133 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.ttl: 2592000 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T16:40:30.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 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-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 93bca377-e7ac-4261-83bf-8be008743374 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563c178ca000 2024-04-24T16:40:30.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5486106c80 4 rocksdb: DB pointer 0x563c178ba000 2024-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5476266700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.527+0000 7f5476266700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T16:40:30.136 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-24T16:40:30.137 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.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-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x563c177d31f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.531+0000 7f5486106c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.531+0000 7f5486106c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T16:40:29.531+0000 7f5486106c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-24T16:40:30.138 INFO:teuthology.orchestra.run.smithi150.stdout:create mon.a on 2024-04-24T16:40:30.402 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-24T16:40:30.611 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-24T16:40:30.842 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-29716b62-0259-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-c7b262605968.target. 2024-04-24T16:40:30.842 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-29716b62-0259-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-c7b262605968.target. 2024-04-24T16:40:31.210 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.a 2024-04-24T16:40:31.211 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Failed to reset failed state of unit ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-24T16:40:31.426 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-c7b262605968.target.wants/ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-c7b262605968@.service. 2024-04-24T16:40:31.435 INFO:teuthology.orchestra.run.smithi150.stdout:firewalld does not appear to be present 2024-04-24T16:40:31.435 INFO:teuthology.orchestra.run.smithi150.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T16:40:31.436 INFO:teuthology.orchestra.run.smithi150.stdout:Waiting for mon to start... 2024-04-24T16:40:31.436 INFO:teuthology.orchestra.run.smithi150.stdout:Waiting for mon... 2024-04-24T16:40:32.806 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:32 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.599938+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T16:40:33.348 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout cluster: 2024-04-24T16:40:33.348 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout id: 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:33.348 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-24T16:40:33.348 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:33.348 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout services: 2024-04-24T16:40:33.348 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.191846s) 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout data: 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout pgs: 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:mon is available 2024-04-24T16:40:33.350 INFO:teuthology.orchestra.run.smithi150.stdout:Assimilating anything we can from ceph.conf... 2024-04-24T16:40:33.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603529+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603529+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603733+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603733+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603751+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603751+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603765+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T16:40:28.237783+0000 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603765+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T16:40:28.237783+0000 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603784+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603784+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603798+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603798+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603815+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603815+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T16:40:33.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603838+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:40:33.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.603838+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:40:33.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.606388+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T16:40:33.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.606388+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T16:40:33.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.608833+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T16:40:33.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.608833+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T16:40:33.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.609336+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T16:40:33.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: cluster 2024-04-24T16:40:32.609336+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T16:40:33.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: audit 2024-04-24T16:40:32.795322+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.150:0/4107559965' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T16:40:33.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:33 smithi150 bash[21076]: audit 2024-04-24T16:40:32.795322+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.150:0/4107559965' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T16:40:34.794 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:34.795 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T16:40:34.795 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout fsid = 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:34.795 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T16:40:34.795 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.150:3300,v1:172.21.15.150:6789] 2024-04-24T16:40:34.795 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T16:40:34.796 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T16:40:34.797 INFO:teuthology.orchestra.run.smithi150.stdout:Generating new minimal ceph.conf... 2024-04-24T16:40:34.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:34 smithi150 bash[21076]: audit 2024-04-24T16:40:34.248618+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.150:0/1297963871' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T16:40:34.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:34 smithi150 bash[21076]: audit 2024-04-24T16:40:34.248618+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.150:0/1297963871' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T16:40:34.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:34 smithi150 bash[21076]: audit 2024-04-24T16:40:34.252683+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.150:0/1297963871' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T16:40:34.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:34 smithi150 bash[21076]: audit 2024-04-24T16:40:34.252683+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.150:0/1297963871' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T16:40:36.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:35 smithi150 bash[21076]: audit 2024-04-24T16:40:35.782497+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.150:0/3867541945' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:40:36.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:35 smithi150 bash[21076]: audit 2024-04-24T16:40:35.782497+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.150:0/3867541945' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:40:36.341 INFO:teuthology.orchestra.run.smithi150.stdout:Restarting the monitor... 2024-04-24T16:40:36.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:36 smithi150 systemd[1]: Stopping Ceph mon.a for 29716b62-0259-11ef-bc93-c7b262605968... 2024-04-24T16:40:36.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:36 smithi150 bash[21076]: debug 2024-04-24T16:40:36.459+0000 7fe2f418b700 -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-04-24T16:40:36.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:36 smithi150 bash[21076]: debug 2024-04-24T16:40:36.459+0000 7fe2f418b700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T16:40:37.234 INFO:teuthology.orchestra.run.smithi150.stdout:Setting public_network to 172.21.0.1/32,172.21.0.2/32,172.21.0.0/20,172.21.15.254/32 in mon config section 2024-04-24T16:40:37.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:37 smithi150 bash[21464]: ceph-29716b62-0259-11ef-bc93-c7b262605968-mon-a 2024-04-24T16:40:37.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:37 smithi150 bash[21526]: Error response from daemon: No such container: ceph-29716b62-0259-11ef-bc93-c7b262605968-mon-a 2024-04-24T16:40:37.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:37 smithi150 systemd[1]: ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-24T16:40:37.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:37 smithi150 systemd[1]: Stopped Ceph mon.a for 29716b62-0259-11ef-bc93-c7b262605968. 2024-04-24T16:40:37.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:37 smithi150 systemd[1]: Started Ceph mon.a for 29716b62-0259-11ef-bc93-c7b262605968. 2024-04-24T16:40:38.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.259+0000 7fd0ff42bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T16:40:38.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.259+0000 7fd0ff42bc80 0 ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev), process ceph-mon, pid 7 2024-04-24T16:40:38.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.259+0000 7fd0ff42bc80 0 pidfile_write: ignore empty --pid-file 2024-04-24T16:40:38.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 0 load: jerasure load: lrc 2024-04-24T16:40:38.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T16:40:38.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Git sha 0 2024-04-24T16:40:38.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T16:40:38.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: DB SUMMARY 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: DB Session ID: FV71ANTVNAH79XT1NT7D 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: CURRENT file: CURRENT 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88577 ; 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.create_if_missing: 0 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.env: 0x5636cc483cc0 2024-04-24T16:40:38.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T16:40:38.417 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.info_log: 0x5636ce847dc0 2024-04-24T16:40:38.417 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T16:40:38.417 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.statistics: (nil) 2024-04-24T16:40:38.417 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.use_fsync: 0 2024-04-24T16:40:38.417 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T16:40:38.417 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.db_log_dir: 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.wal_dir: 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T16:40:38.418 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.write_buffer_manager: 0x5636ce8190e0 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T16:40:38.419 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.unordered_write: 0 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.row_cache: None 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.wal_filter: None 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.wal_compression: 0 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T16:40:38.420 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T16:40:38.421 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_open_files: -1 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Compression algorithms supported: 2024-04-24T16:40:38.422 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T16:40:38.423 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: kZSTD supported: 0 2024-04-24T16:40:38.423 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T16:40:38.423 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T16:40:38.423 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T16:40:38.423 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T16:40:38.423 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T16:40:38.423 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T16:40:38.423 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T16:40:38.423 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T16:40:38.423 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-24T16:40:38.424 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T16:40:38.424 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.merge_operator: 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_filter: None 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5636ce847f80) 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cache_index_and_filter_blocks: 1 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: pin_top_level_index_and_filter: 1 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: index_type: 0 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: data_block_index_type: 0 2024-04-24T16:40:38.425 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: index_shortening: 1 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: data_block_hash_table_util_ratio: 0.750000 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: checksum: 4 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: no_block_cache: 0 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: block_cache: 0x5636ce8491f0 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: block_cache_name: BinnedLRUCache 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: block_cache_options: 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: capacity : 536870912 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: num_shard_bits : 4 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: strict_capacity_limit : 0 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: high_pri_pool_ratio: 0.000 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: block_cache_compressed: (nil) 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: persistent_cache: (nil) 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: block_size: 4096 2024-04-24T16:40:38.426 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: block_size_deviation: 10 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: block_restart_interval: 16 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: index_block_restart_interval: 1 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: metadata_block_size: 4096 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: partition_filters: 0 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: use_delta_encoding: 1 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: filter_policy: bloomfilter 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: whole_key_filtering: 1 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: verify_compression: 0 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: read_amp_bytes_per_bit: 0 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: format_version: 5 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: enable_index_compression: 1 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: block_align: 0 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: max_auto_readahead_size: 262144 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: prepopulate_block_cache: 0 2024-04-24T16:40:38.427 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: initial_auto_readahead_size: 8192 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: num_file_reads_for_auto_readahead: 2 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compression: NoCompression 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.num_levels: 7 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T16:40:38.428 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T16:40:38.429 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T16:40:38.430 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T16:40:38.431 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.ttl: 2592000 2024-04-24T16:40:38.432 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.263+0000 7fd0ff42bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 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-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-24T16:40:38.433 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 93bca377-e7ac-4261-83bf-8be008743374 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713976838271692, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713976838272928, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85316, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83463, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77675, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": 1713976838, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "93bca377-e7ac-4261-83bf-8be008743374", "db_session_id": "FV71ANTVNAH79XT1NT7D", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713976838273030, "job": 1, "event": "recovery_finished"} 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 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-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5636ce96a000 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 4 rocksdb: DB pointer 0x5636ce956000 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0edb83700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0edb83700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: ** DB Stats ** 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-24T16:40:38.434 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: ** Compaction Stats [default] ** 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: 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-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: L0 2/0 85.18 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Sum 2/0 85.18 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 113.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: ** Compaction Stats [default] ** 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: 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-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 113.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T16:40:38.435 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: AddFile(Keys): cumulative 0, interval 0 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Cumulative compaction: 0.00 GB write, 10.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Interval compaction: 0.00 GB write, 10.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: 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-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: Block cache BinnedLRUCache@0x5636ce8491f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.8e-05 secs_since: 0 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: 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-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: ** File Read Latency Histogram By Level [default] ** 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.271+0000 7fd0ff42bc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] at bind addrs [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:38.436 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.275+0000 7fd0ff42bc80 1 mon.a@-1(???) e1 preinit fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.275+0000 7fd0ff42bc80 0 mon.a@-1(???).mds e1 new map 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.275+0000 7fd0ff42bc80 0 mon.a@-1(???).mds e1 print_map 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: e1 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: 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-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: legacy client fscid: -1 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: No filesystems configured 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.275+0000 7fd0ff42bc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.275+0000 7fd0ff42bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.275+0000 7fd0ff42bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.275+0000 7fd0ff42bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: debug 2024-04-24T16:40:38.275+0000 7fd0ff42bc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-24T16:40:38.437 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300037+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300037+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300122+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300122+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300140+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300140+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300156+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T16:40:28.237783+0000 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300156+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T16:40:28.237783+0000 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300171+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300171+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300187+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300187+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300203+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300203+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300217+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:40:38.438 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300217+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:40:38.439 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300662+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T16:40:38.439 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300662+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T16:40:38.439 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300704+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T16:40:38.439 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.300704+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T16:40:38.439 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.301181+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T16:40:38.439 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:38 smithi150 bash[21565]: cluster 2024-04-24T16:40:38.301181+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T16:40:39.042 INFO:teuthology.orchestra.run.smithi150.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-24T16:40:39.068 INFO:teuthology.orchestra.run.smithi150.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-24T16:40:39.068 INFO:teuthology.orchestra.run.smithi150.stdout:Creating mgr... 2024-04-24T16:40:39.069 INFO:teuthology.orchestra.run.smithi150.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-24T16:40:39.069 INFO:teuthology.orchestra.run.smithi150.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-24T16:40:39.400 INFO:teuthology.orchestra.run.smithi150.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.a 2024-04-24T16:40:39.401 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Failed to reset failed state of unit ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-24T16:40:39.405 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:39 smithi150 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:40:39.405 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:39 smithi150 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:40:39.615 INFO:teuthology.orchestra.run.smithi150.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-c7b262605968.target.wants/ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-c7b262605968@.service. 2024-04-24T16:40:39.623 INFO:teuthology.orchestra.run.smithi150.stdout:firewalld does not appear to be present 2024-04-24T16:40:39.623 INFO:teuthology.orchestra.run.smithi150.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T16:40:39.624 INFO:teuthology.orchestra.run.smithi150.stdout:firewalld does not appear to be present 2024-04-24T16:40:39.624 INFO:teuthology.orchestra.run.smithi150.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-24T16:40:39.624 INFO:teuthology.orchestra.run.smithi150.stdout:Waiting for mgr to start... 2024-04-24T16:40:39.624 INFO:teuthology.orchestra.run.smithi150.stdout:Waiting for mgr... 2024-04-24T16:40:39.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:39 smithi150 bash[21565]: audit 2024-04-24T16:40:38.459291+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.150:0/153063627' entity='client.admin' 2024-04-24T16:40:39.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:39 smithi150 bash[21565]: audit 2024-04-24T16:40:38.459291+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.150:0/153063627' entity='client.admin' 2024-04-24T16:40:39.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:39 smithi150 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:40:39.665 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:39 smithi150 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:40:39.665 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:39 smithi150 systemd[1]: Started Ceph mgr.a for 29716b62-0259-11ef-bc93-c7b262605968. 2024-04-24T16:40:41.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:40 smithi150 bash[21816]: debug 2024-04-24T16:40:40.911+0000 7f5328ee1200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T16:40:41.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:41 smithi150 bash[21565]: audit 2024-04-24T16:40:40.964960+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.150:0/1662299509' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T16:40:41.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:41 smithi150 bash[21565]: audit 2024-04-24T16:40:40.964960+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.150:0/1662299509' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout { 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "fsid": "29716b62-0259-11ef-bc93-c7b262605968", 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 0 2024-04-24T16:40:41.635 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T16:40:41.636 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T16:40:41.637 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:41.638 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T16:40:41.638 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T16:40:41.638 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T16:40:41.638 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T16:40:41.638 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T16:40:41.638 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T16:40:41.638 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T16:40:41.638 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:41.638 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T16:40:41.638 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:41.639 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T16:40:41.639 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:41.639 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T16:40:32.605184+0000", 2024-04-24T16:40:41.639 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T16:40:41.639 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:41.639 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T16:40:41.639 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout } 2024-04-24T16:40:41.639 INFO:teuthology.orchestra.run.smithi150.stdout:mgr not available, waiting (1/15)... 2024-04-24T16:40:42.818 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:42 smithi150 bash[21816]: debug 2024-04-24T16:40:42.475+0000 7f5328ee1200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T16:40:42.818 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:42 smithi150 bash[21816]: debug 2024-04-24T16:40:42.571+0000 7f5328ee1200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T16:40:43.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:42 smithi150 bash[21816]: debug 2024-04-24T16:40:42.819+0000 7f5328ee1200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T16:40:43.915 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:43 smithi150 bash[21816]: debug 2024-04-24T16:40:43.603+0000 7f5328ee1200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T16:40:43.915 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:43 smithi150 bash[21816]: debug 2024-04-24T16:40:43.715+0000 7f5328ee1200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T16:40:43.915 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:43 smithi150 bash[21816]: debug 2024-04-24T16:40:43.815+0000 7f5328ee1200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T16:40:44.437 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:44 smithi150 bash[21816]: debug 2024-04-24T16:40:44.171+0000 7f5328ee1200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T16:40:44.437 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:44 smithi150 bash[21816]: debug 2024-04-24T16:40:44.283+0000 7f5328ee1200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T16:40:44.437 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:44 smithi150 bash[21816]: debug 2024-04-24T16:40:44.387+0000 7f5328ee1200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T16:40:45.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:44 smithi150 bash[21565]: audit 2024-04-24T16:40:44.761966+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.150:0/1463868016' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T16:40:45.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:44 smithi150 bash[21565]: audit 2024-04-24T16:40:44.761966+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.150:0/1463868016' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T16:40:45.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:44 smithi150 bash[21816]: debug 2024-04-24T16:40:44.747+0000 7f5328ee1200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T16:40:45.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:44 smithi150 bash[21816]: debug 2024-04-24T16:40:44.991+0000 7f5328ee1200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T16:40:45.297 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:45.297 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout { 2024-04-24T16:40:45.297 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "fsid": "29716b62-0259-11ef-bc93-c7b262605968", 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 0 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:45.298 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T16:40:45.299 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:45.300 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T16:40:45.301 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:45.302 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T16:40:45.302 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:45.302 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T16:40:32.605184+0000", 2024-04-24T16:40:45.302 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T16:40:45.302 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:45.302 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T16:40:45.302 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout } 2024-04-24T16:40:45.302 INFO:teuthology.orchestra.run.smithi150.stdout:mgr not available, waiting (2/15)... 2024-04-24T16:40:45.630 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:45 smithi150 bash[21816]: debug 2024-04-24T16:40:45.247+0000 7f5328ee1200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T16:40:45.630 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:45 smithi150 bash[21816]: debug 2024-04-24T16:40:45.363+0000 7f5328ee1200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T16:40:45.914 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:45 smithi150 bash[21816]: debug 2024-04-24T16:40:45.631+0000 7f5328ee1200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T16:40:46.391 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:46 smithi150 bash[21816]: debug 2024-04-24T16:40:46.043+0000 7f5328ee1200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T16:40:46.392 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:46 smithi150 bash[21816]: debug 2024-04-24T16:40:46.275+0000 7f5328ee1200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T16:40:46.392 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:46 smithi150 bash[21816]: debug 2024-04-24T16:40:46.391+0000 7f5328ee1200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T16:40:46.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:46 smithi150 bash[21816]: debug 2024-04-24T16:40:46.631+0000 7f5328ee1200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T16:40:47.915 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:47 smithi150 bash[21816]: debug 2024-04-24T16:40:47.639+0000 7f5328ee1200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T16:40:47.915 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:47 smithi150 bash[21816]: debug 2024-04-24T16:40:47.755+0000 7f5328ee1200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T16:40:48.314 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:48 smithi150 bash[21816]: debug 2024-04-24T16:40:48.051+0000 7f5328ee1200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T16:40:48.314 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:48 smithi150 bash[21816]: debug 2024-04-24T16:40:48.163+0000 7f5328ee1200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T16:40:48.619 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:48 smithi150 bash[21565]: audit 2024-04-24T16:40:48.302259+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.150:0/3652535695' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T16:40:48.619 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:48 smithi150 bash[21565]: audit 2024-04-24T16:40:48.302259+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.150:0/3652535695' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T16:40:48.872 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:48.872 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout { 2024-04-24T16:40:48.872 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "fsid": "29716b62-0259-11ef-bc93-c7b262605968", 2024-04-24T16:40:48.873 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T16:40:48.873 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T16:40:48.873 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T16:40:48.873 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T16:40:48.873 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:48.873 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T16:40:48.874 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T16:40:48.874 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 0 2024-04-24T16:40:48.874 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:48.874 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T16:40:48.874 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T16:40:48.874 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:48.875 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-24T16:40:48.875 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T16:40:48.875 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:48.875 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T16:40:48.875 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T16:40:48.875 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:48.875 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T16:40:48.876 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:48.876 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T16:40:48.876 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T16:40:48.876 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T16:40:48.876 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T16:40:48.879 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T16:40:48.879 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:48.880 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:48.881 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T16:40:48.882 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:48.882 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T16:40:32.605184+0000", 2024-04-24T16:40:48.882 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T16:40:48.882 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:48.882 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T16:40:48.882 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout } 2024-04-24T16:40:48.882 INFO:teuthology.orchestra.run.smithi150.stdout:mgr not available, waiting (3/15)... 2024-04-24T16:40:48.915 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:48 smithi150 bash[21816]: debug 2024-04-24T16:40:48.619+0000 7f5328ee1200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T16:40:48.915 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:48 smithi150 bash[21816]: debug 2024-04-24T16:40:48.735+0000 7f5328ee1200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T16:40:49.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: cluster 2024-04-24T16:40:48.757660+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-24T16:40:49.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: cluster 2024-04-24T16:40:48.757660+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-24T16:40:49.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: cluster 2024-04-24T16:40:48.765140+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00799645s) 2024-04-24T16:40:49.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: cluster 2024-04-24T16:40:48.765140+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00799645s) 2024-04-24T16:40:49.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.765866+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T16:40:49.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.765866+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T16:40:49.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766083+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T16:40:49.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766083+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T16:40:49.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766212+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T16:40:49.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766212+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766321+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766321+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766452+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766452+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766550+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766550+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766657+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.766657+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.767755+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.767755+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: cluster 2024-04-24T16:40:48.774182+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: cluster 2024-04-24T16:40:48.774182+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.787192+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.787192+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T16:40:49.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.789774+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T16:40:49.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.789774+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T16:40:49.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.795545+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' 2024-04-24T16:40:49.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.795545+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' 2024-04-24T16:40:49.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.798578+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' 2024-04-24T16:40:49.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.798578+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' 2024-04-24T16:40:49.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.803676+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' 2024-04-24T16:40:49.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:49 smithi150 bash[21565]: audit 2024-04-24T16:40:48.803676+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.150:0/740220875' entity='mgr.a' 2024-04-24T16:40:51.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:50 smithi150 bash[21565]: cluster 2024-04-24T16:40:49.770223+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01308s) 2024-04-24T16:40:51.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:50 smithi150 bash[21565]: cluster 2024-04-24T16:40:49.770223+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01308s) 2024-04-24T16:40:52.916 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:52.916 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout { 2024-04-24T16:40:52.916 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "fsid": "29716b62-0259-11ef-bc93-c7b262605968", 2024-04-24T16:40:52.916 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T16:40:52.916 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T16:40:52.916 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T16:40:52.916 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T16:40:52.916 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:52.916 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T16:40:52.916 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 0 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T16:40:52.917 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T16:40:52.918 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ], 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T16:40:52.919 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:52.920 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T16:40:52.920 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T16:40:52.920 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T16:40:32.605184+0000", 2024-04-24T16:40:52.920 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T16:40:52.920 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout }, 2024-04-24T16:40:52.920 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T16:40:52.920 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout } 2024-04-24T16:40:52.920 INFO:teuthology.orchestra.run.smithi150.stdout:mgr is available 2024-04-24T16:40:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:52 smithi150 bash[21565]: cluster 2024-04-24T16:40:51.771149+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-24T16:40:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:52 smithi150 bash[21565]: cluster 2024-04-24T16:40:51.771149+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-24T16:40:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:52 smithi150 bash[21565]: audit 2024-04-24T16:40:52.319636+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.150:0/3716561230' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T16:40:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:52 smithi150 bash[21565]: audit 2024-04-24T16:40:52.319636+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.150:0/3716561230' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T16:40:54.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:54 smithi150 bash[21565]: audit 2024-04-24T16:40:54.186843+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.150:0/1154251448' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T16:40:54.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:54 smithi150 bash[21565]: audit 2024-04-24T16:40:54.186843+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.150:0/1154251448' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T16:40:54.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:54 smithi150 bash[21565]: audit 2024-04-24T16:40:54.191252+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.150:0/1154251448' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T16:40:54.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:54 smithi150 bash[21565]: audit 2024-04-24T16:40:54.191252+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.150:0/1154251448' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T16:40:54.810 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:54.810 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T16:40:54.810 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout fsid = 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:40:54.810 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T16:40:54.810 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T16:40:54.810 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T16:40:54.810 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T16:40:54.810 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T16:40:54.810 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:54.810 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T16:40:54.811 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T16:40:54.811 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 2024-04-24T16:40:54.811 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T16:40:54.811 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T16:40:54.811 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T16:40:54.811 INFO:teuthology.orchestra.run.smithi150.stdout:Enabling cephadm module... 2024-04-24T16:40:56.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:56 smithi150 bash[21816]: ignoring --setuser ceph since I am not root 2024-04-24T16:40:56.665 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:56 smithi150 bash[21816]: ignoring --setgroup ceph since I am not root 2024-04-24T16:40:56.665 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:56 smithi150 bash[21816]: debug 2024-04-24T16:40:56.390+0000 7f907390d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T16:40:56.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:56 smithi150 bash[21565]: audit 2024-04-24T16:40:56.148560+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.150:0/4251009503' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T16:40:56.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:56 smithi150 bash[21565]: audit 2024-04-24T16:40:56.148560+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.150:0/4251009503' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T16:40:57.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:57 smithi150 bash[21565]: audit 2024-04-24T16:40:56.200389+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.150:0/4251009503' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T16:40:57.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:57 smithi150 bash[21565]: audit 2024-04-24T16:40:56.200389+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.150:0/4251009503' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T16:40:57.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:57 smithi150 bash[21565]: cluster 2024-04-24T16:40:56.203807+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-24T16:40:57.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:57 smithi150 bash[21565]: cluster 2024-04-24T16:40:56.203807+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-24T16:40:58.032 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:57 smithi150 bash[21816]: debug 2024-04-24T16:40:57.958+0000 7f907390d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T16:40:58.313 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:58 smithi150 bash[21816]: debug 2024-04-24T16:40:58.062+0000 7f907390d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T16:40:58.313 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:58 smithi150 bash[21565]: audit 2024-04-24T16:40:58.009604+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.150:0/753185917' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T16:40:58.313 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:40:58 smithi150 bash[21565]: audit 2024-04-24T16:40:58.009604+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.150:0/753185917' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T16:40:58.576 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout { 2024-04-24T16:40:58.576 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-24T16:40:58.576 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T16:40:58.576 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-24T16:40:58.576 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T16:40:58.576 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout } 2024-04-24T16:40:58.576 INFO:teuthology.orchestra.run.smithi150.stdout:Waiting for the mgr to restart... 2024-04-24T16:40:58.577 INFO:teuthology.orchestra.run.smithi150.stdout:Waiting for mgr epoch 5... 2024-04-24T16:40:58.594 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:58 smithi150 bash[21816]: debug 2024-04-24T16:40:58.310+0000 7f907390d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T16:40:59.414 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:59 smithi150 bash[21816]: debug 2024-04-24T16:40:59.110+0000 7f907390d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T16:40:59.415 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:59 smithi150 bash[21816]: debug 2024-04-24T16:40:59.226+0000 7f907390d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T16:40:59.415 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:59 smithi150 bash[21816]: debug 2024-04-24T16:40:59.330+0000 7f907390d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T16:41:00.164 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:59 smithi150 bash[21816]: debug 2024-04-24T16:40:59.690+0000 7f907390d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T16:41:00.164 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:59 smithi150 bash[21816]: debug 2024-04-24T16:40:59.802+0000 7f907390d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T16:41:00.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:40:59 smithi150 bash[21816]: debug 2024-04-24T16:40:59.906+0000 7f907390d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T16:41:00.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:00 smithi150 bash[21816]: debug 2024-04-24T16:41:00.302+0000 7f907390d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T16:41:00.665 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:00 smithi150 bash[21816]: debug 2024-04-24T16:41:00.542+0000 7f907390d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T16:41:01.164 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:00 smithi150 bash[21816]: debug 2024-04-24T16:41:00.806+0000 7f907390d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T16:41:01.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:00 smithi150 bash[21816]: debug 2024-04-24T16:41:00.918+0000 7f907390d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T16:41:01.603 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:01 smithi150 bash[21816]: debug 2024-04-24T16:41:01.186+0000 7f907390d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T16:41:01.914 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:01 smithi150 bash[21816]: debug 2024-04-24T16:41:01.602+0000 7f907390d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T16:41:01.914 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:01 smithi150 bash[21816]: debug 2024-04-24T16:41:01.838+0000 7f907390d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T16:41:02.414 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:01 smithi150 bash[21816]: debug 2024-04-24T16:41:01.954+0000 7f907390d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T16:41:02.414 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:02 smithi150 bash[21816]: debug 2024-04-24T16:41:02.198+0000 7f907390d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T16:41:03.616 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:03 smithi150 bash[21816]: debug 2024-04-24T16:41:03.206+0000 7f907390d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T16:41:03.616 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:03 smithi150 bash[21816]: debug 2024-04-24T16:41:03.322+0000 7f907390d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T16:41:03.616 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:03 smithi150 bash[21816]: debug 2024-04-24T16:41:03.614+0000 7f907390d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T16:41:03.914 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:03 smithi150 bash[21816]: debug 2024-04-24T16:41:03.726+0000 7f907390d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T16:41:04.665 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21816]: debug 2024-04-24T16:41:04.178+0000 7f907390d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T16:41:04.665 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21816]: debug 2024-04-24T16:41:04.294+0000 7f907390d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T16:41:04.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: cluster 2024-04-24T16:41:04.321616+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-04-24T16:41:04.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: cluster 2024-04-24T16:41:04.321616+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-04-24T16:41:04.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: cluster 2024-04-24T16:41:04.321902+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: cluster 2024-04-24T16:41:04.321902+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: cluster 2024-04-24T16:41:04.325183+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: cluster 2024-04-24T16:41:04.325183+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: cluster 2024-04-24T16:41:04.325294+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00351103s) 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: cluster 2024-04-24T16:41:04.325294+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00351103s) 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: audit 2024-04-24T16:41:04.328028+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: audit 2024-04-24T16:41:04.328028+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: audit 2024-04-24T16:41:04.329577+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: audit 2024-04-24T16:41:04.329577+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: audit 2024-04-24T16:41:04.330453+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: audit 2024-04-24T16:41:04.330453+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: audit 2024-04-24T16:41:04.330647+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: audit 2024-04-24T16:41:04.330647+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: audit 2024-04-24T16:41:04.330844+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T16:41:04.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: audit 2024-04-24T16:41:04.330844+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T16:41:04.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: cluster 2024-04-24T16:41:04.357436+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-04-24T16:41:04.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:04 smithi150 bash[21565]: cluster 2024-04-24T16:41:04.357436+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-04-24T16:41:05.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: cephadm 2024-04-24T16:41:04.376639+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: cephadm 2024-04-24T16:41:04.376639+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.379958+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.379958+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.383402+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.383402+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.387070+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.387070+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.390098+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.390098+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.393958+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:05.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.393958+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:05.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.404110+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T16:41:05.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.404110+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T16:41:05.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.407100+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T16:41:05.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.407100+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T16:41:05.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.676039+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:05.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.676039+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:05.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.680899+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:05.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: audit 2024-04-24T16:41:04.680899+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:05.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: cluster 2024-04-24T16:41:05.334015+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e7: a(active, since 1.01221s) 2024-04-24T16:41:05.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:05 smithi150 bash[21565]: cluster 2024-04-24T16:41:05.334015+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e7: a(active, since 1.01221s) 2024-04-24T16:41:05.998 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout { 2024-04-24T16:41:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-24T16:41:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T16:41:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout } 2024-04-24T16:41:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:mgr epoch 5 is available 2024-04-24T16:41:05.999 INFO:teuthology.orchestra.run.smithi150.stdout:Setting orchestrator backend to cephadm... 2024-04-24T16:41:06.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: audit 2024-04-24T16:41:05.330730+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T16:41:06.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: audit 2024-04-24T16:41:05.330730+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: audit 2024-04-24T16:41:05.349435+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: audit 2024-04-24T16:41:05.349435+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: cephadm 2024-04-24T16:41:05.413868+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:16:41:05] ENGINE Bus STARTING 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: cephadm 2024-04-24T16:41:05.413868+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:16:41:05] ENGINE Bus STARTING 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: cephadm 2024-04-24T16:41:05.529011+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:16:41:05] ENGINE Serving on https://172.21.15.150:7150 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: cephadm 2024-04-24T16:41:05.529011+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:16:41:05] ENGINE Serving on https://172.21.15.150:7150 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: cephadm 2024-04-24T16:41:05.630384+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:16:41:05] ENGINE Serving on http://172.21.15.150:8765 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: cephadm 2024-04-24T16:41:05.630384+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:16:41:05] ENGINE Serving on http://172.21.15.150:8765 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: cephadm 2024-04-24T16:41:05.630545+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:16:41:05] ENGINE Bus STARTED 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: cephadm 2024-04-24T16:41:05.630545+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:16:41:05] ENGINE Bus STARTED 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: audit 2024-04-24T16:41:05.665265+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:06.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:06 smithi150 bash[21565]: audit 2024-04-24T16:41:05.665265+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:07.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:07 smithi150 bash[21565]: cluster 2024-04-24T16:41:06.391048+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-24T16:41:07.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:07 smithi150 bash[21565]: cluster 2024-04-24T16:41:06.391048+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-24T16:41:07.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:07 smithi150 bash[21565]: audit 2024-04-24T16:41:07.195057+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:07.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:07 smithi150 bash[21565]: audit 2024-04-24T16:41:07.195057+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:07.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:07 smithi150 bash[21565]: audit 2024-04-24T16:41:07.205582+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:07.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:07 smithi150 bash[21565]: audit 2024-04-24T16:41:07.205582+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:07.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:07 smithi150 bash[21565]: audit 2024-04-24T16:41:07.236263+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:07.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:07 smithi150 bash[21565]: audit 2024-04-24T16:41:07.236263+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:09.600 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-24T16:41:09.600 INFO:teuthology.orchestra.run.smithi150.stdout:Generating ssh key... 2024-04-24T16:41:09.620 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:09 smithi150 bash[21565]: audit 2024-04-24T16:41:09.034107+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:09.621 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:09 smithi150 bash[21565]: audit 2024-04-24T16:41:09.034107+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: Generating public/private rsa key pair. 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: Your identification has been saved in /tmp/tmp7itnmewf/key. 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: Your public key has been saved in /tmp/tmp7itnmewf/key.pub. 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: The key fingerprint is: 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: SHA256:aacd8UOH8OMPobZaxKxNq0TIbNgaWzocn5/XlvCTvlQ ceph-29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: The key's randomart image is: 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: +---[RSA 3072]----+ 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: | . | 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: | o . | 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: | . * . | 2024-04-24T16:41:11.165 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: | = . + * + | 2024-04-24T16:41:11.166 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: | + B S X = E | 2024-04-24T16:41:11.166 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: | . X + X.+ = | 2024-04-24T16:41:11.166 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: | * o + *+.o. | 2024-04-24T16:41:11.166 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: | . o =..B | 2024-04-24T16:41:11.166 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: | =. ooo | 2024-04-24T16:41:11.166 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:10 smithi150 bash[21816]: +----[SHA256]-----+ 2024-04-24T16:41:12.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:11 smithi150 bash[21565]: audit 2024-04-24T16:41:10.803164+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:12.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:11 smithi150 bash[21565]: audit 2024-04-24T16:41:10.803164+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:12.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:11 smithi150 bash[21565]: cephadm 2024-04-24T16:41:10.803481+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T16:41:12.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:11 smithi150 bash[21565]: cephadm 2024-04-24T16:41:10.803481+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T16:41:12.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:11 smithi150 bash[21565]: audit 2024-04-24T16:41:10.915156+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:12.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:11 smithi150 bash[21565]: audit 2024-04-24T16:41:10.915156+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:12.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:11 smithi150 bash[21565]: audit 2024-04-24T16:41:10.920497+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:12.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:11 smithi150 bash[21565]: audit 2024-04-24T16:41:10.920497+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:13.185 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkxYbzblVD0TGQDSt7ld3wEawsL73DYYaqoXRi24VJ52SlhLBvipi6QdRHc6CsCgyvUKRwqoDg9TRBxoq9EyeZdE7kN/oMp1fTYIpF2Qjaq2JYH6uWs4o7fIEia/AaS5hYdmULhU08J279Xb0QMkEXSzrJyF0fAfEXJ/GuQotj6imFSBun7oR7/p6ft+9BB25lyPcpVSpTl/BbzxIcmbSQkrHVQzTlqdIwa8OypmLca3iJSapSReaFsc1ZWBm7OtTW0o8+0JIspXWWx7O8dx2tQ6721db/6GXxmjK05T1mSFV7L3ooZYZkd4hd8T2M3GYsXSPSUBieKeZESfRsQK+7dlnuKPzrtkRbB5iUFIzzdjLUikAKLBmpY033Y33HtGeaQu+p/JuABkjLub4pB/iVHfWpBcP+kkWXn5/vR25WE0DJ5NdNEvnGjJsi8uiVopLGUBqs9Ay40ef0dVVHOCXEaFIoAJrZOP++wxJbfklhdO80V6QBfB/rZdbe9M0F/6E= ceph-29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:41:13.186 INFO:teuthology.orchestra.run.smithi150.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-24T16:41:13.186 INFO:teuthology.orchestra.run.smithi150.stdout:Adding key to root@localhost authorized_keys... 2024-04-24T16:41:13.186 INFO:teuthology.orchestra.run.smithi150.stdout:Adding host smithi150... 2024-04-24T16:41:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:13 smithi150 bash[21565]: audit 2024-04-24T16:41:12.700152+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:13 smithi150 bash[21565]: audit 2024-04-24T16:41:12.700152+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:15.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:15 smithi150 bash[21565]: audit 2024-04-24T16:41:14.405562+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "addr": "172.21.15.150", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:15 smithi150 bash[21565]: audit 2024-04-24T16:41:14.405562+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi150", "addr": "172.21.15.150", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:15 smithi150 bash[21565]: cephadm 2024-04-24T16:41:15.013300+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi150 2024-04-24T16:41:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:15 smithi150 bash[21565]: cephadm 2024-04-24T16:41:15.013300+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi150 2024-04-24T16:41:20.641 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout Added host 'smithi150' with addr '172.21.15.150' 2024-04-24T16:41:20.642 INFO:teuthology.orchestra.run.smithi150.stdout:Deploying unmanaged mon service... 2024-04-24T16:41:20.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:20 smithi150 bash[21565]: audit 2024-04-24T16:41:19.836218+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:20.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:20 smithi150 bash[21565]: audit 2024-04-24T16:41:19.836218+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:20.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:20 smithi150 bash[21565]: cephadm 2024-04-24T16:41:19.836645+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi150 2024-04-24T16:41:20.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:20 smithi150 bash[21565]: cephadm 2024-04-24T16:41:19.836645+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi150 2024-04-24T16:41:20.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:20 smithi150 bash[21565]: audit 2024-04-24T16:41:19.863843+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:20.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:20 smithi150 bash[21565]: audit 2024-04-24T16:41:19.863843+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:23.185 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-24T16:41:23.185 INFO:teuthology.orchestra.run.smithi150.stdout:Deploying unmanaged mgr service... 2024-04-24T16:41:23.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:23 smithi150 bash[21565]: audit 2024-04-24T16:41:22.629192+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:23.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:23 smithi150 bash[21565]: audit 2024-04-24T16:41:22.629192+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:23.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:23 smithi150 bash[21565]: cephadm 2024-04-24T16:41:22.631105+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T16:41:23.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:23 smithi150 bash[21565]: cephadm 2024-04-24T16:41:22.631105+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T16:41:23.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:23 smithi150 bash[21565]: audit 2024-04-24T16:41:22.635866+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:23.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:23 smithi150 bash[21565]: audit 2024-04-24T16:41:22.635866+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:23.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:23 smithi150 bash[21565]: audit 2024-04-24T16:41:22.839356+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:23.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:23 smithi150 bash[21565]: audit 2024-04-24T16:41:22.839356+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:23.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:23 smithi150 bash[21565]: audit 2024-04-24T16:41:23.378096+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:23.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:23 smithi150 bash[21565]: audit 2024-04-24T16:41:23.378096+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:25.008 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-24T16:41:25.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:25 smithi150 bash[21565]: cluster 2024-04-24T16:41:24.331961+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:41:25.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:25 smithi150 bash[21565]: cluster 2024-04-24T16:41:24.331961+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:41:25.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:25 smithi150 bash[21565]: audit 2024-04-24T16:41:24.405577+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:25.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:25 smithi150 bash[21565]: audit 2024-04-24T16:41:24.405577+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:25.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:25 smithi150 bash[21565]: cephadm 2024-04-24T16:41:24.407857+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T16:41:25.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:25 smithi150 bash[21565]: cephadm 2024-04-24T16:41:24.407857+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T16:41:25.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:25 smithi150 bash[21565]: audit 2024-04-24T16:41:24.412414+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:25.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:25 smithi150 bash[21565]: audit 2024-04-24T16:41:24.412414+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.150:0/937912509' entity='mgr.a' 2024-04-24T16:41:27.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:27 smithi150 bash[21565]: audit 2024-04-24T16:41:26.246959+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.150:0/1194261966' entity='client.admin' 2024-04-24T16:41:27.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:27 smithi150 bash[21565]: audit 2024-04-24T16:41:26.246959+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.150:0/1194261966' entity='client.admin' 2024-04-24T16:41:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:28 smithi150 bash[21565]: cluster 2024-04-24T16:41:26.332324+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:41:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:28 smithi150 bash[21565]: cluster 2024-04-24T16:41:26.332324+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:41:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:28 smithi150 bash[21565]: audit 2024-04-24T16:41:28.037404+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.150:0/1178803377' entity='client.admin' 2024-04-24T16:41:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:28 smithi150 bash[21565]: audit 2024-04-24T16:41:28.037404+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.150:0/1178803377' entity='client.admin' 2024-04-24T16:41:28.668 INFO:teuthology.orchestra.run.smithi150.stdout:Enabling the dashboard module... 2024-04-24T16:41:30.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:30 smithi150 bash[21816]: ignoring --setuser ceph since I am not root 2024-04-24T16:41:30.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:30 smithi150 bash[21816]: ignoring --setgroup ceph since I am not root 2024-04-24T16:41:30.665 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:30 smithi150 bash[21816]: debug 2024-04-24T16:41:30.466+0000 7f5f3bfd9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T16:41:30.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:30 smithi150 bash[21565]: cluster 2024-04-24T16:41:28.332754+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:41:30.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:30 smithi150 bash[21565]: cluster 2024-04-24T16:41:28.332754+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:41:30.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:30 smithi150 bash[21565]: audit 2024-04-24T16:41:29.991171+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.150:0/1211470718' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T16:41:30.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:30 smithi150 bash[21565]: audit 2024-04-24T16:41:29.991171+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.150:0/1211470718' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T16:41:31.587 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:31 smithi150 bash[21565]: audit 2024-04-24T16:41:30.261801+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.150:0/1211470718' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T16:41:31.587 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:31 smithi150 bash[21565]: audit 2024-04-24T16:41:30.261801+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.150:0/1211470718' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T16:41:31.587 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:31 smithi150 bash[21565]: cluster 2024-04-24T16:41:30.266924+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-04-24T16:41:31.587 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:31 smithi150 bash[21565]: cluster 2024-04-24T16:41:30.266924+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-04-24T16:41:32.318 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:32 smithi150 bash[21816]: debug 2024-04-24T16:41:32.066+0000 7f5f3bfd9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T16:41:32.318 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:32 smithi150 bash[21816]: debug 2024-04-24T16:41:32.162+0000 7f5f3bfd9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T16:41:32.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:32 smithi150 bash[21816]: debug 2024-04-24T16:41:32.418+0000 7f5f3bfd9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T16:41:32.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:32 smithi150 bash[21565]: audit 2024-04-24T16:41:32.271239+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.150:0/452890282' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T16:41:32.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:32 smithi150 bash[21565]: audit 2024-04-24T16:41:32.271239+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.150:0/452890282' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T16:41:32.912 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout { 2024-04-24T16:41:32.912 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-24T16:41:32.912 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T16:41:32.912 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-24T16:41:32.912 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T16:41:32.912 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout } 2024-04-24T16:41:32.912 INFO:teuthology.orchestra.run.smithi150.stdout:Waiting for the mgr to restart... 2024-04-24T16:41:32.913 INFO:teuthology.orchestra.run.smithi150.stdout:Waiting for mgr epoch 9... 2024-04-24T16:41:33.473 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:33 smithi150 bash[21816]: debug 2024-04-24T16:41:33.222+0000 7f5f3bfd9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T16:41:33.473 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:33 smithi150 bash[21816]: debug 2024-04-24T16:41:33.334+0000 7f5f3bfd9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T16:41:33.473 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:33 smithi150 bash[21816]: debug 2024-04-24T16:41:33.438+0000 7f5f3bfd9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T16:41:34.164 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:33 smithi150 bash[21816]: debug 2024-04-24T16:41:33.806+0000 7f5f3bfd9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T16:41:34.164 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:33 smithi150 bash[21816]: debug 2024-04-24T16:41:33.918+0000 7f5f3bfd9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T16:41:34.164 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:34 smithi150 bash[21816]: debug 2024-04-24T16:41:34.022+0000 7f5f3bfd9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T16:41:34.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:34 smithi150 bash[21816]: debug 2024-04-24T16:41:34.378+0000 7f5f3bfd9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T16:41:34.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:34 smithi150 bash[21816]: debug 2024-04-24T16:41:34.622+0000 7f5f3bfd9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T16:41:35.164 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:34 smithi150 bash[21816]: debug 2024-04-24T16:41:34.882+0000 7f5f3bfd9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T16:41:35.164 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:34 smithi150 bash[21816]: debug 2024-04-24T16:41:34.994+0000 7f5f3bfd9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T16:41:35.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:35 smithi150 bash[21816]: debug 2024-04-24T16:41:35.270+0000 7f5f3bfd9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T16:41:36.048 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:35 smithi150 bash[21816]: debug 2024-04-24T16:41:35.690+0000 7f5f3bfd9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T16:41:36.048 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:35 smithi150 bash[21816]: debug 2024-04-24T16:41:35.930+0000 7f5f3bfd9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T16:41:36.414 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:36 smithi150 bash[21816]: debug 2024-04-24T16:41:36.046+0000 7f5f3bfd9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T16:41:36.414 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:36 smithi150 bash[21816]: debug 2024-04-24T16:41:36.294+0000 7f5f3bfd9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T16:41:37.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:37 smithi150 bash[21816]: debug 2024-04-24T16:41:37.302+0000 7f5f3bfd9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T16:41:37.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:37 smithi150 bash[21816]: debug 2024-04-24T16:41:37.418+0000 7f5f3bfd9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T16:41:38.164 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:37 smithi150 bash[21816]: debug 2024-04-24T16:41:37.714+0000 7f5f3bfd9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T16:41:38.305 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:37 smithi150 bash[21816]: debug 2024-04-24T16:41:37.826+0000 7f5f3bfd9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T16:41:38.546 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21816]: debug 2024-04-24T16:41:38.278+0000 7f5f3bfd9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T16:41:38.546 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21816]: debug 2024-04-24T16:41:38.398+0000 7f5f3bfd9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T16:41:38.546 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: cluster 2024-04-24T16:41:38.421571+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-04-24T16:41:38.546 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: cluster 2024-04-24T16:41:38.421571+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-04-24T16:41:38.546 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: cluster 2024-04-24T16:41:38.422079+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-04-24T16:41:38.546 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: cluster 2024-04-24T16:41:38.422079+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-04-24T16:41:38.546 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: cluster 2024-04-24T16:41:38.428267+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T16:41:38.546 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: cluster 2024-04-24T16:41:38.428267+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: cluster 2024-04-24T16:41:38.428435+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00656578s) 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: cluster 2024-04-24T16:41:38.428435+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00656578s) 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: audit 2024-04-24T16:41:38.429888+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: audit 2024-04-24T16:41:38.429888+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: audit 2024-04-24T16:41:38.431164+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: audit 2024-04-24T16:41:38.431164+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: audit 2024-04-24T16:41:38.431959+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: audit 2024-04-24T16:41:38.431959+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: audit 2024-04-24T16:41:38.432146+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: audit 2024-04-24T16:41:38.432146+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: audit 2024-04-24T16:41:38.432298+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: audit 2024-04-24T16:41:38.432298+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: cluster 2024-04-24T16:41:38.457610+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-04-24T16:41:38.547 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:38 smithi150 bash[21565]: cluster 2024-04-24T16:41:38.457610+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-04-24T16:41:39.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:39 smithi150 bash[21565]: audit 2024-04-24T16:41:38.481384+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:39.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:39 smithi150 bash[21565]: audit 2024-04-24T16:41:38.481384+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:39.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:39 smithi150 bash[21565]: audit 2024-04-24T16:41:38.484336+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:39.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:39 smithi150 bash[21565]: audit 2024-04-24T16:41:38.484336+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:39.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:39 smithi150 bash[21565]: audit 2024-04-24T16:41:38.503904+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T16:41:39.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:39 smithi150 bash[21565]: audit 2024-04-24T16:41:38.503904+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T16:41:39.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:39 smithi150 bash[21565]: audit 2024-04-24T16:41:38.507248+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T16:41:39.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:39 smithi150 bash[21565]: audit 2024-04-24T16:41:38.507248+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T16:41:39.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:39 smithi150 bash[21565]: cluster 2024-04-24T16:41:39.434829+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01295s) 2024-04-24T16:41:39.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:39 smithi150 bash[21565]: cluster 2024-04-24T16:41:39.434829+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01295s) 2024-04-24T16:41:40.134 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout { 2024-04-24T16:41:40.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-24T16:41:40.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T16:41:40.135 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout } 2024-04-24T16:41:40.135 INFO:teuthology.orchestra.run.smithi150.stdout:mgr epoch 9 is available 2024-04-24T16:41:40.135 INFO:teuthology.orchestra.run.smithi150.stdout:Generating a dashboard self-signed certificate... 2024-04-24T16:41:40.755 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:40 smithi150 bash[21565]: cephadm 2024-04-24T16:41:39.469955+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [24/Apr/2024:16:41:39] ENGINE Bus STARTING 2024-04-24T16:41:40.756 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:40 smithi150 bash[21565]: cephadm 2024-04-24T16:41:39.469955+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [24/Apr/2024:16:41:39] ENGINE Bus STARTING 2024-04-24T16:41:40.756 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:40 smithi150 bash[21565]: cephadm 2024-04-24T16:41:39.585517+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [24/Apr/2024:16:41:39] ENGINE Serving on https://172.21.15.150:7150 2024-04-24T16:41:40.756 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:40 smithi150 bash[21565]: cephadm 2024-04-24T16:41:39.585517+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [24/Apr/2024:16:41:39] ENGINE Serving on https://172.21.15.150:7150 2024-04-24T16:41:40.756 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:40 smithi150 bash[21565]: cephadm 2024-04-24T16:41:39.686869+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [24/Apr/2024:16:41:39] ENGINE Serving on http://172.21.15.150:8765 2024-04-24T16:41:40.756 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:40 smithi150 bash[21565]: cephadm 2024-04-24T16:41:39.686869+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [24/Apr/2024:16:41:39] ENGINE Serving on http://172.21.15.150:8765 2024-04-24T16:41:40.756 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:40 smithi150 bash[21565]: cephadm 2024-04-24T16:41:39.687040+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [24/Apr/2024:16:41:39] ENGINE Bus STARTED 2024-04-24T16:41:40.756 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:40 smithi150 bash[21565]: cephadm 2024-04-24T16:41:39.687040+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [24/Apr/2024:16:41:39] ENGINE Bus STARTED 2024-04-24T16:41:41.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:41 smithi150 bash[21565]: cluster 2024-04-24T16:41:40.487333+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-24T16:41:41.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:41 smithi150 bash[21565]: cluster 2024-04-24T16:41:40.487333+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-24T16:41:42.131 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-24T16:41:42.132 INFO:teuthology.orchestra.run.smithi150.stdout:Creating initial admin user... 2024-04-24T16:41:42.772 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:42 smithi150 bash[21565]: audit 2024-04-24T16:41:41.336987+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:42.773 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:42 smithi150 bash[21565]: audit 2024-04-24T16:41:41.336987+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:42.773 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:42 smithi150 bash[21565]: audit 2024-04-24T16:41:41.502236+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:42.773 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:42 smithi150 bash[21565]: audit 2024-04-24T16:41:41.502236+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:42.773 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:42 smithi150 bash[21565]: audit 2024-04-24T16:41:41.506663+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:42.773 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:42 smithi150 bash[21565]: audit 2024-04-24T16:41:41.506663+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:44.228 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$pSKof0s6VNXJDdgP7myLwu09eWQ8YTbpQUw23a25oM19Uw4mxmcMy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713976903, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-24T16:41:44.229 INFO:teuthology.orchestra.run.smithi150.stdout:Fetching dashboard port number... 2024-04-24T16:41:44.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:44 smithi150 bash[21565]: audit 2024-04-24T16:41:43.393749+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:44.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:44 smithi150 bash[21565]: audit 2024-04-24T16:41:43.393749+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:41:44.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:44 smithi150 bash[21565]: audit 2024-04-24T16:41:43.637025+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:44.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:44 smithi150 bash[21565]: audit 2024-04-24T16:41:43.637025+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:45.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: cluster 2024-04-24T16:41:44.640496+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: cluster 2024-04-24T16:41:44.640496+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.388613+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.388613+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.390309+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.390309+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi150", "name": "osd_memory_target"}]: dispatch 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.395072+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.395072+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.397017+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.397017+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]: dispatch 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.397777+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]': finished 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.397777+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi150", "caps": []}]': finished 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.448455+0000 mon.a (mon.0) 104 : audit [DBG] from='client.? 172.21.15.150:0/1173846781' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T16:41:45.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:45 smithi150 bash[21565]: audit 2024-04-24T16:41:45.448455+0000 mon.a (mon.0) 104 : audit [DBG] from='client.? 172.21.15.150:0/1173846781' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T16:41:46.082 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stdout 8443 2024-04-24T16:41:46.082 INFO:teuthology.orchestra.run.smithi150.stdout:firewalld does not appear to be present 2024-04-24T16:41:46.082 INFO:teuthology.orchestra.run.smithi150.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-24T16:41:46.084 INFO:teuthology.orchestra.run.smithi150.stdout:Ceph Dashboard is now available at: 2024-04-24T16:41:46.084 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:41:46.084 INFO:teuthology.orchestra.run.smithi150.stdout: URL: https://smithi150.front.sepia.ceph.com:8443/ 2024-04-24T16:41:46.084 INFO:teuthology.orchestra.run.smithi150.stdout: User: admin 2024-04-24T16:41:46.084 INFO:teuthology.orchestra.run.smithi150.stdout: Password: ekd3gqgf4d 2024-04-24T16:41:46.084 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:41:46.085 INFO:teuthology.orchestra.run.smithi150.stdout:Saving cluster configuration to /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config directory 2024-04-24T16:41:46.085 INFO:teuthology.orchestra.run.smithi150.stdout:Enabling autotune for osd_memory_target 2024-04-24T16:41:46.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:46 smithi150 bash[21565]: cephadm 2024-04-24T16:41:46.016141+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi150 on smithi150 2024-04-24T16:41:46.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:46 smithi150 bash[21565]: cephadm 2024-04-24T16:41:46.016141+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi150 on smithi150 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 29716b62-0259-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout:Or, if you are only running a single cluster on this host: 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:41:49.861 INFO:teuthology.orchestra.run.smithi150.stdout: ceph telemetry on 2024-04-24T16:41:49.862 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:41:49.862 INFO:teuthology.orchestra.run.smithi150.stdout:For more information see: 2024-04-24T16:41:49.862 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:41:49.862 INFO:teuthology.orchestra.run.smithi150.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-24T16:41:49.862 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:41:49.862 INFO:teuthology.orchestra.run.smithi150.stdout:Bootstrap complete. 2024-04-24T16:41:49.907 INFO:tasks.cephadm:Fetching config... 2024-04-24T16:41:49.908 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:41:49.908 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-24T16:41:49.913 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-24T16:41:49.914 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:41:49.914 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-24T16:41:49.962 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-24T16:41:49.962 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:41:49.962 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-24T16:41:50.016 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-24T16:41:50.016 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:41:50.016 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-24T16:41:50.064 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-24T16:41:50.064 DEBUG:teuthology.orchestra.run.smithi150:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkxYbzblVD0TGQDSt7ld3wEawsL73DYYaqoXRi24VJ52SlhLBvipi6QdRHc6CsCgyvUKRwqoDg9TRBxoq9EyeZdE7kN/oMp1fTYIpF2Qjaq2JYH6uWs4o7fIEia/AaS5hYdmULhU08J279Xb0QMkEXSzrJyF0fAfEXJ/GuQotj6imFSBun7oR7/p6ft+9BB25lyPcpVSpTl/BbzxIcmbSQkrHVQzTlqdIwa8OypmLca3iJSapSReaFsc1ZWBm7OtTW0o8+0JIspXWWx7O8dx2tQ6721db/6GXxmjK05T1mSFV7L3ooZYZkd4hd8T2M3GYsXSPSUBieKeZESfRsQK+7dlnuKPzrtkRbB5iUFIzzdjLUikAKLBmpY033Y33HtGeaQu+p/JuABkjLub4pB/iVHfWpBcP+kkWXn5/vR25WE0DJ5NdNEvnGjJsi8uiVopLGUBqs9Ay40ef0dVVHOCXEaFIoAJrZOP++wxJbfklhdO80V6QBfB/rZdbe9M0F/6E= ceph-29716b62-0259-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T16:41:50.127 INFO:teuthology.orchestra.run.smithi150.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkxYbzblVD0TGQDSt7ld3wEawsL73DYYaqoXRi24VJ52SlhLBvipi6QdRHc6CsCgyvUKRwqoDg9TRBxoq9EyeZdE7kN/oMp1fTYIpF2Qjaq2JYH6uWs4o7fIEia/AaS5hYdmULhU08J279Xb0QMkEXSzrJyF0fAfEXJ/GuQotj6imFSBun7oR7/p6ft+9BB25lyPcpVSpTl/BbzxIcmbSQkrHVQzTlqdIwa8OypmLca3iJSapSReaFsc1ZWBm7OtTW0o8+0JIspXWWx7O8dx2tQ6721db/6GXxmjK05T1mSFV7L3ooZYZkd4hd8T2M3GYsXSPSUBieKeZESfRsQK+7dlnuKPzrtkRbB5iUFIzzdjLUikAKLBmpY033Y33HtGeaQu+p/JuABkjLub4pB/iVHfWpBcP+kkWXn5/vR25WE0DJ5NdNEvnGjJsi8uiVopLGUBqs9Ay40ef0dVVHOCXEaFIoAJrZOP++wxJbfklhdO80V6QBfB/rZdbe9M0F/6E= ceph-29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:41:50.134 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkxYbzblVD0TGQDSt7ld3wEawsL73DYYaqoXRi24VJ52SlhLBvipi6QdRHc6CsCgyvUKRwqoDg9TRBxoq9EyeZdE7kN/oMp1fTYIpF2Qjaq2JYH6uWs4o7fIEia/AaS5hYdmULhU08J279Xb0QMkEXSzrJyF0fAfEXJ/GuQotj6imFSBun7oR7/p6ft+9BB25lyPcpVSpTl/BbzxIcmbSQkrHVQzTlqdIwa8OypmLca3iJSapSReaFsc1ZWBm7OtTW0o8+0JIspXWWx7O8dx2tQ6721db/6GXxmjK05T1mSFV7L3ooZYZkd4hd8T2M3GYsXSPSUBieKeZESfRsQK+7dlnuKPzrtkRbB5iUFIzzdjLUikAKLBmpY033Y33HtGeaQu+p/JuABkjLub4pB/iVHfWpBcP+kkWXn5/vR25WE0DJ5NdNEvnGjJsi8uiVopLGUBqs9Ay40ef0dVVHOCXEaFIoAJrZOP++wxJbfklhdO80V6QBfB/rZdbe9M0F/6E= ceph-29716b62-0259-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T16:41:50.155 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkxYbzblVD0TGQDSt7ld3wEawsL73DYYaqoXRi24VJ52SlhLBvipi6QdRHc6CsCgyvUKRwqoDg9TRBxoq9EyeZdE7kN/oMp1fTYIpF2Qjaq2JYH6uWs4o7fIEia/AaS5hYdmULhU08J279Xb0QMkEXSzrJyF0fAfEXJ/GuQotj6imFSBun7oR7/p6ft+9BB25lyPcpVSpTl/BbzxIcmbSQkrHVQzTlqdIwa8OypmLca3iJSapSReaFsc1ZWBm7OtTW0o8+0JIspXWWx7O8dx2tQ6721db/6GXxmjK05T1mSFV7L3ooZYZkd4hd8T2M3GYsXSPSUBieKeZESfRsQK+7dlnuKPzrtkRbB5iUFIzzdjLUikAKLBmpY033Y33HtGeaQu+p/JuABkjLub4pB/iVHfWpBcP+kkWXn5/vR25WE0DJ5NdNEvnGjJsi8uiVopLGUBqs9Ay40ef0dVVHOCXEaFIoAJrZOP++wxJbfklhdO80V6QBfB/rZdbe9M0F/6E= ceph-29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:41:50.164 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:50 smithi150 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:41:50.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:50 smithi150 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:41:50.165 DEBUG:teuthology.orchestra.run.smithi190:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkxYbzblVD0TGQDSt7ld3wEawsL73DYYaqoXRi24VJ52SlhLBvipi6QdRHc6CsCgyvUKRwqoDg9TRBxoq9EyeZdE7kN/oMp1fTYIpF2Qjaq2JYH6uWs4o7fIEia/AaS5hYdmULhU08J279Xb0QMkEXSzrJyF0fAfEXJ/GuQotj6imFSBun7oR7/p6ft+9BB25lyPcpVSpTl/BbzxIcmbSQkrHVQzTlqdIwa8OypmLca3iJSapSReaFsc1ZWBm7OtTW0o8+0JIspXWWx7O8dx2tQ6721db/6GXxmjK05T1mSFV7L3ooZYZkd4hd8T2M3GYsXSPSUBieKeZESfRsQK+7dlnuKPzrtkRbB5iUFIzzdjLUikAKLBmpY033Y33HtGeaQu+p/JuABkjLub4pB/iVHfWpBcP+kkWXn5/vR25WE0DJ5NdNEvnGjJsi8uiVopLGUBqs9Ay40ef0dVVHOCXEaFIoAJrZOP++wxJbfklhdO80V6QBfB/rZdbe9M0F/6E= ceph-29716b62-0259-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T16:41:50.190 INFO:teuthology.orchestra.run.smithi190.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCkxYbzblVD0TGQDSt7ld3wEawsL73DYYaqoXRi24VJ52SlhLBvipi6QdRHc6CsCgyvUKRwqoDg9TRBxoq9EyeZdE7kN/oMp1fTYIpF2Qjaq2JYH6uWs4o7fIEia/AaS5hYdmULhU08J279Xb0QMkEXSzrJyF0fAfEXJ/GuQotj6imFSBun7oR7/p6ft+9BB25lyPcpVSpTl/BbzxIcmbSQkrHVQzTlqdIwa8OypmLca3iJSapSReaFsc1ZWBm7OtTW0o8+0JIspXWWx7O8dx2tQ6721db/6GXxmjK05T1mSFV7L3ooZYZkd4hd8T2M3GYsXSPSUBieKeZESfRsQK+7dlnuKPzrtkRbB5iUFIzzdjLUikAKLBmpY033Y33HtGeaQu+p/JuABkjLub4pB/iVHfWpBcP+kkWXn5/vR25WE0DJ5NdNEvnGjJsi8uiVopLGUBqs9Ay40ef0dVVHOCXEaFIoAJrZOP++wxJbfklhdO80V6QBfB/rZdbe9M0F/6E= ceph-29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:41:50.200 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-24T16:41:50.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:50 smithi150 bash[21565]: audit 2024-04-24T16:41:49.239191+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.150:0/3720093108' entity='client.admin' 2024-04-24T16:41:50.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:50 smithi150 bash[21565]: audit 2024-04-24T16:41:49.239191+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.150:0/3720093108' entity='client.admin' 2024-04-24T16:41:50.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:50 smithi150 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:41:50.664 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:41:50 smithi150 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.442854+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.442854+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.493270+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.493270+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.495933+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.495933+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.529534+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.529534+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.533889+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.533889+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.536053+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.536053+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.538120+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.538120+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.540250+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.540250+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.543610+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.543610+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.577504+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.577504+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.582044+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.582044+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.871299+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:51.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:51 smithi150 bash[21565]: audit 2024-04-24T16:41:50.871299+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:54.912 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T16:41:54.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:54 smithi150 bash[21565]: audit 2024-04-24T16:41:53.504584+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:54.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:54 smithi150 bash[21565]: audit 2024-04-24T16:41:53.504584+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:56.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:56 smithi150 bash[21565]: audit 2024-04-24T16:41:55.284905+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:56.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:56 smithi150 bash[21565]: audit 2024-04-24T16:41:55.284905+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:56.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:56 smithi150 bash[21565]: audit 2024-04-24T16:41:55.289938+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:56.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:56 smithi150 bash[21565]: audit 2024-04-24T16:41:55.289938+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:56.898 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-24T16:41:56.898 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-24T16:41:57.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:57 smithi150 bash[21565]: audit 2024-04-24T16:41:56.325340+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.150:0/561661705' entity='client.admin' 2024-04-24T16:41:57.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:57 smithi150 bash[21565]: audit 2024-04-24T16:41:56.325340+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.150:0/561661705' entity='client.admin' 2024-04-24T16:41:57.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:57 smithi150 bash[21565]: audit 2024-04-24T16:41:56.347417+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:57.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:57 smithi150 bash[21565]: audit 2024-04-24T16:41:56.347417+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:41:57.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:57 smithi150 bash[21565]: audit 2024-04-24T16:41:56.352285+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:57.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:57 smithi150 bash[21565]: audit 2024-04-24T16:41:56.352285+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:41:59.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:59 smithi150 bash[21565]: cluster 2024-04-24T16:41:58.433833+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:41:59.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:41:59 smithi150 bash[21565]: cluster 2024-04-24T16:41:58.433833+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:01.377 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T16:42:02.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:02 smithi150 bash[21565]: cluster 2024-04-24T16:42:00.434299+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:02.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:02 smithi150 bash[21565]: cluster 2024-04-24T16:42:00.434299+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:02.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:02 smithi150 bash[21565]: audit 2024-04-24T16:42:01.300015+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:02.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:02 smithi150 bash[21565]: audit 2024-04-24T16:42:01.300015+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:02.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:02 smithi150 bash[21565]: audit 2024-04-24T16:42:01.305216+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:02.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:02 smithi150 bash[21565]: audit 2024-04-24T16:42:01.305216+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:03.235 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi161 2024-04-24T16:42:03.235 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:42:03.235 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.conf 2024-04-24T16:42:03.242 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:42:03.242 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:42:03.289 INFO:tasks.cephadm:Adding host smithi161 to orchestrator... 2024-04-24T16:42:03.289 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph orch host add smithi161 2024-04-24T16:42:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: cluster 2024-04-24T16:42:02.434713+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: cluster 2024-04-24T16:42:02.434713+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:02.543257+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:42:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:02.543257+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:42:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:02.549261+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:02.549261+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:02.598462+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:02.598462+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:02.600052+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:02.600052+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:02.600672+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:02.600672+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: cephadm 2024-04-24T16:42:02.601516+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: cephadm 2024-04-24T16:42:02.601516+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: cephadm 2024-04-24T16:42:02.715733+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: cephadm 2024-04-24T16:42:02.715733+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: cephadm 2024-04-24T16:42:02.829945+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: cephadm 2024-04-24T16:42:02.829945+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: cephadm 2024-04-24T16:42:02.944537+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T16:42:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: cephadm 2024-04-24T16:42:02.944537+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T16:42:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:03.112627+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:03.112627+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:03.116768+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:03 smithi150 bash[21565]: audit 2024-04-24T16:42:03.116768+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:05.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:05 smithi150 bash[21565]: cluster 2024-04-24T16:42:04.435211+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:05.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:05 smithi150 bash[21565]: cluster 2024-04-24T16:42:04.435211+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:07.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:07 smithi150 bash[21565]: cluster 2024-04-24T16:42:06.435775+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:07.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:07 smithi150 bash[21565]: cluster 2024-04-24T16:42:06.435775+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:08.001 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T16:42:09.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:09 smithi150 bash[21565]: cluster 2024-04-24T16:42:08.436191+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:09.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:09 smithi150 bash[21565]: cluster 2024-04-24T16:42:08.436191+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:09.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:09 smithi150 bash[21565]: audit 2024-04-24T16:42:09.172094+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:42:09.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:09 smithi150 bash[21565]: audit 2024-04-24T16:42:09.172094+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:42:10.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:10 smithi150 bash[21565]: cephadm 2024-04-24T16:42:09.845422+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi161 2024-04-24T16:42:10.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:10 smithi150 bash[21565]: cephadm 2024-04-24T16:42:09.845422+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi161 2024-04-24T16:42:11.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:11 smithi150 bash[21565]: cluster 2024-04-24T16:42:10.436589+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:11.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:11 smithi150 bash[21565]: cluster 2024-04-24T16:42:10.436589+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:13.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:13 smithi150 bash[21565]: cluster 2024-04-24T16:42:12.436829+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:13.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:13 smithi150 bash[21565]: cluster 2024-04-24T16:42:12.436829+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:15.040 INFO:teuthology.orchestra.run.smithi150.stdout:Added host 'smithi161' with addr '172.21.15.161' 2024-04-24T16:42:15.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:14 smithi150 bash[21565]: audit 2024-04-24T16:42:13.915941+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:15.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:14 smithi150 bash[21565]: audit 2024-04-24T16:42:13.915941+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:15.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:14 smithi150 bash[21565]: audit 2024-04-24T16:42:13.921314+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:15.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:14 smithi150 bash[21565]: audit 2024-04-24T16:42:13.921314+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:15.695 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-24T16:42:16.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:16 smithi150 bash[21565]: cluster 2024-04-24T16:42:14.437125+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:16.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:16 smithi150 bash[21565]: cluster 2024-04-24T16:42:14.437125+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:16.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:16 smithi150 bash[21565]: audit 2024-04-24T16:42:15.041221+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:16.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:16 smithi150 bash[21565]: audit 2024-04-24T16:42:15.041221+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:16.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:16 smithi150 bash[21565]: cephadm 2024-04-24T16:42:15.042108+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi161 2024-04-24T16:42:16.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:16 smithi150 bash[21565]: cephadm 2024-04-24T16:42:15.042108+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi161 2024-04-24T16:42:16.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:16 smithi150 bash[21565]: audit 2024-04-24T16:42:15.073604+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:16.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:16 smithi150 bash[21565]: audit 2024-04-24T16:42:15.073604+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:16.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:16 smithi150 bash[21565]: audit 2024-04-24T16:42:15.546296+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:16.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:16 smithi150 bash[21565]: audit 2024-04-24T16:42:15.546296+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:18.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: cluster 2024-04-24T16:42:16.437541+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:18.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: cluster 2024-04-24T16:42:16.437541+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:18.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.070981+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:18.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.070981+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:18.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.076620+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:18.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.076620+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.078201+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.078201+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.080427+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.080427+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.082456+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.082456+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: cephadm 2024-04-24T16:42:17.085329+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: cephadm 2024-04-24T16:42:17.085329+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: cephadm 2024-04-24T16:42:17.302057+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: cephadm 2024-04-24T16:42:17.302057+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.803031+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.803031+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.809396+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:18.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.809396+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:18.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.812583+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-24T16:42:18.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.812583+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-24T16:42:18.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.814664+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-04-24T16:42:18.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:18 smithi150 bash[21565]: audit 2024-04-24T16:42:17.814664+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-04-24T16:42:19.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:19 smithi150 bash[21565]: cephadm 2024-04-24T16:42:17.467508+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:42:19.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:19 smithi150 bash[21565]: cephadm 2024-04-24T16:42:17.467508+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:42:19.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:19 smithi150 bash[21565]: cephadm 2024-04-24T16:42:17.632953+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T16:42:19.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:19 smithi150 bash[21565]: cephadm 2024-04-24T16:42:17.632953+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T16:42:20.404 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T16:42:20.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: cluster 2024-04-24T16:42:18.437829+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:20.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: cluster 2024-04-24T16:42:18.437829+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:20.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: cephadm 2024-04-24T16:42:18.668452+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi161 on smithi161 2024-04-24T16:42:20.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: cephadm 2024-04-24T16:42:18.668452+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi161 on smithi161 2024-04-24T16:42:20.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.853691+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:20.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.853691+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:20.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.890784+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.890784+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.897077+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.897077+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.964065+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.964065+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.968141+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.968141+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.969430+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.969430+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.977811+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:19.977811+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:20.048040+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:20.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:20.048040+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:20.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:20.052215+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:20.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:20.052215+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:20.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:20.054020+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:20.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:20.054020+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:20.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:20.062626+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:20.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:20 smithi150 bash[21565]: audit 2024-04-24T16:42:20.062626+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:21.614 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:42:21.614 INFO:teuthology.orchestra.run.smithi150.stdout:[{"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}] 2024-04-24T16:42:21.627 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:21 smithi150 bash[21565]: audit 2024-04-24T16:42:20.333015+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:21.627 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:21 smithi150 bash[21565]: audit 2024-04-24T16:42:20.333015+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:22.253 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi190 2024-04-24T16:42:22.253 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:42:22.253 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.conf 2024-04-24T16:42:22.262 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:42:22.263 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:42:22.309 INFO:tasks.cephadm:Adding host smithi190 to orchestrator... 2024-04-24T16:42:22.310 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph orch host add smithi190 2024-04-24T16:42:22.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:22 smithi150 bash[21565]: cluster 2024-04-24T16:42:20.438132+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:22.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:22 smithi150 bash[21565]: cluster 2024-04-24T16:42:20.438132+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:22.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:22 smithi150 bash[21565]: audit 2024-04-24T16:42:21.389197+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:22.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:22 smithi150 bash[21565]: audit 2024-04-24T16:42:21.389197+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:22.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:22 smithi150 bash[21565]: audit 2024-04-24T16:42:21.393654+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:22.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:22 smithi150 bash[21565]: audit 2024-04-24T16:42:21.393654+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:23.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:23 smithi150 bash[21565]: audit 2024-04-24T16:42:21.616462+0000 mgr.a (mgr.14152) 35 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T16:42:23.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:23 smithi150 bash[21565]: audit 2024-04-24T16:42:21.616462+0000 mgr.a (mgr.14152) 35 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T16:42:24.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:24 smithi150 bash[21565]: cluster 2024-04-24T16:42:22.438403+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:24.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:24 smithi150 bash[21565]: cluster 2024-04-24T16:42:22.438403+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:24.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:24 smithi150 bash[21565]: audit 2024-04-24T16:42:23.517949+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:24.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:24 smithi150 bash[21565]: audit 2024-04-24T16:42:23.517949+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:25.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:25 smithi150 bash[21565]: cluster 2024-04-24T16:42:24.438735+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:25.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:25 smithi150 bash[21565]: cluster 2024-04-24T16:42:24.438735+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:27.014 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T16:42:27.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:27 smithi150 bash[21565]: cluster 2024-04-24T16:42:26.439152+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:27.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:27 smithi150 bash[21565]: cluster 2024-04-24T16:42:26.439152+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:28.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:28 smithi150 bash[21565]: audit 2024-04-24T16:42:28.328422+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:42:28.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:28 smithi150 bash[21565]: audit 2024-04-24T16:42:28.328422+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:42:29.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:29 smithi150 bash[21565]: cluster 2024-04-24T16:42:28.439500+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:29.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:29 smithi150 bash[21565]: cluster 2024-04-24T16:42:28.439500+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:29.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:29 smithi150 bash[21565]: cephadm 2024-04-24T16:42:29.240703+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Deploying cephadm binary to smithi190 2024-04-24T16:42:29.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:29 smithi150 bash[21565]: cephadm 2024-04-24T16:42:29.240703+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Deploying cephadm binary to smithi190 2024-04-24T16:42:31.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:31 smithi150 bash[21565]: cluster 2024-04-24T16:42:30.439876+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:31.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:31 smithi150 bash[21565]: cluster 2024-04-24T16:42:30.439876+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:33.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:33 smithi150 bash[21565]: cluster 2024-04-24T16:42:32.440266+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:33.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:33 smithi150 bash[21565]: cluster 2024-04-24T16:42:32.440266+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:33.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:33 smithi150 bash[21565]: audit 2024-04-24T16:42:32.611634+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:33.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:33 smithi150 bash[21565]: audit 2024-04-24T16:42:32.611634+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:33.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:33 smithi150 bash[21565]: audit 2024-04-24T16:42:32.621209+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:33.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:33 smithi150 bash[21565]: audit 2024-04-24T16:42:32.621209+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:34.666 INFO:teuthology.orchestra.run.smithi150.stdout:Added host 'smithi190' with addr '172.21.15.190' 2024-04-24T16:42:35.316 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-24T16:42:35.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:35 smithi150 bash[21565]: audit 2024-04-24T16:42:34.096760+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:35.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:35 smithi150 bash[21565]: audit 2024-04-24T16:42:34.096760+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:35.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:35 smithi150 bash[21565]: audit 2024-04-24T16:42:34.104140+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:35.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:35 smithi150 bash[21565]: audit 2024-04-24T16:42:34.104140+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:35.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:35 smithi150 bash[21565]: audit 2024-04-24T16:42:34.668193+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:35.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:35 smithi150 bash[21565]: audit 2024-04-24T16:42:34.668193+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:35.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:35 smithi150 bash[21565]: audit 2024-04-24T16:42:34.713082+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:35.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:35 smithi150 bash[21565]: audit 2024-04-24T16:42:34.713082+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:36.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:36 smithi150 bash[21565]: cluster 2024-04-24T16:42:34.440666+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:36.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:36 smithi150 bash[21565]: cluster 2024-04-24T16:42:34.440666+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:36.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:36 smithi150 bash[21565]: cephadm 2024-04-24T16:42:34.668982+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi190 2024-04-24T16:42:36.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:36 smithi150 bash[21565]: cephadm 2024-04-24T16:42:34.668982+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi190 2024-04-24T16:42:36.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:36 smithi150 bash[21565]: audit 2024-04-24T16:42:35.188520+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:36.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:36 smithi150 bash[21565]: audit 2024-04-24T16:42:35.188520+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:38.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: cluster 2024-04-24T16:42:36.441105+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:38.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: cluster 2024-04-24T16:42:36.441105+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:38.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:36.714214+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:38.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:36.714214+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:36.722619+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:36.722619+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:36.724124+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:36.724124+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:36.726086+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:36.726086+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:36.727787+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:36.727787+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: cephadm 2024-04-24T16:42:36.730569+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: cephadm 2024-04-24T16:42:36.730569+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: cephadm 2024-04-24T16:42:36.947290+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: cephadm 2024-04-24T16:42:36.947290+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: cephadm 2024-04-24T16:42:37.112192+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:42:38.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: cephadm 2024-04-24T16:42:37.112192+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:42:38.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: cephadm 2024-04-24T16:42:37.276625+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T16:42:38.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: cephadm 2024-04-24T16:42:37.276625+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T16:42:38.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:37.448960+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:38.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:37.448960+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:38.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:37.457368+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:38.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:37.457368+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:38.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:37.460681+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]: dispatch 2024-04-24T16:42:38.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:37.460681+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]: dispatch 2024-04-24T16:42:38.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:37.464729+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]': finished 2024-04-24T16:42:38.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:37 smithi150 bash[21565]: audit 2024-04-24T16:42:37.464729+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]': finished 2024-04-24T16:42:39.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:38 smithi150 bash[21565]: cephadm 2024-04-24T16:42:38.125768+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Deploying daemon agent.smithi190 on smithi190 2024-04-24T16:42:39.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:38 smithi150 bash[21565]: cephadm 2024-04-24T16:42:38.125768+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Deploying daemon agent.smithi190 on smithi190 2024-04-24T16:42:40.031 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T16:42:40.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: cluster 2024-04-24T16:42:38.441503+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:40.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: cluster 2024-04-24T16:42:38.441503+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.244997+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.244997+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.301877+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.301877+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.310163+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.310163+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.410618+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.410618+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.415976+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.415976+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:40.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.417627+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.417627+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.428445+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.428445+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.530472+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.530472+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.534538+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.534538+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.535537+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.535537+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.542769+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.542769+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.718860+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:40.416 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:40 smithi150 bash[21565]: audit 2024-04-24T16:42:39.718860+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:41.298 INFO:teuthology.orchestra.run.smithi150.stdout: 2024-04-24T16:42:41.298 INFO:teuthology.orchestra.run.smithi150.stdout:[{"addr": "172.21.15.150", "hostname": "smithi150", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}, {"addr": "172.21.15.190", "hostname": "smithi190", "labels": [], "status": ""}] 2024-04-24T16:42:41.904 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-24T16:42:41.904 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-24T16:42:42.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: cluster 2024-04-24T16:42:40.441979+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:42.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: cluster 2024-04-24T16:42:40.441979+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:42.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: audit 2024-04-24T16:42:40.792176+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:42.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: audit 2024-04-24T16:42:40.792176+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:42.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: audit 2024-04-24T16:42:40.800067+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:42.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: audit 2024-04-24T16:42:40.800067+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:42.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: audit 2024-04-24T16:42:40.938762+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:42.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: audit 2024-04-24T16:42:40.938762+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:42.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: audit 2024-04-24T16:42:40.943801+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:42.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: audit 2024-04-24T16:42:40.943801+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:42.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: audit 2024-04-24T16:42:41.300188+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T16:42:42.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:41 smithi150 bash[21565]: audit 2024-04-24T16:42:41.300188+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T16:42:44.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:43 smithi150 bash[21565]: cluster 2024-04-24T16:42:42.442392+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:44.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:43 smithi150 bash[21565]: cluster 2024-04-24T16:42:42.442392+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:44.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:43 smithi150 bash[21565]: audit 2024-04-24T16:42:43.524619+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:44.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:43 smithi150 bash[21565]: audit 2024-04-24T16:42:43.524619+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:46.093 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:45 smithi150 bash[21565]: cluster 2024-04-24T16:42:44.442811+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:46.094 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:45 smithi150 bash[21565]: cluster 2024-04-24T16:42:44.442811+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:46.908 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T16:42:48.163 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:47 smithi150 bash[21565]: cluster 2024-04-24T16:42:46.443269+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:48.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:47 smithi150 bash[21565]: cluster 2024-04-24T16:42:46.443269+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:48.803 INFO:teuthology.orchestra.run.smithi150.stderr:adjusted tunables profile to default 2024-04-24T16:42:49.163 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:48 smithi150 bash[21565]: audit 2024-04-24T16:42:48.100722+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.150:0/3435863851' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T16:42:49.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:48 smithi150 bash[21565]: audit 2024-04-24T16:42:48.100722+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.150:0/3435863851' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T16:42:49.433 INFO:tasks.cephadm:Adding mon.a on smithi150 2024-04-24T16:42:49.433 INFO:tasks.cephadm:Adding mon.b on smithi161 2024-04-24T16:42:49.433 INFO:tasks.cephadm:Adding mon.c on smithi190 2024-04-24T16:42:49.434 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi150:172.21.15.150=a;smithi161:172.21.15.161=b;smithi190:172.21.15.190=c' 2024-04-24T16:42:50.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:49 smithi150 bash[21565]: cluster 2024-04-24T16:42:48.443732+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:50.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:49 smithi150 bash[21565]: cluster 2024-04-24T16:42:48.443732+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:50.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:49 smithi150 bash[21565]: audit 2024-04-24T16:42:48.800594+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.150:0/3435863851' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T16:42:50.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:49 smithi150 bash[21565]: audit 2024-04-24T16:42:48.800594+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.150:0/3435863851' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T16:42:50.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:49 smithi150 bash[21565]: cluster 2024-04-24T16:42:48.806416+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:42:50.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:49 smithi150 bash[21565]: cluster 2024-04-24T16:42:48.806416+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:42:50.641 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:42:51.883 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mon update... 2024-04-24T16:42:52.163 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:51 smithi150 bash[21565]: cluster 2024-04-24T16:42:50.444192+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:52.163 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:51 smithi150 bash[21565]: cluster 2024-04-24T16:42:50.444192+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:52.616 DEBUG:teuthology.orchestra.run.smithi161:mon.b> sudo journalctl -f -n 0 -u ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.b.service 2024-04-24T16:42:52.618 DEBUG:teuthology.orchestra.run.smithi190:mon.c> sudo journalctl -f -n 0 -u ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.c.service 2024-04-24T16:42:52.620 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-24T16:42:52.620 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T16:42:53.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.873780+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi150:172.21.15.150=a;smithi161:172.21.15.161=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:42:53.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.873780+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi150:172.21.15.150=a;smithi161:172.21.15.161=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:42:53.164 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: cephadm 2024-04-24T16:42:51.879351+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi150:172.21.15.150=a;smithi161:172.21.15.161=b;smithi190:172.21.15.190=c;count:3 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: cephadm 2024-04-24T16:42:51.879351+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi150:172.21.15.150=a;smithi161:172.21.15.161=b;smithi190:172.21.15.190=c;count:3 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.884985+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.884985+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.893736+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.893736+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.899163+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.899163+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.900948+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.900948+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.909437+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.909437+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.914605+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.914605+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:42:53.165 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.916343+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:53.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:51.916343+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:53.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: cephadm 2024-04-24T16:42:51.918335+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi190 2024-04-24T16:42:53.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: cephadm 2024-04-24T16:42:51.918335+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi190 2024-04-24T16:42:53.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:52.663086+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:53.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:52.663086+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:53.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:52.671385+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:53.166 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:52 smithi150 bash[21565]: audit 2024-04-24T16:42:52.671385+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:53.852 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:42:54.163 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:53 smithi150 bash[21565]: cluster 2024-04-24T16:42:52.444606+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:54.163 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:53 smithi150 bash[21565]: cluster 2024-04-24T16:42:52.444606+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:55.585 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-24T16:42:55.585 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"29716b62-0259-11ef-bc93-c7b262605968","modified":"2024-04-24T16:40:28.237783Z","created":"2024-04-24T16:40:28.237783Z","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.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T16:42:55.588 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2024-04-24T16:42:55.663 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:55 smithi150 bash[21565]: audit 2024-04-24T16:42:54.292526+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:55.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:55 smithi150 bash[21565]: audit 2024-04-24T16:42:54.292526+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:55.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:55 smithi150 bash[21565]: audit 2024-04-24T16:42:54.298077+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:55.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:55 smithi150 bash[21565]: audit 2024-04-24T16:42:54.298077+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:56.663 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:56 smithi150 bash[21565]: cluster 2024-04-24T16:42:54.445007+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:56.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:56 smithi150 bash[21565]: cluster 2024-04-24T16:42:54.445007+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:56.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:56 smithi150 bash[21565]: audit 2024-04-24T16:42:55.587906+0000 mon.a (mon.0) 208 : audit [DBG] from='client.? 172.21.15.190:0/315828503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:42:56.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:56 smithi150 bash[21565]: audit 2024-04-24T16:42:55.587906+0000 mon.a (mon.0) 208 : audit [DBG] from='client.? 172.21.15.190:0/315828503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:42:57.398 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-24T16:42:57.398 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T16:42:58.594 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.c/config 2024-04-24T16:42:58.614 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:42:58 smithi190 bash[21948]: debug 2024-04-24T16:42:58.346+0000 7fd69e4f7700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-24T16:42:58.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:58 smithi150 bash[21565]: cluster 2024-04-24T16:42:56.445357+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:58.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:58 smithi150 bash[21565]: cluster 2024-04-24T16:42:56.445357+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:42:58.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:58 smithi150 bash[21565]: audit 2024-04-24T16:42:57.390203+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:58.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:58 smithi150 bash[21565]: audit 2024-04-24T16:42:57.390203+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:58.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:58 smithi150 bash[21565]: audit 2024-04-24T16:42:57.403942+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:58.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:58 smithi150 bash[21565]: audit 2024-04-24T16:42:57.403942+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:42:58.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:58 smithi150 bash[21565]: audit 2024-04-24T16:42:57.405366+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:42:58.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:58 smithi150 bash[21565]: audit 2024-04-24T16:42:57.405366+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:42:58.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:58 smithi150 bash[21565]: audit 2024-04-24T16:42:57.407261+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:42:58.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:42:58 smithi150 bash[21565]: audit 2024-04-24T16:42:57.407261+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:02.075 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:02 smithi161 systemd[1]: Started Ceph mon.b for 29716b62-0259-11ef-bc93-c7b262605968. 2024-04-24T16:43:03.087 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.045+0000 7f595a4dcc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T16:43:03.087 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.045+0000 7f595a4dcc80 0 ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev), process ceph-mon, pid 7 2024-04-24T16:43:03.087 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.045+0000 7f595a4dcc80 0 pidfile_write: ignore empty --pid-file 2024-04-24T16:43:03.087 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.049+0000 7f595a4dcc80 0 load: jerasure load: lrc 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Git sha 0 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: DB SUMMARY 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: DB Session ID: OCHKFSTKO35HGYXTIZRX 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: CURRENT file: CURRENT 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.create_if_missing: 0 2024-04-24T16:43:03.088 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.env: 0x5560280d1cc0 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.info_log: 0x55602a325dc0 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.statistics: (nil) 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.use_fsync: 0 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T16:43:03.089 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.db_log_dir: 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.wal_dir: 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T16:43:03.090 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.write_buffer_manager: 0x55602a2f70e0 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.unordered_write: 0 2024-04-24T16:43:03.091 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.row_cache: None 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.wal_filter: None 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.wal_compression: 0 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T16:43:03.092 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T16:43:03.093 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T16:43:03.093 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T16:43:03.093 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T16:43:03.093 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T16:43:03.093 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T16:43:03.093 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T16:43:03.093 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T16:43:03.093 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T16:43:03.093 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T16:43:03.093 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T16:43:03.096 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T16:43:03.099 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T16:43:03.099 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T16:43:03.099 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T16:43:03.099 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T16:43:03.099 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_open_files: -1 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Compression algorithms supported: 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: kZSTD supported: 0 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T16:43:03.100 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.merge_operator: 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_filter: None 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T16:43:03.101 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55602a325f80) 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cache_index_and_filter_blocks: 1 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: pin_top_level_index_and_filter: 1 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: index_type: 0 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: data_block_index_type: 0 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: index_shortening: 1 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: data_block_hash_table_util_ratio: 0.750000 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: checksum: 4 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: no_block_cache: 0 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: block_cache: 0x55602a3271f0 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: block_cache_name: BinnedLRUCache 2024-04-24T16:43:03.102 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: block_cache_options: 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: capacity : 536870912 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: num_shard_bits : 4 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: strict_capacity_limit : 0 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: high_pri_pool_ratio: 0.000 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: block_cache_compressed: (nil) 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: persistent_cache: (nil) 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: block_size: 4096 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: block_size_deviation: 10 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: block_restart_interval: 16 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: index_block_restart_interval: 1 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: metadata_block_size: 4096 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: partition_filters: 0 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: use_delta_encoding: 1 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: filter_policy: bloomfilter 2024-04-24T16:43:03.103 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: whole_key_filtering: 1 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: verify_compression: 0 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: read_amp_bytes_per_bit: 0 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: format_version: 5 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: enable_index_compression: 1 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: block_align: 0 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: max_auto_readahead_size: 262144 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: prepopulate_block_cache: 0 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: initial_auto_readahead_size: 8192 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: num_file_reads_for_auto_readahead: 2 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compression: NoCompression 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T16:43:03.104 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.num_levels: 7 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T16:43:03.105 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T16:43:03.106 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T16:43:03.107 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T16:43:03.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T16:43:03.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T16:43:03.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T16:43:03.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T16:43:03.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T16:43:03.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T16:43:03.108 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T16:43:03.109 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T16:43:03.109 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T16:43:03.109 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T16:43:03.109 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T16:43:03.109 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T16:43:03.109 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T16:43:03.109 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T16:43:03.109 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.ttl: 2592000 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T16:43:03.110 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, 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-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-24T16:43:03.111 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5554cd55-e322-4936-8540-fc562eb3a66c 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713976983056034, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713976983056506, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[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": 1713976983, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5554cd55-e322-4936-8540-fc562eb3a66c", "db_session_id": "OCHKFSTKO35HGYXTIZRX", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713976983056608, "job": 1, "event": "recovery_finished"} 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.053+0000 7f595a4dcc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.057+0000 7f595a4dcc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.057+0000 7f595a4dcc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55602a448000 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.057+0000 7f595a4dcc80 4 rocksdb: DB pointer 0x55602a434000 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.057+0000 7f5948c34700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.057+0000 7f5948c34700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: ** DB Stats ** 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T16:43:03.112 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: ** Compaction Stats [default] ** 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: 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-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: ** Compaction Stats [default] ** 2024-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: 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-04-24T16:43:03.113 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: AddFile(Keys): cumulative 0, interval 0 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Interval compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: 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-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Block cache BinnedLRUCache@0x55602a3271f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-24T16:43:03.114 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: ** File Read Latency Histogram By Level [default] ** 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.057+0000 7f595a4dcc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.057+0000 7f595a4dcc80 0 using public_addr v2:172.21.15.161:0/0 -> [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.057+0000 7f595a4dcc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] at bind addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.057+0000 7f595a4dcc80 1 mon.b@-1(???) e0 preinit fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: e1 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: 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-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: legacy client fscid: -1 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: No filesystems configured 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-24T16:43:03.115 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.077+0000 7f594bc3a700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:08.436191+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:08.436191+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:09.172094+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:09.172094+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:09.845422+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi161 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:09.845422+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi161 2024-04-24T16:43:03.116 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:10.436589+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:10.436589+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:12.436829+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:12.436829+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:13.915941+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:13.915941+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:13.921314+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:13.921314+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:14.437125+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:14.437125+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:15.041221+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:15.041221+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:15.042108+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi161 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:15.042108+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi161 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:15.073604+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.117 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:15.073604+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.118 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:15.546296+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.118 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:15.546296+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.118 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:16.437541+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.118 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:16.437541+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.118 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.070981+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.118 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.070981+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.118 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.076620+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.118 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.076620+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.118 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.078201+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-24T16:43:03.118 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.078201+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.080427+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.080427+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.082456+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.082456+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:17.085329+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:17.085329+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:17.302057+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:17.302057+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.803031+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.803031+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.809396+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.809396+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.812583+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-24T16:43:03.119 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.812583+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]: dispatch 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.814664+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:17.814664+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi161", "caps": []}]': finished 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:17.467508+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:17.467508+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:17.632953+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:17.632953+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:18.437829+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:18.437829+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:18.668452+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi161 on smithi161 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:18.668452+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi161 on smithi161 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.853691+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.853691+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.890784+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.120 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.890784+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.897077+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.897077+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.964065+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.964065+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.968141+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.968141+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.969430+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.969430+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.977811+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:19.977811+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:20.048040+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:20.048040+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:20.052215+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.121 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:20.052215+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:20.054020+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:20.054020+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:20.062626+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:20.062626+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:20.333015+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:20.333015+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:20.438132+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:20.438132+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:21.389197+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:21.389197+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:21.393654+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:21.393654+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.122 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:21.616462+0000 mgr.a (mgr.14152) 35 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:21.616462+0000 mgr.a (mgr.14152) 35 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:22.438403+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:22.438403+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:23.517949+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:23.517949+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:24.438735+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:24.438735+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:26.439152+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:26.439152+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:28.328422+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:28.328422+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:28.439500+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:28.439500+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.123 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:29.240703+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Deploying cephadm binary to smithi190 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:29.240703+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Deploying cephadm binary to smithi190 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:30.439876+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:30.439876+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:32.440266+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:32.440266+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:32.611634+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:32.611634+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:32.621209+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:32.621209+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:34.096760+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:34.096760+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.124 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:34.104140+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:34.104140+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:34.668193+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:34.668193+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:34.713082+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:34.713082+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:34.440666+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:34.440666+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:34.668982+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi190 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:34.668982+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi190 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:35.188520+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:35.188520+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:36.441105+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:36.441105+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.125 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:36.714214+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:36.714214+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:36.722619+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:36.722619+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:36.724124+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:36.724124+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:36.726086+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:36.726086+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:36.727787+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:36.727787+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:36.730569+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:36.730569+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:36.947290+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:03.126 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:36.947290+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:37.112192+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:37.112192+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:37.276625+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:37.276625+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:37.448960+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:37.448960+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:37.457368+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:37.457368+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:37.460681+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]: dispatch 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:37.460681+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]: dispatch 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:37.464729+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]': finished 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:37.464729+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi190", "caps": []}]': finished 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:38.125768+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Deploying daemon agent.smithi190 on smithi190 2024-04-24T16:43:03.127 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:38.125768+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Deploying daemon agent.smithi190 on smithi190 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:38.441503+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:38.441503+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.244997+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.244997+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.301877+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.301877+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.310163+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.310163+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.410618+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.410618+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.415976+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.415976+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.417627+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.417627+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.128 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.428445+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.428445+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.530472+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.530472+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.534538+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.534538+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.535537+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.535537+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.542769+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.542769+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.718860+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:39.718860+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:40.441979+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:40.441979+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.129 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:40.792176+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:40.792176+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:40.800067+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:40.800067+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:40.938762+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:40.938762+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:40.943801+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:40.943801+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:41.300188+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:41.300188+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:42.442392+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:42.442392+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:43.524619+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:43.524619+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:44.442811+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.130 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:44.442811+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:46.443269+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:46.443269+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:48.100722+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.150:0/3435863851' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:48.100722+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.150:0/3435863851' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:48.443732+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:48.443732+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:48.800594+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.150:0/3435863851' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:48.800594+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.150:0/3435863851' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:48.806416+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:48.806416+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:50.444192+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:50.444192+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.873780+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi150:172.21.15.150=a;smithi161:172.21.15.161=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:03.131 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.873780+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi150:172.21.15.150=a;smithi161:172.21.15.161=b;smithi190:172.21.15.190=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:51.879351+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi150:172.21.15.150=a;smithi161:172.21.15.161=b;smithi190:172.21.15.190=c;count:3 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:51.879351+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi150:172.21.15.150=a;smithi161:172.21.15.161=b;smithi190:172.21.15.190=c;count:3 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.884985+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.884985+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.893736+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.893736+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.899163+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.899163+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.900948+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.900948+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.909437+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.132 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.909437+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.914605+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.914605+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.916343+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:51.916343+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:51.918335+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi190 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cephadm 2024-04-24T16:42:51.918335+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi190 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:52.663086+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:52.663086+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:52.671385+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:52.671385+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:52.444606+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:52.444606+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.133 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:54.292526+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:54.292526+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:54.298077+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:54.298077+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:54.445007+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:54.445007+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:55.587906+0000 mon.a (mon.0) 208 : audit [DBG] from='client.? 172.21.15.190:0/315828503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:55.587906+0000 mon.a (mon.0) 208 : audit [DBG] from='client.? 172.21.15.190:0/315828503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:56.445357+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: cluster 2024-04-24T16:42:56.445357+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:57.390203+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:57.390203+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:57.403942+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:57.403942+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.134 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:57.405366+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:03.135 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:57.405366+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:03.135 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:57.407261+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.135 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: audit 2024-04-24T16:42:57.407261+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:03.135 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:03 smithi161 bash[21990]: debug 2024-04-24T16:43:03.085+0000 7f594bc3a700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-24T16:43:03.913 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:42:58.363512+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:42:58.363512+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:42:58.363905+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:42:58.363905+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:42:58.384701+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:42:58.384701+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:42:58.445810+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:42:58.445810+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:42:59.357699+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:42:59.357699+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:00.358162+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:00.358162+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:00.358515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:00.358515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:00.446145+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:00.446145+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:01.357726+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:01.357726+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:02.358066+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:02.358066+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:02.446494+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:02.446494+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:03.093607+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:03.093607+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:03.358532+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:03.358532+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.407044+0000 mon.a (mon.0) 223 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.407044+0000 mon.a (mon.0) 223 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413039+0000 mon.a (mon.0) 224 : cluster [DBG] monmap epoch 2 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413039+0000 mon.a (mon.0) 224 : cluster [DBG] monmap epoch 2 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413076+0000 mon.a (mon.0) 225 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:03.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413076+0000 mon.a (mon.0) 225 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413098+0000 mon.a (mon.0) 226 : cluster [DBG] last_changed 2024-04-24T16:42:58.357404+0000 2024-04-24T16:43:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413098+0000 mon.a (mon.0) 226 : cluster [DBG] last_changed 2024-04-24T16:42:58.357404+0000 2024-04-24T16:43:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413119+0000 mon.a (mon.0) 227 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413119+0000 mon.a (mon.0) 227 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413140+0000 mon.a (mon.0) 228 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413140+0000 mon.a (mon.0) 228 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413168+0000 mon.a (mon.0) 229 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:03.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413168+0000 mon.a (mon.0) 229 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:03.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413191+0000 mon.a (mon.0) 230 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:03.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413191+0000 mon.a (mon.0) 230 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:03.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413211+0000 mon.a (mon.0) 231 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:03.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.413211+0000 mon.a (mon.0) 231 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:03.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.432348+0000 mon.a (mon.0) 232 : cluster [DBG] fsmap 2024-04-24T16:43:03.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.432348+0000 mon.a (mon.0) 232 : cluster [DBG] fsmap 2024-04-24T16:43:03.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.432413+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:03.919 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.432413+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:03.919 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.432708+0000 mon.a (mon.0) 234 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-24T16:43:03.919 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.432708+0000 mon.a (mon.0) 234 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-24T16:43:03.919 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.432969+0000 mon.a (mon.0) 235 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:03.919 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: cluster 2024-04-24T16:43:03.432969+0000 mon.a (mon.0) 235 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:03.919 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:03.440333+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.920 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:03.440333+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.920 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:03.445757+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.920 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:03.445757+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.920 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:03.451600+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.920 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:03 smithi150 bash[21565]: audit 2024-04-24T16:43:03.451600+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:42:58.363512+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:42:58.363512+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:42:58.363905+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:42:58.363905+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:42:58.384701+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:42:58.384701+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:42:58.445810+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:42:58.445810+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:42:59.357699+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:42:59.357699+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.961 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:00.358162+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.962 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:00.358162+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.962 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:00.358515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:03.962 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:00.358515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:03.962 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:00.446145+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.962 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:00.446145+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.962 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:01.357726+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.962 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:01.357726+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.962 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:02.358066+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.962 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:02.358066+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.962 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:02.446494+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.963 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:02.446494+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:03.963 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:03.093607+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:03.963 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:03.093607+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:03.963 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:03.358532+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.963 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:03.358532+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:03.963 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.407044+0000 mon.a (mon.0) 223 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T16:43:03.963 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.407044+0000 mon.a (mon.0) 223 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T16:43:03.963 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413039+0000 mon.a (mon.0) 224 : cluster [DBG] monmap epoch 2 2024-04-24T16:43:03.963 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413039+0000 mon.a (mon.0) 224 : cluster [DBG] monmap epoch 2 2024-04-24T16:43:03.963 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413076+0000 mon.a (mon.0) 225 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413076+0000 mon.a (mon.0) 225 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413098+0000 mon.a (mon.0) 226 : cluster [DBG] last_changed 2024-04-24T16:42:58.357404+0000 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413098+0000 mon.a (mon.0) 226 : cluster [DBG] last_changed 2024-04-24T16:42:58.357404+0000 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413119+0000 mon.a (mon.0) 227 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413119+0000 mon.a (mon.0) 227 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413140+0000 mon.a (mon.0) 228 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413140+0000 mon.a (mon.0) 228 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413168+0000 mon.a (mon.0) 229 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413168+0000 mon.a (mon.0) 229 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413191+0000 mon.a (mon.0) 230 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413191+0000 mon.a (mon.0) 230 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413211+0000 mon.a (mon.0) 231 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.413211+0000 mon.a (mon.0) 231 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.432348+0000 mon.a (mon.0) 232 : cluster [DBG] fsmap 2024-04-24T16:43:03.964 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.432348+0000 mon.a (mon.0) 232 : cluster [DBG] fsmap 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.432413+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.432413+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.432708+0000 mon.a (mon.0) 234 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.432708+0000 mon.a (mon.0) 234 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.432969+0000 mon.a (mon.0) 235 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: cluster 2024-04-24T16:43:03.432969+0000 mon.a (mon.0) 235 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:03.440333+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:03.440333+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:03.445757+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:03.445757+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:03.451600+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:03.965 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:03 smithi190 bash[21948]: audit 2024-04-24T16:43:03.451600+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.325 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-24T16:43:04.325 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":2,"fsid":"29716b62-0259-11ef-bc93-c7b262605968","modified":"2024-04-24T16:42:58.357404Z","created":"2024-04-24T16:40:28.237783Z","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.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-24T16:43:04.328 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 2 2024-04-24T16:43:04.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.509506+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.509506+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.518235+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.518235+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.533917+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.533917+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.617697+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:04.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.617697+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:04.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.620670+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:04.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.620670+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.621536+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.621536+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.622995+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.622995+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.623405+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.623405+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.624484+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.624484+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.639836+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.639836+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.651773+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:03.651773+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.713 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.888303+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.713 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.888303+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.713 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.891480+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.713 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.891480+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.713 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.891684+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.713 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:03.891684+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.713 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.093173+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.093173+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.107268+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.107268+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.109964+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.109964+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.112323+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.112323+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.115281+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.115281+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:04.115813+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:04.714 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:04.115813+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:04.715 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:04.163710+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T16:43:04.715 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:04.163710+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T16:43:04.715 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.164069+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:04.715 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.164069+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:04.715 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.164831+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:04.715 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.164831+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:04.715 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.165520+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:04.715 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.165520+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:04.715 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:04.166277+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:04.716 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: cephadm 2024-04-24T16:43:04.166277+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:04.716 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.327832+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.190:0/1603716815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:04.716 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.327832+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.190:0/1603716815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:04.716 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.357748+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:04.716 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:04 smithi190 bash[21948]: audit 2024-04-24T16:43:04.357748+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:04.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.509506+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.509506+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.518235+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.518235+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.533917+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.533917+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.617697+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:04.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.617697+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:04.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.620670+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:04.914 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.620670+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.621536+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.621536+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.622995+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.622995+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.623405+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.623405+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.624484+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.624484+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.639836+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.639836+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.651773+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.915 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:03.651773+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.888303+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.888303+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.891480+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.891480+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.891684+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:03.891684+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:04.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.093173+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:04.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.093173+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:04.916 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.107268+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.107268+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.109964+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.109964+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.112323+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.112323+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.115281+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.115281+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:04.115813+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:04.115813+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:04.163710+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:04.163710+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.164069+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.164069+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:04.917 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.164831+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:04.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.164831+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:04.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.165520+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:04.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.165520+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:04.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:04.166277+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:04.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: cephadm 2024-04-24T16:43:04.166277+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:04.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.327832+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.190:0/1603716815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:04.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.327832+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.190:0/1603716815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:04.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.357748+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:04.918 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:04 smithi150 bash[21565]: audit 2024-04-24T16:43:04.357748+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.398 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:42:58.363512+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:42:58.363512+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:42:58.363905+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:42:58.363905+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:42:58.384701+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:42:58.384701+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:42:58.445810+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:42:58.445810+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:42:59.357699+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:42:59.357699+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:00.358162+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.399 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:00.358162+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:00.358515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:00.358515+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:00.446145+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:00.446145+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:01.357726+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:01.357726+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:02.358066+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:02.358066+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:02.446494+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:02.446494+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.093607+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.093607+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.358532+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.400 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.358532+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.407044+0000 mon.a (mon.0) 223 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.407044+0000 mon.a (mon.0) 223 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413039+0000 mon.a (mon.0) 224 : cluster [DBG] monmap epoch 2 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413039+0000 mon.a (mon.0) 224 : cluster [DBG] monmap epoch 2 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413076+0000 mon.a (mon.0) 225 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413076+0000 mon.a (mon.0) 225 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413098+0000 mon.a (mon.0) 226 : cluster [DBG] last_changed 2024-04-24T16:42:58.357404+0000 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413098+0000 mon.a (mon.0) 226 : cluster [DBG] last_changed 2024-04-24T16:42:58.357404+0000 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413119+0000 mon.a (mon.0) 227 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413119+0000 mon.a (mon.0) 227 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413140+0000 mon.a (mon.0) 228 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413140+0000 mon.a (mon.0) 228 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413168+0000 mon.a (mon.0) 229 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:05.401 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413168+0000 mon.a (mon.0) 229 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413191+0000 mon.a (mon.0) 230 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413191+0000 mon.a (mon.0) 230 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413211+0000 mon.a (mon.0) 231 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.413211+0000 mon.a (mon.0) 231 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.432348+0000 mon.a (mon.0) 232 : cluster [DBG] fsmap 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.432348+0000 mon.a (mon.0) 232 : cluster [DBG] fsmap 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.432413+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.432413+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.432708+0000 mon.a (mon.0) 234 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.432708+0000 mon.a (mon.0) 234 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.432969+0000 mon.a (mon.0) 235 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cluster 2024-04-24T16:43:03.432969+0000 mon.a (mon.0) 235 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.440333+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.402 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.440333+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.445757+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.445757+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.451600+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.451600+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.509506+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.509506+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.518235+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.518235+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.533917+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.533917+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.617697+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.617697+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.620670+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.620670+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:05.403 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.621536+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.621536+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.622995+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.622995+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.623405+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.623405+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.624484+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.624484+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.639836+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.639836+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.651773+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:03.651773+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.888303+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.888303+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.891480+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:05.404 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.891480+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.891684+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:03.891684+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.093173+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.093173+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.107268+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.107268+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.109964+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.109964+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.112323+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.112323+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.405 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.115281+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.115281+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:04.115813+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:04.115813+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:04.163710+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:04.163710+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.164069+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.164069+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.164831+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.164831+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.165520+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.165520+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:04.166277+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: cephadm 2024-04-24T16:43:04.166277+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:05.406 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.327832+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.190:0/1603716815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:05.407 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.327832+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.190:0/1603716815' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:05.407 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.357748+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.407 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:05 smithi161 bash[21990]: audit 2024-04-24T16:43:04.357748+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:05.946 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-24T16:43:05.946 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T16:43:10.419 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.c/config 2024-04-24T16:43:10.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:04.446876+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:04.446876+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:05.112399+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:10.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:05.112399+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:10.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:05.112824+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:10.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:05.112824+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:05.112840+0000 mon.a (mon.0) 259 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:05.112840+0000 mon.a (mon.0) 259 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:05.132803+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:05.132803+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:05.133066+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:05.133066+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:06.094227+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:06.094227+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:06.447385+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:06.447385+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:07.094690+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:07.094690+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:07.106935+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:07.106935+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:08.094743+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:08.094743+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:08.447834+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:08.447834+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:09.094670+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:09.094670+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:10.094977+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:10.094977+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.155038+0000 mon.a (mon.0) 267 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.155038+0000 mon.a (mon.0) 267 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164029+0000 mon.a (mon.0) 268 : cluster [DBG] monmap epoch 3 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164029+0000 mon.a (mon.0) 268 : cluster [DBG] monmap epoch 3 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164067+0000 mon.a (mon.0) 269 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:10.463 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164067+0000 mon.a (mon.0) 269 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164086+0000 mon.a (mon.0) 270 : cluster [DBG] last_changed 2024-04-24T16:43:05.106595+0000 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164086+0000 mon.a (mon.0) 270 : cluster [DBG] last_changed 2024-04-24T16:43:05.106595+0000 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164103+0000 mon.a (mon.0) 271 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164103+0000 mon.a (mon.0) 271 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164134+0000 mon.a (mon.0) 272 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164134+0000 mon.a (mon.0) 272 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164170+0000 mon.a (mon.0) 273 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164170+0000 mon.a (mon.0) 273 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164193+0000 mon.a (mon.0) 274 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164193+0000 mon.a (mon.0) 274 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164220+0000 mon.a (mon.0) 275 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164220+0000 mon.a (mon.0) 275 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164243+0000 mon.a (mon.0) 276 : cluster [DBG] 2: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.b 2024-04-24T16:43:10.464 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.164243+0000 mon.a (mon.0) 276 : cluster [DBG] 2: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.b 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.184363+0000 mon.a (mon.0) 277 : cluster [DBG] fsmap 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.184363+0000 mon.a (mon.0) 277 : cluster [DBG] fsmap 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.184457+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.184457+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.184749+0000 mon.a (mon.0) 279 : cluster [DBG] mgrmap e13: a(active, since 91s) 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.184749+0000 mon.a (mon.0) 279 : cluster [DBG] mgrmap e13: a(active, since 91s) 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.185008+0000 mon.a (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.185008+0000 mon.a (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:10.192638+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:10.192638+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.465 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:10.198727+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.466 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:10.198727+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.466 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:10.208008+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.466 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:10.208008+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.466 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:10.216973+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.466 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:10 smithi190 bash[21948]: audit 2024-04-24T16:43:10.216973+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:04.446876+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:04.446876+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:05.112399+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:10.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:05.112399+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:10.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:05.112824+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:05.112824+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:05.112840+0000 mon.a (mon.0) 259 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:05.112840+0000 mon.a (mon.0) 259 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:05.132803+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:05.132803+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:05.133066+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:05.133066+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:06.094227+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:06.094227+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:06.447385+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:06.447385+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:07.094690+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:07.094690+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:07.106935+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T16:43:10.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:07.106935+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T16:43:10.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:08.094743+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:08.094743+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:08.447834+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:08.447834+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:09.094670+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:09.094670+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:10.094977+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:10.094977+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.155038+0000 mon.a (mon.0) 267 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.155038+0000 mon.a (mon.0) 267 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164029+0000 mon.a (mon.0) 268 : cluster [DBG] monmap epoch 3 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164029+0000 mon.a (mon.0) 268 : cluster [DBG] monmap epoch 3 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164067+0000 mon.a (mon.0) 269 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164067+0000 mon.a (mon.0) 269 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164086+0000 mon.a (mon.0) 270 : cluster [DBG] last_changed 2024-04-24T16:43:05.106595+0000 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164086+0000 mon.a (mon.0) 270 : cluster [DBG] last_changed 2024-04-24T16:43:05.106595+0000 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164103+0000 mon.a (mon.0) 271 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164103+0000 mon.a (mon.0) 271 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164134+0000 mon.a (mon.0) 272 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164134+0000 mon.a (mon.0) 272 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:10.533 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164170+0000 mon.a (mon.0) 273 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164170+0000 mon.a (mon.0) 273 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164193+0000 mon.a (mon.0) 274 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164193+0000 mon.a (mon.0) 274 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164220+0000 mon.a (mon.0) 275 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164220+0000 mon.a (mon.0) 275 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164243+0000 mon.a (mon.0) 276 : cluster [DBG] 2: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.b 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.164243+0000 mon.a (mon.0) 276 : cluster [DBG] 2: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.b 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.184363+0000 mon.a (mon.0) 277 : cluster [DBG] fsmap 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.184363+0000 mon.a (mon.0) 277 : cluster [DBG] fsmap 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.184457+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.184457+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.184749+0000 mon.a (mon.0) 279 : cluster [DBG] mgrmap e13: a(active, since 91s) 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.184749+0000 mon.a (mon.0) 279 : cluster [DBG] mgrmap e13: a(active, since 91s) 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.185008+0000 mon.a (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:10.534 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.185008+0000 mon.a (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:10.535 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:10.192638+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.535 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:10.192638+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.535 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:10.198727+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.535 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:10.198727+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.535 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:10.208008+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.535 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:10.208008+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.535 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:10.216973+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.535 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:10 smithi161 bash[21990]: audit 2024-04-24T16:43:10.216973+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:04.446876+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:04.446876+0000 mgr.a (mgr.14152) 79 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:05.112399+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:10.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:05.112399+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T16:43:10.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:05.112824+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:10.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:05.112824+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T16:43:10.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:05.112840+0000 mon.a (mon.0) 259 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:05.112840+0000 mon.a (mon.0) 259 : cluster [INF] mon.a calling monitor election 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:05.132803+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:05.132803+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:05.133066+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:05.133066+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:06.094227+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:06.094227+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:06.447385+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:06.447385+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:07.094690+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:07.094690+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:07.106935+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:07.106935+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T16:43:10.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:08.094743+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:08.094743+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:08.447834+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:08.447834+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:10.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:09.094670+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:09.094670+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:10.094977+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:10.094977+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:10.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.155038+0000 mon.a (mon.0) 267 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T16:43:10.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.155038+0000 mon.a (mon.0) 267 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T16:43:10.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164029+0000 mon.a (mon.0) 268 : cluster [DBG] monmap epoch 3 2024-04-24T16:43:10.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164029+0000 mon.a (mon.0) 268 : cluster [DBG] monmap epoch 3 2024-04-24T16:43:10.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164067+0000 mon.a (mon.0) 269 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:10.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164067+0000 mon.a (mon.0) 269 : cluster [DBG] fsid 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:10.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164086+0000 mon.a (mon.0) 270 : cluster [DBG] last_changed 2024-04-24T16:43:05.106595+0000 2024-04-24T16:43:10.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164086+0000 mon.a (mon.0) 270 : cluster [DBG] last_changed 2024-04-24T16:43:05.106595+0000 2024-04-24T16:43:10.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164103+0000 mon.a (mon.0) 271 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:10.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164103+0000 mon.a (mon.0) 271 : cluster [DBG] created 2024-04-24T16:40:28.237783+0000 2024-04-24T16:43:10.668 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164134+0000 mon.a (mon.0) 272 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:10.669 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164134+0000 mon.a (mon.0) 272 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T16:43:10.669 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164170+0000 mon.a (mon.0) 273 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:10.669 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164170+0000 mon.a (mon.0) 273 : cluster [DBG] election_strategy: 1 2024-04-24T16:43:10.669 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164193+0000 mon.a (mon.0) 274 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:10.670 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164193+0000 mon.a (mon.0) 274 : cluster [DBG] 0: [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] mon.a 2024-04-24T16:43:10.670 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164220+0000 mon.a (mon.0) 275 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:10.670 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164220+0000 mon.a (mon.0) 275 : cluster [DBG] 1: [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon.c 2024-04-24T16:43:10.670 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164243+0000 mon.a (mon.0) 276 : cluster [DBG] 2: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.b 2024-04-24T16:43:10.670 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.164243+0000 mon.a (mon.0) 276 : cluster [DBG] 2: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.b 2024-04-24T16:43:10.670 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.184363+0000 mon.a (mon.0) 277 : cluster [DBG] fsmap 2024-04-24T16:43:10.671 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.184363+0000 mon.a (mon.0) 277 : cluster [DBG] fsmap 2024-04-24T16:43:10.671 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.184457+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:10.671 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.184457+0000 mon.a (mon.0) 278 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T16:43:10.671 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.184749+0000 mon.a (mon.0) 279 : cluster [DBG] mgrmap e13: a(active, since 91s) 2024-04-24T16:43:10.671 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.184749+0000 mon.a (mon.0) 279 : cluster [DBG] mgrmap e13: a(active, since 91s) 2024-04-24T16:43:10.671 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.185008+0000 mon.a (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:10.672 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.185008+0000 mon.a (mon.0) 280 : cluster [INF] overall HEALTH_OK 2024-04-24T16:43:10.672 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:10.192638+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.672 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:10.192638+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.672 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:10.198727+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.672 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:10.198727+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.672 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:10.208008+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.672 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:10.208008+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.673 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:10.216973+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:10.673 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:10 smithi150 bash[21565]: audit 2024-04-24T16:43:10.216973+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: cephadm 2024-04-24T16:43:10.248449+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: cephadm 2024-04-24T16:43:10.248449+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.253812+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.253812+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.255484+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.255484+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.257020+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.257020+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: cephadm 2024-04-24T16:43:10.258939+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: cephadm 2024-04-24T16:43:10.258939+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.394083+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.394083+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.404188+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.404188+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.413832+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.413832+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.423189+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:10.423189+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:11.095332+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:11.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:11 smithi190 bash[21948]: audit 2024-04-24T16:43:11.095332+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:11.517 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: cephadm 2024-04-24T16:43:10.248449+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T16:43:11.517 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: cephadm 2024-04-24T16:43:10.248449+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T16:43:11.517 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.253812+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:11.518 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.253812+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:11.518 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.255484+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:11.518 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.255484+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:11.518 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.257020+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:11.518 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.257020+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:11.518 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: cephadm 2024-04-24T16:43:10.258939+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-04-24T16:43:11.518 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: cephadm 2024-04-24T16:43:10.258939+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-04-24T16:43:11.518 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.394083+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.518 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.394083+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.519 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.404188+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.519 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.404188+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.519 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.413832+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.519 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.413832+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.519 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.423189+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.519 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:10.423189+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.519 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:11.095332+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:11.519 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:11 smithi161 bash[21990]: audit 2024-04-24T16:43:11.095332+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:11.601 INFO:teuthology.orchestra.run.smithi190.stdout: 2024-04-24T16:43:11.601 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":3,"fsid":"29716b62-0259-11ef-bc93-c7b262605968","modified":"2024-04-24T16:43:05.106595Z","created":"2024-04-24T16:40:28.237783Z","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.150:3300","nonce":0},{"type":"v1","addr":"172.21.15.150:6789","nonce":0}]},"addr":"172.21.15.150:6789/0","public_addr":"172.21.15.150:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-24T16:43:11.603 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 3 2024-04-24T16:43:11.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: cephadm 2024-04-24T16:43:10.248449+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T16:43:11.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: cephadm 2024-04-24T16:43:10.248449+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T16:43:11.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.253812+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:11.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.253812+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:11.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.255484+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:11.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.255484+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:11.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.257020+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:11.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.257020+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:11.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: cephadm 2024-04-24T16:43:10.258939+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-04-24T16:43:11.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: cephadm 2024-04-24T16:43:10.258939+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi161 2024-04-24T16:43:11.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.394083+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.394083+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.404188+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.404188+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.413832+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.413832+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.423189+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:10.423189+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:11.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:11.095332+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:11.667 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:11 smithi150 bash[21565]: audit 2024-04-24T16:43:11.095332+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T16:43:12.179 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-24T16:43:12.180 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-24T16:43:12.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:12 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.448246+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:12.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:12 smithi190 bash[21948]: cluster 2024-04-24T16:43:10.448246+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:12.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:12 smithi190 bash[21948]: audit 2024-04-24T16:43:11.603539+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.190:0/39326891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:12.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:12 smithi190 bash[21948]: audit 2024-04-24T16:43:11.603539+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.190:0/39326891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:12.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:12 smithi190 bash[21948]: audit 2024-04-24T16:43:12.243689+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:12.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:12 smithi190 bash[21948]: audit 2024-04-24T16:43:12.243689+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:12.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:12 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.448246+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:12.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:12 smithi161 bash[21990]: cluster 2024-04-24T16:43:10.448246+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:12.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:12 smithi161 bash[21990]: audit 2024-04-24T16:43:11.603539+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.190:0/39326891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:12.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:12 smithi161 bash[21990]: audit 2024-04-24T16:43:11.603539+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.190:0/39326891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:12.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:12 smithi161 bash[21990]: audit 2024-04-24T16:43:12.243689+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:12.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:12 smithi161 bash[21990]: audit 2024-04-24T16:43:12.243689+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:12.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:12 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.448246+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:12.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:12 smithi150 bash[21565]: cluster 2024-04-24T16:43:10.448246+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:12.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:12 smithi150 bash[21565]: audit 2024-04-24T16:43:11.603539+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.190:0/39326891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:12.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:12 smithi150 bash[21565]: audit 2024-04-24T16:43:11.603539+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.190:0/39326891' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T16:43:12.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:12 smithi150 bash[21565]: audit 2024-04-24T16:43:12.243689+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:12.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:12 smithi150 bash[21565]: audit 2024-04-24T16:43:12.243689+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:13.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:13 smithi161 bash[21990]: cephadm 2024-04-24T16:43:12.278973+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T16:43:13.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:13 smithi161 bash[21990]: cephadm 2024-04-24T16:43:12.278973+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T16:43:13.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:13 smithi161 bash[21990]: audit 2024-04-24T16:43:12.279696+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:13.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:13 smithi161 bash[21990]: audit 2024-04-24T16:43:12.279696+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:13.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:13 smithi161 bash[21990]: audit 2024-04-24T16:43:12.281269+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:13.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:13 smithi161 bash[21990]: audit 2024-04-24T16:43:12.281269+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:13.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:13 smithi161 bash[21990]: audit 2024-04-24T16:43:12.282698+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:13.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:13 smithi161 bash[21990]: audit 2024-04-24T16:43:12.282698+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:13.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:13 smithi161 bash[21990]: cephadm 2024-04-24T16:43:12.284509+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-04-24T16:43:13.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:13 smithi161 bash[21990]: cephadm 2024-04-24T16:43:12.284509+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-04-24T16:43:13.574 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:13 smithi190 bash[21948]: cephadm 2024-04-24T16:43:12.278973+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T16:43:13.574 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:13 smithi190 bash[21948]: cephadm 2024-04-24T16:43:12.278973+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T16:43:13.574 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:13 smithi190 bash[21948]: audit 2024-04-24T16:43:12.279696+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:13.574 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:13 smithi190 bash[21948]: audit 2024-04-24T16:43:12.279696+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:13.574 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:13 smithi190 bash[21948]: audit 2024-04-24T16:43:12.281269+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:13.574 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:13 smithi190 bash[21948]: audit 2024-04-24T16:43:12.281269+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:13.575 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:13 smithi190 bash[21948]: audit 2024-04-24T16:43:12.282698+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:13.575 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:13 smithi190 bash[21948]: audit 2024-04-24T16:43:12.282698+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:13.575 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:13 smithi190 bash[21948]: cephadm 2024-04-24T16:43:12.284509+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-04-24T16:43:13.575 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:13 smithi190 bash[21948]: cephadm 2024-04-24T16:43:12.284509+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-04-24T16:43:13.663 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:13 smithi150 bash[21565]: cephadm 2024-04-24T16:43:12.278973+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T16:43:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:13 smithi150 bash[21565]: cephadm 2024-04-24T16:43:12.278973+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T16:43:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:13 smithi150 bash[21565]: audit 2024-04-24T16:43:12.279696+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:13 smithi150 bash[21565]: audit 2024-04-24T16:43:12.279696+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:13 smithi150 bash[21565]: audit 2024-04-24T16:43:12.281269+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:13 smithi150 bash[21565]: audit 2024-04-24T16:43:12.281269+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:13 smithi150 bash[21565]: audit 2024-04-24T16:43:12.282698+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:13 smithi150 bash[21565]: audit 2024-04-24T16:43:12.282698+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:13 smithi150 bash[21565]: cephadm 2024-04-24T16:43:12.284509+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-04-24T16:43:13.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:13 smithi150 bash[21565]: cephadm 2024-04-24T16:43:12.284509+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi190 2024-04-24T16:43:14.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:14 smithi161 bash[21990]: cluster 2024-04-24T16:43:12.448599+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:14.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:14 smithi161 bash[21990]: cluster 2024-04-24T16:43:12.448599+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:14.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:14 smithi161 bash[21990]: audit 2024-04-24T16:43:14.111234+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:14.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:14 smithi161 bash[21990]: audit 2024-04-24T16:43:14.111234+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:14.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:14 smithi161 bash[21990]: audit 2024-04-24T16:43:14.155649+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:14.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:14 smithi161 bash[21990]: audit 2024-04-24T16:43:14.155649+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:14.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:14 smithi161 bash[21990]: audit 2024-04-24T16:43:14.161124+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:14.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:14 smithi161 bash[21990]: audit 2024-04-24T16:43:14.161124+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:14.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:14 smithi161 bash[21990]: audit 2024-04-24T16:43:14.162930+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:14.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:14 smithi161 bash[21990]: audit 2024-04-24T16:43:14.162930+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:14.663 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:14 smithi150 bash[21565]: cluster 2024-04-24T16:43:12.448599+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:14.663 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:14 smithi150 bash[21565]: cluster 2024-04-24T16:43:12.448599+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:14.663 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:14 smithi150 bash[21565]: audit 2024-04-24T16:43:14.111234+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:14.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:14 smithi150 bash[21565]: audit 2024-04-24T16:43:14.111234+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:14.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:14 smithi150 bash[21565]: audit 2024-04-24T16:43:14.155649+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:14.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:14 smithi150 bash[21565]: audit 2024-04-24T16:43:14.155649+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:14.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:14 smithi150 bash[21565]: audit 2024-04-24T16:43:14.161124+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:14.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:14 smithi150 bash[21565]: audit 2024-04-24T16:43:14.161124+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:14.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:14 smithi150 bash[21565]: audit 2024-04-24T16:43:14.162930+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:14.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:14 smithi150 bash[21565]: audit 2024-04-24T16:43:14.162930+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:14.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:14 smithi190 bash[21948]: cluster 2024-04-24T16:43:12.448599+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:14.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:14 smithi190 bash[21948]: cluster 2024-04-24T16:43:12.448599+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:14.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:14 smithi190 bash[21948]: audit 2024-04-24T16:43:14.111234+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:14.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:14 smithi190 bash[21948]: audit 2024-04-24T16:43:14.111234+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:14.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:14 smithi190 bash[21948]: audit 2024-04-24T16:43:14.155649+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:14.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:14 smithi190 bash[21948]: audit 2024-04-24T16:43:14.155649+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:14.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:14 smithi190 bash[21948]: audit 2024-04-24T16:43:14.161124+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:14.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:14 smithi190 bash[21948]: audit 2024-04-24T16:43:14.161124+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:14.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:14 smithi190 bash[21948]: audit 2024-04-24T16:43:14.162930+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:14.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:14 smithi190 bash[21948]: audit 2024-04-24T16:43:14.162930+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:15.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.165525+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:15.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.165525+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.166577+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.166577+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.167842+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.167842+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.436590+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.436590+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.441428+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.441428+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.703781+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.703781+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.708178+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.708178+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.714598+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.714598+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.720790+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.720790+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.803133+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:15.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.803133+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:15.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.804156+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:15.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.804156+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:15.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.805426+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:15.532 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:15 smithi161 bash[21990]: audit 2024-04-24T16:43:14.805426+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:15.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.165525+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:15.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.165525+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:15.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.166577+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:15.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.166577+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:15.664 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.167842+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.167842+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.436590+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.436590+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.441428+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.441428+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.703781+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.703781+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.708178+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.708178+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.714598+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.714598+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.720790+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.720790+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.665 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.803133+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:15.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.803133+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:15.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.804156+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:15.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.804156+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:15.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.805426+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:15.666 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:15 smithi150 bash[21565]: audit 2024-04-24T16:43:14.805426+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:15.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.165525+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:15.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.165525+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi150:/etc/ceph/ceph.conf 2024-04-24T16:43:15.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.166577+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:15.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.166577+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi161:/etc/ceph/ceph.conf 2024-04-24T16:43:15.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.167842+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:15.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.167842+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi190:/etc/ceph/ceph.conf 2024-04-24T16:43:15.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.436590+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.436590+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.441428+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.441428+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.703781+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.703781+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.708178+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.708178+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.714598+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.714598+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.720790+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.720790+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.803133+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.803133+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.804156+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:15.712 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.804156+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T16:43:15.713 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.805426+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:15.713 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:15 smithi190 bash[21948]: audit 2024-04-24T16:43:14.805426+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cluster 2024-04-24T16:43:14.448885+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cluster 2024-04-24T16:43:14.448885+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.483181+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.483181+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.483325+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.483325+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.485989+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.485989+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.802718+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.802718+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-24T16:43:16.325 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.806790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:16.326 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:16 smithi150 bash[21565]: cephadm 2024-04-24T16:43:14.806790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:16.460 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T16:43:16.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cluster 2024-04-24T16:43:14.448885+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:16.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cluster 2024-04-24T16:43:14.448885+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:16.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.483181+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.483181+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.483325+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.483325+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.485989+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.530 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.485989+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.802718+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-24T16:43:16.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.802718+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-24T16:43:16.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.806790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:16.531 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:16 smithi161 bash[21990]: cephadm 2024-04-24T16:43:14.806790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:16.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cluster 2024-04-24T16:43:14.448885+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:16.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cluster 2024-04-24T16:43:14.448885+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:16.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.483181+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.483181+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.483325+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.483325+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.485989+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.485989+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T16:43:16.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.802718+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-24T16:43:16.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.802718+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-24T16:43:16.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.806790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:16.711 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:16 smithi190 bash[21948]: cephadm 2024-04-24T16:43:14.806790+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi150 2024-04-24T16:43:17.524 INFO:teuthology.orchestra.run.smithi150.stdout:# minimal ceph.conf for 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:17.524 INFO:teuthology.orchestra.run.smithi150.stdout:[global] 2024-04-24T16:43:17.525 INFO:teuthology.orchestra.run.smithi150.stdout: fsid = 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:17.525 INFO:teuthology.orchestra.run.smithi150.stdout: mon_host = [v2:172.21.15.150:3300/0,v1:172.21.15.150:6789/0] [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2024-04-24T16:43:18.127 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-24T16:43:18.127 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:43:18.127 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T16:43:18.141 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:43:18.141 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:18.196 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:43:18.196 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T16:43:18.212 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:43:18.212 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:18.262 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:17 smithi161 bash[21990]: cluster 2024-04-24T16:43:16.449185+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:18.262 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:17 smithi161 bash[21990]: cluster 2024-04-24T16:43:16.449185+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:18.262 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:17 smithi161 bash[21990]: audit 2024-04-24T16:43:16.987512+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:18.263 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:17 smithi161 bash[21990]: audit 2024-04-24T16:43:16.987512+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:18.263 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:17 smithi161 bash[21990]: audit 2024-04-24T16:43:17.527551+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.150:0/912500744' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:18.263 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:17 smithi161 bash[21990]: audit 2024-04-24T16:43:17.527551+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.150:0/912500744' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:18.266 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:43:18.266 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T16:43:18.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:17 smithi190 bash[21948]: cluster 2024-04-24T16:43:16.449185+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:18.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:17 smithi190 bash[21948]: cluster 2024-04-24T16:43:16.449185+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:18.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:17 smithi190 bash[21948]: audit 2024-04-24T16:43:16.987512+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:18.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:17 smithi190 bash[21948]: audit 2024-04-24T16:43:16.987512+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:18.278 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:17 smithi190 bash[21948]: audit 2024-04-24T16:43:17.527551+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.150:0/912500744' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:18.279 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:17 smithi190 bash[21948]: audit 2024-04-24T16:43:17.527551+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.150:0/912500744' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:18.281 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:43:18.282 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:18.339 INFO:tasks.cephadm:Adding mgr.a on smithi150 2024-04-24T16:43:18.339 INFO:tasks.cephadm:Adding mgr.b on smithi161 2024-04-24T16:43:18.339 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi150=a;smithi161=b' 2024-04-24T16:43:18.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:17 smithi150 bash[21565]: cluster 2024-04-24T16:43:16.449185+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:18.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:17 smithi150 bash[21565]: cluster 2024-04-24T16:43:16.449185+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:18.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:17 smithi150 bash[21565]: audit 2024-04-24T16:43:16.987512+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:18.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:17 smithi150 bash[21565]: audit 2024-04-24T16:43:16.987512+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:18.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:17 smithi150 bash[21565]: audit 2024-04-24T16:43:17.527551+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.150:0/912500744' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:18.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:17 smithi150 bash[21565]: audit 2024-04-24T16:43:17.527551+0000 mon.a (mon.0) 312 : audit [DBG] from='client.? 172.21.15.150:0/912500744' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:20.279 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:19 smithi161 bash[21990]: cluster 2024-04-24T16:43:18.449605+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:20.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:19 smithi161 bash[21990]: cluster 2024-04-24T16:43:18.449605+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:20.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:19 smithi150 bash[21565]: cluster 2024-04-24T16:43:18.449605+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:20.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:19 smithi150 bash[21565]: cluster 2024-04-24T16:43:18.449605+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:20.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:19 smithi190 bash[21948]: cluster 2024-04-24T16:43:18.449605+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:20.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:19 smithi190 bash[21948]: cluster 2024-04-24T16:43:18.449605+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:22.079 INFO:teuthology.orchestra.run.smithi190.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.c/config 2024-04-24T16:43:22.264 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:21 smithi190 bash[21948]: cluster 2024-04-24T16:43:20.450004+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:22.265 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:21 smithi190 bash[21948]: cluster 2024-04-24T16:43:20.450004+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:22.279 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:21 smithi161 bash[21990]: cluster 2024-04-24T16:43:20.450004+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:22.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:21 smithi161 bash[21990]: cluster 2024-04-24T16:43:20.450004+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:22.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:21 smithi150 bash[21565]: cluster 2024-04-24T16:43:20.450004+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:22.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:21 smithi150 bash[21565]: cluster 2024-04-24T16:43:20.450004+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:23.655 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mgr update... 2024-04-24T16:43:24.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:23 smithi161 bash[21990]: cluster 2024-04-24T16:43:22.450361+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:24.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:23 smithi161 bash[21990]: cluster 2024-04-24T16:43:22.450361+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:24.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:23 smithi161 bash[21990]: audit 2024-04-24T16:43:23.657923+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.657923+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.708484+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:24.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.708484+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:24.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.713944+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.713944+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.715636+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.715636+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.726500+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.726500+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.731085+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.731085+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.735429+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.735429+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.739933+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.739933+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.741842+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:24 smithi161 bash[21990]: audit 2024-04-24T16:43:23.741842+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:23 smithi150 bash[21565]: cluster 2024-04-24T16:43:22.450361+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:24.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: cluster 2024-04-24T16:43:22.450361+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:24.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.657923+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.657923+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.708484+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:24.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.708484+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:24.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.713944+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.713944+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.715636+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.715636+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.726500+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.726500+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.731085+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.731085+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.735429+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.735429+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.739933+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.739933+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.741842+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:24 smithi150 bash[21565]: audit 2024-04-24T16:43:23.741842+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:23 smithi190 bash[21948]: cluster 2024-04-24T16:43:22.450361+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: cluster 2024-04-24T16:43:22.450361+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.657923+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.657923+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.708484+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.708484+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.713944+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.713944+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.715636+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.715636+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.726500+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.726500+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.731085+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.731085+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:24.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.735429+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T16:43:24.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.735429+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T16:43:24.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.739933+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:24.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.739933+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:24.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.741842+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:24 smithi190 bash[21948]: audit 2024-04-24T16:43:23.741842+0000 mon.a (mon.0) 321 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:24.594 DEBUG:teuthology.orchestra.run.smithi161:mgr.b> sudo journalctl -f -n 0 -u ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.b.service 2024-04-24T16:43:24.597 INFO:tasks.cephadm:Deploying OSDs... 2024-04-24T16:43:24.597 DEBUG:teuthology.orchestra.run.smithi150:> set -ex 2024-04-24T16:43:24.597 DEBUG:teuthology.orchestra.run.smithi150:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T16:43:24.603 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-04-24T16:43:24.603 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_1 2024-04-24T16:43:24.652 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T16:43:24.653 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:24.653 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-04-24T16:43:24.653 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:24.653 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-04-24 16:33:27.254984354 +0000 2024-04-24T16:43:24.653 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-04-24 16:33:27.006986569 +0000 2024-04-24T16:43:24.653 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-04-24 16:33:27.006986569 +0000 2024-04-24T16:43:24.653 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-04-24T16:43:24.654 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T16:43:24.711 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-04-24T16:43:24.711 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-04-24T16:43:24.712 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000441602 s, 1.2 MB/s 2024-04-24T16:43:24.713 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T16:43:24.762 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_2 2024-04-24T16:43:24.808 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T16:43:24.808 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:24.808 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 897 Links: 1 2024-04-24T16:43:24.808 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:24.808 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-04-24 16:33:27.754979889 +0000 2024-04-24T16:43:24.808 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-04-24 16:33:27.482982318 +0000 2024-04-24T16:43:24.808 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-04-24 16:33:27.482982318 +0000 2024-04-24T16:43:24.808 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-04-24T16:43:24.809 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T16:43:24.863 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-04-24T16:43:24.863 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-04-24T16:43:24.863 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000439803 s, 1.2 MB/s 2024-04-24T16:43:24.864 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T16:43:24.914 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_3 2024-04-24T16:43:24.960 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T16:43:24.960 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:24.960 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-04-24T16:43:24.960 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:24.960 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-04-24 16:33:28.262975351 +0000 2024-04-24T16:43:24.961 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-04-24 16:33:27.982977852 +0000 2024-04-24T16:43:24.961 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-04-24 16:33:27.982977852 +0000 2024-04-24T16:43:24.961 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-04-24T16:43:24.961 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T16:43:25.014 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-04-24T16:43:25.014 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-04-24T16:43:25.015 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.00033409 s, 1.5 MB/s 2024-04-24T16:43:25.016 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T16:43:25.068 DEBUG:teuthology.orchestra.run.smithi150:> stat /dev/vg_nvme/lv_4 2024-04-24T16:43:25.116 INFO:teuthology.orchestra.run.smithi150.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T16:43:25.116 INFO:teuthology.orchestra.run.smithi150.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:25.116 INFO:teuthology.orchestra.run.smithi150.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-04-24T16:43:25.116 INFO:teuthology.orchestra.run.smithi150.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:25.116 INFO:teuthology.orchestra.run.smithi150.stdout:Access: 2024-04-24 16:33:28.710971349 +0000 2024-04-24T16:43:25.116 INFO:teuthology.orchestra.run.smithi150.stdout:Modify: 2024-04-24 16:33:28.474973458 +0000 2024-04-24T16:43:25.116 INFO:teuthology.orchestra.run.smithi150.stdout:Change: 2024-04-24 16:33:28.474973458 +0000 2024-04-24T16:43:25.117 INFO:teuthology.orchestra.run.smithi150.stdout: Birth: - 2024-04-24T16:43:25.117 DEBUG:teuthology.orchestra.run.smithi150:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T16:43:25.171 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records in 2024-04-24T16:43:25.171 INFO:teuthology.orchestra.run.smithi150.stderr:1+0 records out 2024-04-24T16:43:25.171 INFO:teuthology.orchestra.run.smithi150.stderr:512 bytes copied, 0.000386067 s, 1.3 MB/s 2024-04-24T16:43:25.173 DEBUG:teuthology.orchestra.run.smithi150:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T16:43:25.223 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-04-24T16:43:25.223 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T16:43:25.230 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-04-24T16:43:25.230 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-04-24T16:43:25.277 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T16:43:25.277 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:25.277 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-04-24T16:43:25.277 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:25.277 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-24 16:33:26.992849917 +0000 2024-04-24T16:43:25.277 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-24 16:33:26.988849951 +0000 2024-04-24T16:43:25.277 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-24 16:33:26.988849951 +0000 2024-04-24T16:43:25.277 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-24T16:43:25.278 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T16:43:25.279 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:25 smithi161 bash[21990]: audit 2024-04-24T16:43:23.647428+0000 mgr.a (mgr.14152) 101 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi150=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:25.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:25 smithi161 bash[21990]: audit 2024-04-24T16:43:23.647428+0000 mgr.a (mgr.14152) 101 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi150=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:25.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:25 smithi161 bash[21990]: cephadm 2024-04-24T16:43:23.651036+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Saving service mgr spec with placement smithi150=a;smithi161=b;count:2 2024-04-24T16:43:25.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:25 smithi161 bash[21990]: cephadm 2024-04-24T16:43:23.651036+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Saving service mgr spec with placement smithi150=a;smithi161=b;count:2 2024-04-24T16:43:25.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:25 smithi161 bash[21990]: cephadm 2024-04-24T16:43:23.743890+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Deploying daemon mgr.b on smithi161 2024-04-24T16:43:25.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:25 smithi161 bash[21990]: cephadm 2024-04-24T16:43:23.743890+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Deploying daemon mgr.b on smithi161 2024-04-24T16:43:25.292 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-24T16:43:25.293 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-24T16:43:25.294 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.0004192 s, 1.2 MB/s 2024-04-24T16:43:25.295 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T16:43:25.342 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-04-24T16:43:25.391 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T16:43:25.391 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:25.391 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-04-24T16:43:25.391 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:25.391 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-24 16:33:27.748843171 +0000 2024-04-24T16:43:25.391 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-24 16:33:27.480845563 +0000 2024-04-24T16:43:25.391 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-24 16:33:27.480845563 +0000 2024-04-24T16:43:25.391 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-24T16:43:25.392 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T16:43:25.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:25 smithi150 bash[21565]: audit 2024-04-24T16:43:23.647428+0000 mgr.a (mgr.14152) 101 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi150=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:25.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:25 smithi150 bash[21565]: audit 2024-04-24T16:43:23.647428+0000 mgr.a (mgr.14152) 101 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi150=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:25.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:25 smithi150 bash[21565]: cephadm 2024-04-24T16:43:23.651036+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Saving service mgr spec with placement smithi150=a;smithi161=b;count:2 2024-04-24T16:43:25.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:25 smithi150 bash[21565]: cephadm 2024-04-24T16:43:23.651036+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Saving service mgr spec with placement smithi150=a;smithi161=b;count:2 2024-04-24T16:43:25.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:25 smithi150 bash[21565]: cephadm 2024-04-24T16:43:23.743890+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Deploying daemon mgr.b on smithi161 2024-04-24T16:43:25.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:25 smithi150 bash[21565]: cephadm 2024-04-24T16:43:23.743890+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Deploying daemon mgr.b on smithi161 2024-04-24T16:43:25.447 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-24T16:43:25.448 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-24T16:43:25.448 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000376247 s, 1.4 MB/s 2024-04-24T16:43:25.449 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T16:43:25.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:25 smithi190 bash[21948]: audit 2024-04-24T16:43:23.647428+0000 mgr.a (mgr.14152) 101 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi150=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:25.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:25 smithi190 bash[21948]: audit 2024-04-24T16:43:23.647428+0000 mgr.a (mgr.14152) 101 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi150=a;smithi161=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T16:43:25.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:25 smithi190 bash[21948]: cephadm 2024-04-24T16:43:23.651036+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Saving service mgr spec with placement smithi150=a;smithi161=b;count:2 2024-04-24T16:43:25.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:25 smithi190 bash[21948]: cephadm 2024-04-24T16:43:23.651036+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Saving service mgr spec with placement smithi150=a;smithi161=b;count:2 2024-04-24T16:43:25.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:25 smithi190 bash[21948]: cephadm 2024-04-24T16:43:23.743890+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Deploying daemon mgr.b on smithi161 2024-04-24T16:43:25.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:25 smithi190 bash[21948]: cephadm 2024-04-24T16:43:23.743890+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Deploying daemon mgr.b on smithi161 2024-04-24T16:43:25.498 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-04-24T16:43:25.545 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T16:43:25.545 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:25.545 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 919 Links: 1 2024-04-24T16:43:25.545 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:25.545 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-24 16:33:28.272838497 +0000 2024-04-24T16:43:25.545 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-24 16:33:28.024840709 +0000 2024-04-24T16:43:25.545 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-24 16:33:28.024840709 +0000 2024-04-24T16:43:25.546 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-24T16:43:25.546 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T16:43:25.597 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-24T16:43:25.598 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-24T16:43:25.598 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000293307 s, 1.7 MB/s 2024-04-24T16:43:25.599 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T16:43:25.645 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-04-24T16:43:25.696 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T16:43:25.697 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:25.697 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 930 Links: 1 2024-04-24T16:43:25.697 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:25.697 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-04-24 16:33:28.780833965 +0000 2024-04-24T16:43:25.697 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-04-24 16:33:28.500836464 +0000 2024-04-24T16:43:25.697 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-04-24 16:33:28.500836464 +0000 2024-04-24T16:43:25.697 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2024-04-24T16:43:25.697 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T16:43:25.751 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-04-24T16:43:25.751 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-04-24T16:43:25.751 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000222763 s, 2.3 MB/s 2024-04-24T16:43:25.752 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T16:43:25.805 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2024-04-24T16:43:25.806 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T16:43:25.812 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-04-24T16:43:25.812 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_1 2024-04-24T16:43:25.858 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T16:43:25.858 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:25.858 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-04-24T16:43:25.858 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:25.858 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-04-24 16:33:28.468136155 +0000 2024-04-24T16:43:25.858 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-04-24 16:33:28.224138331 +0000 2024-04-24T16:43:25.858 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-04-24 16:33:28.224138331 +0000 2024-04-24T16:43:25.859 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-04-24T16:43:25.859 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T16:43:25.913 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-04-24T16:43:25.913 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-04-24T16:43:25.913 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000456695 s, 1.1 MB/s 2024-04-24T16:43:25.915 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T16:43:25.965 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_2 2024-04-24T16:43:26.010 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T16:43:26.010 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:26.010 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-04-24T16:43:26.010 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:26.010 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-04-24 16:33:28.968131694 +0000 2024-04-24T16:43:26.010 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-04-24 16:33:28.700134084 +0000 2024-04-24T16:43:26.010 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-04-24 16:33:28.700134084 +0000 2024-04-24T16:43:26.010 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-04-24T16:43:26.011 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T16:43:26.064 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-04-24T16:43:26.064 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-04-24T16:43:26.064 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000311127 s, 1.6 MB/s 2024-04-24T16:43:26.065 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T16:43:26.119 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_3 2024-04-24T16:43:26.166 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T16:43:26.166 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:26.166 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-04-24T16:43:26.166 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:26.166 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-04-24 16:33:29.448127412 +0000 2024-04-24T16:43:26.166 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-04-24 16:33:29.200129625 +0000 2024-04-24T16:43:26.166 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-04-24 16:33:29.200129625 +0000 2024-04-24T16:43:26.166 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-04-24T16:43:26.167 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T16:43:26.210 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:26 smithi190 bash[21948]: cluster 2024-04-24T16:43:24.450800+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:26.210 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:26 smithi190 bash[21948]: cluster 2024-04-24T16:43:24.450800+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:26.220 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-04-24T16:43:26.220 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-04-24T16:43:26.220 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000407809 s, 1.3 MB/s 2024-04-24T16:43:26.221 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T16:43:26.271 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_4 2024-04-24T16:43:26.279 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:26 smithi161 bash[21990]: cluster 2024-04-24T16:43:24.450800+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:26.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:26 smithi161 bash[21990]: cluster 2024-04-24T16:43:24.450800+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:26.318 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T16:43:26.318 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T16:43:26.318 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-04-24T16:43:26.318 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T16:43:26.318 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2024-04-24 16:33:29.956122879 +0000 2024-04-24T16:43:26.318 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2024-04-24 16:33:29.668125450 +0000 2024-04-24T16:43:26.318 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2024-04-24 16:33:29.668125450 +0000 2024-04-24T16:43:26.318 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2024-04-24T16:43:26.319 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T16:43:26.371 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2024-04-24T16:43:26.372 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2024-04-24T16:43:26.372 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000398939 s, 1.3 MB/s 2024-04-24T16:43:26.373 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T16:43:26.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:26 smithi150 bash[21565]: cluster 2024-04-24T16:43:24.450800+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:26.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:26 smithi150 bash[21565]: cluster 2024-04-24T16:43:24.450800+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:26.423 INFO:tasks.cephadm:Deploying osd.0 on smithi150 with /dev/vg_nvme/lv_4... 2024-04-24T16:43:26.423 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-04-24T16:43:27.272 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:27 smithi161 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:43:27.272 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:27 smithi161 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:43:27.273 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:27 smithi161 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:43:27.273 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:27 smithi161 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:43:27.529 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:27 smithi161 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:43:27.530 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:27 smithi161 systemd[1]: /etc/systemd/system/ceph-29716b62-0259-11ef-bc93-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-04-24T16:43:27.530 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:27 smithi161 systemd[1]: Started Ceph mgr.b for 29716b62-0259-11ef-bc93-c7b262605968. 2024-04-24T16:43:28.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: cluster 2024-04-24T16:43:26.451127+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:28.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: cluster 2024-04-24T16:43:26.451127+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:28.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.425366+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.425366+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.471302+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.471302+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.474774+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.282 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.474774+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.282 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.556282+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:28.282 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.556282+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:28.282 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.558529+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.282 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.558529+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.283 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.559171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:28.283 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.559171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:28.283 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.563918+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.283 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.563918+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.283 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.644872+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:28.283 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.644872+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:28.284 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.645751+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:28.284 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.645751+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:28.284 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.646411+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.284 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[21990]: audit 2024-04-24T16:43:27.646411+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: cluster 2024-04-24T16:43:26.451127+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: cluster 2024-04-24T16:43:26.451127+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.425366+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.425366+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.471302+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.471302+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.474774+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.474774+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.556282+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.556282+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:28.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.558529+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.558529+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.559171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.559171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.563918+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.563918+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.644872+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.644872+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.645751+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.645751+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.646411+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:28 smithi150 bash[21565]: audit 2024-04-24T16:43:27.646411+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: cluster 2024-04-24T16:43:26.451127+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: cluster 2024-04-24T16:43:26.451127+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.425366+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.425366+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.471302+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.471302+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.474774+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.474774+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.556282+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.556282+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.558529+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.558529+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.559171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:28.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.559171+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:28.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.563918+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.563918+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:28.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.644872+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:28.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.644872+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T16:43:28.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.645751+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:28.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.645751+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T16:43:28.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.646411+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:28 smithi190 bash[21948]: audit 2024-04-24T16:43:27.646411+0000 mon.a (mon.0) 331 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:28.574 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[22796]: debug 2024-04-24T16:43:28.420+0000 7fa0d3f46700 1 -- 172.21.15.161:0/800985053 <== mon.2 v2:172.21.15.161:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563eb27865a0 con 0x563eb3506400 2024-04-24T16:43:29.017 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:28 smithi161 bash[22796]: debug 2024-04-24T16:43:28.572+0000 7fa0de158200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T16:43:29.272 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:29 smithi150 bash[21565]: cephadm 2024-04-24T16:43:27.564272+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:29.272 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:29 smithi150 bash[21565]: cephadm 2024-04-24T16:43:27.564272+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:29.273 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:29 smithi150 bash[21565]: cephadm 2024-04-24T16:43:27.644475+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T16:43:29.273 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:29 smithi150 bash[21565]: cephadm 2024-04-24T16:43:27.644475+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T16:43:29.273 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:29 smithi150 bash[21565]: cephadm 2024-04-24T16:43:27.647308+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring daemon mgr.a on smithi150 2024-04-24T16:43:29.273 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:29 smithi150 bash[21565]: cephadm 2024-04-24T16:43:27.647308+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring daemon mgr.a on smithi150 2024-04-24T16:43:29.273 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:29 smithi150 bash[21565]: audit 2024-04-24T16:43:28.540395+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:29.273 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:29 smithi150 bash[21565]: audit 2024-04-24T16:43:28.540395+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:29.279 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:29 smithi161 bash[21990]: cephadm 2024-04-24T16:43:27.564272+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:29.279 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:29 smithi161 bash[21990]: cephadm 2024-04-24T16:43:27.564272+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:29.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:29 smithi161 bash[21990]: cephadm 2024-04-24T16:43:27.644475+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T16:43:29.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:29 smithi161 bash[21990]: cephadm 2024-04-24T16:43:27.644475+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T16:43:29.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:29 smithi161 bash[21990]: cephadm 2024-04-24T16:43:27.647308+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring daemon mgr.a on smithi150 2024-04-24T16:43:29.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:29 smithi161 bash[21990]: cephadm 2024-04-24T16:43:27.647308+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring daemon mgr.a on smithi150 2024-04-24T16:43:29.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:29 smithi161 bash[21990]: audit 2024-04-24T16:43:28.540395+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:29.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:29 smithi161 bash[21990]: audit 2024-04-24T16:43:28.540395+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:29.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:29 smithi190 bash[21948]: cephadm 2024-04-24T16:43:27.564272+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:29.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:29 smithi190 bash[21948]: cephadm 2024-04-24T16:43:27.564272+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:29.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:29 smithi190 bash[21948]: cephadm 2024-04-24T16:43:27.644475+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T16:43:29.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:29 smithi190 bash[21948]: cephadm 2024-04-24T16:43:27.644475+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T16:43:29.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:29 smithi190 bash[21948]: cephadm 2024-04-24T16:43:27.647308+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring daemon mgr.a on smithi150 2024-04-24T16:43:29.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:29 smithi190 bash[21948]: cephadm 2024-04-24T16:43:27.647308+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring daemon mgr.a on smithi150 2024-04-24T16:43:29.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:29 smithi190 bash[21948]: audit 2024-04-24T16:43:28.540395+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:29.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:29 smithi190 bash[21948]: audit 2024-04-24T16:43:28.540395+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.279 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[22796]: debug 2024-04-24T16:43:30.172+0000 7fa0de158200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: cluster 2024-04-24T16:43:28.451426+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: cluster 2024-04-24T16:43:28.451426+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.541004+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.541004+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.599134+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.599134+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.610150+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.610150+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.842520+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.842520+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.869669+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.869669+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:30.280 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.874765+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:30.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.874765+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:30.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.876388+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:30.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.876388+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:30.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.887028+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.281 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[21990]: audit 2024-04-24T16:43:29.887028+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: cluster 2024-04-24T16:43:28.451426+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: cluster 2024-04-24T16:43:28.451426+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.541004+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.541004+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.599134+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.599134+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.610150+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.610150+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.842520+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.842520+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.869669+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.869669+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:30.414 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.874765+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:30.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.874765+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:30.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.876388+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:30.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.876388+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:30.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.887028+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.415 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:30 smithi150 bash[21565]: audit 2024-04-24T16:43:29.887028+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: cluster 2024-04-24T16:43:28.451426+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:30.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: cluster 2024-04-24T16:43:28.451426+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.541004+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.541004+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.599134+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.599134+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.610150+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.610150+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.842520+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.842520+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.869669+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.869669+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.874765+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.874765+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.876388+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.876388+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T16:43:30.461 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.887028+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.462 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:30 smithi190 bash[21948]: audit 2024-04-24T16:43:29.887028+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:30.551 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[22796]: debug 2024-04-24T16:43:30.280+0000 7fa0de158200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T16:43:30.928 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:30 smithi161 bash[22796]: debug 2024-04-24T16:43:30.548+0000 7fa0de158200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T16:43:31.135 INFO:teuthology.orchestra.run.smithi150.stderr:Inferring config /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T16:43:31.279 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:31 smithi161 bash[21990]: cephadm 2024-04-24T16:43:29.888091+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:31.279 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:31 smithi161 bash[21990]: cephadm 2024-04-24T16:43:29.888091+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:31.279 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:31 smithi161 bash[21990]: audit 2024-04-24T16:43:30.736779+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:31.279 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:31 smithi161 bash[21990]: audit 2024-04-24T16:43:30.736779+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:31.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:31 smithi150 bash[21565]: cephadm 2024-04-24T16:43:29.888091+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:31.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:31 smithi150 bash[21565]: cephadm 2024-04-24T16:43:29.888091+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:31.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:31 smithi150 bash[21565]: audit 2024-04-24T16:43:30.736779+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:31.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:31 smithi150 bash[21565]: audit 2024-04-24T16:43:30.736779+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:31.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:31 smithi190 bash[21948]: cephadm 2024-04-24T16:43:29.888091+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:31.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:31 smithi190 bash[21948]: cephadm 2024-04-24T16:43:29.888091+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T16:43:31.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:31 smithi190 bash[21948]: audit 2024-04-24T16:43:30.736779+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:31.460 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:31 smithi190 bash[21948]: audit 2024-04-24T16:43:30.736779+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:31.611 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:31 smithi161 bash[22796]: debug 2024-04-24T16:43:31.396+0000 7fa0de158200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T16:43:31.612 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:31 smithi161 bash[22796]: debug 2024-04-24T16:43:31.508+0000 7fa0de158200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T16:43:31.971 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:31 smithi161 bash[22796]: debug 2024-04-24T16:43:31.608+0000 7fa0de158200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T16:43:32.280 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:31 smithi161 bash[22796]: debug 2024-04-24T16:43:31.964+0000 7fa0de158200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T16:43:32.280 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:32 smithi161 bash[22796]: debug 2024-04-24T16:43:32.076+0000 7fa0de158200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T16:43:32.280 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:32 smithi161 bash[22796]: debug 2024-04-24T16:43:32.180+0000 7fa0de158200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T16:43:32.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:32 smithi150 bash[21565]: cluster 2024-04-24T16:43:30.451836+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:32.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:32 smithi150 bash[21565]: cluster 2024-04-24T16:43:30.451836+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:32.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:32 smithi150 bash[21565]: audit 2024-04-24T16:43:31.326296+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:32.413 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:32 smithi150 bash[21565]: audit 2024-04-24T16:43:31.326296+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:32.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:32 smithi190 bash[21948]: cluster 2024-04-24T16:43:30.451836+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:32.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:32 smithi190 bash[21948]: cluster 2024-04-24T16:43:30.451836+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:32.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:32 smithi190 bash[21948]: audit 2024-04-24T16:43:31.326296+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:32.710 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:32 smithi190 bash[21948]: audit 2024-04-24T16:43:31.326296+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:32.774 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:32 smithi161 bash[22796]: debug 2024-04-24T16:43:32.532+0000 7fa0de158200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T16:43:32.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:32 smithi161 bash[21990]: cluster 2024-04-24T16:43:30.451836+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:32.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:32 smithi161 bash[21990]: cluster 2024-04-24T16:43:30.451836+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T16:43:32.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:32 smithi161 bash[21990]: audit 2024-04-24T16:43:31.326296+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:32.774 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:32 smithi161 bash[21990]: audit 2024-04-24T16:43:31.326296+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.150:0/3906239660' entity='mgr.a' 2024-04-24T16:43:32.888 INFO:teuthology.orchestra.run.smithi150.stderr:Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -e NODE_NAME=smithi150 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/29716b62-0259-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpgz1ue44f:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpmvjgkao0:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc lvm zap /dev/vg_nvme/lv_4 2024-04-24T16:43:32.889 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/docker: stderr docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T16:43:32.889 INFO:teuthology.orchestra.run.smithi150.stderr:/usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T16:43:32.889 INFO:teuthology.orchestra.run.smithi150.stderr:Traceback (most recent call last): 2024-04-24T16:43:32.889 INFO:teuthology.orchestra.run.smithi150.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T16:43:32.899 INFO:teuthology.orchestra.run.smithi150.stderr: return _run_code(code, main_globals, None, 2024-04-24T16:43:32.899 INFO:teuthology.orchestra.run.smithi150.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr: exec(code, run_globals) 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 5642, in 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 5630, in main 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 408, in _infer_config 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 323, in _infer_fsid 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 310, in _validate_fsid 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 3380, in command_ceph_volume 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -e NODE_NAME=smithi150 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/29716b62-0259-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:slave -v /tmp/ceph-tmpgz1ue44f:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpmvjgkao0:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc lvm zap /dev/vg_nvme/lv_4: docker: Error response from daemon: invalid mount config: must use either propagation mode "rslave" or "rshared" when mount source is within the daemon root, daemon root: "/var/lib/docker", bind mount source: "/", propagation: "slave". 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr:See 'docker run --help'. 2024-04-24T16:43:32.900 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-04-24T16:43:32.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T16:43:32.946 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi150 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T16:43:32.948 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:32.962 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:32.972 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:32.986 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-24T16:43:32.987 DEBUG:teuthology.orchestra.run.smithi150:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T16:43:33.008 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T16:43:33.019 DEBUG:teuthology.orchestra.run.smithi190:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T16:43:33.029 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:32 smithi161 bash[22796]: debug 2024-04-24T16:43:32.772+0000 7fa0de158200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T16:43:33.035 INFO:tasks.cephadm:Stopping all daemons... 2024-04-24T16:43:33.035 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-24T16:43:33.035 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.a 2024-04-24T16:43:33.198 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:33 smithi150 systemd[1]: Stopping Ceph mon.a for 29716b62-0259-11ef-bc93-c7b262605968... 2024-04-24T16:43:33.279 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:33 smithi161 bash[22796]: debug 2024-04-24T16:43:33.036+0000 7fa0de158200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T16:43:33.279 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:33 smithi161 bash[22796]: debug 2024-04-24T16:43:33.152+0000 7fa0de158200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T16:43:33.328 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:33 smithi150 bash[21565]: debug 2024-04-24T16:43:33.197+0000 7fd0f6394700 -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-04-24T16:43:33.328 INFO:journalctl@ceph.mon.a.smithi150.stdout:Apr 24 16:43:33 smithi150 bash[21565]: debug 2024-04-24T16:43:33.197+0000 7fd0f6394700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-24T16:43:33.779 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:33 smithi161 bash[22796]: debug 2024-04-24T16:43:33.424+0000 7fa0de158200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T16:43:34.019 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.a.service' 2024-04-24T16:43:34.051 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T16:43:34.052 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-24T16:43:34.052 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-24T16:43:34.052 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.b 2024-04-24T16:43:34.206 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:33 smithi161 bash[22796]: debug 2024-04-24T16:43:33.840+0000 7fa0de158200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T16:43:34.207 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:34 smithi161 bash[22796]: debug 2024-04-24T16:43:34.076+0000 7fa0de158200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T16:43:34.207 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:34 smithi161 systemd[1]: Stopping Ceph mon.b for 29716b62-0259-11ef-bc93-c7b262605968... 2024-04-24T16:43:34.312 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:34 smithi161 bash[22796]: debug 2024-04-24T16:43:34.204+0000 7fa0de158200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T16:43:34.313 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:34 smithi161 bash[21990]: debug 2024-04-24T16:43:34.204+0000 7f5951445700 -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-04-24T16:43:34.313 INFO:journalctl@ceph.mon.b.smithi161.stdout:Apr 24 16:43:34 smithi161 bash[21990]: debug 2024-04-24T16:43:34.204+0000 7f5951445700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-24T16:43:34.484 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:34 smithi161 bash[22796]: debug 2024-04-24T16:43:34.452+0000 7fa0de158200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T16:43:35.129 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.b.service' 2024-04-24T16:43:35.151 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T16:43:35.152 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-24T16:43:35.152 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-24T16:43:35.152 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.c 2024-04-24T16:43:35.419 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:35 smithi190 systemd[1]: Stopping Ceph mon.c for 29716b62-0259-11ef-bc93-c7b262605968... 2024-04-24T16:43:35.420 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:35 smithi190 bash[21948]: debug 2024-04-24T16:43:35.313+0000 7fd6a3d02700 -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-04-24T16:43:35.420 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:35 smithi190 bash[21948]: debug 2024-04-24T16:43:35.313+0000 7fd6a3d02700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-24T16:43:35.779 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:35 smithi161 bash[22796]: debug 2024-04-24T16:43:35.468+0000 7fa0de158200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T16:43:35.779 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:35 smithi161 bash[22796]: debug 2024-04-24T16:43:35.584+0000 7fa0de158200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T16:43:35.958 INFO:journalctl@ceph.mon.c.smithi190.stdout:Apr 24 16:43:35 smithi190 bash[23151]: ceph-29716b62-0259-11ef-bc93-c7b262605968-mon-c 2024-04-24T16:43:35.972 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-29716b62-0259-11ef-bc93-c7b262605968@mon.c.service' 2024-04-24T16:43:36.018 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T16:43:36.018 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-24T16:43:36.019 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-24T16:43:36.019 DEBUG:teuthology.orchestra.run.smithi150:> sudo systemctl stop ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.a 2024-04-24T16:43:36.201 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:35 smithi161 bash[22796]: debug 2024-04-24T16:43:35.880+0000 7fa0de158200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T16:43:36.201 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:35 smithi161 bash[22796]: debug 2024-04-24T16:43:35.992+0000 7fa0de158200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T16:43:36.355 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:43:36 smithi150 systemd[1]: Stopping Ceph mgr.a for 29716b62-0259-11ef-bc93-c7b262605968... 2024-04-24T16:43:36.355 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:43:36 smithi150 bash[21816]: debug 2024-04-24T16:43:36.165+0000 7f5f309e2700 -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-04-24T16:43:36.355 INFO:journalctl@ceph.mgr.a.smithi150.stdout:Apr 24 16:43:36 smithi150 bash[21816]: debug 2024-04-24T16:43:36.165+0000 7f5f309e2700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-24T16:43:36.529 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:36 smithi161 bash[22796]: debug 2024-04-24T16:43:36.448+0000 7fa0de158200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T16:43:36.841 DEBUG:teuthology.orchestra.run.smithi150:> sudo pkill -f 'journalctl -f -n 0 -u ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-24T16:43:36.877 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T16:43:36.877 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-24T16:43:36.877 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-24T16:43:36.877 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.b 2024-04-24T16:43:36.887 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:36 smithi161 bash[22796]: debug 2024-04-24T16:43:36.564+0000 7fa0de158200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T16:43:37.226 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:36 smithi161 systemd[1]: Stopping Ceph mgr.b for 29716b62-0259-11ef-bc93-c7b262605968... 2024-04-24T16:43:37.793 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-24T16:43:37.845 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:37 smithi161 bash[23387]: ceph-29716b62-0259-11ef-bc93-c7b262605968-mgr-b 2024-04-24T16:43:37.845 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:37 smithi161 systemd[1]: ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-04-24T16:43:37.845 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:37 smithi161 bash[23447]: Error response from daemon: No such container: ceph-29716b62-0259-11ef-bc93-c7b262605968-mgr-b 2024-04-24T16:43:37.845 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:37 smithi161 systemd[1]: ceph-29716b62-0259-11ef-bc93-c7b262605968@mgr.b.service: Failed with result 'exit-code'. 2024-04-24T16:43:37.845 INFO:journalctl@ceph.mgr.b.smithi161.stdout:Apr 24 16:43:37 smithi161 systemd[1]: Stopped Ceph mgr.b for 29716b62-0259-11ef-bc93-c7b262605968. 2024-04-24T16:43:37.873 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T16:43:37.874 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-24T16:43:37.874 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29716b62-0259-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T16:43:38.041 INFO:teuthology.orchestra.run.smithi150.stdout:Deleting cluster with fsid: 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:40.350 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29716b62-0259-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T16:43:40.517 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:42.783 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29716b62-0259-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T16:43:42.951 INFO:teuthology.orchestra.run.smithi190.stdout:Deleting cluster with fsid: 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:44.967 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:44.981 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:44.995 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T16:43:45.007 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-24T16:43:45.009 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786/remote/smithi150/crash 2024-04-24T16:43:45.010 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash -- . 2024-04-24T16:43:45.034 INFO:teuthology.orchestra.run.smithi150.stderr:tar: /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T16:43:45.034 INFO:teuthology.orchestra.run.smithi150.stderr:tar: Error is not recoverable: exiting now 2024-04-24T16:43:45.036 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786/remote/smithi161/crash 2024-04-24T16:43:45.037 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash -- . 2024-04-24T16:43:45.048 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T16:43:45.048 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-04-24T16:43:45.050 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786/remote/smithi190/crash 2024-04-24T16:43:45.051 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash -- . 2024-04-24T16:43:45.061 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/29716b62-0259-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T16:43:45.062 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2024-04-24T16:43:45.063 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-24T16:43:45.063 DEBUG:teuthology.orchestra.run.smithi150:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/29716b62-0259-11ef-bc93-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' | head -n 1 2024-04-24T16:43:45.093 INFO:tasks.cephadm:Compressing logs... 2024-04-24T16:43:45.094 DEBUG:teuthology.orchestra.run.smithi150:> 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-04-24T16:43:45.137 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-24T16:43:45.139 DEBUG:teuthology.orchestra.run.smithi190:> 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-04-24T16:43:45.145 INFO:teuthology.orchestra.run.smithi150.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T16:43:45.151 INFO:teuthology.orchestra.run.smithi161.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T16:43:45.151 INFO:teuthology.orchestra.run.smithi190.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T16:43:45.154 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-24T16:43:45.155 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T16:43:45.155 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.log 2024-04-24T16:43:45.155 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T16:43:45.156 INFO:teuthology.orchestra.run.smithi150.stderr: 82.7% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T16:43:45.157 INFO:teuthology.orchestra.run.smithi150.stderr:gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-24T16:43:45.157 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T16:43:45.157 INFO:teuthology.orchestra.run.smithi150.stderr: 85.2% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T16:43:45.157 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mgr.a.log: 89.8% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T16:43:45.159 INFO:teuthology.orchestra.run.smithi150.stderr:/var/log/ceph/cephadm.log: 85.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T16:43:45.164 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T16:43:45.166 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.log 2024-04-24T16:43:45.166 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-24T16:43:45.166 INFO:teuthology.orchestra.run.smithi190.stderr: 81.2% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T16:43:45.166 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.log: 81.6% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T16:43:45.166 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T16:43:45.166 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T16:43:45.166 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mon.c.log: /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.audit.log: 90.2% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T16:43:45.167 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/cephadm.log: 82.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T16:43:45.170 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T16:43:45.170 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.log 2024-04-24T16:43:45.171 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.cephadm.log: 81.2% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T16:43:45.171 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mgr.b.log 2024-04-24T16:43:45.172 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T16:43:45.173 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-24T16:43:45.173 INFO:teuthology.orchestra.run.smithi161.stderr: 81.6% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T16:43:45.173 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mgr.b.log: /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T16:43:45.173 INFO:teuthology.orchestra.run.smithi161.stderr: 90.2% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T16:43:45.175 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 90.7% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-24T16:43:45.175 INFO:teuthology.orchestra.run.smithi161.stderr: 83.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T16:43:45.178 INFO:teuthology.orchestra.run.smithi190.stderr: 92.7% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-24T16:43:45.179 INFO:teuthology.orchestra.run.smithi190.stderr: 2024-04-24T16:43:45.179 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m0.036s 2024-04-24T16:43:45.179 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m0.024s 2024-04-24T16:43:45.179 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m0.012s 2024-04-24T16:43:45.184 INFO:teuthology.orchestra.run.smithi161.stderr: 92.7% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-24T16:43:45.184 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-04-24T16:43:45.185 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.044s 2024-04-24T16:43:45.185 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.031s 2024-04-24T16:43:45.185 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.011s 2024-04-24T16:43:45.204 INFO:teuthology.orchestra.run.smithi150.stderr: 88.6% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-24T16:43:45.225 INFO:teuthology.orchestra.run.smithi150.stderr: 91.8% -- replaced with /var/log/ceph/29716b62-0259-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-24T16:43:45.227 INFO:teuthology.orchestra.run.smithi150.stderr: 2024-04-24T16:43:45.227 INFO:teuthology.orchestra.run.smithi150.stderr:real 0m0.088s 2024-04-24T16:43:45.227 INFO:teuthology.orchestra.run.smithi150.stderr:user 0m0.131s 2024-04-24T16:43:45.227 INFO:teuthology.orchestra.run.smithi150.stderr:sys 0m0.012s 2024-04-24T16:43:45.227 INFO:tasks.cephadm:Archiving logs... 2024-04-24T16:43:45.227 DEBUG:teuthology.misc:Transferring archived files from smithi150:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786/remote/smithi150/log 2024-04-24T16:43:45.228 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T16:43:45.304 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786/remote/smithi161/log 2024-04-24T16:43:45.305 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T16:43:45.330 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786/remote/smithi190/log 2024-04-24T16:43:45.331 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T16:43:45.353 INFO:tasks.cephadm:Removing cluster... 2024-04-24T16:43:45.353 DEBUG:teuthology.orchestra.run.smithi150:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29716b62-0259-11ef-bc93-c7b262605968 --force 2024-04-24T16:43:45.507 INFO:teuthology.orchestra.run.smithi150.stdout:Deleting cluster with fsid: 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:46.824 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29716b62-0259-11ef-bc93-c7b262605968 --force 2024-04-24T16:43:46.991 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:48.328 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 29716b62-0259-11ef-bc93-c7b262605968 --force 2024-04-24T16:43:48.489 INFO:teuthology.orchestra.run.smithi190.stdout:Deleting cluster with fsid: 29716b62-0259-11ef-bc93-c7b262605968 2024-04-24T16:43:49.816 INFO:tasks.cephadm:Removing cephadm ... 2024-04-24T16:43:49.816 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T16:43:49.824 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T16:43:49.831 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T16:43:49.836 INFO:tasks.cephadm:Teardown complete 2024-04-24T16:43:49.837 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 2220, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi150 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T16:43:50.051 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c0bdbbe77b1d471589810e59c9a67fd3 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 2220, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi150 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T16:43:50.055 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-24T16:43:50.064 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-24T16:43:50.180 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-04-24T16:43:50.181 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T16:43:50.195 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T16:43:50.199 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T16:43:50.288 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-24T16:43:50.298 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-24T16:43:50.298 DEBUG:teuthology.orchestra.run.smithi150:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T16:43:50.301 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T16:43:50.304 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T16:43:50.315 INFO:teuthology.orchestra.run.smithi150.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T16:43:50.315 INFO:teuthology.orchestra.run.smithi150.stdout:============================================================================== 2024-04-24T16:43:50.315 INFO:teuthology.orchestra.run.smithi150.stdout: hv01.front.sepi 44.4.53.2 2 u 18 64 177 0.111 -1.488 1.692 2024-04-24T16:43:50.316 INFO:teuthology.orchestra.run.smithi150.stdout:*hv02.front.sepi 63.231.80.2 3 u 21 64 177 0.063 +0.285 1.401 2024-04-24T16:43:50.316 INFO:teuthology.orchestra.run.smithi150.stdout: hv03.front.sepi 74.6.168.72 3 u 23 64 177 0.076 +0.469 2.199 2024-04-24T16:43:50.316 INFO:teuthology.orchestra.run.smithi150.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:43:50.317 INFO:teuthology.orchestra.run.smithi161.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T16:43:50.317 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================== 2024-04-24T16:43:50.318 INFO:teuthology.orchestra.run.smithi161.stdout:+hv01.front.sepi 44.4.53.2 2 u 16 64 177 0.209 -2.403 0.741 2024-04-24T16:43:50.318 INFO:teuthology.orchestra.run.smithi161.stdout:*hv02.front.sepi 63.231.80.2 3 u 25 64 177 0.102 +0.082 0.796 2024-04-24T16:43:50.318 INFO:teuthology.orchestra.run.smithi161.stdout:+hv03.front.sepi 74.6.168.72 3 u 14 64 177 0.093 -0.829 0.787 2024-04-24T16:43:50.319 INFO:teuthology.orchestra.run.smithi161.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:43:50.320 INFO:teuthology.orchestra.run.smithi190.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T16:43:50.321 INFO:teuthology.orchestra.run.smithi190.stdout:============================================================================== 2024-04-24T16:43:50.321 INFO:teuthology.orchestra.run.smithi190.stdout:*hv01.front.sepi 44.4.53.2 2 u 17 64 177 0.131 -2.869 1.124 2024-04-24T16:43:50.321 INFO:teuthology.orchestra.run.smithi190.stdout:+hv02.front.sepi 63.231.80.2 3 u 14 64 177 0.092 -0.388 1.030 2024-04-24T16:43:50.321 INFO:teuthology.orchestra.run.smithi190.stdout:+hv03.front.sepi 74.6.168.72 3 u 18 64 177 0.136 -1.492 0.976 2024-04-24T16:43:50.322 INFO:teuthology.orchestra.run.smithi190.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T16:43:50.322 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-24T16:43:50.365 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-24T16:43:50.366 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-24T16:43:50.383 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-24T16:43:50.399 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-24T16:43:50.409 INFO:teuthology.task.internal:Duration was 848.755606 seconds 2024-04-24T16:43:50.409 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-24T16:43:50.444 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-24T16:43:50.444 DEBUG:teuthology.orchestra.run.smithi150:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T16:43:50.447 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T16:43:50.450 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T16:43:50.486 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-24T16:43:50.486 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi150.front.sepia.ceph.com 2024-04-24T16:43:50.486 DEBUG:teuthology.orchestra.run.smithi150:> 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-04-24T16:43:50.533 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-04-24T16:43:50.533 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-24T16:43:50.543 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2024-04-24T16:43:50.543 DEBUG:teuthology.orchestra.run.smithi190:> 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-04-24T16:43:50.553 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-24T16:43:50.554 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T16:43:50.576 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T16:43:50.589 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T16:43:50.625 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-24T16:43:50.626 DEBUG:teuthology.orchestra.run.smithi150:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T16:43:50.652 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T16:43:50.661 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T16:43:50.740 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-24T16:43:50.750 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-24T16:43:50.750 DEBUG:teuthology.orchestra.run.smithi150:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T16:43:50.763 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T16:43:50.776 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T16:43:50.792 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-24T16:43:50.803 DEBUG:teuthology.orchestra.run.smithi150:> 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-04-24T16:43:50.809 DEBUG:teuthology.orchestra.run.smithi161:> 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-04-24T16:43:50.818 INFO:teuthology.orchestra.run.smithi150.stdout:kernel.core_pattern = core 2024-04-24T16:43:50.821 DEBUG:teuthology.orchestra.run.smithi190:> 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-04-24T16:43:50.831 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-04-24T16:43:50.845 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2024-04-24T16:43:50.911 DEBUG:teuthology.orchestra.run.smithi150:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T16:43:50.959 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T16:43:50.960 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T16:43:50.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T16:43:50.965 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T16:43:50.969 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T16:43:50.970 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-24T16:43:50.980 INFO:teuthology.task.internal:Transferring archived files... 2024-04-24T16:43:50.981 DEBUG:teuthology.misc:Transferring archived files from smithi150:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786/remote/smithi150 2024-04-24T16:43:50.981 DEBUG:teuthology.orchestra.run.smithi150:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T16:43:51.027 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786/remote/smithi161 2024-04-24T16:43:51.027 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T16:43:51.052 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786/remote/smithi190 2024-04-24T16:43:51.052 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T16:43:51.075 INFO:teuthology.task.internal:Removing archive directory... 2024-04-24T16:43:51.075 DEBUG:teuthology.orchestra.run.smithi150:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T16:43:51.077 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T16:43:51.090 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T16:43:51.122 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-24T16:43:51.134 INFO:teuthology.task.internal:Not uploading archives. 2024-04-24T16:43:51.134 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-24T16:43:51.164 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-24T16:43:51.164 DEBUG:teuthology.orchestra.run.smithi150:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T16:43:51.167 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T16:43:51.169 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T16:43:51.171 INFO:teuthology.orchestra.run.smithi150.stdout: 658726 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 16:43 /home/ubuntu/cephtest 2024-04-24T16:43:51.173 INFO:teuthology.orchestra.run.smithi161.stdout: 658467 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 16:43 /home/ubuntu/cephtest 2024-04-24T16:43:51.176 INFO:teuthology.orchestra.run.smithi190.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 16:43 /home/ubuntu/cephtest 2024-04-24T16:43:51.177 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-24T16:43:51.231 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-24T16:43:51.308 INFO:teuthology.nuke:Checking targets against current locks 2024-04-24T16:43:51.334 DEBUG:teuthology.nuke:shortname: smithi150 2024-04-24T16:43:51.334 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T16:43:51.360 DEBUG:teuthology.nuke:shortname: smithi161 2024-04-24T16:43:51.361 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T16:43:51.366 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi150.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786', '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-04-24 16:20:14.526190', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBED61678EIRNIzR8hyyjKOBLCedag2xnCc7uYPeJFnkaxD4BYRRpo3a7oihrPEL1+93kjzKkn5uVuY9zS82Vlvs='} 2024-04-24T16:43:51.388 DEBUG:teuthology.nuke:shortname: smithi190 2024-04-24T16:43:51.388 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T16:43:51.393 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786', '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-04-24 16:20:14.525136', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBSQnqgI5tWUK+y8pV5igvfOYLQlAvD0Q5U0ptdvYTHZTop3cR83uEPzhvibgkg9HFsx7v2ZVX5wTxNOK0/q+9E='} 2024-04-24T16:43:51.424 INFO:teuthology.orchestra.console.smithi150:Power off 2024-04-24T16:43:51.425 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T16:43:51.435 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671786', '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-04-24 16:20:14.523601', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSTj/8/7VOBBlM4cJSy8PHIIAV5ESC/Ba2h1Ti5ngZ9aFRkrGp4tSLalh7ALLLdUbVmlj29W9S5IaYFlnh7sto='} 2024-04-24T16:43:51.451 DEBUG:teuthology.orchestra.console.smithi150:power off output: Chassis Power Control: Down/Off 2024-04-24T16:43:51.451 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T16:43:51.478 INFO:teuthology.orchestra.console.smithi161:Power off 2024-04-24T16:43:51.478 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T16:43:51.492 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-04-24T16:43:51.509 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2024-04-24T16:43:51.509 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T16:43:51.530 INFO:teuthology.orchestra.console.smithi190:Power off 2024-04-24T16:43:51.531 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T16:43:51.544 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-24T16:43:51.558 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2024-04-24T16:43:51.558 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T16:43:51.581 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-24T16:43:55.493 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T16:43:55.545 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T16:43:55.582 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T16:43:55.613 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is on 2024-04-24T16:43:55.660 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2024-04-24T16:43:55.692 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-24T16:43:59.618 DEBUG:teuthology.orchestra.console.smithi150:pexpect command: ipmitool -H smithi150.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T16:43:59.661 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T16:43:59.693 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T16:43:59.731 DEBUG:teuthology.orchestra.console.smithi150:check power output: Chassis Power is off 2024-04-24T16:43:59.773 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2024-04-24T16:43:59.810 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2024-04-24T16:43:59.832 INFO:teuthology.orchestra.console.smithi150:Power off completed 2024-04-24T16:43:59.874 INFO:teuthology.orchestra.console.smithi161:Power off completed 2024-04-24T16:44:03.814 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T16:44:03.928 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2024-04-24T16:44:04.029 INFO:teuthology.orchestra.console.smithi190:Power off completed 2024-04-24T16:44:04.134 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 848.7556064128876 failure_reason: 'Command failed on smithi150 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 29716b62-0259-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=c0bdbbe77b1d471589810e59c9a67fd3 status: fail success: false 2024-04-24T16:44:04.134 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T16:44:04.221 INFO:teuthology.run:FAIL