2024-04-24T17:17:38.273 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-24T17:17:38.274 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --name adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} --verbose --archive /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671857 -- /home/teuthworker/archive/adking-2024-04-24_15:49:18-orch:cephadm-wip-adk-testing-2024-04-24-0937-distro-default-smithi/7671857/orig.config.yaml 2024-04-24T17:17:38.307 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T17:17:38.381 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/7671857 branch: wip-adk-testing-2024-04-24-0937 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} email: adking@redhat.com first_in_suite: false job_id: '7671857' 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: smithi033.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCWsTlB73zOxQCcFwSBqW01qUoek6dVHhy2VykWiX7AR3wbBP/6faKD2lSnrudFg4WqKC+uXNhgww2byzsPx16c= smithi049.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLFcIK4/psG9mCPn2IHpHyJ8ZJrHq21uxPn/YnUMOwJIvFWDrhv2wthukMUMmiGeylp4RpyhPKy0AoBPZjkMj80= smithi096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHfwm+9hHlyU+8UI917RC3N716Pqu8oNhoF5rI80R/FgPnybI2ADRDjWhpnCQWxLgqfHhHe02nD75hIIUAOkgdU= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' 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-24T17:17:38.382 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-24T17:17:38.382 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_5904d29475f5be602879d9fb26280e89b808d5cc/qa/tasks 2024-04-24T17:17:38.383 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-24T17:17:38.384 INFO:teuthology.task.internal:Checking packages... 2024-04-24T17:17:38.407 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5904d29475f5be602879d9fb26280e89b808d5cc' 2024-04-24T17:17:38.407 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-24T17:17:38.407 INFO:teuthology.packaging:ref: None 2024-04-24T17:17:38.407 INFO:teuthology.packaging:tag: None 2024-04-24T17:17:38.408 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-24-0937 2024-04-24T17:17:38.408 INFO:teuthology.packaging:sha1: 5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:17:38.408 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-24T17:17:38.676 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:17:38.678 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-24T17:17:38.684 INFO:teuthology.task.internal:no buildpackages task found 2024-04-24T17:17:38.684 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-24T17:17:38.691 INFO:teuthology.task.internal:Saving configuration 2024-04-24T17:17:38.704 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-24T17:17:38.710 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:17:38.729 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.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/7671857', '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 17:10:08.263836', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBqnEzsQyTcxJ8vvP3zxUrolbyAd7yjHG3/IpKQL8d/F'} 2024-04-24T17:17:38.749 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.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/7671857', '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 17:10:08.267877', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGP0DoBEc4NI65ayVRO8AVmAYPEW/rHV+7y1+Yt1TlUS'} 2024-04-24T17:17:38.773 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.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/7671857', '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 17:10:08.266291', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH7oxo0IoBnHLxYdMImdr7wF6DRgkCy5ozyelBHlKNIy'} 2024-04-24T17:17:38.773 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-24T17:17:38.780 INFO:teuthology.task.internal:roles: ubuntu@smithi033.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-24T17:17:38.780 INFO:teuthology.task.internal:roles: ubuntu@smithi049.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-24T17:17:38.780 INFO:teuthology.task.internal:roles: ubuntu@smithi096.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-24T17:17:38.780 INFO:teuthology.run_tasks:Running task console_log... 2024-04-24T17:17:38.867 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb22761ef70>, signals=[15]) 2024-04-24T17:17:38.867 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-24T17:17:38.875 INFO:teuthology.task.internal:Opening connections... 2024-04-24T17:17:38.876 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi033.front.sepia.ceph.com 2024-04-24T17:17:38.878 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:17:38.961 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi049.front.sepia.ceph.com 2024-04-24T17:17:38.962 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:17:39.045 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi096.front.sepia.ceph.com 2024-04-24T17:17:39.046 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:17:39.126 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-24T17:17:39.133 DEBUG:teuthology.orchestra.run.smithi033:> uname -m 2024-04-24T17:17:39.139 INFO:teuthology.orchestra.run.smithi033.stdout:x86_64 2024-04-24T17:17:39.139 DEBUG:teuthology.orchestra.run.smithi033:> cat /etc/os-release 2024-04-24T17:17:39.185 INFO:teuthology.orchestra.run.smithi033.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T17:17:39.185 INFO:teuthology.orchestra.run.smithi033.stdout:NAME="Ubuntu" 2024-04-24T17:17:39.185 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_ID="22.04" 2024-04-24T17:17:39.185 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T17:17:39.186 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_CODENAME=jammy 2024-04-24T17:17:39.186 INFO:teuthology.orchestra.run.smithi033.stdout:ID=ubuntu 2024-04-24T17:17:39.186 INFO:teuthology.orchestra.run.smithi033.stdout:ID_LIKE=debian 2024-04-24T17:17:39.186 INFO:teuthology.orchestra.run.smithi033.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T17:17:39.186 INFO:teuthology.orchestra.run.smithi033.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T17:17:39.186 INFO:teuthology.orchestra.run.smithi033.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T17:17:39.186 INFO:teuthology.orchestra.run.smithi033.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T17:17:39.186 INFO:teuthology.orchestra.run.smithi033.stdout:UBUNTU_CODENAME=jammy 2024-04-24T17:17:39.187 INFO:teuthology.lock.ops:Updating smithi033.front.sepia.ceph.com on lock server 2024-04-24T17:17:39.210 DEBUG:teuthology.orchestra.run.smithi049:> uname -m 2024-04-24T17:17:39.216 INFO:teuthology.orchestra.run.smithi049.stdout:x86_64 2024-04-24T17:17:39.217 DEBUG:teuthology.orchestra.run.smithi049:> cat /etc/os-release 2024-04-24T17:17:39.265 INFO:teuthology.orchestra.run.smithi049.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T17:17:39.265 INFO:teuthology.orchestra.run.smithi049.stdout:NAME="Ubuntu" 2024-04-24T17:17:39.265 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_ID="22.04" 2024-04-24T17:17:39.265 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T17:17:39.266 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_CODENAME=jammy 2024-04-24T17:17:39.266 INFO:teuthology.orchestra.run.smithi049.stdout:ID=ubuntu 2024-04-24T17:17:39.266 INFO:teuthology.orchestra.run.smithi049.stdout:ID_LIKE=debian 2024-04-24T17:17:39.266 INFO:teuthology.orchestra.run.smithi049.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T17:17:39.266 INFO:teuthology.orchestra.run.smithi049.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T17:17:39.266 INFO:teuthology.orchestra.run.smithi049.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T17:17:39.266 INFO:teuthology.orchestra.run.smithi049.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T17:17:39.266 INFO:teuthology.orchestra.run.smithi049.stdout:UBUNTU_CODENAME=jammy 2024-04-24T17:17:39.266 INFO:teuthology.lock.ops:Updating smithi049.front.sepia.ceph.com on lock server 2024-04-24T17:17:39.285 DEBUG:teuthology.orchestra.run.smithi096:> uname -m 2024-04-24T17:17:39.290 INFO:teuthology.orchestra.run.smithi096.stdout:x86_64 2024-04-24T17:17:39.291 DEBUG:teuthology.orchestra.run.smithi096:> cat /etc/os-release 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:NAME="Ubuntu" 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_ID="22.04" 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_CODENAME=jammy 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:ID=ubuntu 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:ID_LIKE=debian 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-24T17:17:39.337 INFO:teuthology.orchestra.run.smithi096.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-24T17:17:39.338 INFO:teuthology.orchestra.run.smithi096.stdout:UBUNTU_CODENAME=jammy 2024-04-24T17:17:39.338 INFO:teuthology.lock.ops:Updating smithi096.front.sepia.ceph.com on lock server 2024-04-24T17:17:39.360 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-24T17:17:39.369 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-24T17:17:39.374 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-24T17:17:39.375 DEBUG:teuthology.orchestra.run.smithi033:> test '!' -e /home/ubuntu/cephtest 2024-04-24T17:17:39.377 DEBUG:teuthology.orchestra.run.smithi049:> test '!' -e /home/ubuntu/cephtest 2024-04-24T17:17:39.380 DEBUG:teuthology.orchestra.run.smithi096:> test '!' -e /home/ubuntu/cephtest 2024-04-24T17:17:39.384 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-24T17:17:39.390 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-24T17:17:39.390 DEBUG:teuthology.orchestra.run.smithi033:> test -z $(ls -A /var/lib/ceph) 2024-04-24T17:17:39.422 DEBUG:teuthology.orchestra.run.smithi049:> test -z $(ls -A /var/lib/ceph) 2024-04-24T17:17:39.426 DEBUG:teuthology.orchestra.run.smithi096:> test -z $(ls -A /var/lib/ceph) 2024-04-24T17:17:39.446 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-24T17:17:39.519 INFO:teuthology.run_tasks:Running task kernel... 2024-04-24T17:17:39.533 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-24T17:17:39.534 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-24T17:17:39.534 DEBUG:teuthology.orchestra.run.smithi033:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T17:17:39.535 DEBUG:teuthology.orchestra.run.smithi049:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T17:17:39.535 DEBUG:teuthology.orchestra.run.smithi096:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T17:17:39.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:17:39.540 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-04-24T17:17:39.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:17:39.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:17:39.542 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-04-24T17:17:39.542 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-04-24T17:17:39.589 INFO:teuthology.orchestra.run.smithi096.stdout:5.15.0-56-generic 2024-04-24T17:17:39.589 INFO:teuthology.task.kernel:Running kernel on smithi096: 5.15.0-56-generic 2024-04-24T17:17:39.589 DEBUG:teuthology.orchestra.run.smithi096:> sudo apt-get clean 2024-04-24T17:17:39.591 INFO:teuthology.orchestra.run.smithi049.stdout:5.15.0-56-generic 2024-04-24T17:17:39.591 INFO:teuthology.orchestra.run.smithi033.stdout:5.15.0-56-generic 2024-04-24T17:17:39.591 INFO:teuthology.task.kernel:Running kernel on smithi049: 5.15.0-56-generic 2024-04-24T17:17:39.591 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get clean 2024-04-24T17:17:39.592 INFO:teuthology.task.kernel:Running kernel on smithi033: 5.15.0-56-generic 2024-04-24T17:17:39.592 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get clean 2024-04-24T17:17:39.705 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get update 2024-04-24T17:17:39.722 DEBUG:teuthology.orchestra.run.smithi096:> sudo apt-get update 2024-04-24T17:17:39.738 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-04-24T17:17:40.004 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:17:40.012 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:17:40.012 INFO:teuthology.orchestra.run.smithi049.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T17:17:40.027 INFO:teuthology.orchestra.run.smithi033.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T17:17:40.027 INFO:teuthology.orchestra.run.smithi096.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-24T17:17:40.075 INFO:teuthology.orchestra.run.smithi049.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T17:17:40.076 INFO:teuthology.orchestra.run.smithi096.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T17:17:40.397 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:17:40.425 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-24T17:17:40.436 INFO:teuthology.orchestra.run.smithi049.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T17:17:40.452 INFO:teuthology.orchestra.run.smithi049.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T17:17:40.453 INFO:teuthology.orchestra.run.smithi096.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T17:17:40.478 INFO:teuthology.orchestra.run.smithi096.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T17:17:40.533 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T17:17:40.561 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-24T17:17:40.607 INFO:teuthology.orchestra.run.smithi049.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T17:17:40.610 INFO:teuthology.orchestra.run.smithi096.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T17:17:40.648 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T17:17:40.755 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T17:17:40.816 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T17:17:40.824 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T17:17:40.825 INFO:teuthology.orchestra.run.smithi033.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T17:17:40.826 INFO:teuthology.orchestra.run.smithi033.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T17:17:40.848 INFO:teuthology.orchestra.run.smithi096.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T17:17:40.861 INFO:teuthology.orchestra.run.smithi033.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,392 kB] 2024-04-24T17:17:40.863 INFO:teuthology.orchestra.run.smithi033.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T17:17:40.868 INFO:teuthology.orchestra.run.smithi033.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:17:40.869 INFO:teuthology.orchestra.run.smithi033.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T17:17:40.874 INFO:teuthology.orchestra.run.smithi049.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-24T17:17:40.879 INFO:teuthology.orchestra.run.smithi033.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T17:17:40.891 INFO:teuthology.orchestra.run.smithi033.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T17:17:40.898 INFO:teuthology.orchestra.run.smithi033.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T17:17:40.909 INFO:teuthology.orchestra.run.smithi049.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-24T17:17:40.920 INFO:teuthology.orchestra.run.smithi033.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T17:17:40.921 INFO:teuthology.orchestra.run.smithi033.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T17:17:40.921 INFO:teuthology.orchestra.run.smithi033.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T17:17:40.926 INFO:teuthology.orchestra.run.smithi033.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T17:17:40.927 INFO:teuthology.orchestra.run.smithi033.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T17:17:40.928 INFO:teuthology.orchestra.run.smithi033.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T17:17:40.929 INFO:teuthology.orchestra.run.smithi033.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T17:17:40.929 INFO:teuthology.orchestra.run.smithi033.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T17:17:40.932 INFO:teuthology.orchestra.run.smithi033.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T17:17:40.932 INFO:teuthology.orchestra.run.smithi033.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T17:17:40.938 INFO:teuthology.orchestra.run.smithi049.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T17:17:40.951 INFO:teuthology.orchestra.run.smithi049.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T17:17:40.953 INFO:teuthology.orchestra.run.smithi049.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T17:17:40.954 INFO:teuthology.orchestra.run.smithi049.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T17:17:40.962 INFO:teuthology.orchestra.run.smithi033.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T17:17:40.962 INFO:teuthology.orchestra.run.smithi033.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T17:17:41.042 INFO:teuthology.orchestra.run.smithi096.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T17:17:41.059 INFO:teuthology.orchestra.run.smithi096.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T17:17:41.059 INFO:teuthology.orchestra.run.smithi096.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T17:17:41.061 INFO:teuthology.orchestra.run.smithi096.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T17:17:41.068 INFO:teuthology.orchestra.run.smithi049.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T17:17:41.075 INFO:teuthology.orchestra.run.smithi049.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T17:17:41.079 INFO:teuthology.orchestra.run.smithi049.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:17:41.079 INFO:teuthology.orchestra.run.smithi049.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T17:17:41.096 INFO:teuthology.orchestra.run.smithi049.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T17:17:41.097 INFO:teuthology.orchestra.run.smithi049.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T17:17:41.135 INFO:teuthology.orchestra.run.smithi049.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T17:17:41.135 INFO:teuthology.orchestra.run.smithi049.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T17:17:41.152 INFO:teuthology.orchestra.run.smithi096.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T17:17:41.170 INFO:teuthology.orchestra.run.smithi096.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:17:41.173 INFO:teuthology.orchestra.run.smithi096.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T17:17:41.188 INFO:teuthology.orchestra.run.smithi049.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T17:17:41.206 INFO:teuthology.orchestra.run.smithi049.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:17:41.210 INFO:teuthology.orchestra.run.smithi096.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T17:17:41.228 INFO:teuthology.orchestra.run.smithi096.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-24T17:17:41.246 INFO:teuthology.orchestra.run.smithi033.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-24T17:17:41.293 INFO:teuthology.orchestra.run.smithi096.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-24T17:17:41.329 INFO:teuthology.orchestra.run.smithi096.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-24T17:17:41.329 INFO:teuthology.orchestra.run.smithi096.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-24T17:17:41.333 INFO:teuthology.orchestra.run.smithi096.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-24T17:17:41.425 INFO:teuthology.orchestra.run.smithi096.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T17:17:41.458 INFO:teuthology.orchestra.run.smithi096.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-24T17:17:41.470 INFO:teuthology.orchestra.run.smithi096.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:17:41.702 INFO:teuthology.orchestra.run.smithi033.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-24T17:17:41.788 INFO:teuthology.orchestra.run.smithi033.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-24T17:17:41.824 INFO:teuthology.orchestra.run.smithi096.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T17:17:41.830 INFO:teuthology.orchestra.run.smithi096.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T17:17:41.845 INFO:teuthology.orchestra.run.smithi096.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T17:17:41.846 INFO:teuthology.orchestra.run.smithi096.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T17:17:41.847 INFO:teuthology.orchestra.run.smithi096.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T17:17:41.878 INFO:teuthology.orchestra.run.smithi033.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,768 kB] 2024-04-24T17:17:41.981 INFO:teuthology.orchestra.run.smithi049.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T17:17:41.985 INFO:teuthology.orchestra.run.smithi049.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T17:17:41.994 INFO:teuthology.orchestra.run.smithi096.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-24T17:17:42.239 INFO:teuthology.orchestra.run.smithi033.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-24T17:17:42.341 INFO:teuthology.orchestra.run.smithi033.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-24T17:17:42.395 INFO:teuthology.orchestra.run.smithi049.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T17:17:42.401 INFO:teuthology.orchestra.run.smithi049.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T17:17:42.401 INFO:teuthology.orchestra.run.smithi049.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T17:17:42.415 INFO:teuthology.orchestra.run.smithi049.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T17:17:42.418 INFO:teuthology.orchestra.run.smithi049.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T17:17:42.423 INFO:teuthology.orchestra.run.smithi033.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-24T17:17:42.548 INFO:teuthology.orchestra.run.smithi033.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-24T17:17:42.615 INFO:teuthology.orchestra.run.smithi049.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T17:17:42.624 INFO:teuthology.orchestra.run.smithi096.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-24T17:17:42.652 INFO:teuthology.orchestra.run.smithi049.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T17:17:42.666 INFO:teuthology.orchestra.run.smithi049.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T17:17:42.666 INFO:teuthology.orchestra.run.smithi049.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T17:17:42.670 INFO:teuthology.orchestra.run.smithi049.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T17:17:42.671 INFO:teuthology.orchestra.run.smithi049.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T17:17:42.671 INFO:teuthology.orchestra.run.smithi049.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T17:17:42.672 INFO:teuthology.orchestra.run.smithi049.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T17:17:42.680 INFO:teuthology.orchestra.run.smithi033.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-24T17:17:42.693 INFO:teuthology.orchestra.run.smithi096.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-24T17:17:42.697 INFO:teuthology.orchestra.run.smithi049.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T17:17:42.702 INFO:teuthology.orchestra.run.smithi049.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T17:17:42.709 INFO:teuthology.orchestra.run.smithi096.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-24T17:17:42.711 INFO:teuthology.orchestra.run.smithi096.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-24T17:17:42.714 INFO:teuthology.orchestra.run.smithi096.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-24T17:17:42.714 INFO:teuthology.orchestra.run.smithi096.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-24T17:17:42.715 INFO:teuthology.orchestra.run.smithi096.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-24T17:17:42.716 INFO:teuthology.orchestra.run.smithi096.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-24T17:17:42.719 INFO:teuthology.orchestra.run.smithi096.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-24T17:17:42.724 INFO:teuthology.orchestra.run.smithi096.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-24T17:17:42.775 INFO:teuthology.orchestra.run.smithi033.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-24T17:17:42.861 INFO:teuthology.orchestra.run.smithi033.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-24T17:17:42.871 INFO:teuthology.orchestra.run.smithi049.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T17:17:42.889 INFO:teuthology.orchestra.run.smithi096.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-24T17:17:42.956 INFO:teuthology.orchestra.run.smithi049.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T17:17:42.971 INFO:teuthology.orchestra.run.smithi096.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-24T17:17:43.029 INFO:teuthology.orchestra.run.smithi033.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-24T17:17:43.071 INFO:teuthology.orchestra.run.smithi049.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T17:17:43.079 INFO:teuthology.orchestra.run.smithi096.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-24T17:17:43.111 INFO:teuthology.orchestra.run.smithi033.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-24T17:17:43.130 INFO:teuthology.orchestra.run.smithi049.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T17:17:43.136 INFO:teuthology.orchestra.run.smithi096.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-24T17:17:43.162 INFO:teuthology.orchestra.run.smithi049.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T17:17:43.167 INFO:teuthology.orchestra.run.smithi096.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-24T17:17:43.194 INFO:teuthology.orchestra.run.smithi033.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-24T17:17:47.445 INFO:teuthology.orchestra.run.smithi096.stdout:Fetched 13.3 MB in 3s (3,943 kB/s) 2024-04-24T17:17:47.748 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 13.3 MB in 3s (3,938 kB/s) 2024-04-24T17:17:47.780 INFO:teuthology.orchestra.run.smithi049.stdout:Fetched 13.3 MB in 3s (3,905 kB/s) 2024-04-24T17:17:48.729 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2024-04-24T17:17:48.746 DEBUG:teuthology.orchestra.run.smithi096:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:17:48.806 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2024-04-24T17:17:49.005 INFO:teuthology.orchestra.run.smithi096.stdout:Building dependency tree... 2024-04-24T17:17:49.006 INFO:teuthology.orchestra.run.smithi096.stdout:Reading state information... 2024-04-24T17:17:49.145 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-24T17:17:49.163 DEBUG:teuthology.orchestra.run.smithi049:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:17:49.174 INFO:teuthology.orchestra.run.smithi096.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:17:49.175 INFO:teuthology.orchestra.run.smithi096.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:17:49.175 INFO:teuthology.orchestra.run.smithi096.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:17:49.175 INFO:teuthology.orchestra.run.smithi096.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:17:49.175 INFO:teuthology.orchestra.run.smithi096.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T17:17:49.175 INFO:teuthology.orchestra.run.smithi096.stdout: python2.7-minimal 2024-04-24T17:17:49.175 INFO:teuthology.orchestra.run.smithi096.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:17:49.177 INFO:teuthology.orchestra.run.smithi096.stdout:The following additional packages will be installed: 2024-04-24T17:17:49.177 INFO:teuthology.orchestra.run.smithi096.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:17:49.177 INFO:teuthology.orchestra.run.smithi096.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T17:17:49.177 INFO:teuthology.orchestra.run.smithi096.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T17:17:49.178 INFO:teuthology.orchestra.run.smithi096.stdout:Suggested packages: 2024-04-24T17:17:49.178 INFO:teuthology.orchestra.run.smithi096.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T17:17:49.178 INFO:teuthology.orchestra.run.smithi096.stdout:Recommended packages: 2024-04-24T17:17:49.178 INFO:teuthology.orchestra.run.smithi096.stdout: thermald 2024-04-24T17:17:49.193 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-24T17:17:49.212 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:17:49.217 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-24T17:17:49.220 INFO:teuthology.orchestra.run.smithi096.stdout:The following NEW packages will be installed: 2024-04-24T17:17:49.220 INFO:teuthology.orchestra.run.smithi096.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:17:49.220 INFO:teuthology.orchestra.run.smithi096.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T17:17:49.221 INFO:teuthology.orchestra.run.smithi096.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T17:17:49.222 INFO:teuthology.orchestra.run.smithi096.stdout:The following packages will be upgraded: 2024-04-24T17:17:49.222 INFO:teuthology.orchestra.run.smithi096.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T17:17:49.276 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-24T17:17:49.279 INFO:teuthology.orchestra.run.smithi096.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:17:49.279 INFO:teuthology.orchestra.run.smithi096.stdout:Need to get 113 MB of archives. 2024-04-24T17:17:49.279 INFO:teuthology.orchestra.run.smithi096.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T17:17:49.279 INFO:teuthology.orchestra.run.smithi096.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-24T17:17:49.398 INFO:teuthology.orchestra.run.smithi049.stdout:Building dependency tree... 2024-04-24T17:17:49.398 INFO:teuthology.orchestra.run.smithi049.stdout:Reading state information... 2024-04-24T17:17:49.489 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-04-24T17:17:49.490 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-04-24T17:17:49.560 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:17:49.560 INFO:teuthology.orchestra.run.smithi049.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:17:49.560 INFO:teuthology.orchestra.run.smithi049.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:17:49.561 INFO:teuthology.orchestra.run.smithi049.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:17:49.561 INFO:teuthology.orchestra.run.smithi049.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T17:17:49.561 INFO:teuthology.orchestra.run.smithi049.stdout: python2.7-minimal 2024-04-24T17:17:49.561 INFO:teuthology.orchestra.run.smithi049.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:17:49.562 INFO:teuthology.orchestra.run.smithi049.stdout:The following additional packages will be installed: 2024-04-24T17:17:49.562 INFO:teuthology.orchestra.run.smithi049.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:17:49.562 INFO:teuthology.orchestra.run.smithi049.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T17:17:49.563 INFO:teuthology.orchestra.run.smithi049.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T17:17:49.564 INFO:teuthology.orchestra.run.smithi049.stdout:Suggested packages: 2024-04-24T17:17:49.564 INFO:teuthology.orchestra.run.smithi049.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T17:17:49.564 INFO:teuthology.orchestra.run.smithi049.stdout:Recommended packages: 2024-04-24T17:17:49.564 INFO:teuthology.orchestra.run.smithi049.stdout: thermald 2024-04-24T17:17:49.624 INFO:teuthology.orchestra.run.smithi049.stdout:The following NEW packages will be installed: 2024-04-24T17:17:49.624 INFO:teuthology.orchestra.run.smithi049.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:17:49.624 INFO:teuthology.orchestra.run.smithi049.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T17:17:49.624 INFO:teuthology.orchestra.run.smithi049.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T17:17:49.625 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages will be upgraded: 2024-04-24T17:17:49.626 INFO:teuthology.orchestra.run.smithi049.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T17:17:49.675 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:17:49.675 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:17:49.675 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:17:49.676 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:17:49.676 INFO:teuthology.orchestra.run.smithi033.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-24T17:17:49.676 INFO:teuthology.orchestra.run.smithi033.stdout: python2.7-minimal 2024-04-24T17:17:49.676 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:17:49.677 INFO:teuthology.orchestra.run.smithi033.stdout:The following additional packages will be installed: 2024-04-24T17:17:49.678 INFO:teuthology.orchestra.run.smithi033.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:17:49.678 INFO:teuthology.orchestra.run.smithi033.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-24T17:17:49.678 INFO:teuthology.orchestra.run.smithi033.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-24T17:17:49.679 INFO:teuthology.orchestra.run.smithi033.stdout:Suggested packages: 2024-04-24T17:17:49.679 INFO:teuthology.orchestra.run.smithi033.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-24T17:17:49.680 INFO:teuthology.orchestra.run.smithi033.stdout:Recommended packages: 2024-04-24T17:17:49.680 INFO:teuthology.orchestra.run.smithi033.stdout: thermald 2024-04-24T17:17:49.730 INFO:teuthology.orchestra.run.smithi033.stdout:The following NEW packages will be installed: 2024-04-24T17:17:49.731 INFO:teuthology.orchestra.run.smithi033.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-24T17:17:49.731 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-24T17:17:49.731 INFO:teuthology.orchestra.run.smithi033.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-24T17:17:49.732 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages will be upgraded: 2024-04-24T17:17:49.733 INFO:teuthology.orchestra.run.smithi033.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-24T17:17:49.792 INFO:teuthology.orchestra.run.smithi033.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:17:49.792 INFO:teuthology.orchestra.run.smithi033.stdout:Need to get 113 MB of archives. 2024-04-24T17:17:49.792 INFO:teuthology.orchestra.run.smithi033.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T17:17:49.792 INFO:teuthology.orchestra.run.smithi033.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-24T17:17:49.806 INFO:teuthology.orchestra.run.smithi049.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:17:49.806 INFO:teuthology.orchestra.run.smithi049.stdout:Need to get 113 MB of archives. 2024-04-24T17:17:49.806 INFO:teuthology.orchestra.run.smithi049.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-24T17:17:49.806 INFO:teuthology.orchestra.run.smithi049.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-24T17:17:49.817 INFO:teuthology.orchestra.run.smithi096.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-24T17:17:49.973 INFO:teuthology.orchestra.run.smithi096.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-24T17:17:50.680 INFO:teuthology.orchestra.run.smithi033.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-24T17:17:50.905 INFO:teuthology.orchestra.run.smithi033.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-24T17:17:51.711 INFO:teuthology.orchestra.run.smithi049.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-24T17:17:52.086 INFO:teuthology.orchestra.run.smithi049.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-24T17:17:52.560 INFO:teuthology.orchestra.run.smithi033.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-24T17:17:52.560 INFO:teuthology.orchestra.run.smithi033.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-24T17:17:52.560 INFO:teuthology.orchestra.run.smithi033.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-24T17:17:52.833 INFO:teuthology.orchestra.run.smithi033.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-24T17:17:52.901 INFO:teuthology.orchestra.run.smithi033.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-24T17:17:53.330 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 113 MB in 3s (35.8 MB/s) 2024-04-24T17:17:53.502 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T17:17:53.901 INFO:teuthology.orchestra.run.smithi096.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-24T17:17:53.901 INFO:teuthology.orchestra.run.smithi096.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-24T17:17:53.901 INFO:teuthology.orchestra.run.smithi096.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-24T17:17:54.050 INFO:teuthology.orchestra.run.smithi096.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-24T17:17:54.083 INFO:teuthology.orchestra.run.smithi096.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-24T17:17:54.453 INFO:teuthology.orchestra.run.smithi096.stdout:Fetched 113 MB in 5s (23.3 MB/s) 2024-04-24T17:17:54.634 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T17:17:55.543 INFO:teuthology.orchestra.run.smithi033.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-24T17:17:55.548 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:17:55.836 INFO:teuthology.orchestra.run.smithi049.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-24T17:17:55.837 INFO:teuthology.orchestra.run.smithi049.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-24T17:17:55.837 INFO:teuthology.orchestra.run.smithi049.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-24T17:17:55.908 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:17:56.483 INFO:teuthology.orchestra.run.smithi049.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-24T17:17:56.583 INFO:teuthology.orchestra.run.smithi049.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-24T17:17:56.606 INFO:teuthology.orchestra.run.smithi096.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-24T17:17:56.611 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:17:56.674 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:17:57.005 INFO:teuthology.orchestra.run.smithi049.stdout:Fetched 113 MB in 7s (16.3 MB/s) 2024-04-24T17:17:57.176 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-24T17:17:58.035 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T17:17:58.057 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:17:58.142 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:17:58.639 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T17:17:58.660 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:17:58.688 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:17:58.768 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T17:17:58.789 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:17:58.877 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:17:59.305 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T17:17:59.307 INFO:teuthology.orchestra.run.smithi049.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-24T17:17:59.312 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:17:59.325 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:17:59.354 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:17:59.607 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:01.951 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-24T17:18:01.972 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:18:02.062 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:02.563 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-24T17:18:02.583 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:18:02.621 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:05.759 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:18:05.885 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:18:06.101 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:18:06.218 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:18:06.246 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:18:06.374 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:18:06.533 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:18:06.647 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:18:06.711 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T17:18:06.733 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T17:18:06.768 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:18:06.933 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T17:18:06.944 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T17:18:06.983 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:18:09.465 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:18:09.575 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:18:09.933 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:18:10.062 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:18:10.398 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-24T17:18:10.421 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-24T17:18:10.456 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:18:12.242 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T17:18:12.280 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:18:12.317 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:12.923 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T17:18:12.961 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:18:12.998 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:14.980 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:18:15.103 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:18:16.212 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:18:16.333 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:16.459 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T17:18:16.587 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:16.779 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-24T17:18:16.792 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:18:16.816 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-24T17:18:16.854 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:16.917 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:18:17.284 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:18:17.597 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:17.697 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T17:18:17.809 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:17.912 INFO:teuthology.orchestra.run.smithi096.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:18:17.912 INFO:teuthology.orchestra.run.smithi096.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T17:18:17.913 INFO:teuthology.orchestra.run.smithi096.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:18:17.913 INFO:teuthology.orchestra.run.smithi096.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:18.056 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:19.175 INFO:teuthology.orchestra.run.smithi033.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:18:19.175 INFO:teuthology.orchestra.run.smithi033.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T17:18:19.175 INFO:teuthology.orchestra.run.smithi033.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:18:19.175 INFO:teuthology.orchestra.run.smithi033.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:19.353 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:19.417 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:20.189 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-24T17:18:20.314 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-24T17:18:20.682 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-24T17:18:20.786 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:20.805 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:20.825 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T17:18:20.906 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-24T17:18:20.951 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T17:18:21.034 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:21.077 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:21.884 INFO:teuthology.orchestra.run.smithi096.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T17:18:21.884 INFO:teuthology.orchestra.run.smithi096.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:22.405 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T17:18:22.465 INFO:teuthology.orchestra.run.smithi049.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:18:22.465 INFO:teuthology.orchestra.run.smithi049.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-24T17:18:22.465 INFO:teuthology.orchestra.run.smithi049.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:18:22.465 INFO:teuthology.orchestra.run.smithi049.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:22.506 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T17:18:22.619 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:22.658 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:22.731 INFO:teuthology.orchestra.run.smithi033.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T17:18:22.732 INFO:teuthology.orchestra.run.smithi033.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:24.063 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:25.463 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-24T17:18:25.589 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-24T17:18:25.732 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-24T17:18:25.806 INFO:teuthology.orchestra.run.smithi049.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-24T17:18:25.806 INFO:teuthology.orchestra.run.smithi049.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:35.793 INFO:teuthology.orchestra.run.smithi096.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T17:18:35.793 INFO:teuthology.orchestra.run.smithi096.stdout:Sourcing file `/etc/default/grub' 2024-04-24T17:18:35.806 INFO:teuthology.orchestra.run.smithi096.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:18:35.831 INFO:teuthology.orchestra.run.smithi096.stdout:Generating grub configuration file ... 2024-04-24T17:18:36.163 INFO:teuthology.orchestra.run.smithi096.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:18:36.179 INFO:teuthology.orchestra.run.smithi096.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:36.568 INFO:teuthology.orchestra.run.smithi096.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:18:36.573 INFO:teuthology.orchestra.run.smithi096.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:18:36.637 INFO:teuthology.orchestra.run.smithi096.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:18:36.643 INFO:teuthology.orchestra.run.smithi096.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:18:36.850 INFO:teuthology.orchestra.run.smithi096.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:18:36.850 INFO:teuthology.orchestra.run.smithi096.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:18:36.850 INFO:teuthology.orchestra.run.smithi096.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:18:36.896 INFO:teuthology.orchestra.run.smithi096.stdout:done 2024-04-24T17:18:37.313 DEBUG:teuthology.orchestra.run.smithi096:> dpkg -s linux-image-generic 2024-04-24T17:18:37.381 INFO:teuthology.orchestra.run.smithi096.stdout:Package: linux-image-generic 2024-04-24T17:18:37.381 INFO:teuthology.orchestra.run.smithi096.stdout:Status: install ok installed 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout:Priority: optional 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout:Section: kernel 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout:Installed-Size: 21 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout:Architecture: amd64 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout:Source: linux-meta 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout:Version: 5.15.0.105.102 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.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-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.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-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout:Recommends: thermald 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout:Description: Generic Linux kernel image 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:18:37.382 INFO:teuthology.orchestra.run.smithi096.stdout: available. 2024-04-24T17:18:37.383 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T17:18:37.383 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T17:18:37.383 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T17:18:37.383 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-24T17:18:37.383 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi096.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T17:18:37.383 DEBUG:teuthology.orchestra.run.smithi096:> sudo apt-get clean 2024-04-24T17:18:37.525 DEBUG:teuthology.orchestra.run.smithi096:> sudo apt-get update 2024-04-24T17:18:37.638 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:18:37.639 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:18:37.653 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:18:37.673 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:18:37.778 INFO:teuthology.orchestra.run.smithi033.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T17:18:37.778 INFO:teuthology.orchestra.run.smithi033.stdout:Sourcing file `/etc/default/grub' 2024-04-24T17:18:37.798 INFO:teuthology.orchestra.run.smithi033.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:18:37.824 INFO:teuthology.orchestra.run.smithi033.stdout:Generating grub configuration file ... 2024-04-24T17:18:38.131 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:18:38.150 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:38.512 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:18:38.518 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:18:38.588 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:18:38.593 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:18:38.743 INFO:teuthology.orchestra.run.smithi033.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:18:38.744 INFO:teuthology.orchestra.run.smithi033.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:18:38.744 INFO:teuthology.orchestra.run.smithi033.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:18:38.787 INFO:teuthology.orchestra.run.smithi033.stdout:done 2024-04-24T17:18:39.019 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2024-04-24T17:18:39.037 DEBUG:teuthology.orchestra.run.smithi096:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:18:39.088 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2024-04-24T17:18:39.264 INFO:teuthology.orchestra.run.smithi096.stdout:Building dependency tree... 2024-04-24T17:18:39.273 INFO:teuthology.orchestra.run.smithi096.stdout:Reading state information... 2024-04-24T17:18:39.312 DEBUG:teuthology.orchestra.run.smithi033:> dpkg -s linux-image-generic 2024-04-24T17:18:39.335 INFO:teuthology.orchestra.run.smithi033.stdout:Package: linux-image-generic 2024-04-24T17:18:39.335 INFO:teuthology.orchestra.run.smithi033.stdout:Status: install ok installed 2024-04-24T17:18:39.335 INFO:teuthology.orchestra.run.smithi033.stdout:Priority: optional 2024-04-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.stdout:Section: kernel 2024-04-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.stdout:Installed-Size: 21 2024-04-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: amd64 2024-04-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.stdout:Source: linux-meta 2024-04-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.stdout:Version: 5.15.0.105.102 2024-04-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.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-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.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-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.stdout:Recommends: thermald 2024-04-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.stdout:Description: Generic Linux kernel image 2024-04-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:18:39.336 INFO:teuthology.orchestra.run.smithi033.stdout: available. 2024-04-24T17:18:39.336 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T17:18:39.337 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T17:18:39.337 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T17:18:39.337 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-24T17:18:39.337 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi033.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T17:18:39.337 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get clean 2024-04-24T17:18:39.431 INFO:teuthology.orchestra.run.smithi096.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T17:18:39.432 INFO:teuthology.orchestra.run.smithi096.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:18:39.432 INFO:teuthology.orchestra.run.smithi096.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:18:39.432 INFO:teuthology.orchestra.run.smithi096.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:18:39.432 INFO:teuthology.orchestra.run.smithi096.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:18:39.432 INFO:teuthology.orchestra.run.smithi096.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:18:39.433 INFO:teuthology.orchestra.run.smithi096.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:18:39.433 INFO:teuthology.orchestra.run.smithi096.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:18:39.471 INFO:teuthology.orchestra.run.smithi096.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:18:39.473 DEBUG:teuthology.orchestra.run.smithi096:> dpkg -s linux-image-generic 2024-04-24T17:18:39.534 INFO:teuthology.orchestra.run.smithi096.stdout:Package: linux-image-generic 2024-04-24T17:18:39.534 INFO:teuthology.orchestra.run.smithi096.stdout:Status: install ok installed 2024-04-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.stdout:Priority: optional 2024-04-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.stdout:Section: kernel 2024-04-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.stdout:Installed-Size: 21 2024-04-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.stdout:Architecture: amd64 2024-04-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.stdout:Source: linux-meta 2024-04-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.stdout:Version: 5.15.0.105.102 2024-04-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.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-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.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-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.stdout:Recommends: thermald 2024-04-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.stdout:Description: Generic Linux kernel image 2024-04-24T17:18:39.535 INFO:teuthology.orchestra.run.smithi096.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:18:39.536 INFO:teuthology.orchestra.run.smithi096.stdout: available. 2024-04-24T17:18:39.537 DEBUG:teuthology.orchestra.run.smithi096:> mktemp 2024-04-24T17:18:39.579 INFO:teuthology.orchestra.run.smithi096.stdout:/tmp/tmp.HuRvhsgORM 2024-04-24T17:18:39.580 DEBUG:teuthology.orchestra.run.smithi096:> sudo cp /boot/grub/grub.cfg /tmp/tmp.HuRvhsgORM 2024-04-24T17:18:39.635 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 0666 /tmp/tmp.HuRvhsgORM 2024-04-24T17:18:39.679 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-04-24T17:18:39.755 DEBUG:teuthology.orchestra.remote:smithi096:/tmp/tmp.HuRvhsgORM is 10KB 2024-04-24T17:18:39.767 DEBUG:teuthology.orchestra.run.smithi096:> rm -fr /tmp/tmp.HuRvhsgORM 2024-04-24T17:18:39.773 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T17:18:39.817 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:18:39.817 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:18:39.826 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:18:39.827 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T17:18:39.827 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T17:18:39.831 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:18:39.853 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:18:39.890 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T17:18:39.890 DEBUG:teuthology.orchestra.run.smithi096:> sudo update-grub 2024-04-24T17:18:40.261 INFO:teuthology.orchestra.run.smithi049.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-24T17:18:40.261 INFO:teuthology.orchestra.run.smithi049.stdout:Sourcing file `/etc/default/grub' 2024-04-24T17:18:40.281 INFO:teuthology.orchestra.run.smithi049.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:18:40.292 INFO:teuthology.orchestra.run.smithi049.stdout:Generating grub configuration file ... 2024-04-24T17:18:40.548 INFO:teuthology.orchestra.run.smithi049.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:18:40.573 INFO:teuthology.orchestra.run.smithi049.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:40.886 INFO:teuthology.orchestra.run.smithi049.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:18:40.892 INFO:teuthology.orchestra.run.smithi049.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:18:40.956 INFO:teuthology.orchestra.run.smithi049.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:18:40.962 INFO:teuthology.orchestra.run.smithi049.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:18:41.008 INFO:teuthology.orchestra.run.smithi096.stderr:Sourcing file `/etc/default/grub' 2024-04-24T17:18:41.009 INFO:teuthology.orchestra.run.smithi096.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:18:41.012 INFO:teuthology.orchestra.run.smithi096.stderr:Generating grub configuration file ... 2024-04-24T17:18:41.119 INFO:teuthology.orchestra.run.smithi049.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:18:41.119 INFO:teuthology.orchestra.run.smithi049.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:18:41.119 INFO:teuthology.orchestra.run.smithi049.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:18:41.158 INFO:teuthology.orchestra.run.smithi049.stdout:done 2024-04-24T17:18:41.230 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-24T17:18:41.237 INFO:teuthology.orchestra.run.smithi096.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:18:41.243 INFO:teuthology.orchestra.run.smithi096.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:41.247 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:18:41.312 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-24T17:18:41.516 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-04-24T17:18:41.517 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-04-24T17:18:41.526 INFO:teuthology.orchestra.run.smithi096.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:18:41.531 INFO:teuthology.orchestra.run.smithi096.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:18:41.572 INFO:teuthology.orchestra.run.smithi096.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:18:41.577 INFO:teuthology.orchestra.run.smithi096.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:18:41.629 DEBUG:teuthology.orchestra.run.smithi049:> dpkg -s linux-image-generic 2024-04-24T17:18:41.659 INFO:teuthology.orchestra.run.smithi049.stdout:Package: linux-image-generic 2024-04-24T17:18:41.660 INFO:teuthology.orchestra.run.smithi049.stdout:Status: install ok installed 2024-04-24T17:18:41.660 INFO:teuthology.orchestra.run.smithi049.stdout:Priority: optional 2024-04-24T17:18:41.660 INFO:teuthology.orchestra.run.smithi049.stdout:Section: kernel 2024-04-24T17:18:41.660 INFO:teuthology.orchestra.run.smithi049.stdout:Installed-Size: 21 2024-04-24T17:18:41.660 INFO:teuthology.orchestra.run.smithi049.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:18:41.660 INFO:teuthology.orchestra.run.smithi049.stdout:Architecture: amd64 2024-04-24T17:18:41.660 INFO:teuthology.orchestra.run.smithi049.stdout:Source: linux-meta 2024-04-24T17:18:41.660 INFO:teuthology.orchestra.run.smithi049.stdout:Version: 5.15.0.105.102 2024-04-24T17:18:41.660 INFO:teuthology.orchestra.run.smithi049.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-24T17:18:41.660 INFO:teuthology.orchestra.run.smithi049.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-24T17:18:41.661 INFO:teuthology.orchestra.run.smithi049.stdout:Recommends: thermald 2024-04-24T17:18:41.661 INFO:teuthology.orchestra.run.smithi049.stdout:Description: Generic Linux kernel image 2024-04-24T17:18:41.661 INFO:teuthology.orchestra.run.smithi049.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:18:41.661 INFO:teuthology.orchestra.run.smithi049.stdout: available. 2024-04-24T17:18:41.661 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-24T17:18:41.661 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-24T17:18:41.661 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-24T17:18:41.661 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-24T17:18:41.661 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi049.front.sepia.ceph.com, path=None, version=distro) 2024-04-24T17:18:41.661 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get clean 2024-04-24T17:18:41.698 INFO:teuthology.orchestra.run.smithi033.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T17:18:41.698 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:18:41.698 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:18:41.699 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:18:41.699 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:18:41.699 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:18:41.699 INFO:teuthology.orchestra.run.smithi033.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:18:41.699 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:18:41.708 INFO:teuthology.orchestra.run.smithi096.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:18:41.708 INFO:teuthology.orchestra.run.smithi096.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:18:41.708 INFO:teuthology.orchestra.run.smithi096.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:18:41.741 INFO:teuthology.orchestra.run.smithi096.stderr:done 2024-04-24T17:18:41.742 INFO:teuthology.orchestra.run.smithi033.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:18:41.744 DEBUG:teuthology.orchestra.run.smithi033:> dpkg -s linux-image-generic 2024-04-24T17:18:41.750 DEBUG:teuthology.orchestra.run.smithi096:> sudo shutdown -r now 2024-04-24T17:18:41.760 INFO:teuthology.orchestra.run.smithi033.stdout:Package: linux-image-generic 2024-04-24T17:18:41.760 INFO:teuthology.orchestra.run.smithi033.stdout:Status: install ok installed 2024-04-24T17:18:41.760 INFO:teuthology.orchestra.run.smithi033.stdout:Priority: optional 2024-04-24T17:18:41.760 INFO:teuthology.orchestra.run.smithi033.stdout:Section: kernel 2024-04-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.stdout:Installed-Size: 21 2024-04-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: amd64 2024-04-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.stdout:Source: linux-meta 2024-04-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.stdout:Version: 5.15.0.105.102 2024-04-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.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-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.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-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.stdout:Recommends: thermald 2024-04-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.stdout:Description: Generic Linux kernel image 2024-04-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:18:41.761 INFO:teuthology.orchestra.run.smithi033.stdout: available. 2024-04-24T17:18:41.762 DEBUG:teuthology.orchestra.run.smithi033:> mktemp 2024-04-24T17:18:41.809 INFO:teuthology.orchestra.run.smithi033.stdout:/tmp/tmp.labTsaEBDa 2024-04-24T17:18:41.809 DEBUG:teuthology.orchestra.run.smithi033:> sudo cp /boot/grub/grub.cfg /tmp/tmp.labTsaEBDa 2024-04-24T17:18:41.822 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get update 2024-04-24T17:18:41.864 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 0666 /tmp/tmp.labTsaEBDa 2024-04-24T17:18:41.942 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:18:41.953 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:18:41.975 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:18:41.985 DEBUG:teuthology.orchestra.remote:smithi033:/tmp/tmp.labTsaEBDa is 10KB 2024-04-24T17:18:41.999 DEBUG:teuthology.orchestra.run.smithi033:> rm -fr /tmp/tmp.labTsaEBDa 2024-04-24T17:18:42.004 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T17:18:42.055 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:18:42.064 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:18:42.064 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T17:18:42.064 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T17:18:42.143 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T17:18:42.143 DEBUG:teuthology.orchestra.run.smithi033:> sudo update-grub 2024-04-24T17:18:43.365 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-24T17:18:43.384 DEBUG:teuthology.orchestra.run.smithi049:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-24T17:18:43.445 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-24T17:18:43.660 INFO:teuthology.orchestra.run.smithi049.stdout:Building dependency tree... 2024-04-24T17:18:43.660 INFO:teuthology.orchestra.run.smithi049.stdout:Reading state information... 2024-04-24T17:18:43.679 INFO:teuthology.orchestra.run.smithi033.stderr:Sourcing file `/etc/default/grub' 2024-04-24T17:18:43.689 INFO:teuthology.orchestra.run.smithi033.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:18:43.692 INFO:teuthology.orchestra.run.smithi033.stderr:Generating grub configuration file ... 2024-04-24T17:18:43.841 INFO:teuthology.orchestra.run.smithi049.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-24T17:18:43.841 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:18:43.842 INFO:teuthology.orchestra.run.smithi049.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:18:43.842 INFO:teuthology.orchestra.run.smithi049.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:18:43.842 INFO:teuthology.orchestra.run.smithi049.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:18:43.842 INFO:teuthology.orchestra.run.smithi049.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:18:43.842 INFO:teuthology.orchestra.run.smithi049.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:18:43.842 INFO:teuthology.orchestra.run.smithi049.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:18:43.887 INFO:teuthology.orchestra.run.smithi049.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-24T17:18:43.889 DEBUG:teuthology.orchestra.run.smithi049:> dpkg -s linux-image-generic 2024-04-24T17:18:43.905 INFO:teuthology.orchestra.run.smithi049.stdout:Package: linux-image-generic 2024-04-24T17:18:43.905 INFO:teuthology.orchestra.run.smithi049.stdout:Status: install ok installed 2024-04-24T17:18:43.905 INFO:teuthology.orchestra.run.smithi049.stdout:Priority: optional 2024-04-24T17:18:43.905 INFO:teuthology.orchestra.run.smithi049.stdout:Section: kernel 2024-04-24T17:18:43.905 INFO:teuthology.orchestra.run.smithi049.stdout:Installed-Size: 21 2024-04-24T17:18:43.905 INFO:teuthology.orchestra.run.smithi049.stdout:Maintainer: Ubuntu Kernel Team 2024-04-24T17:18:43.905 INFO:teuthology.orchestra.run.smithi049.stdout:Architecture: amd64 2024-04-24T17:18:43.905 INFO:teuthology.orchestra.run.smithi049.stdout:Source: linux-meta 2024-04-24T17:18:43.906 INFO:teuthology.orchestra.run.smithi049.stdout:Version: 5.15.0.105.102 2024-04-24T17:18:43.906 INFO:teuthology.orchestra.run.smithi049.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-24T17:18:43.906 INFO:teuthology.orchestra.run.smithi049.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-24T17:18:43.906 INFO:teuthology.orchestra.run.smithi049.stdout:Recommends: thermald 2024-04-24T17:18:43.906 INFO:teuthology.orchestra.run.smithi049.stdout:Description: Generic Linux kernel image 2024-04-24T17:18:43.906 INFO:teuthology.orchestra.run.smithi049.stdout: This package will always depend on the latest generic kernel image 2024-04-24T17:18:43.906 INFO:teuthology.orchestra.run.smithi049.stdout: available. 2024-04-24T17:18:43.906 DEBUG:teuthology.orchestra.run.smithi049:> mktemp 2024-04-24T17:18:43.910 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:18:43.917 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:43.951 INFO:teuthology.orchestra.run.smithi049.stdout:/tmp/tmp.U2cExCS9ZU 2024-04-24T17:18:43.952 DEBUG:teuthology.orchestra.run.smithi049:> sudo cp /boot/grub/grub.cfg /tmp/tmp.U2cExCS9ZU 2024-04-24T17:18:44.008 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 0666 /tmp/tmp.U2cExCS9ZU 2024-04-24T17:18:44.121 DEBUG:teuthology.orchestra.remote:smithi049:/tmp/tmp.U2cExCS9ZU is 10KB 2024-04-24T17:18:44.134 DEBUG:teuthology.orchestra.run.smithi049:> rm -fr /tmp/tmp.U2cExCS9ZU 2024-04-24T17:18:44.139 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-24T17:18:44.171 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:18:44.177 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:18:44.195 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:18:44.195 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-24T17:18:44.195 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-24T17:18:44.219 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:18:44.225 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:18:44.275 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-24T17:18:44.275 DEBUG:teuthology.orchestra.run.smithi049:> sudo update-grub 2024-04-24T17:18:44.364 INFO:teuthology.orchestra.run.smithi033.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:18:44.364 INFO:teuthology.orchestra.run.smithi033.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:18:44.364 INFO:teuthology.orchestra.run.smithi033.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:18:44.377 INFO:teuthology.orchestra.run.smithi033.stderr:done 2024-04-24T17:18:44.379 DEBUG:teuthology.orchestra.run.smithi033:> sudo shutdown -r now 2024-04-24T17:18:45.449 INFO:teuthology.orchestra.run.smithi049.stderr:Sourcing file `/etc/default/grub' 2024-04-24T17:18:45.450 INFO:teuthology.orchestra.run.smithi049.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-24T17:18:45.453 INFO:teuthology.orchestra.run.smithi049.stderr:Generating grub configuration file ... 2024-04-24T17:18:45.654 INFO:teuthology.orchestra.run.smithi049.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-24T17:18:45.660 INFO:teuthology.orchestra.run.smithi049.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-24T17:18:45.884 INFO:teuthology.orchestra.run.smithi049.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-24T17:18:45.889 INFO:teuthology.orchestra.run.smithi049.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-24T17:18:45.932 INFO:teuthology.orchestra.run.smithi049.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-24T17:18:45.937 INFO:teuthology.orchestra.run.smithi049.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-24T17:18:46.069 INFO:teuthology.orchestra.run.smithi049.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-24T17:18:46.070 INFO:teuthology.orchestra.run.smithi049.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-24T17:18:46.070 INFO:teuthology.orchestra.run.smithi049.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-24T17:18:46.085 INFO:teuthology.orchestra.run.smithi049.stderr:done 2024-04-24T17:18:46.093 DEBUG:teuthology.orchestra.run.smithi049:> sudo shutdown -r now 2024-04-24T17:19:11.774 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-24T17:19:11.775 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-04-24T17:19:11.776 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:19:14.425 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-24T17:19:14.425 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-24T17:19:14.426 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:19:16.098 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-24T17:19:16.098 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-24T17:19:16.099 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:19:30.338 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-04-24T17:19:39.348 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-04-24T17:19:39.349 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:19:42.434 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-04-24T17:19:50.558 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-04-24T17:19:54.438 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-04-24T17:19:54.439 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:19:59.565 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-24T17:19:59.566 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:20:02.622 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-04-24T17:20:12.830 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.96 2024-04-24T17:20:14.430 DEBUG:teuthology.orchestra.remote:timed out 2024-04-24T17:20:14.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-24T17:20:14.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:20:17.694 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-04-24T17:20:23.436 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-24T17:20:23.437 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:20:23.733 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-04-24T17:20:24.405 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-24T17:20:24.406 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-24T17:20:24.406 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-04-24T17:20:24.411 INFO:teuthology.orchestra.run.smithi033.stdout:5.15.0-105-generic 2024-04-24T17:20:24.411 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T17:20:24.412 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T17:20:24.412 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T17:20:25.413 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-24T17:20:25.413 DEBUG:teuthology.orchestra.run.smithi033:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T17:20:25.491 INFO:teuthology.orchestra.run.smithi033.stdout:ttyS1 2024-04-24T17:20:25.515 DEBUG:teuthology.parallel:result is None 2024-04-24T17:20:27.832 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-04-24T17:20:27.833 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:20:28.250 DEBUG:teuthology.orchestra.run.smithi096:> true 2024-04-24T17:20:28.956 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-04-24T17:20:28.956 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-24T17:20:28.956 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2024-04-24T17:20:29.005 INFO:teuthology.orchestra.run.smithi096.stdout:5.15.0-105-generic 2024-04-24T17:20:29.005 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T17:20:29.006 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T17:20:29.006 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T17:20:30.006 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-24T17:20:30.007 DEBUG:teuthology.orchestra.run.smithi096:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T17:20:30.079 INFO:teuthology.orchestra.run.smithi096.stdout:ttyS1 2024-04-24T17:20:30.103 DEBUG:teuthology.parallel:result is None 2024-04-24T17:20:32.695 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-24T17:20:32.695 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:20:35.774 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-04-24T17:20:53.775 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-24T17:20:53.776 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:21:12.222 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-04-24T17:21:33.223 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-24T17:21:33.224 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:21:33.492 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-04-24T17:21:34.001 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-24T17:21:34.001 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-24T17:21:34.001 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-04-24T17:21:34.048 INFO:teuthology.orchestra.run.smithi049.stdout:5.15.0-105-generic 2024-04-24T17:21:34.048 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-24T17:21:34.048 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-24T17:21:34.048 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-24T17:21:35.048 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-24T17:21:35.049 DEBUG:teuthology.orchestra.run.smithi049:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T17:21:35.114 INFO:teuthology.orchestra.run.smithi049.stdout:ttyS1 2024-04-24T17:21:35.137 DEBUG:teuthology.parallel:result is None 2024-04-24T17:21:35.138 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-24T17:21:35.144 INFO:teuthology.task.internal:Creating test directory... 2024-04-24T17:21:35.145 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T17:21:35.147 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T17:21:35.150 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T17:21:35.156 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-24T17:21:35.163 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-24T17:21:35.169 INFO:teuthology.task.internal:Creating archive directory... 2024-04-24T17:21:35.170 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T17:21:35.194 DEBUG:teuthology.orchestra.run.smithi049:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T17:21:35.197 DEBUG:teuthology.orchestra.run.smithi096:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T17:21:35.247 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-24T17:21:35.254 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-24T17:21:35.254 DEBUG:teuthology.orchestra.run.smithi033:> 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-24T17:21:35.257 DEBUG:teuthology.orchestra.run.smithi049:> 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-24T17:21:35.259 DEBUG:teuthology.orchestra.run.smithi096:> 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-24T17:21:35.274 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:21:35.278 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:21:35.282 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:21:35.288 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:21:35.319 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:21:35.327 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T17:21:35.329 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-24T17:21:35.335 INFO:teuthology.task.internal:Configuring sudo... 2024-04-24T17:21:35.336 DEBUG:teuthology.orchestra.run.smithi033:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T17:21:35.338 DEBUG:teuthology.orchestra.run.smithi049:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T17:21:35.341 DEBUG:teuthology.orchestra.run.smithi096:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T17:21:35.383 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-24T17:21:35.392 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-24T17:21:35.392 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T17:21:35.395 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T17:21:35.397 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T17:21:35.432 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T17:21:35.445 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T17:21:35.493 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:21:35.493 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T17:21:35.557 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T17:21:35.563 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T17:21:35.612 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:21:35.612 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T17:21:35.672 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T17:21:35.678 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T17:21:35.724 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:21:35.724 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T17:21:35.797 DEBUG:teuthology.orchestra.run.smithi033:> sudo service rsyslog restart 2024-04-24T17:21:35.799 DEBUG:teuthology.orchestra.run.smithi049:> sudo service rsyslog restart 2024-04-24T17:21:35.802 DEBUG:teuthology.orchestra.run.smithi096:> sudo service rsyslog restart 2024-04-24T17:21:35.869 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-24T17:21:35.876 INFO:teuthology.task.internal:Starting timer... 2024-04-24T17:21:35.876 INFO:teuthology.run_tasks:Running task pcp... 2024-04-24T17:21:35.886 INFO:teuthology.run_tasks:Running task selinux... 2024-04-24T17:21:35.895 DEBUG:teuthology.task.selinux:Excluding smithi033: OS 'ubuntu' does not support SELinux 2024-04-24T17:21:35.895 DEBUG:teuthology.task.selinux:Excluding smithi049: OS 'ubuntu' does not support SELinux 2024-04-24T17:21:35.895 DEBUG:teuthology.task.selinux:Excluding smithi096: OS 'ubuntu' does not support SELinux 2024-04-24T17:21:35.895 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-24T17:21:35.895 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-24T17:21:35.895 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-24T17:21:35.895 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-24T17:21:35.905 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-24T17:21:35.925 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-24T17:21:35.926 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi033.front.sepia.ceph.com,smithi049.front.sepia.ceph.com,smithi096.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-24T17:28:44.170 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi033.front.sepia.ceph.com'), Remote(name='ubuntu@smithi049.front.sepia.ceph.com'), Remote(name='ubuntu@smithi096.front.sepia.ceph.com')] 2024-04-24T17:28:44.171 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-24T17:28:44.172 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:28:44.254 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-04-24T17:28:44.330 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-24T17:28:44.331 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-24T17:28:44.331 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:28:44.414 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-04-24T17:28:44.490 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-24T17:28:44.490 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-04-24T17:28:44.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T17:28:44.573 DEBUG:teuthology.orchestra.run.smithi096:> true 2024-04-24T17:28:44.650 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2024-04-24T17:28:44.651 INFO:teuthology.run_tasks:Running task clock... 2024-04-24T17:28:44.662 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-24T17:28:44.662 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T17:28:44.663 DEBUG:teuthology.orchestra.run.smithi033:> 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-24T17:28:44.665 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T17:28:44.666 DEBUG:teuthology.orchestra.run.smithi049:> 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-24T17:28:44.668 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T17:28:44.668 DEBUG:teuthology.orchestra.run.smithi096:> 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-24T17:28:44.692 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T17:28:44.692 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: Command line: ntpd -gq 2024-04-24T17:28:44.692 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: ---------------------------------------------------- 2024-04-24T17:28:44.692 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T17:28:44.692 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T17:28:44.692 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: corporation. Support and training for ntp-4 are 2024-04-24T17:28:44.693 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: available at https://www.nwtime.org/support 2024-04-24T17:28:44.693 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: ---------------------------------------------------- 2024-04-24T17:28:44.694 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: proto: precision = 0.054 usec (-24) 2024-04-24T17:28:44.694 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: basedate set to 2022-02-04 2024-04-24T17:28:44.694 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: gps base set to 2022-02-06 (week 2196) 2024-04-24T17:28:44.694 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:28:44.694 INFO:teuthology.orchestra.run.smithi033.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:28:44.694 INFO:teuthology.orchestra.run.smithi033.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:28:44.695 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:28:44.695 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T17:28:44.695 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T17:28:44.696 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T17:28:44.696 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: Listen normally on 3 ens1f0 172.21.15.33:123 2024-04-24T17:28:44.696 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: Listen normally on 4 lo [::1]:123 2024-04-24T17:28:44.696 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:d294%4]:123 2024-04-24T17:28:44.696 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:44 ntpd[17099]: Listening on routing socket on fd #22 for interface updates 2024-04-24T17:28:44.697 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T17:28:44.697 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: Command line: ntpd -gq 2024-04-24T17:28:44.697 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: ---------------------------------------------------- 2024-04-24T17:28:44.697 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T17:28:44.698 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T17:28:44.698 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: corporation. Support and training for ntp-4 are 2024-04-24T17:28:44.698 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: available at https://www.nwtime.org/support 2024-04-24T17:28:44.698 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: ---------------------------------------------------- 2024-04-24T17:28:44.698 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: proto: precision = 0.045 usec (-24) 2024-04-24T17:28:44.698 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: basedate set to 2022-02-04 2024-04-24T17:28:44.698 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: gps base set to 2022-02-06 (week 2196) 2024-04-24T17:28:44.698 INFO:teuthology.orchestra.run.smithi049.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:28:44.699 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:28:44.699 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:28:44.699 INFO:teuthology.orchestra.run.smithi049.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:28:44.700 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T17:28:44.700 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T17:28:44.700 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T17:28:44.700 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: Listen normally on 3 ens1f0 172.21.15.49:123 2024-04-24T17:28:44.700 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: Listen normally on 4 lo [::1]:123 2024-04-24T17:28:44.700 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1566%4]:123 2024-04-24T17:28:44.700 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:44 ntpd[17108]: Listening on routing socket on fd #22 for interface updates 2024-04-24T17:28:44.721 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-24T17:28:44.721 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: Command line: ntpd -gq 2024-04-24T17:28:44.721 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: ---------------------------------------------------- 2024-04-24T17:28:44.722 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: ntp-4 is maintained by Network Time Foundation, 2024-04-24T17:28:44.722 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-24T17:28:44.722 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: corporation. Support and training for ntp-4 are 2024-04-24T17:28:44.722 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: available at https://www.nwtime.org/support 2024-04-24T17:28:44.722 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: ---------------------------------------------------- 2024-04-24T17:28:44.722 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: proto: precision = 0.044 usec (-24) 2024-04-24T17:28:44.722 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: basedate set to 2022-02-04 2024-04-24T17:28:44.722 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: gps base set to 2022-02-06 (week 2196) 2024-04-24T17:28:44.722 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:28:44.722 INFO:teuthology.orchestra.run.smithi096.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-24T17:28:44.723 INFO:teuthology.orchestra.run.smithi096.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:28:44.723 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: restrict ::: KOD does nothing without LIMITED. 2024-04-24T17:28:44.724 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: Listen and drop on 0 v6wildcard [::]:123 2024-04-24T17:28:44.724 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-24T17:28:44.724 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: Listen normally on 2 lo 127.0.0.1:123 2024-04-24T17:28:44.724 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: Listen normally on 3 enp3s0f1 172.21.15.96:123 2024-04-24T17:28:44.724 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: Listen normally on 4 lo [::1]:123 2024-04-24T17:28:44.724 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc0d%5]:123 2024-04-24T17:28:44.724 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:44 ntpd[17224]: Listening on routing socket on fd #22 for interface updates 2024-04-24T17:28:45.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:45 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:45.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:45 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:45.695 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:45.695 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:45.695 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:45.695 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:45.695 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:45.695 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:45.695 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:45.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:45.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:45.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:45.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:45.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:45 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:45.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:45 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:45.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:45 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:45.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:45 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:45.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:45 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:45.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:45 ntpd[17224]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:45.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:45 ntpd[17224]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:46.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:46 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:46.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:46 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:46.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:46 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:46.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:46 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:46.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:46 ntpd[17099]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:46.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:46 ntpd[17099]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:46.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:46 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:46.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:46 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:46.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:46 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:46.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:46 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:46.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:46 ntpd[17224]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:46.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:46 ntpd[17224]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:47.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:47 ntpd[17099]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:47.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:47 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:47.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:47 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:47.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:47 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:47.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:47 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:47.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:47 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:47.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:47 ntpd[17224]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:47.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:47 ntpd[17224]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:48.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:48 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:48.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:48 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:48.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:48 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:48.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:48 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:48.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:48 ntpd[17099]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:48.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:48 ntpd[17099]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:48.694 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:48 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:48.694 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:48 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:48.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:48 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:48.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:48 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:48.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:48 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:48.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:48 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:48.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:48 ntpd[17224]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:48.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:48 ntpd[17224]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:49.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:49.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:49 ntpd[17099]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:49.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:49.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:49 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:49.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.723 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.723 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:49.723 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:49.723 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:49.723 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:49.723 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:49.723 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:49 ntpd[17224]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:50.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:50 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:50.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:50 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:50.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:50 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:50.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:50 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:50.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:50 ntpd[17099]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:50.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:50 ntpd[17099]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:50.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:50 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:50.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:50 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:50.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:50 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:50.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:50 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:50.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:50 ntpd[17224]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:50.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:50 ntpd[17224]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:51.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:51.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:51.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.695 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:51.695 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:51 ntpd[17099]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:51.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.696 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:51.697 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:51.698 INFO:teuthology.orchestra.run.smithi049.stdout:24 Apr 17:28:51 ntpd[17108]: ntpd: time slew -0.001923 s 2024-04-24T17:28:51.698 INFO:teuthology.orchestra.run.smithi049.stdout:ntpd: time slew -0.001923s 2024-04-24T17:28:51.698 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T17:28:51.698 INFO:teuthology.orchestra.run.smithi049.stderr:24 Apr 17:28:51 ntpd[17108]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T17:28:51.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:51 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:51 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.721 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:51 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:51 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:51 ntpd[17224]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:51.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:51 ntpd[17224]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:51.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:51 ntpd[17224]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:51.722 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:51 ntpd[17224]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:51.722 INFO:teuthology.orchestra.run.smithi096.stdout:24 Apr 17:28:51 ntpd[17224]: ntpd: time slew -0.000848 s 2024-04-24T17:28:51.722 INFO:teuthology.orchestra.run.smithi096.stdout:ntpd: time slew -0.000848s 2024-04-24T17:28:51.723 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:51 ntpd[17224]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T17:28:51.723 INFO:teuthology.orchestra.run.smithi096.stderr:24 Apr 17:28:51 ntpd[17224]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T17:28:51.744 INFO:teuthology.orchestra.run.smithi049.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:28:51.744 INFO:teuthology.orchestra.run.smithi049.stdout:============================================================================== 2024-04-24T17:28:51.744 INFO:teuthology.orchestra.run.smithi049.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:51.744 INFO:teuthology.orchestra.run.smithi049.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:51.744 INFO:teuthology.orchestra.run.smithi049.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:51.744 INFO:teuthology.orchestra.run.smithi049.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:51.772 INFO:teuthology.orchestra.run.smithi096.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:28:51.772 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================== 2024-04-24T17:28:51.772 INFO:teuthology.orchestra.run.smithi096.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:51.772 INFO:teuthology.orchestra.run.smithi096.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:51.772 INFO:teuthology.orchestra.run.smithi096.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:51.772 INFO:teuthology.orchestra.run.smithi096.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:52.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:52 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:52.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:52 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:52.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:52 ntpd[17099]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-24T17:28:52.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:52 ntpd[17099]: can't open /var/log/ntpstats/rawstats.20240424: Permission denied 2024-04-24T17:28:52.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:52 ntpd[17099]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-24T17:28:52.693 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:52 ntpd[17099]: can't open /var/log/ntpstats/peerstats.20240424: Permission denied 2024-04-24T17:28:52.693 INFO:teuthology.orchestra.run.smithi033.stdout:24 Apr 17:28:52 ntpd[17099]: ntpd: time slew -0.000501 s 2024-04-24T17:28:52.694 INFO:teuthology.orchestra.run.smithi033.stdout:ntpd: time slew -0.000501s 2024-04-24T17:28:52.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:52 ntpd[17099]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-24T17:28:52.694 INFO:teuthology.orchestra.run.smithi033.stderr:24 Apr 17:28:52 ntpd[17099]: can't open /var/log/ntpstats/loopstats.20240424: Permission denied 2024-04-24T17:28:52.741 INFO:teuthology.orchestra.run.smithi033.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:28:52.741 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================== 2024-04-24T17:28:52.741 INFO:teuthology.orchestra.run.smithi033.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:52.742 INFO:teuthology.orchestra.run.smithi033.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:52.742 INFO:teuthology.orchestra.run.smithi033.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:52.742 INFO:teuthology.orchestra.run.smithi033.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:28:52.743 INFO:teuthology.run_tasks:Running task install... 2024-04-24T17:28:52.751 DEBUG:teuthology.task.install:project ceph 2024-04-24T17:28:52.751 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc'}} 2024-04-24T17:28:52.751 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5904d29475f5be602879d9fb26280e89b808d5cc'} 2024-04-24T17:28:52.751 INFO:teuthology.task.install:Using flavor: default 2024-04-24T17:28:52.757 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-24T17:28:52.757 INFO:teuthology.task.install:extra packages: [] 2024-04-24T17:28:52.757 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-key list | grep Ceph 2024-04-24T17:28:52.757 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-key list | grep Ceph 2024-04-24T17:28:52.758 DEBUG:teuthology.orchestra.run.smithi096:> sudo apt-key list | grep Ceph 2024-04-24T17:28:52.820 INFO:teuthology.orchestra.run.smithi096.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-24T17:28:52.826 INFO:teuthology.orchestra.run.smithi049.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-24T17:28:52.846 INFO:teuthology.orchestra.run.smithi033.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-24T17:28:52.850 INFO:teuthology.orchestra.run.smithi096.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-24T17:28:52.850 INFO:teuthology.orchestra.run.smithi096.stdout:uid [ unknown] Ceph.com (release key) 2024-04-24T17:28:52.851 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-24T17:28:52.851 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-24T17:28:52.858 INFO:teuthology.orchestra.run.smithi049.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-24T17:28:52.858 INFO:teuthology.orchestra.run.smithi049.stdout:uid [ unknown] Ceph.com (release key) 2024-04-24T17:28:52.859 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-24T17:28:52.859 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-24T17:28:52.875 INFO:teuthology.orchestra.run.smithi033.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-24T17:28:52.875 INFO:teuthology.orchestra.run.smithi033.stdout:uid [ unknown] Ceph.com (release key) 2024-04-24T17:28:52.875 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-24T17:28:52.875 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-24T17:28:52.991 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-24T17:28:52.991 INFO:teuthology.task.install.deb:Package version is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:28:52.998 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-24T17:28:52.999 INFO:teuthology.task.install.deb:Package version is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:28:53.012 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-24T17:28:53.012 INFO:teuthology.task.install.deb:Package version is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:28:53.104 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:28:53.105 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-24T17:28:53.118 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:28:53.118 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-24T17:28:53.119 DEBUG:teuthology.orchestra.run.smithi096:> sudo apt-get update 2024-04-24T17:28:53.133 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-04-24T17:28:53.171 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:28:53.171 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-24T17:28:53.185 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get update 2024-04-24T17:28:53.291 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:28:53.309 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:28:53.309 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:28:53.321 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:28:53.339 INFO:teuthology.orchestra.run.smithi096.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-24T17:28:53.341 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:28:53.355 INFO:teuthology.orchestra.run.smithi033.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-24T17:28:53.360 INFO:teuthology.orchestra.run.smithi096.stdout:Get:3 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-24T17:28:53.360 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-24T17:28:53.376 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:53.381 INFO:teuthology.orchestra.run.smithi096.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-24T17:28:53.398 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:53.402 INFO:teuthology.orchestra.run.smithi096.stdout:Get:5 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-24T17:28:53.407 INFO:teuthology.orchestra.run.smithi049.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy InRelease 2024-04-24T17:28:53.412 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:28:53.419 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:53.428 INFO:teuthology.orchestra.run.smithi049.stdout:Get:3 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-24T17:28:53.434 INFO:teuthology.orchestra.run.smithi096.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 Packages [18.1 kB] 2024-04-24T17:28:53.447 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 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-24T17:28:53.450 INFO:teuthology.orchestra.run.smithi049.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-0937/5904d29475f5be602879d9fb26280e89b808d5cc/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-24T17:28:53.471 INFO:teuthology.orchestra.run.smithi049.stdout:Get:5 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-24T17:28:53.487 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-24T17:28:53.488 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:28:53.500 INFO:teuthology.orchestra.run.smithi049.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 Packages [18.1 kB] 2024-04-24T17:28:53.569 INFO:teuthology.orchestra.run.smithi096.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:28:53.570 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-24T17:28:53.653 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-24T17:28:53.695 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 28.5 kB in 0s (75.3 kB/s) 2024-04-24T17:28:53.711 INFO:teuthology.orchestra.run.smithi096.stdout:Fetched 28.5 kB in 0s (68.8 kB/s) 2024-04-24T17:28:53.799 INFO:teuthology.orchestra.run.smithi049.stdout:Fetched 28.5 kB in 0s (65.9 kB/s) 2024-04-24T17:28:54.679 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-24T17:28:54.696 DEBUG:teuthology.orchestra.run.smithi033:> 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-24T17:28:54.715 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2024-04-24T17:28:54.731 DEBUG:teuthology.orchestra.run.smithi096:> 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-24T17:28:54.759 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-24T17:28:54.783 INFO:teuthology.orchestra.run.smithi096.stdout:Reading package lists... 2024-04-24T17:28:54.784 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-24T17:28:54.800 DEBUG:teuthology.orchestra.run.smithi049:> 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-24T17:28:54.861 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-24T17:28:54.955 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-04-24T17:28:54.956 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-04-24T17:28:54.959 INFO:teuthology.orchestra.run.smithi096.stdout:Building dependency tree... 2024-04-24T17:28:54.960 INFO:teuthology.orchestra.run.smithi096.stdout:Reading state information... 2024-04-24T17:28:55.058 INFO:teuthology.orchestra.run.smithi049.stdout:Building dependency tree... 2024-04-24T17:28:55.059 INFO:teuthology.orchestra.run.smithi049.stdout:Reading state information... 2024-04-24T17:28:55.134 INFO:teuthology.orchestra.run.smithi096.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:28:55.135 INFO:teuthology.orchestra.run.smithi096.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:28:55.135 INFO:teuthology.orchestra.run.smithi096.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:28:55.135 INFO:teuthology.orchestra.run.smithi096.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:28:55.135 INFO:teuthology.orchestra.run.smithi096.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:28:55.135 INFO:teuthology.orchestra.run.smithi096.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:28:55.136 INFO:teuthology.orchestra.run.smithi096.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:28:55.136 INFO:teuthology.orchestra.run.smithi096.stdout:The following additional packages will be installed: 2024-04-24T17:28:55.136 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-24T17:28:55.136 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-24T17:28:55.137 INFO:teuthology.orchestra.run.smithi096.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-24T17:28:55.137 INFO:teuthology.orchestra.run.smithi096.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-24T17:28:55.137 INFO:teuthology.orchestra.run.smithi096.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-24T17:28:55.137 INFO:teuthology.orchestra.run.smithi096.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-24T17:28:55.137 INFO:teuthology.orchestra.run.smithi096.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-24T17:28:55.137 INFO:teuthology.orchestra.run.smithi096.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-24T17:28:55.138 INFO:teuthology.orchestra.run.smithi096.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-24T17:28:55.139 INFO:teuthology.orchestra.run.smithi096.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-24T17:28:55.139 INFO:teuthology.orchestra.run.smithi096.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-24T17:28:55.139 INFO:teuthology.orchestra.run.smithi096.stdout: xmlstarlet zip 2024-04-24T17:28:55.139 INFO:teuthology.orchestra.run.smithi096.stdout:Suggested packages: 2024-04-24T17:28:55.139 INFO:teuthology.orchestra.run.smithi096.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-24T17:28:55.139 INFO:teuthology.orchestra.run.smithi096.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-24T17:28:55.139 INFO:teuthology.orchestra.run.smithi096.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-24T17:28:55.139 INFO:teuthology.orchestra.run.smithi096.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-24T17:28:55.139 INFO:teuthology.orchestra.run.smithi096.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-24T17:28:55.139 INFO:teuthology.orchestra.run.smithi096.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-24T17:28:55.140 INFO:teuthology.orchestra.run.smithi096.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-24T17:28:55.140 INFO:teuthology.orchestra.run.smithi096.stdout:Recommended packages: 2024-04-24T17:28:55.140 INFO:teuthology.orchestra.run.smithi096.stdout: btrfs-tools 2024-04-24T17:28:55.157 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:28:55.157 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:28:55.158 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:28:55.158 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:28:55.158 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:28:55.159 INFO:teuthology.orchestra.run.smithi033.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:28:55.159 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:28:55.160 INFO:teuthology.orchestra.run.smithi033.stdout:The following additional packages will be installed: 2024-04-24T17:28:55.160 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-24T17:28:55.160 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-24T17:28:55.160 INFO:teuthology.orchestra.run.smithi033.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-24T17:28:55.160 INFO:teuthology.orchestra.run.smithi033.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-24T17:28:55.161 INFO:teuthology.orchestra.run.smithi033.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-24T17:28:55.161 INFO:teuthology.orchestra.run.smithi033.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-24T17:28:55.161 INFO:teuthology.orchestra.run.smithi033.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-24T17:28:55.161 INFO:teuthology.orchestra.run.smithi033.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-24T17:28:55.161 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-24T17:28:55.162 INFO:teuthology.orchestra.run.smithi033.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-24T17:28:55.163 INFO:teuthology.orchestra.run.smithi033.stdout: xmlstarlet zip 2024-04-24T17:28:55.163 INFO:teuthology.orchestra.run.smithi033.stdout:Suggested packages: 2024-04-24T17:28:55.163 INFO:teuthology.orchestra.run.smithi033.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-24T17:28:55.163 INFO:teuthology.orchestra.run.smithi033.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-24T17:28:55.163 INFO:teuthology.orchestra.run.smithi033.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-24T17:28:55.163 INFO:teuthology.orchestra.run.smithi033.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-24T17:28:55.163 INFO:teuthology.orchestra.run.smithi033.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-24T17:28:55.163 INFO:teuthology.orchestra.run.smithi033.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-24T17:28:55.163 INFO:teuthology.orchestra.run.smithi033.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-24T17:28:55.163 INFO:teuthology.orchestra.run.smithi033.stdout:Recommended packages: 2024-04-24T17:28:55.164 INFO:teuthology.orchestra.run.smithi033.stdout: btrfs-tools 2024-04-24T17:28:55.237 INFO:teuthology.orchestra.run.smithi096.stdout:The following NEW packages will be installed: 2024-04-24T17:28:55.237 INFO:teuthology.orchestra.run.smithi096.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-24T17:28:55.237 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-24T17:28:55.237 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-24T17:28:55.237 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-24T17:28:55.237 INFO:teuthology.orchestra.run.smithi096.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-24T17:28:55.237 INFO:teuthology.orchestra.run.smithi096.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-24T17:28:55.239 INFO:teuthology.orchestra.run.smithi096.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-24T17:28:55.240 INFO:teuthology.orchestra.run.smithi096.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-24T17:28:55.240 INFO:teuthology.orchestra.run.smithi096.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-24T17:28:55.240 INFO:teuthology.orchestra.run.smithi096.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-24T17:28:55.240 INFO:teuthology.orchestra.run.smithi096.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-24T17:28:55.240 INFO:teuthology.orchestra.run.smithi096.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-24T17:28:55.240 INFO:teuthology.orchestra.run.smithi096.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-24T17:28:55.260 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages were automatically installed and are no longer required: 2024-04-24T17:28:55.260 INFO:teuthology.orchestra.run.smithi049.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-24T17:28:55.260 INFO:teuthology.orchestra.run.smithi049.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-24T17:28:55.260 INFO:teuthology.orchestra.run.smithi049.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-24T17:28:55.260 INFO:teuthology.orchestra.run.smithi049.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-24T17:28:55.261 INFO:teuthology.orchestra.run.smithi049.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-24T17:28:55.261 INFO:teuthology.orchestra.run.smithi049.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-24T17:28:55.262 INFO:teuthology.orchestra.run.smithi049.stdout:The following additional packages will be installed: 2024-04-24T17:28:55.262 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-24T17:28:55.262 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-24T17:28:55.262 INFO:teuthology.orchestra.run.smithi049.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-24T17:28:55.262 INFO:teuthology.orchestra.run.smithi049.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-24T17:28:55.263 INFO:teuthology.orchestra.run.smithi049.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-24T17:28:55.263 INFO:teuthology.orchestra.run.smithi049.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-24T17:28:55.263 INFO:teuthology.orchestra.run.smithi049.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-24T17:28:55.263 INFO:teuthology.orchestra.run.smithi049.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-24T17:28:55.263 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-24T17:28:55.263 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:28:55.263 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-24T17:28:55.264 INFO:teuthology.orchestra.run.smithi049.stdout: xmlstarlet zip 2024-04-24T17:28:55.265 INFO:teuthology.orchestra.run.smithi049.stdout:Suggested packages: 2024-04-24T17:28:55.265 INFO:teuthology.orchestra.run.smithi049.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-24T17:28:55.265 INFO:teuthology.orchestra.run.smithi049.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-24T17:28:55.265 INFO:teuthology.orchestra.run.smithi049.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-24T17:28:55.265 INFO:teuthology.orchestra.run.smithi049.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-24T17:28:55.265 INFO:teuthology.orchestra.run.smithi049.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-24T17:28:55.265 INFO:teuthology.orchestra.run.smithi049.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-24T17:28:55.265 INFO:teuthology.orchestra.run.smithi049.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-24T17:28:55.265 INFO:teuthology.orchestra.run.smithi049.stdout:Recommended packages: 2024-04-24T17:28:55.265 INFO:teuthology.orchestra.run.smithi049.stdout: btrfs-tools 2024-04-24T17:28:55.269 INFO:teuthology.orchestra.run.smithi033.stdout:The following NEW packages will be installed: 2024-04-24T17:28:55.269 INFO:teuthology.orchestra.run.smithi033.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-24T17:28:55.269 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-24T17:28:55.269 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-24T17:28:55.270 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-24T17:28:55.270 INFO:teuthology.orchestra.run.smithi033.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-24T17:28:55.270 INFO:teuthology.orchestra.run.smithi033.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-24T17:28:55.271 INFO:teuthology.orchestra.run.smithi033.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-24T17:28:55.271 INFO:teuthology.orchestra.run.smithi033.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-24T17:28:55.271 INFO:teuthology.orchestra.run.smithi033.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-24T17:28:55.271 INFO:teuthology.orchestra.run.smithi033.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-24T17:28:55.271 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-24T17:28:55.271 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:28:55.271 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:28:55.271 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:28:55.271 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:28:55.271 INFO:teuthology.orchestra.run.smithi033.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:28:55.272 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:28:55.272 INFO:teuthology.orchestra.run.smithi033.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:28:55.272 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-24T17:28:55.272 INFO:teuthology.orchestra.run.smithi033.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-24T17:28:55.272 INFO:teuthology.orchestra.run.smithi033.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-24T17:28:55.272 INFO:teuthology.orchestra.run.smithi033.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-24T17:28:55.272 INFO:teuthology.orchestra.run.smithi033.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-24T17:28:55.272 INFO:teuthology.orchestra.run.smithi033.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-24T17:28:55.272 INFO:teuthology.orchestra.run.smithi033.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-24T17:28:55.272 INFO:teuthology.orchestra.run.smithi033.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-24T17:28:55.331 INFO:teuthology.orchestra.run.smithi096.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-24T17:28:55.331 INFO:teuthology.orchestra.run.smithi096.stdout:Need to get 181 MB of archives. 2024-04-24T17:28:55.331 INFO:teuthology.orchestra.run.smithi096.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-24T17:28:55.331 INFO:teuthology.orchestra.run.smithi096.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-24T17:28:55.370 INFO:teuthology.orchestra.run.smithi033.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-24T17:28:55.370 INFO:teuthology.orchestra.run.smithi033.stdout:Need to get 181 MB of archives. 2024-04-24T17:28:55.370 INFO:teuthology.orchestra.run.smithi033.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-24T17:28:55.371 INFO:teuthology.orchestra.run.smithi033.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-24T17:28:55.371 INFO:teuthology.orchestra.run.smithi049.stdout:The following NEW packages will be installed: 2024-04-24T17:28:55.371 INFO:teuthology.orchestra.run.smithi049.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-24T17:28:55.371 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-24T17:28:55.373 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-24T17:28:55.374 INFO:teuthology.orchestra.run.smithi049.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-24T17:28:55.375 INFO:teuthology.orchestra.run.smithi096.stdout:Get:2 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-24T17:28:55.410 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 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-24T17:28:55.490 INFO:teuthology.orchestra.run.smithi096.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-24T17:28:55.496 INFO:teuthology.orchestra.run.smithi096.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-24T17:28:55.517 INFO:teuthology.orchestra.run.smithi049.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-24T17:28:55.517 INFO:teuthology.orchestra.run.smithi049.stdout:Need to get 181 MB of archives. 2024-04-24T17:28:55.518 INFO:teuthology.orchestra.run.smithi049.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-24T17:28:55.518 INFO:teuthology.orchestra.run.smithi049.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-24T17:28:55.533 INFO:teuthology.orchestra.run.smithi096.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-24T17:28:55.534 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-24T17:28:55.539 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-24T17:28:55.563 INFO:teuthology.orchestra.run.smithi049.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-24T17:28:55.565 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-24T17:28:55.607 INFO:teuthology.orchestra.run.smithi096.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-24T17:28:55.612 INFO:teuthology.orchestra.run.smithi096.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-24T17:28:55.626 INFO:teuthology.orchestra.run.smithi096.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-24T17:28:55.631 INFO:teuthology.orchestra.run.smithi096.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-24T17:28:55.631 INFO:teuthology.orchestra.run.smithi096.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-24T17:28:55.632 INFO:teuthology.orchestra.run.smithi096.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-24T17:28:55.641 INFO:teuthology.orchestra.run.smithi096.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-24T17:28:55.644 INFO:teuthology.orchestra.run.smithi096.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-24T17:28:55.646 INFO:teuthology.orchestra.run.smithi096.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-24T17:28:55.647 INFO:teuthology.orchestra.run.smithi096.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-24T17:28:55.650 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-24T17:28:55.657 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-24T17:28:55.673 INFO:teuthology.orchestra.run.smithi096.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-24T17:28:55.673 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-24T17:28:55.675 INFO:teuthology.orchestra.run.smithi096.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-24T17:28:55.678 INFO:teuthology.orchestra.run.smithi096.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-24T17:28:55.679 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-24T17:28:55.680 INFO:teuthology.orchestra.run.smithi033.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-24T17:28:55.680 INFO:teuthology.orchestra.run.smithi096.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-24T17:28:55.681 INFO:teuthology.orchestra.run.smithi096.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-24T17:28:55.681 INFO:teuthology.orchestra.run.smithi033.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-24T17:28:55.681 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:55.691 INFO:teuthology.orchestra.run.smithi033.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-24T17:28:55.693 INFO:teuthology.orchestra.run.smithi096.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-24T17:28:55.694 INFO:teuthology.orchestra.run.smithi096.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-24T17:28:55.694 INFO:teuthology.orchestra.run.smithi096.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-24T17:28:55.694 INFO:teuthology.orchestra.run.smithi033.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-24T17:28:55.695 INFO:teuthology.orchestra.run.smithi096.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-24T17:28:55.697 INFO:teuthology.orchestra.run.smithi033.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-24T17:28:55.698 INFO:teuthology.orchestra.run.smithi033.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-24T17:28:55.705 INFO:teuthology.orchestra.run.smithi033.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-24T17:28:55.708 INFO:teuthology.orchestra.run.smithi033.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-24T17:28:55.710 INFO:teuthology.orchestra.run.smithi033.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-24T17:28:55.713 INFO:teuthology.orchestra.run.smithi033.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-24T17:28:55.714 INFO:teuthology.orchestra.run.smithi096.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-24T17:28:55.714 INFO:teuthology.orchestra.run.smithi096.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-24T17:28:55.714 INFO:teuthology.orchestra.run.smithi096.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-24T17:28:55.718 INFO:teuthology.orchestra.run.smithi096.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-24T17:28:55.718 INFO:teuthology.orchestra.run.smithi096.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-24T17:28:55.718 INFO:teuthology.orchestra.run.smithi096.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-24T17:28:55.725 INFO:teuthology.orchestra.run.smithi033.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-24T17:28:55.726 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:55.727 INFO:teuthology.orchestra.run.smithi033.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-24T17:28:55.727 INFO:teuthology.orchestra.run.smithi033.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-24T17:28:55.728 INFO:teuthology.orchestra.run.smithi033.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-24T17:28:55.728 INFO:teuthology.orchestra.run.smithi033.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-24T17:28:55.734 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:55.735 INFO:teuthology.orchestra.run.smithi096.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-24T17:28:55.735 INFO:teuthology.orchestra.run.smithi096.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-24T17:28:55.736 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:55.746 INFO:teuthology.orchestra.run.smithi033.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-24T17:28:55.746 INFO:teuthology.orchestra.run.smithi033.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-24T17:28:55.747 INFO:teuthology.orchestra.run.smithi033.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-24T17:28:55.750 INFO:teuthology.orchestra.run.smithi033.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-24T17:28:55.754 INFO:teuthology.orchestra.run.smithi096.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-24T17:28:55.756 INFO:teuthology.orchestra.run.smithi096.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-24T17:28:55.756 INFO:teuthology.orchestra.run.smithi096.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-24T17:28:55.762 INFO:teuthology.orchestra.run.smithi096.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-24T17:28:55.762 INFO:teuthology.orchestra.run.smithi096.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-24T17:28:55.762 INFO:teuthology.orchestra.run.smithi096.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-24T17:28:55.766 INFO:teuthology.orchestra.run.smithi033.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-24T17:28:55.767 INFO:teuthology.orchestra.run.smithi033.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-24T17:28:55.767 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:55.768 INFO:teuthology.orchestra.run.smithi033.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-24T17:28:55.769 INFO:teuthology.orchestra.run.smithi033.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-24T17:28:55.769 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:55.775 INFO:teuthology.orchestra.run.smithi096.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-24T17:28:55.777 INFO:teuthology.orchestra.run.smithi096.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-24T17:28:55.779 INFO:teuthology.orchestra.run.smithi096.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-24T17:28:55.779 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:55.787 INFO:teuthology.orchestra.run.smithi033.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-24T17:28:55.788 INFO:teuthology.orchestra.run.smithi033.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-24T17:28:55.788 INFO:teuthology.orchestra.run.smithi033.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-24T17:28:55.794 INFO:teuthology.orchestra.run.smithi033.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-24T17:28:55.796 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:55.797 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:55.799 INFO:teuthology.orchestra.run.smithi096.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-24T17:28:55.800 INFO:teuthology.orchestra.run.smithi096.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-24T17:28:55.800 INFO:teuthology.orchestra.run.smithi096.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-24T17:28:55.803 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:55.817 INFO:teuthology.orchestra.run.smithi033.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-24T17:28:55.818 INFO:teuthology.orchestra.run.smithi033.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-24T17:28:55.819 INFO:teuthology.orchestra.run.smithi033.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-24T17:28:55.822 INFO:teuthology.orchestra.run.smithi033.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-24T17:28:55.825 INFO:teuthology.orchestra.run.smithi033.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-24T17:28:55.827 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:55.837 INFO:teuthology.orchestra.run.smithi096.stdout:Get:52 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-24T17:28:55.862 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:55.864 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:55.867 INFO:teuthology.orchestra.run.smithi033.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 librbd1 amd64 19.0.0-3285-g5904d294-1jammy [3,224 kB] 2024-04-24T17:28:55.868 INFO:teuthology.orchestra.run.smithi033.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-24T17:28:55.869 INFO:teuthology.orchestra.run.smithi033.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-24T17:28:55.874 INFO:teuthology.orchestra.run.smithi096.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-24T17:28:55.875 INFO:teuthology.orchestra.run.smithi096.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-24T17:28:55.877 INFO:teuthology.orchestra.run.smithi096.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-24T17:28:55.877 INFO:teuthology.orchestra.run.smithi096.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-24T17:28:55.878 INFO:teuthology.orchestra.run.smithi096.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-24T17:28:55.913 INFO:teuthology.orchestra.run.smithi033.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-24T17:28:55.916 INFO:teuthology.orchestra.run.smithi096.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-24T17:28:55.917 INFO:teuthology.orchestra.run.smithi033.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-24T17:28:55.927 INFO:teuthology.orchestra.run.smithi096.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-24T17:28:55.929 INFO:teuthology.orchestra.run.smithi096.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-24T17:28:55.984 INFO:teuthology.orchestra.run.smithi049.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-24T17:28:55.995 INFO:teuthology.orchestra.run.smithi096.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-24T17:28:55.995 INFO:teuthology.orchestra.run.smithi096.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-24T17:28:55.995 INFO:teuthology.orchestra.run.smithi049.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-24T17:28:55.996 INFO:teuthology.orchestra.run.smithi096.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-24T17:28:55.997 INFO:teuthology.orchestra.run.smithi096.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-24T17:28:55.997 INFO:teuthology.orchestra.run.smithi096.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-24T17:28:55.998 INFO:teuthology.orchestra.run.smithi096.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-24T17:28:55.998 INFO:teuthology.orchestra.run.smithi096.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-24T17:28:55.999 INFO:teuthology.orchestra.run.smithi096.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-24T17:28:56.004 INFO:teuthology.orchestra.run.smithi096.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-24T17:28:56.020 INFO:teuthology.orchestra.run.smithi096.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-24T17:28:56.021 INFO:teuthology.orchestra.run.smithi049.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 librbd1 amd64 19.0.0-3285-g5904d294-1jammy [3,224 kB] 2024-04-24T17:28:56.022 INFO:teuthology.orchestra.run.smithi096.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-24T17:28:56.042 INFO:teuthology.orchestra.run.smithi096.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-24T17:28:56.047 INFO:teuthology.orchestra.run.smithi096.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-24T17:28:56.050 INFO:teuthology.orchestra.run.smithi033.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-24T17:28:56.051 INFO:teuthology.orchestra.run.smithi096.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-24T17:28:56.051 INFO:teuthology.orchestra.run.smithi033.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-24T17:28:56.052 INFO:teuthology.orchestra.run.smithi096.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-24T17:28:56.053 INFO:teuthology.orchestra.run.smithi096.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-24T17:28:56.053 INFO:teuthology.orchestra.run.smithi033.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-24T17:28:56.053 INFO:teuthology.orchestra.run.smithi033.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-24T17:28:56.055 INFO:teuthology.orchestra.run.smithi033.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-24T17:28:56.059 INFO:teuthology.orchestra.run.smithi096.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-24T17:28:56.060 INFO:teuthology.orchestra.run.smithi096.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-24T17:28:56.064 INFO:teuthology.orchestra.run.smithi096.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-24T17:28:56.073 INFO:teuthology.orchestra.run.smithi096.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-24T17:28:56.074 INFO:teuthology.orchestra.run.smithi096.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-24T17:28:56.077 INFO:teuthology.orchestra.run.smithi049.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-24T17:28:56.077 INFO:teuthology.orchestra.run.smithi033.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-24T17:28:56.079 INFO:teuthology.orchestra.run.smithi033.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-24T17:28:56.080 INFO:teuthology.orchestra.run.smithi033.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-24T17:28:56.093 INFO:teuthology.orchestra.run.smithi096.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-24T17:28:56.096 INFO:teuthology.orchestra.run.smithi033.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-24T17:28:56.096 INFO:teuthology.orchestra.run.smithi033.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-24T17:28:56.096 INFO:teuthology.orchestra.run.smithi096.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-24T17:28:56.098 INFO:teuthology.orchestra.run.smithi096.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-24T17:28:56.103 INFO:teuthology.orchestra.run.smithi096.stdout:Get:85 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-24T17:28:56.109 INFO:teuthology.orchestra.run.smithi033.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-24T17:28:56.109 INFO:teuthology.orchestra.run.smithi033.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-24T17:28:56.109 INFO:teuthology.orchestra.run.smithi033.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-24T17:28:56.110 INFO:teuthology.orchestra.run.smithi096.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-24T17:28:56.110 INFO:teuthology.orchestra.run.smithi033.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-24T17:28:56.111 INFO:teuthology.orchestra.run.smithi096.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-24T17:28:56.111 INFO:teuthology.orchestra.run.smithi096.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-24T17:28:56.115 INFO:teuthology.orchestra.run.smithi096.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-24T17:28:56.116 INFO:teuthology.orchestra.run.smithi096.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-24T17:28:56.132 INFO:teuthology.orchestra.run.smithi033.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-24T17:28:56.132 INFO:teuthology.orchestra.run.smithi033.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-24T17:28:56.135 INFO:teuthology.orchestra.run.smithi033.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-24T17:28:56.137 INFO:teuthology.orchestra.run.smithi033.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-24T17:28:56.139 INFO:teuthology.orchestra.run.smithi033.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-24T17:28:56.139 INFO:teuthology.orchestra.run.smithi033.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-24T17:28:56.149 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:56.152 INFO:teuthology.orchestra.run.smithi033.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-24T17:28:56.155 INFO:teuthology.orchestra.run.smithi033.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-24T17:28:56.156 INFO:teuthology.orchestra.run.smithi033.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-24T17:28:56.156 INFO:teuthology.orchestra.run.smithi033.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-24T17:28:56.157 INFO:teuthology.orchestra.run.smithi033.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 libcephfs2 amd64 19.0.0-3285-g5904d294-1jammy [712 kB] 2024-04-24T17:28:56.173 INFO:teuthology.orchestra.run.smithi033.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-24T17:28:56.173 INFO:teuthology.orchestra.run.smithi033.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-24T17:28:56.176 INFO:teuthology.orchestra.run.smithi033.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-24T17:28:56.177 INFO:teuthology.orchestra.run.smithi033.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-24T17:28:56.177 INFO:teuthology.orchestra.run.smithi033.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-24T17:28:56.177 INFO:teuthology.orchestra.run.smithi033.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-24T17:28:56.186 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:56.188 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:56.193 INFO:teuthology.orchestra.run.smithi033.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-24T17:28:56.194 INFO:teuthology.orchestra.run.smithi033.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-24T17:28:56.202 INFO:teuthology.orchestra.run.smithi033.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-24T17:28:56.202 INFO:teuthology.orchestra.run.smithi033.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-24T17:28:56.205 INFO:teuthology.orchestra.run.smithi033.stdout:Get:88 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-24T17:28:56.208 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:56.214 INFO:teuthology.orchestra.run.smithi033.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-24T17:28:56.215 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:56.216 INFO:teuthology.orchestra.run.smithi033.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-24T17:28:56.216 INFO:teuthology.orchestra.run.smithi033.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-24T17:28:56.232 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:56.244 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:56.245 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:56.280 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:56.282 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:56.293 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:56.336 INFO:teuthology.orchestra.run.smithi049.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-24T17:28:56.351 INFO:teuthology.orchestra.run.smithi049.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-24T17:28:56.395 INFO:teuthology.orchestra.run.smithi049.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-24T17:28:56.407 INFO:teuthology.orchestra.run.smithi049.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-24T17:28:56.409 INFO:teuthology.orchestra.run.smithi049.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-24T17:28:56.409 INFO:teuthology.orchestra.run.smithi049.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 libcephfs2 amd64 19.0.0-3285-g5904d294-1jammy [712 kB] 2024-04-24T17:28:56.410 INFO:teuthology.orchestra.run.smithi049.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-24T17:28:56.434 INFO:teuthology.orchestra.run.smithi049.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-24T17:28:56.512 INFO:teuthology.orchestra.run.smithi049.stdout:Get:15 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-24T17:28:56.567 INFO:teuthology.orchestra.run.smithi049.stdout:Get:16 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-24T17:28:56.568 INFO:teuthology.orchestra.run.smithi049.stdout:Get:17 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-24T17:28:56.574 INFO:teuthology.orchestra.run.smithi049.stdout:Get:18 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-24T17:28:56.577 INFO:teuthology.orchestra.run.smithi049.stdout:Get:19 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-24T17:28:56.620 INFO:teuthology.orchestra.run.smithi049.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-24T17:28:56.632 INFO:teuthology.orchestra.run.smithi049.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 librgw2 amd64 19.0.0-3285-g5904d294-1jammy [6,893 kB] 2024-04-24T17:28:56.852 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:56.856 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:56.871 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:56.954 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:56.957 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:56.971 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:57.038 INFO:teuthology.orchestra.run.smithi049.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-24T17:28:57.114 INFO:teuthology.orchestra.run.smithi049.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-24T17:28:57.118 INFO:teuthology.orchestra.run.smithi049.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-24T17:28:57.241 INFO:teuthology.orchestra.run.smithi049.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-24T17:28:57.347 INFO:teuthology.orchestra.run.smithi049.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-24T17:28:57.419 INFO:teuthology.orchestra.run.smithi049.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-24T17:28:57.434 INFO:teuthology.orchestra.run.smithi049.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-24T17:28:57.436 INFO:teuthology.orchestra.run.smithi049.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-24T17:28:57.469 INFO:teuthology.orchestra.run.smithi049.stdout:Get:30 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-24T17:28:57.478 INFO:teuthology.orchestra.run.smithi049.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-24T17:28:57.478 INFO:teuthology.orchestra.run.smithi049.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-24T17:28:57.502 INFO:teuthology.orchestra.run.smithi049.stdout:Get:33 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-24T17:28:57.563 INFO:teuthology.orchestra.run.smithi049.stdout:Get:34 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-24T17:28:57.652 INFO:teuthology.orchestra.run.smithi049.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-24T17:28:57.746 INFO:teuthology.orchestra.run.smithi049.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-24T17:28:57.775 INFO:teuthology.orchestra.run.smithi049.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-24T17:28:57.795 INFO:teuthology.orchestra.run.smithi049.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-24T17:28:57.840 INFO:teuthology.orchestra.run.smithi049.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-24T17:28:58.067 INFO:teuthology.orchestra.run.smithi049.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-24T17:28:58.088 INFO:teuthology.orchestra.run.smithi049.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-24T17:28:58.096 INFO:teuthology.orchestra.run.smithi049.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-24T17:28:58.103 INFO:teuthology.orchestra.run.smithi049.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-24T17:28:58.145 INFO:teuthology.orchestra.run.smithi049.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-24T17:28:58.153 INFO:teuthology.orchestra.run.smithi049.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-24T17:28:58.320 INFO:teuthology.orchestra.run.smithi049.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-24T17:28:58.638 INFO:teuthology.orchestra.run.smithi049.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-24T17:28:58.677 INFO:teuthology.orchestra.run.smithi049.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-24T17:28:58.688 INFO:teuthology.orchestra.run.smithi049.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-24T17:28:58.892 INFO:teuthology.orchestra.run.smithi049.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-24T17:28:58.893 INFO:teuthology.orchestra.run.smithi049.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-24T17:28:58.899 INFO:teuthology.orchestra.run.smithi049.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-24T17:28:58.904 INFO:teuthology.orchestra.run.smithi049.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-24T17:28:58.920 INFO:teuthology.orchestra.run.smithi049.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-24T17:28:59.018 INFO:teuthology.orchestra.run.smithi049.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-24T17:28:59.029 INFO:teuthology.orchestra.run.smithi049.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-24T17:28:59.198 INFO:teuthology.orchestra.run.smithi049.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-24T17:28:59.262 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:59.412 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:59.462 INFO:teuthology.orchestra.run.smithi049.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-24T17:28:59.610 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:59.619 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:59.639 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:59.643 INFO:teuthology.orchestra.run.smithi049.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-24T17:28:59.656 INFO:teuthology.orchestra.run.smithi049.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-24T17:28:59.678 INFO:teuthology.orchestra.run.smithi049.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-24T17:28:59.744 INFO:teuthology.orchestra.run.smithi049.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-24T17:28:59.769 INFO:teuthology.orchestra.run.smithi096.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-24T17:28:59.819 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:59.852 INFO:teuthology.orchestra.run.smithi033.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-24T17:28:59.856 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:00.008 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:00.038 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:00.040 INFO:teuthology.orchestra.run.smithi049.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-24T17:29:00.043 INFO:teuthology.orchestra.run.smithi049.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-24T17:29:00.043 INFO:teuthology.orchestra.run.smithi049.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-24T17:29:00.046 INFO:teuthology.orchestra.run.smithi049.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-24T17:29:00.317 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:00.569 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:00.690 INFO:teuthology.orchestra.run.smithi049.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-24T17:29:00.766 INFO:teuthology.orchestra.run.smithi049.stdout:Get:69 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-24T17:29:01.266 INFO:teuthology.orchestra.run.smithi049.stdout:Get:70 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-24T17:29:01.289 INFO:teuthology.orchestra.run.smithi049.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 libsqlite3-mod-ceph amd64 19.0.0-3285-g5904d294-1jammy [124 kB] 2024-04-24T17:29:01.293 INFO:teuthology.orchestra.run.smithi049.stdout:Get:72 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-24T17:29:01.295 INFO:teuthology.orchestra.run.smithi049.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-24T17:29:01.305 INFO:teuthology.orchestra.run.smithi049.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-24T17:29:01.483 INFO:teuthology.orchestra.run.smithi049.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-mon amd64 19.0.0-3285-g5904d294-1jammy [6,257 kB] 2024-04-24T17:29:01.731 INFO:teuthology.orchestra.run.smithi049.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-24T17:29:01.731 INFO:teuthology.orchestra.run.smithi049.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-24T17:29:01.735 INFO:teuthology.orchestra.run.smithi049.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-24T17:29:01.737 INFO:teuthology.orchestra.run.smithi049.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-24T17:29:01.740 INFO:teuthology.orchestra.run.smithi049.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-24T17:29:01.743 INFO:teuthology.orchestra.run.smithi049.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-24T17:29:01.744 INFO:teuthology.orchestra.run.smithi049.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-24T17:29:01.746 INFO:teuthology.orchestra.run.smithi049.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-24T17:29:01.938 INFO:teuthology.orchestra.run.smithi049.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-24T17:29:02.163 INFO:teuthology.orchestra.run.smithi049.stdout:Get:85 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-24T17:29:02.349 INFO:teuthology.orchestra.run.smithi049.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-24T17:29:02.451 INFO:teuthology.orchestra.run.smithi049.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-24T17:29:02.475 INFO:teuthology.orchestra.run.smithi049.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-24T17:29:02.526 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:02.527 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:02.544 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:02.584 INFO:teuthology.orchestra.run.smithi049.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-24T17:29:02.629 INFO:teuthology.orchestra.run.smithi049.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-24T17:29:02.642 INFO:teuthology.orchestra.run.smithi049.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-24T17:29:02.646 INFO:teuthology.orchestra.run.smithi049.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-24T17:29:02.695 INFO:teuthology.orchestra.run.smithi049.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-24T17:29:02.701 INFO:teuthology.orchestra.run.smithi049.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-24T17:29:02.723 INFO:teuthology.orchestra.run.smithi049.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-24T17:29:02.734 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:02.778 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:02.779 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:02.795 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:02.799 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:02.803 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:02.890 INFO:teuthology.orchestra.run.smithi049.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-24T17:29:02.997 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:03.044 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:03.122 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:03.153 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:03.187 INFO:teuthology.orchestra.run.smithi049.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-24T17:29:03.206 INFO:teuthology.orchestra.run.smithi049.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-24T17:29:03.372 INFO:teuthology.orchestra.run.smithi049.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-24T17:29:03.388 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:03.408 INFO:teuthology.orchestra.run.smithi049.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-24T17:29:03.639 INFO:teuthology.orchestra.run.smithi049.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-24T17:29:03.640 INFO:teuthology.orchestra.run.smithi049.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-24T17:29:03.641 INFO:teuthology.orchestra.run.smithi049.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-24T17:29:03.646 INFO:teuthology.orchestra.run.smithi049.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-24T17:29:03.647 INFO:teuthology.orchestra.run.smithi049.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-24T17:29:03.729 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:03.730 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:04.253 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:04.253 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:04.805 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:04.805 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:04.822 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:05.115 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:05.196 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:05.207 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:05.500 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:06.460 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:06.461 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:08.337 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:08.339 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:08.341 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:09.320 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:09.587 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:09.590 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:09.591 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:09.901 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 181 MB in 14s (12.9 MB/s) 2024-04-24T17:29:10.067 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-24T17:29:10.170 INFO:teuthology.orchestra.run.smithi033.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-24T17:29:10.175 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-24T17:29:10.257 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:29:10.269 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:10.569 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-24T17:29:10.596 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-24T17:29:10.627 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:29:10.831 INFO:teuthology.orchestra.run.smithi096.stdout:Fetched 181 MB in 15s (12.1 MB/s) 2024-04-24T17:29:10.939 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:10.941 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:10.942 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:10.955 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-24T17:29:10.959 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-24T17:29:10.982 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-24T17:29:11.022 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:29:11.057 INFO:teuthology.orchestra.run.smithi096.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-24T17:29:11.062 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-24T17:29:11.298 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:11.299 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:29:11.459 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-24T17:29:11.486 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:29:11.534 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:29:11.586 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-24T17:29:11.612 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-24T17:29:11.652 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:29:11.944 INFO:teuthology.orchestra.run.smithi049.stdout:Fetched 181 MB in 16s (11.3 MB/s) 2024-04-24T17:29:11.989 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-24T17:29:12.015 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-24T17:29:12.046 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-24T17:29:12.055 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:29:12.074 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:29:12.104 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-24T17:29:12.113 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:29:12.206 INFO:teuthology.orchestra.run.smithi049.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-24T17:29:12.212 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-24T17:29:12.294 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:29:12.449 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-24T17:29:12.476 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:29:12.492 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-24T17:29:12.516 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:29:12.518 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:29:12.567 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:29:12.631 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-24T17:29:12.658 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-24T17:29:12.697 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:29:12.861 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-24T17:29:12.887 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-24T17:29:12.927 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:29:12.979 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-24T17:29:13.005 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:29:13.070 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:29:13.151 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-24T17:29:13.177 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-24T17:29:13.214 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librados2. 2024-04-24T17:29:13.230 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../007-librados2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:13.263 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:13.415 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-24T17:29:13.441 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:29:13.481 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:29:13.492 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:29:13.692 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librbd1. 2024-04-24T17:29:13.719 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../008-librbd1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:13.758 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:13.835 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-24T17:29:13.861 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-24T17:29:13.893 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:29:13.904 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-24T17:29:13.931 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:29:13.979 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:29:14.153 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libcephfs2. 2024-04-24T17:29:14.169 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:14.195 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package librados2. 2024-04-24T17:29:14.202 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:14.222 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../007-librados2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:14.262 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:14.382 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-24T17:29:14.409 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:29:14.439 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rados. 2024-04-24T17:29:14.448 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:29:14.465 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:14.505 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:14.723 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package librbd1. 2024-04-24T17:29:14.749 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../008-librbd1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:14.752 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-24T17:29:14.779 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-24T17:29:14.789 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:14.810 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:29:14.825 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-24T17:29:14.852 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:14.891 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:15.144 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cephfs. 2024-04-24T17:29:15.155 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-24T17:29:15.171 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:15.181 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-24T17:29:15.210 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:15.221 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:29:15.242 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libcephfs2. 2024-04-24T17:29:15.269 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:15.309 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:15.505 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-24T17:29:15.532 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:15.563 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:15.567 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package librados2. 2024-04-24T17:29:15.570 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-rados. 2024-04-24T17:29:15.585 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:15.594 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../007-librados2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:15.620 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:15.641 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:15.841 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-24T17:29:15.857 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-24T17:29:15.891 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:29:15.947 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-24T17:29:15.970 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:16.014 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:16.068 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package librbd1. 2024-04-24T17:29:16.095 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../008-librbd1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:16.135 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:16.211 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-prettytable. 2024-04-24T17:29:16.238 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-24T17:29:16.277 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-24T17:29:16.292 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-cephfs. 2024-04-24T17:29:16.318 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:16.358 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:16.538 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libcephfs2. 2024-04-24T17:29:16.547 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rbd. 2024-04-24T17:29:16.562 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:16.564 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:16.604 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:16.605 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:16.669 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-24T17:29:16.695 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:16.736 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:16.908 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-24T17:29:16.915 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-rados. 2024-04-24T17:29:16.931 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:16.935 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-24T17:29:16.966 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:29:16.973 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:17.039 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-24T17:29:17.054 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-24T17:29:17.088 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:29:17.236 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-24T17:29:17.259 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-24T17:29:17.301 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-24T17:29:17.302 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:29:17.328 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:17.368 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:17.374 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-prettytable. 2024-04-24T17:29:17.401 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-24T17:29:17.450 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-24T17:29:17.614 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-24T17:29:17.620 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-cephfs. 2024-04-24T17:29:17.636 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:17.641 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-24T17:29:17.670 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:17.680 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:29:17.710 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-rbd. 2024-04-24T17:29:17.726 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:17.769 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:17.956 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-24T17:29:17.983 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:18.017 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua5.1. 2024-04-24T17:29:18.023 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:18.044 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-24T17:29:18.084 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:29:18.113 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-24T17:29:18.140 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-24T17:29:18.180 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:29:18.351 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-24T17:29:18.353 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-any. 2024-04-24T17:29:18.378 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-24T17:29:18.380 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-24T17:29:18.412 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-24T17:29:18.418 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:29:18.449 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-24T17:29:18.476 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-24T17:29:18.507 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:29:18.673 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package zip. 2024-04-24T17:29:18.689 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-24T17:29:18.731 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking zip (3.0-12build2) ... 2024-04-24T17:29:18.754 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-prettytable. 2024-04-24T17:29:18.781 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-24T17:29:18.785 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-24T17:29:18.800 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-24T17:29:18.820 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-24T17:29:18.843 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:29:19.043 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package unzip. 2024-04-24T17:29:19.070 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-24T17:29:19.081 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-rbd. 2024-04-24T17:29:19.097 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:19.109 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:29:19.139 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:19.171 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package lua5.1. 2024-04-24T17:29:19.198 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-24T17:29:19.238 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:29:19.459 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-24T17:29:19.486 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-24T17:29:19.505 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package luarocks. 2024-04-24T17:29:19.517 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:29:19.532 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-24T17:29:19.557 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package lua-any. 2024-04-24T17:29:19.572 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:29:19.573 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-24T17:29:19.616 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-24T17:29:19.770 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-24T17:29:19.797 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-24T17:29:19.845 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:29:19.868 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package zip. 2024-04-24T17:29:19.884 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-24T17:29:19.896 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librgw2. 2024-04-24T17:29:19.912 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../025-librgw2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:19.927 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking zip (3.0-12build2) ... 2024-04-24T17:29:19.946 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:20.139 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-24T17:29:20.156 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-24T17:29:20.198 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:29:20.247 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package unzip. 2024-04-24T17:29:20.273 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-24T17:29:20.313 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:29:20.482 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rgw. 2024-04-24T17:29:20.498 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:20.540 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:20.542 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package lua5.1. 2024-04-24T17:29:20.569 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-24T17:29:20.609 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:29:20.701 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package luarocks. 2024-04-24T17:29:20.727 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-24T17:29:20.767 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:29:20.868 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-24T17:29:20.896 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-24T17:29:20.904 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package lua-any. 2024-04-24T17:29:20.920 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-24T17:29:20.935 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:29:20.954 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-24T17:29:21.141 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package librgw2. 2024-04-24T17:29:21.168 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../025-librgw2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:21.198 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package zip. 2024-04-24T17:29:21.207 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:21.213 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libradosstriper1. 2024-04-24T17:29:21.214 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-24T17:29:21.240 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:21.256 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking zip (3.0-12build2) ... 2024-04-24T17:29:21.271 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:21.576 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package unzip. 2024-04-24T17:29:21.603 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-24T17:29:21.642 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:29:21.708 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-common. 2024-04-24T17:29:21.735 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:21.743 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-rgw. 2024-04-24T17:29:21.770 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:21.791 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:21.810 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:22.013 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package luarocks. 2024-04-24T17:29:22.040 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-24T17:29:22.071 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:29:22.154 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-24T17:29:22.181 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-24T17:29:22.221 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:29:22.421 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package librgw2. 2024-04-24T17:29:22.448 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../025-librgw2_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:22.487 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:22.540 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libradosstriper1. 2024-04-24T17:29:22.567 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:22.607 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:22.969 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-common. 2024-04-24T17:29:22.995 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:23.023 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-rgw. 2024-04-24T17:29:23.035 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:23.050 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:23.089 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:23.205 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-base. 2024-04-24T17:29:23.232 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:23.283 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:23.401 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-24T17:29:23.428 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-24T17:29:23.459 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:29:23.770 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libradosstriper1. 2024-04-24T17:29:23.797 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:23.845 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:23.851 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-24T17:29:23.878 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-24T17:29:23.910 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:29:24.179 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cheroot. 2024-04-24T17:29:24.195 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-24T17:29:24.229 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:29:24.274 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-common. 2024-04-24T17:29:24.302 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:24.340 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:24.423 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-base. 2024-04-24T17:29:24.450 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:24.499 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:24.551 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-24T17:29:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-24T17:29:24.617 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:29:24.895 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-24T17:29:24.923 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-24T17:29:24.962 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:29:25.069 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-24T17:29:25.096 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-24T17:29:25.136 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:29:25.231 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-24T17:29:25.259 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-24T17:29:25.298 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:29:25.438 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-cheroot. 2024-04-24T17:29:25.465 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-24T17:29:25.505 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:29:25.609 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-tempora. 2024-04-24T17:29:25.636 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-24T17:29:25.675 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-24T17:29:25.770 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-base. 2024-04-24T17:29:25.797 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:25.825 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-24T17:29:25.852 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-24T17:29:25.854 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:25.900 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:29:25.987 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-portend. 2024-04-24T17:29:26.014 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-24T17:29:26.053 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-24T17:29:26.186 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-24T17:29:26.213 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-24T17:29:26.252 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:29:26.315 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-24T17:29:26.342 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-24T17:29:26.398 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-24T17:29:26.418 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-24T17:29:26.445 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-24T17:29:26.484 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:29:26.692 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-24T17:29:26.720 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-24T17:29:26.759 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:29:26.787 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-cheroot. 2024-04-24T17:29:26.789 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-24T17:29:26.814 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-24T17:29:26.815 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-24T17:29:26.853 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:29:26.855 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:29:27.104 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-natsort. 2024-04-24T17:29:27.141 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-24T17:29:27.162 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-24T17:29:27.175 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-tempora. 2024-04-24T17:29:27.190 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-24T17:29:27.202 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-24T17:29:27.217 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-24T17:29:27.250 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-24T17:29:27.256 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:29:27.482 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-logutils. 2024-04-24T17:29:27.509 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-24T17:29:27.526 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-24T17:29:27.527 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-portend. 2024-04-24T17:29:27.553 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-24T17:29:27.555 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-24T17:29:27.557 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-24T17:29:27.594 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-24T17:29:27.653 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:29:27.860 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-24T17:29:27.887 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-24T17:29:27.926 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:29:28.229 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-mako. 2024-04-24T17:29:28.256 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-24T17:29:28.295 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:29:28.589 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-24T17:29:28.615 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-24T17:29:28.624 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-24T17:29:28.651 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-24T17:29:28.655 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-24T17:29:28.967 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-24T17:29:28.979 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-24T17:29:28.993 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-24T17:29:29.007 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-24T17:29:29.033 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:29:29.046 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:29:29.174 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:29:29.357 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-tempora. 2024-04-24T17:29:29.370 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-natsort. 2024-04-24T17:29:29.384 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-24T17:29:29.397 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-24T17:29:29.424 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-24T17:29:29.436 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-24T17:29:29.618 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-24T17:29:29.646 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-24T17:29:29.685 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-portend. 2024-04-24T17:29:29.685 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:29:29.712 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-24T17:29:29.731 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-logutils. 2024-04-24T17:29:29.751 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-24T17:29:29.758 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-24T17:29:29.798 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-24T17:29:29.979 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-webob. 2024-04-24T17:29:30.004 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-24T17:29:30.006 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-24T17:29:30.032 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-24T17:29:30.046 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:29:30.070 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-24T17:29:30.084 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-24T17:29:30.099 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-24T17:29:30.133 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:29:30.374 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-24T17:29:30.390 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-waitress. 2024-04-24T17:29:30.401 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-24T17:29:30.417 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-24T17:29:30.420 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-mako. 2024-04-24T17:29:30.440 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:29:30.449 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-24T17:29:30.460 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:29:30.509 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:29:30.752 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-natsort. 2024-04-24T17:29:30.777 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-tempita. 2024-04-24T17:29:30.779 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-24T17:29:30.804 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-24T17:29:30.810 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-24T17:29:30.843 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:29:30.848 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-24T17:29:30.875 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-24T17:29:30.914 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:29:31.113 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-logutils. 2024-04-24T17:29:31.129 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-paste. 2024-04-24T17:29:31.140 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-24T17:29:31.157 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-24T17:29:31.180 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-24T17:29:31.187 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:29:31.226 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-24T17:29:31.252 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-24T17:29:31.292 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:29:31.483 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-24T17:29:31.490 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-24T17:29:31.510 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-24T17:29:31.518 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-24T17:29:31.549 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:29:31.557 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:29:31.586 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-webob. 2024-04-24T17:29:31.613 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-24T17:29:31.653 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:29:31.818 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-24T17:29:31.835 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-24T17:29:31.860 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-mako. 2024-04-24T17:29:31.868 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:29:31.887 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-24T17:29:31.927 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:29:31.981 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-waitress. 2024-04-24T17:29:32.008 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-24T17:29:32.042 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:29:32.129 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-webtest. 2024-04-24T17:29:32.157 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-24T17:29:32.196 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-24T17:29:32.264 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-24T17:29:32.291 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-24T17:29:32.317 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-tempita. 2024-04-24T17:29:32.322 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:29:32.344 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-24T17:29:32.384 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:29:32.507 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pecan. 2024-04-24T17:29:32.534 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-24T17:29:32.573 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:29:32.625 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-24T17:29:32.652 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-24T17:29:32.687 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-paste. 2024-04-24T17:29:32.693 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:29:32.714 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-24T17:29:32.753 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:29:32.903 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-certifi. 2024-04-24T17:29:32.931 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-24T17:29:32.970 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-24T17:29:32.994 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-webob. 2024-04-24T17:29:33.021 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-24T17:29:33.056 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-24T17:29:33.060 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:29:33.071 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-24T17:29:33.114 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:29:33.409 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-24T17:29:33.413 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-waitress. 2024-04-24T17:29:33.436 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-24T17:29:33.440 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-24T17:29:33.475 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:29:33.483 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:29:33.514 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-idna. 2024-04-24T17:29:33.542 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-24T17:29:33.581 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-24T17:29:33.779 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-webtest. 2024-04-24T17:29:33.783 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-tempita. 2024-04-24T17:29:33.805 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-24T17:29:33.810 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-24T17:29:33.845 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-24T17:29:33.849 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:29:33.892 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-urllib3. 2024-04-24T17:29:33.920 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-24T17:29:33.959 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:29:34.121 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-paste. 2024-04-24T17:29:34.146 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-24T17:29:34.181 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pecan. 2024-04-24T17:29:34.185 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:29:34.208 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-24T17:29:34.247 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:29:34.287 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-requests. 2024-04-24T17:29:34.314 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-24T17:29:34.353 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:29:34.505 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-24T17:29:34.521 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-24T17:29:34.555 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:29:34.571 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-certifi. 2024-04-24T17:29:34.597 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-24T17:29:34.637 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-24T17:29:34.648 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-24T17:29:34.675 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-24T17:29:34.714 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:29:34.825 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-24T17:29:34.852 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-24T17:29:34.891 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:29:34.957 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-idna. 2024-04-24T17:29:34.984 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-24T17:29:34.992 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-24T17:29:35.009 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:35.023 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-24T17:29:35.050 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:35.186 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-webtest. 2024-04-24T17:29:35.213 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-24T17:29:35.252 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-24T17:29:35.334 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-urllib3. 2024-04-24T17:29:35.361 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-24T17:29:35.401 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:29:35.422 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-24T17:29:35.449 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:35.488 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:35.563 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pecan. 2024-04-24T17:29:35.591 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-24T17:29:35.630 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:29:35.729 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-requests. 2024-04-24T17:29:35.757 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-24T17:29:35.796 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:29:35.816 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-24T17:29:35.844 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-24T17:29:35.883 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:29:35.968 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-certifi. 2024-04-24T17:29:35.996 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-24T17:29:36.055 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-24T17:29:36.107 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-24T17:29:36.134 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-24T17:29:36.173 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:29:36.186 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-openssl. 2024-04-24T17:29:36.213 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-24T17:29:36.252 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-24T17:29:36.304 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-idna. 2024-04-24T17:29:36.320 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-24T17:29:36.362 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-24T17:29:36.468 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-24T17:29:36.494 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:36.534 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:36.538 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr. 2024-04-24T17:29:36.555 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:36.588 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:36.682 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-urllib3. 2024-04-24T17:29:36.709 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-24T17:29:36.748 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:29:36.931 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-24T17:29:36.951 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:36.989 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:36.992 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mon. 2024-04-24T17:29:37.019 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:37.058 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:37.068 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-requests. 2024-04-24T17:29:37.096 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-24T17:29:37.134 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:29:37.300 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-24T17:29:37.327 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-24T17:29:37.367 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:29:37.438 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-24T17:29:37.465 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-24T17:29:37.504 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:29:37.653 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-openssl. 2024-04-24T17:29:37.661 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-osd. 2024-04-24T17:29:37.669 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-24T17:29:37.689 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:37.719 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-24T17:29:37.728 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:37.794 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-24T17:29:37.807 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:37.849 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:38.031 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-mgr. 2024-04-24T17:29:38.058 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:38.097 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:38.178 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-24T17:29:38.195 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:38.228 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:38.509 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-mon. 2024-04-24T17:29:38.525 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:38.556 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-24T17:29:38.567 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:38.583 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-24T17:29:38.623 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:29:38.773 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph. 2024-04-24T17:29:38.789 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../066-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:38.822 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:38.926 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-openssl. 2024-04-24T17:29:38.953 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-24T17:29:38.992 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-24T17:29:39.087 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-osd. 2024-04-24T17:29:39.114 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:39.125 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-fuse. 2024-04-24T17:29:39.145 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:39.153 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:39.192 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:39.303 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr. 2024-04-24T17:29:39.331 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:39.370 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:39.553 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mds. 2024-04-24T17:29:39.581 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:39.620 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:39.715 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mon. 2024-04-24T17:29:39.742 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:39.789 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:40.014 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package cephadm. 2024-04-24T17:29:40.042 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../069-cephadm_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:40.081 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:40.206 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph. 2024-04-24T17:29:40.233 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../066-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:40.273 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:40.350 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-24T17:29:40.378 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-24T17:29:40.408 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-24T17:29:40.410 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-osd. 2024-04-24T17:29:40.438 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:40.476 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:40.601 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-fuse. 2024-04-24T17:29:40.627 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:40.667 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:40.702 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-24T17:29:40.719 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:29:40.752 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:29:41.012 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-mds. 2024-04-24T17:29:41.039 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:41.070 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:41.482 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package cephadm. 2024-04-24T17:29:41.508 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../069-cephadm_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:41.538 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph. 2024-04-24T17:29:41.548 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:41.565 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../066-ceph_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:41.604 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:41.791 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-babel. 2024-04-24T17:29:41.818 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:29:41.857 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:29:41.859 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-24T17:29:41.865 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-fuse. 2024-04-24T17:29:41.886 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-24T17:29:41.893 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:41.923 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:41.925 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-24T17:29:42.185 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jinja2. 2024-04-24T17:29:42.212 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-24T17:29:42.251 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:29:42.293 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mds. 2024-04-24T17:29:42.321 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:42.360 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:42.437 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-24T17:29:42.463 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:29:42.503 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:29:42.604 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-24T17:29:42.632 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:42.671 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:42.754 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package cephadm. 2024-04-24T17:29:42.782 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../069-cephadm_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:42.821 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:43.008 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-24T17:29:43.035 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-24T17:29:43.074 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-24T17:29:43.107 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-24T17:29:43.135 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-24T17:29:43.165 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-24T17:29:43.377 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-routes. 2024-04-24T17:29:43.405 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-24T17:29:43.443 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:29:43.483 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-babel. 2024-04-24T17:29:43.493 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-24T17:29:43.507 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:29:43.520 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:29:43.549 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:29:43.559 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:29:43.779 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-24T17:29:43.804 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:43.846 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:43.869 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-jinja2. 2024-04-24T17:29:43.896 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-24T17:29:43.927 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:29:44.255 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-24T17:29:44.283 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:44.313 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:44.625 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-24T17:29:44.652 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-24T17:29:44.683 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-24T17:29:44.706 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-babel. 2024-04-24T17:29:44.734 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-24T17:29:44.772 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:29:45.003 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-routes. 2024-04-24T17:29:45.030 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-24T17:29:45.069 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:29:45.076 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-jinja2. 2024-04-24T17:29:45.085 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-24T17:29:45.102 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-24T17:29:45.103 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-24T17:29:45.134 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:29:45.143 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:29:45.389 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-24T17:29:45.416 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:45.455 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:45.462 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-24T17:29:45.489 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:45.520 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:45.596 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-joblib. 2024-04-24T17:29:45.613 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-24T17:29:45.646 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:29:45.857 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-24T17:29:45.884 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-24T17:29:45.915 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-24T17:29:46.000 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-24T17:29:46.028 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-24T17:29:46.066 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:29:46.176 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-routes. 2024-04-24T17:29:46.203 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-24T17:29:46.242 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:29:46.369 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-sklearn. 2024-04-24T17:29:46.396 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-24T17:29:46.435 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:29:46.587 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-24T17:29:46.615 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:46.653 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:46.719 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-24T17:29:46.747 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-24T17:29:46.785 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:29:47.119 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-24T17:29:47.147 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:47.270 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:47.272 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-joblib. 2024-04-24T17:29:47.288 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-24T17:29:47.330 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:29:47.650 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-24T17:29:47.678 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-24T17:29:47.708 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:29:47.984 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-24T17:29:48.003 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-24T17:29:48.020 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-sklearn. 2024-04-24T17:29:48.042 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:29:48.047 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-24T17:29:48.086 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:29:48.257 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cachetools. 2024-04-24T17:29:48.285 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-24T17:29:48.324 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-24T17:29:48.529 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-joblib. 2024-04-24T17:29:48.556 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-24T17:29:48.595 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:29:48.610 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-24T17:29:48.640 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-24T17:29:48.794 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-24T17:29:48.810 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:29:48.822 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:48.915 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-24T17:29:48.932 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-24T17:29:48.965 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:29:49.063 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:49.172 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-24T17:29:49.200 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-24T17:29:49.238 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:29:49.460 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-sklearn. 2024-04-24T17:29:49.487 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-24T17:29:49.524 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rsa. 2024-04-24T17:29:49.526 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:29:49.540 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-24T17:29:49.582 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-24T17:29:49.903 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-google-auth. 2024-04-24T17:29:49.931 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-24T17:29:49.969 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-24T17:29:50.016 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-cachetools. 2024-04-24T17:29:50.043 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-24T17:29:50.082 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-24T17:29:50.218 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-24T17:29:50.246 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:50.289 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-24T17:29:50.317 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-24T17:29:50.355 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:29:50.361 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-24T17:29:50.370 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:50.388 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-24T17:29:50.419 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:29:50.675 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-websocket. 2024-04-24T17:29:50.703 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-24T17:29:50.730 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-24T17:29:50.742 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-24T17:29:50.757 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-24T17:29:50.797 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:29:51.053 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-24T17:29:51.081 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-24T17:29:51.083 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-rsa. 2024-04-24T17:29:51.111 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-24T17:29:51.119 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:29:51.149 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-24T17:29:51.424 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-cachetools. 2024-04-24T17:29:51.452 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-24T17:29:51.470 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-google-auth. 2024-04-24T17:29:51.490 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-24T17:29:51.498 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-24T17:29:51.536 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-24T17:29:51.750 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-24T17:29:51.767 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:51.793 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-24T17:29:51.808 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:51.821 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-24T17:29:51.856 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-24T17:29:51.859 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:29:51.883 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-24T17:29:51.922 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:29:52.128 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-24T17:29:52.156 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-24T17:29:52.194 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:29:52.204 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-24T17:29:52.232 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-24T17:29:52.234 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-websocket. 2024-04-24T17:29:52.261 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-24T17:29:52.271 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:29:52.292 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-24T17:29:52.481 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-24T17:29:52.508 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:29:52.539 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:29:52.566 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-rsa. 2024-04-24T17:29:52.593 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-24T17:29:52.595 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-24T17:29:52.623 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-24T17:29:52.632 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-24T17:29:52.662 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:29:52.775 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package jq. 2024-04-24T17:29:52.802 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:29:52.841 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-24T17:29:52.919 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-google-auth. 2024-04-24T17:29:52.935 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-24T17:29:52.969 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-24T17:29:53.094 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package socat. 2024-04-24T17:29:53.122 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-24T17:29:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:29:53.255 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-24T17:29:53.283 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-24T17:29:53.292 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-24T17:29:53.308 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:53.322 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:29:53.350 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:53.447 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package xmlstarlet. 2024-04-24T17:29:53.463 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-24T17:29:53.505 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:29:53.620 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-24T17:29:53.641 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-websocket. 2024-04-24T17:29:53.647 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-24T17:29:53.669 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-24T17:29:53.678 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:29:53.708 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-24T17:29:53.851 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-test. 2024-04-24T17:29:53.879 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:53.917 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:54.020 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-24T17:29:54.023 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-24T17:29:54.047 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-24T17:29:54.050 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:29:54.077 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:29:54.089 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:29:54.350 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package jq. 2024-04-24T17:29:54.366 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:29:54.408 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-24T17:29:54.644 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package socat. 2024-04-24T17:29:54.660 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-24T17:29:54.694 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:29:54.758 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-24T17:29:54.776 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:54.816 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:55.022 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package xmlstarlet. 2024-04-24T17:29:55.049 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-24T17:29:55.088 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:29:55.135 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-24T17:29:55.160 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-24T17:29:55.202 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:29:55.476 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-test. 2024-04-24T17:29:55.504 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:55.551 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:55.572 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-24T17:29:55.599 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:29:55.638 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:29:55.866 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package jq. 2024-04-24T17:29:55.882 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-24T17:29:55.916 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-24T17:29:56.160 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package socat. 2024-04-24T17:29:56.185 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-24T17:29:56.196 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-volume. 2024-04-24T17:29:56.224 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:56.226 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:29:56.263 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:56.521 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package xmlstarlet. 2024-04-24T17:29:56.538 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-24T17:29:56.566 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-24T17:29:56.571 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:29:56.583 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:56.633 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:56.903 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-24T17:29:56.919 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-24T17:29:56.934 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-test. 2024-04-24T17:29:56.952 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:29:56.962 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:57.000 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:57.274 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-24T17:29:57.301 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-24T17:29:57.340 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:29:57.711 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package nvme-cli. 2024-04-24T17:29:57.739 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-24T17:29:57.777 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:29:58.106 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package ceph-volume. 2024-04-24T17:29:58.133 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:58.172 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:58.190 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package pkg-config. 2024-04-24T17:29:58.218 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-24T17:29:58.257 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:29:58.484 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-24T17:29:58.500 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:58.501 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-24T17:29:58.518 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-24T17:29:58.542 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:58.551 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:29:58.845 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-24T17:29:58.873 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-24T17:29:58.912 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:29:59.171 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-24T17:29:59.199 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-24T17:29:59.216 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-24T17:29:59.238 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-24T17:29:59.244 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-24T17:29:59.274 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:29:59.288 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-volume. 2024-04-24T17:29:59.316 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3285-g5904d294-1jammy_all.deb ... 2024-04-24T17:29:59.507 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pastescript. 2024-04-24T17:29:59.535 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-24T17:29:59.573 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-24T17:29:59.592 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:29:59.645 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package nvme-cli. 2024-04-24T17:29:59.673 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-24T17:29:59.711 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:29:59.869 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pluggy. 2024-04-24T17:29:59.897 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-24T17:29:59.909 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-24T17:29:59.935 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:29:59.937 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:29:59.975 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:00.125 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package pkg-config. 2024-04-24T17:30:00.153 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-24T17:30:00.191 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:30:00.246 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-psutil. 2024-04-24T17:30:00.274 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-24T17:30:00.286 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-24T17:30:00.313 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-24T17:30:00.315 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-24T17:30:00.353 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:30:00.444 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-24T17:30:00.460 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-24T17:30:00.502 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:30:00.640 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-py. 2024-04-24T17:30:00.668 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-24T17:30:00.699 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-24T17:30:00.707 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-24T17:30:00.727 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-24T17:30:00.765 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:30:00.939 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-24T17:30:00.966 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-24T17:30:01.005 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-24T17:30:01.035 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pygments. 2024-04-24T17:30:01.063 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-24T17:30:01.102 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:30:01.161 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package nvme-cli. 2024-04-24T17:30:01.189 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-24T17:30:01.227 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:30:01.308 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pastescript. 2024-04-24T17:30:01.335 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-24T17:30:01.374 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-24T17:30:01.539 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-24T17:30:01.567 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-24T17:30:01.605 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:30:01.658 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package pkg-config. 2024-04-24T17:30:01.686 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-24T17:30:01.702 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pluggy. 2024-04-24T17:30:01.724 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:30:01.730 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-24T17:30:01.769 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:30:01.916 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-toml. 2024-04-24T17:30:01.945 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-24T17:30:01.960 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-24T17:30:01.977 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-24T17:30:01.983 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-24T17:30:02.010 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:30:02.013 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-psutil. 2024-04-24T17:30:02.029 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-24T17:30:02.063 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-24T17:30:02.374 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-py. 2024-04-24T17:30:02.379 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-24T17:30:02.386 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pytest. 2024-04-24T17:30:02.402 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-24T17:30:02.408 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-24T17:30:02.414 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-24T17:30:02.438 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-24T17:30:02.440 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-24T17:30:02.452 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:30:02.724 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pastescript. 2024-04-24T17:30:02.752 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-24T17:30:02.790 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-24T17:30:02.802 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pygments. 2024-04-24T17:30:02.805 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-simplejson. 2024-04-24T17:30:02.830 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-24T17:30:02.834 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-24T17:30:02.869 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:30:02.872 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:30:03.142 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-24T17:30:03.144 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pluggy. 2024-04-24T17:30:03.170 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-24T17:30:03.172 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-24T17:30:03.207 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:30:03.210 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:30:03.315 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-24T17:30:03.342 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-24T17:30:03.381 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:30:03.505 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-psutil. 2024-04-24T17:30:03.533 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-24T17:30:03.571 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-24T17:30:03.667 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-toml. 2024-04-24T17:30:03.694 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-24T17:30:03.725 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-24T17:30:03.897 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package radosgw. 2024-04-24T17:30:03.916 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-py. 2024-04-24T17:30:03.926 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../116-radosgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:30:03.945 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-24T17:30:03.955 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:03.982 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-24T17:30:04.011 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-pytest. 2024-04-24T17:30:04.039 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-24T17:30:04.078 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:30:04.303 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pygments. 2024-04-24T17:30:04.331 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-24T17:30:04.369 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:30:04.406 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package python3-simplejson. 2024-04-24T17:30:04.422 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-24T17:30:04.464 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:30:04.733 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-24T17:30:04.761 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-24T17:30:04.791 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:30:04.799 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package rbd-fuse. 2024-04-24T17:30:04.816 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:30:04.831 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-24T17:30:04.858 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:04.859 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-24T17:30:04.897 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:30:05.163 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-24T17:30:05.202 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-toml. 2024-04-24T17:30:05.231 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-24T17:30:05.269 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-24T17:30:05.413 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:30:05.521 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package radosgw. 2024-04-24T17:30:05.539 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:30:05.548 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../116-radosgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:30:05.572 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pytest. 2024-04-24T17:30:05.587 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:05.600 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-24T17:30:05.638 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:30:05.810 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-24T17:30:05.983 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-simplejson. 2024-04-24T17:30:06.011 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-24T17:30:06.049 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:30:06.158 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-24T17:30:06.328 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-24T17:30:06.356 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-24T17:30:06.389 INFO:teuthology.orchestra.run.smithi096.stdout:Selecting previously unselected package rbd-fuse. 2024-04-24T17:30:06.394 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:30:06.418 INFO:teuthology.orchestra.run.smithi096.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:30:06.456 INFO:teuthology.orchestra.run.smithi096.stdout:Unpacking rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:06.595 INFO:teuthology.orchestra.run.smithi033.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-24T17:30:06.666 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:06.752 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-24T17:30:07.003 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:30:07.104 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:30:07.148 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package radosgw. 2024-04-24T17:30:07.177 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../116-radosgw_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:30:07.214 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:07.307 INFO:teuthology.orchestra.run.smithi033.stdout:Adding system user cephadm....done 2024-04-24T17:30:07.358 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-24T17:30:07.447 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:30:07.689 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-24T17:30:07.714 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:30:07.949 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:30:08.001 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package rbd-fuse. 2024-04-24T17:30:08.015 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3285-g5904d294-1jammy_amd64.deb ... 2024-04-24T17:30:08.051 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:08.075 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:30:08.114 INFO:teuthology.orchestra.run.smithi096.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-24T17:30:08.180 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:08.339 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-24T17:30:08.435 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-24T17:30:08.656 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-24T17:30:08.686 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:30:08.714 INFO:teuthology.orchestra.run.smithi096.stdout:Adding system user cephadm....done 2024-04-24T17:30:08.757 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-24T17:30:08.812 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-24T17:30:08.870 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:30:09.003 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-24T17:30:09.130 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:30:09.204 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:30:09.324 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-24T17:30:09.447 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:30:09.490 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-24T17:30:09.573 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:30:09.741 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-24T17:30:09.773 INFO:teuthology.orchestra.run.smithi049.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-24T17:30:09.832 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-24T17:30:09.842 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:10.034 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:30:10.117 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:30:10.243 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-24T17:30:10.277 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:30:10.317 INFO:teuthology.orchestra.run.smithi049.stdout:Adding system user cephadm....done 2024-04-24T17:30:10.473 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-24T17:30:10.520 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:30:10.536 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:30:10.758 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-24T17:30:10.779 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:30:10.888 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-24T17:30:11.009 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-24T17:30:11.047 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:11.135 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-24T17:30:11.139 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-24T17:30:11.315 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:30:11.395 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-24T17:30:11.415 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:30:11.440 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:30:11.567 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:30:11.654 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-24T17:30:11.658 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:30:11.692 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:30:11.780 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-24T17:30:11.935 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:30:11.952 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:30:12.115 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-24T17:30:12.186 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:30:12.345 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-24T17:30:12.375 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-24T17:30:12.420 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:12.464 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:30:12.476 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-24T17:30:12.590 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-24T17:30:12.736 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-24T17:30:12.738 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:30:12.864 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:30:12.957 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:30:12.989 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:30:13.012 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-24T17:30:13.083 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-24T17:30:13.115 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:30:13.255 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-24T17:30:13.351 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:30:13.506 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-24T17:30:13.558 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:30:13.636 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:30:13.749 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-24T17:30:13.929 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up zip (3.0-12build2) ... 2024-04-24T17:30:13.938 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-24T17:30:13.973 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-24T17:30:13.991 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-ceph-argparse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:14.037 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:30:14.054 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:30:14.138 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-24T17:30:14.326 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-24T17:30:14.477 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-24T17:30:14.480 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:30:14.603 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-24T17:30:14.623 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-24T17:30:14.762 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-24T17:30:14.831 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:30:14.899 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:30:15.022 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-24T17:30:15.082 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:30:15.160 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:30:15.200 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:30:15.326 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:30:15.383 INFO:teuthology.orchestra.run.smithi049.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-24T17:30:15.420 INFO:teuthology.orchestra.run.smithi049.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-24T17:30:15.445 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up zip (3.0-12build2) ... 2024-04-24T17:30:15.483 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-24T17:30:15.546 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:30:15.610 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-24T17:30:15.635 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-24T17:30:15.969 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-24T17:30:16.037 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-24T17:30:16.095 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-24T17:30:16.190 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:30:16.296 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:30:16.380 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-24T17:30:16.441 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:30:16.567 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:30:16.656 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-24T17:30:16.677 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:30:16.689 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:30:16.953 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-24T17:30:16.957 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up zip (3.0-12build2) ... 2024-04-24T17:30:16.982 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:30:17.074 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-24T17:30:17.338 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-24T17:30:17.350 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:30:17.589 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:30:17.609 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:30:17.719 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:17.793 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-24T17:30:17.966 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:30:18.028 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-idna (3.3-1) ... 2024-04-24T17:30:18.053 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-24T17:30:18.179 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-24T17:30:18.259 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:30:18.330 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-24T17:30:18.354 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:30:18.593 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:30:18.639 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-24T17:30:18.828 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:30:18.937 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:19.024 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-24T17:30:19.214 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-idna (3.3-1) ... 2024-04-24T17:30:19.274 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-24T17:30:19.540 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:30:19.602 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:30:19.651 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-24T17:30:19.853 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:30:19.946 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-24T17:30:19.987 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-24T17:30:20.272 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:30:20.296 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-24T17:30:20.398 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:30:20.524 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:30:20.564 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-24T17:30:20.662 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:30:20.689 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:20.825 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:30:20.922 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:30:20.982 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-idna (3.3-1) ... 2024-04-24T17:30:21.057 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-24T17:30:21.084 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-24T17:30:21.301 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-24T17:30:21.324 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:30:21.336 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:30:21.426 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:30:21.437 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:30:21.527 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:30:21.738 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:30:21.795 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:30:21.990 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-24T17:30:22.046 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-24T17:30:22.248 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-24T17:30:22.297 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:30:22.423 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:30:22.489 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-24T17:30:22.516 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:30:22.733 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:30:22.741 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:30:22.775 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-24T17:30:22.851 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-24T17:30:22.992 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-24T17:30:23.035 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:30:23.101 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-24T17:30:23.136 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-24T17:30:23.228 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-24T17:30:23.252 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-24T17:30:23.353 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-24T17:30:23.404 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:30:23.504 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:30:23.530 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:30:23.647 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-24T17:30:23.754 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-24T17:30:23.826 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:30:23.898 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-24T17:30:24.022 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:30:24.124 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:30:24.148 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-24T17:30:24.149 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:30:24.258 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-24T17:30:24.374 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:30:24.425 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:30:24.501 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:30:24.526 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:30:24.543 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-24T17:30:24.627 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:30:24.699 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-24T17:30:24.819 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:30:24.844 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-24T17:30:24.970 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:30:25.096 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:30:25.103 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:30:25.112 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-24T17:30:25.346 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:30:25.472 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:30:25.514 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:30:25.538 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-24T17:30:25.598 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:30:25.687 INFO:teuthology.orchestra.run.smithi096.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-24T17:30:25.772 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-24T17:30:25.782 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-24T17:30:25.899 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-24T17:30:25.933 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:30:26.040 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-24T17:30:26.059 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:30:26.166 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-24T17:30:26.184 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:30:26.343 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:30:26.444 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:30:26.493 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-24T17:30:26.619 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-24T17:30:26.661 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:30:26.713 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-24T17:30:26.838 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-24T17:30:26.928 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-24T17:30:26.945 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:30:27.098 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:30:27.224 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:30:27.229 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-24T17:30:27.238 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-24T17:30:27.347 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-24T17:30:27.472 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-24T17:30:27.550 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:30:27.573 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-24T17:30:27.607 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-24T17:30:27.691 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-24T17:30:27.780 INFO:teuthology.orchestra.run.smithi049.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-24T17:30:27.868 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:30:27.883 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:30:28.018 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-24T17:30:28.136 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-24T17:30:28.144 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-24T17:30:28.228 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:30:28.237 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-24T17:30:28.496 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-24T17:30:28.537 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-24T17:30:28.629 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-24T17:30:28.813 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-24T17:30:28.839 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:30:28.914 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-24T17:30:28.914 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:30:29.165 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-24T17:30:29.192 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:30:29.241 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:30:29.282 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-24T17:30:29.367 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:29.494 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:29.578 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-24T17:30:29.600 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-24T17:30:29.603 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:30:29.854 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:30:29.893 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-24T17:30:29.914 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:30.040 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:30.169 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-24T17:30:30.183 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-24T17:30:30.199 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:30:30.295 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-24T17:30:30.325 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:30.468 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:30.468 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:30.585 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:30:30.594 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:30.610 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-24T17:30:30.720 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:30.872 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-24T17:30:30.905 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:30.947 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:30:30.948 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:30:31.031 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:31.157 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-24T17:30:31.209 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-24T17:30:31.451 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:31.462 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:31.585 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:31.589 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:31.594 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-24T17:30:31.686 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:31.714 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:31.841 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:30:31.879 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-24T17:30:31.891 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:30:31.891 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:30:32.223 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-24T17:30:32.330 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:32.349 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up librados2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:32.456 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:32.476 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:32.598 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:32.602 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-24T17:30:32.725 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:30:32.938 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libcephfs2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.039 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libradosstriper1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.094 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.140 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-24T17:30:33.220 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.346 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.425 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up librbd1 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.455 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.556 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.559 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr-modules-core (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.702 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.878 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:33.923 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:30:33.923 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-24T17:30:34.005 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:34.091 INFO:teuthology.orchestra.run.smithi033.stdout:Adding group ceph....done 2024-04-24T17:30:34.131 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:34.256 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:34.383 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:34.387 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libcephfs-dev (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:34.467 INFO:teuthology.orchestra.run.smithi033.stdout:Adding system user ceph....done 2024-04-24T17:30:34.513 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-rados (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:34.630 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up librgw2 (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:34.636 INFO:teuthology.orchestra.run.smithi033.stdout:Setting system user ceph properties....done 2024-04-24T17:30:34.655 INFO:teuthology.orchestra.run.smithi033.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-24T17:30:34.732 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-24T17:30:34.798 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-24T17:30:34.901 INFO:teuthology.orchestra.run.smithi096.stdout:Adding group ceph....done 2024-04-24T17:30:35.103 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-24T17:30:35.311 INFO:teuthology.orchestra.run.smithi096.stdout:Adding system user ceph....done 2024-04-24T17:30:35.480 INFO:teuthology.orchestra.run.smithi096.stdout:Setting system user ceph properties....done 2024-04-24T17:30:35.499 INFO:teuthology.orchestra.run.smithi096.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-24T17:30:35.582 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:35.638 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-24T17:30:35.726 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:35.958 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-24T17:30:35.985 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-rbd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:36.111 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up rbd-fuse (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:36.235 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:30:36.235 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:30:36.237 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-rgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:36.363 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-cephfs (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:36.376 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:36.485 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:36.489 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-common (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:36.695 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:37.008 INFO:teuthology.orchestra.run.smithi049.stdout:Adding group ceph....done 2024-04-24T17:30:37.016 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:30:37.017 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:30:37.046 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-24T17:30:37.376 INFO:teuthology.orchestra.run.smithi049.stdout:Adding system user ceph....done 2024-04-24T17:30:37.437 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:37.521 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:37.527 INFO:teuthology.orchestra.run.smithi049.stdout:Setting system user ceph properties....done 2024-04-24T17:30:37.546 INFO:teuthology.orchestra.run.smithi049.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-24T17:30:37.687 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-24T17:30:37.782 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:30:37.782 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:30:37.782 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-24T17:30:38.017 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-24T17:30:38.222 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:38.265 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:38.467 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:30:38.467 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:30:38.493 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:30:38.494 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:30:38.532 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-test (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:38.667 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up radosgw (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:38.892 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:38.974 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:39.079 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:30:39.079 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:30:39.139 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:30:39.139 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-24T17:30:39.254 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:30:39.254 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:30:39.526 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:39.594 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-base (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:39.734 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:39.780 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:30:39.780 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:30:39.960 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-24T17:30:39.997 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:40.253 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:40.371 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:40.379 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:40.437 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mds (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:40.530 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:40.591 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:30:40.591 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:30:40.678 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:30:40.678 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-24T17:30:40.738 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:30:40.738 INFO:teuthology.orchestra.run.smithi096.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:30:41.064 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:41.147 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:41.190 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:41.215 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:41.341 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:41.341 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:41.369 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:30:41.369 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-24T17:30:41.459 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:41.575 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:41.593 INFO:teuthology.orchestra.run.smithi096.stdout:Setting up ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:41.849 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-osd (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:41.945 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-24T17:30:41.982 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-24T17:30:42.054 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-24T17:30:42.148 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:30:42.148 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-24T17:30:42.155 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-24T17:30:42.207 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-24T17:30:42.341 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-24T17:30:42.617 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:42.743 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:42.894 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mon (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:43.115 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:30:43.115 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-24T17:30:43.307 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-24T17:30:43.426 INFO:teuthology.orchestra.run.smithi096.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-24T17:30:43.620 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr-cephadm (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:43.763 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:43.864 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr-dashboard (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:43.991 INFO:teuthology.orchestra.run.smithi033.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-24T17:30:43.997 DEBUG:teuthology.parallel:result is None 2024-04-24T17:30:43.998 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-volume (19.0.0-3285-g5904d294-1jammy) ... 2024-04-24T17:30:44.043 INFO:teuthology.orchestra.run.smithi096.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-24T17:30:44.048 DEBUG:teuthology.parallel:result is None 2024-04-24T17:30:44.360 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-24T17:30:44.469 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-24T17:30:44.621 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-24T17:30:45.747 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-24T17:30:46.466 INFO:teuthology.orchestra.run.smithi049.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-24T17:30:46.471 DEBUG:teuthology.parallel:result is None 2024-04-24T17:30:46.472 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-24T17:30:46.615 DEBUG:teuthology.orchestra.run.smithi033:> dpkg-query -W -f '${Version}' ceph 2024-04-24T17:30:46.635 INFO:teuthology.orchestra.run.smithi033.stdout:19.0.0-3285-g5904d294-1jammy 2024-04-24T17:30:46.635 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:30:46.635 INFO:teuthology.task.install:The correct ceph version 19.0.0-3285-g5904d294-1jammy is installed. 2024-04-24T17:30:46.637 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-24T17:30:47.073 DEBUG:teuthology.orchestra.run.smithi049:> dpkg-query -W -f '${Version}' ceph 2024-04-24T17:30:47.092 INFO:teuthology.orchestra.run.smithi049.stdout:19.0.0-3285-g5904d294-1jammy 2024-04-24T17:30:47.093 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:30:47.093 INFO:teuthology.task.install:The correct ceph version 19.0.0-3285-g5904d294-1jammy is installed. 2024-04-24T17:30:47.095 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-24T17:30:47.231 DEBUG:teuthology.orchestra.run.smithi096:> dpkg-query -W -f '${Version}' ceph 2024-04-24T17:30:47.250 INFO:teuthology.orchestra.run.smithi096.stdout:19.0.0-3285-g5904d294-1jammy 2024-04-24T17:30:47.250 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3285-g5904d294-1jammy 2024-04-24T17:30:47.250 INFO:teuthology.task.install:The correct ceph version 19.0.0-3285-g5904d294-1jammy is installed. 2024-04-24T17:30:47.252 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-24T17:30:47.253 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:30:47.253 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T17:30:47.267 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:30:47.267 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T17:30:47.282 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:30:47.282 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T17:30:47.307 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-24T17:30:47.307 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:30:47.307 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T17:30:47.322 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T17:30:47.378 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:30:47.378 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T17:30:47.392 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T17:30:47.446 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:30:47.446 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T17:30:47.460 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T17:30:47.516 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-24T17:30:47.516 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:30:47.516 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T17:30:47.530 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T17:30:47.587 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:30:47.587 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T17:30:47.600 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T17:30:47.654 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:30:47.654 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T17:30:47.668 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T17:30:47.723 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-24T17:30:47.723 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:30:47.723 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T17:30:47.736 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T17:30:47.791 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:30:47.791 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T17:30:47.805 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T17:30:47.859 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:30:47.859 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T17:30:47.872 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T17:30:47.927 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-24T17:30:48.024 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-24T17:30:48.024 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:30:48.025 INFO:tasks.cephadm:Cluster fsid is 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:30:48.025 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-24T17:30:48.025 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.33', 'mon.b': '172.21.15.49', 'mon.c': '172.21.15.96'} 2024-04-24T17:30:48.025 INFO:tasks.cephadm:First mon is mon.a on smithi033 2024-04-24T17:30:48.025 INFO:tasks.cephadm:First mgr is a 2024-04-24T17:30:48.025 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-24T17:30:48.025 DEBUG:teuthology.orchestra.run.smithi033:> sudo hostname $(hostname -s) 2024-04-24T17:30:48.040 DEBUG:teuthology.orchestra.run.smithi049:> sudo hostname $(hostname -s) 2024-04-24T17:30:48.054 DEBUG:teuthology.orchestra.run.smithi096:> sudo hostname $(hostname -s) 2024-04-24T17:30:48.068 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-24T17:30:48.068 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-24T17:30:48.504 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-24T17:30:48.936 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-24T17:30:48.937 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-24T17:30:48.938 DEBUG:teuthology.orchestra.run.smithi033:> 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-24T17:30:51.583 INFO:teuthology.orchestra.run.smithi033.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 17:30 /home/ubuntu/cephtest/cephadm 2024-04-24T17:30:51.583 DEBUG:teuthology.orchestra.run.smithi049:> 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-24T17:30:52.230 INFO:teuthology.orchestra.run.smithi049.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 17:30 /home/ubuntu/cephtest/cephadm 2024-04-24T17:30:52.230 DEBUG:teuthology.orchestra.run.smithi096:> 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-24T17:30:52.843 INFO:teuthology.orchestra.run.smithi096.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789946 Apr 24 17:30 /home/ubuntu/cephtest/cephadm 2024-04-24T17:30:52.844 DEBUG:teuthology.orchestra.run.smithi033:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T17:30:52.852 DEBUG:teuthology.orchestra.run.smithi049:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T17:30:52.859 DEBUG:teuthology.orchestra.run.smithi096:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T17:30:52.878 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc on all hosts... 2024-04-24T17:30:52.878 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T17:30:52.896 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T17:30:52.903 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc pull 2024-04-24T17:30:53.066 INFO:teuthology.orchestra.run.smithi033.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:30:53.073 INFO:teuthology.orchestra.run.smithi049.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:30:53.075 INFO:teuthology.orchestra.run.smithi096.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:31:57.706 INFO:teuthology.orchestra.run.smithi033.stdout:{ 2024-04-24T17:31:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T17:31:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T17:31:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: "repo_digests": [ 2024-04-24T17:31:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T17:31:57.707 INFO:teuthology.orchestra.run.smithi033.stdout: ] 2024-04-24T17:31:57.707 INFO:teuthology.orchestra.run.smithi033.stdout:} 2024-04-24T17:32:02.676 INFO:teuthology.orchestra.run.smithi096.stdout:{ 2024-04-24T17:32:02.677 INFO:teuthology.orchestra.run.smithi096.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T17:32:02.677 INFO:teuthology.orchestra.run.smithi096.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T17:32:02.677 INFO:teuthology.orchestra.run.smithi096.stdout: "repo_digests": [ 2024-04-24T17:32:02.677 INFO:teuthology.orchestra.run.smithi096.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T17:32:02.677 INFO:teuthology.orchestra.run.smithi096.stdout: ] 2024-04-24T17:32:02.677 INFO:teuthology.orchestra.run.smithi096.stdout:} 2024-04-24T17:32:03.538 INFO:teuthology.orchestra.run.smithi049.stdout:{ 2024-04-24T17:32:03.538 INFO:teuthology.orchestra.run.smithi049.stdout: "ceph_version": "ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev)", 2024-04-24T17:32:03.538 INFO:teuthology.orchestra.run.smithi049.stdout: "image_id": "8bb2087275ff8b3edc22adaa46e72c303749ca6355b50780fa41551d025b2f8d", 2024-04-24T17:32:03.539 INFO:teuthology.orchestra.run.smithi049.stdout: "repo_digests": [ 2024-04-24T17:32:03.539 INFO:teuthology.orchestra.run.smithi049.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a" 2024-04-24T17:32:03.539 INFO:teuthology.orchestra.run.smithi049.stdout: ] 2024-04-24T17:32:03.539 INFO:teuthology.orchestra.run.smithi049.stdout:} 2024-04-24T17:32:03.573 DEBUG:teuthology.orchestra.run.smithi033:> sudo mkdir -p /etc/ceph 2024-04-24T17:32:03.587 DEBUG:teuthology.orchestra.run.smithi049:> sudo mkdir -p /etc/ceph 2024-04-24T17:32:03.601 DEBUG:teuthology.orchestra.run.smithi096:> sudo mkdir -p /etc/ceph 2024-04-24T17:32:03.615 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 777 /etc/ceph 2024-04-24T17:32:03.642 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 777 /etc/ceph 2024-04-24T17:32:03.660 DEBUG:teuthology.orchestra.run.smithi096:> sudo chmod 777 /etc/ceph 2024-04-24T17:32:03.672 INFO:tasks.cephadm:Writing seed config... 2024-04-24T17:32:03.674 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-24T17:32:03.674 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-24T17:32:03.674 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-24T17:32:03.674 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-24T17:32:03.674 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-24T17:32:03.674 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-24T17:32:03.674 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-24T17:32:03.674 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-24T17:32:03.674 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-24T17:32:03.675 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:32:03.675 DEBUG:teuthology.orchestra.run.smithi033:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-24T17:32:03.690 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 = 63712292-0260-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-24T17:32:03.690 DEBUG:teuthology.orchestra.run.smithi033:mon.a> sudo journalctl -f -n 0 -u ceph-63712292-0260-11ef-bc93-c7b262605968@mon.a.service 2024-04-24T17:32:03.735 DEBUG:teuthology.orchestra.run.smithi033:mgr.a> sudo journalctl -f -n 0 -u ceph-63712292-0260-11ef-bc93-c7b262605968@mgr.a.service 2024-04-24T17:32:03.779 INFO:tasks.cephadm:Bootstrapping... 2024-04-24T17:32:03.779 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc -v bootstrap --fsid 63712292-0260-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.33 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:32:03.993 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-24T17:32:03.993 INFO:teuthology.orchestra.run.smithi033.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc', '-v', 'bootstrap', '--fsid', '63712292-0260-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.33', '--skip-admin-label'] 2024-04-24T17:32:03.993 INFO:teuthology.orchestra.run.smithi033.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-24T17:32:03.994 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying podman|docker is present... 2024-04-24T17:32:03.994 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying lvm2 is present... 2024-04-24T17:32:03.994 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying time synchronization is in place... 2024-04-24T17:32:04.000 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T17:32:04.000 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T17:32:04.006 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T17:32:04.006 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-24T17:32:04.011 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T17:32:04.011 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T17:32:04.015 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T17:32:04.015 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-24T17:32:04.019 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T17:32:04.019 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout masked 2024-04-24T17:32:04.022 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T17:32:04.022 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-24T17:32:04.026 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T17:32:04.026 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T17:32:04.030 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T17:32:04.030 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-24T17:32:04.034 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout enabled 2024-04-24T17:32:04.039 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout active 2024-04-24T17:32:04.039 INFO:teuthology.orchestra.run.smithi033.stdout:Unit ntp.service is enabled and running 2024-04-24T17:32:04.039 INFO:teuthology.orchestra.run.smithi033.stdout:Repeating the final host check... 2024-04-24T17:32:04.039 INFO:teuthology.orchestra.run.smithi033.stdout:docker (/usr/bin/docker) is present 2024-04-24T17:32:04.039 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl is present 2024-04-24T17:32:04.039 INFO:teuthology.orchestra.run.smithi033.stdout:lvcreate is present 2024-04-24T17:32:04.042 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T17:32:04.043 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T17:32:04.046 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T17:32:04.046 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-24T17:32:04.050 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-24T17:32:04.050 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-24T17:32:04.054 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-24T17:32:04.054 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-24T17:32:04.057 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-24T17:32:04.058 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout masked 2024-04-24T17:32:04.061 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-24T17:32:04.061 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-24T17:32:04.065 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-24T17:32:04.065 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-24T17:32:04.069 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-24T17:32:04.069 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-24T17:32:04.073 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout enabled 2024-04-24T17:32:04.077 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout active 2024-04-24T17:32:04.077 INFO:teuthology.orchestra.run.smithi033.stdout:Unit ntp.service is enabled and running 2024-04-24T17:32:04.078 INFO:teuthology.orchestra.run.smithi033.stdout:Host looks OK 2024-04-24T17:32:04.078 INFO:teuthology.orchestra.run.smithi033.stdout:Cluster fsid: 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:04.078 INFO:teuthology.orchestra.run.smithi033.stdout:Acquiring lock 139884598421408 on /run/cephadm/63712292-0260-11ef-bc93-c7b262605968.lock 2024-04-24T17:32:04.078 INFO:teuthology.orchestra.run.smithi033.stdout:Lock 139884598421408 acquired on /run/cephadm/63712292-0260-11ef-bc93-c7b262605968.lock 2024-04-24T17:32:04.078 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying IP 172.21.15.33 port 3300 ... 2024-04-24T17:32:04.078 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying IP 172.21.15.33 port 6789 ... 2024-04-24T17:32:04.078 INFO:teuthology.orchestra.run.smithi033.stdout:Base mon IP(s) is [172.21.15.33:3300, 172.21.15.33:6789], mon addrv is [v2:172.21.15.33:3300,v1:172.21.15.33:6789] 2024-04-24T17:32:04.080 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-24T17:32:04.080 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-24T17:32:04.080 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.33 2024-04-24T17:32:04.083 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-24T17:32:04.083 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-24T17:32:04.083 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1763sec hoplimit 64 pref medium 2024-04-24T17:32:04.085 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-24T17:32:04.085 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-24T17:32:04.085 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T17:32:04.085 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-24T17:32:04.085 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:d294/64 scope link 2024-04-24T17:32:04.085 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T17:32:04.086 INFO:teuthology.orchestra.run.smithi033.stdout:Mon IP `172.21.15.33` is in CIDR network `172.21.0.0/20` 2024-04-24T17:32:04.086 INFO:teuthology.orchestra.run.smithi033.stdout:Mon IP `172.21.15.33` is in CIDR network `172.21.0.0/20` 2024-04-24T17:32:04.086 INFO:teuthology.orchestra.run.smithi033.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-24T17:32:04.087 INFO:teuthology.orchestra.run.smithi033.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-24T17:32:04.087 INFO:teuthology.orchestra.run.smithi033.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc... 2024-04-24T17:32:04.437 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout 5904d29475f5be602879d9fb26280e89b808d5cc: Pulling from ceph-ci/ceph 2024-04-24T17:32:04.437 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout Digest: sha256:7d58b69a27db4d75e45a15a3a40c6148076eda7e4bc8fdbe5fb876f29532e51a 2024-04-24T17:32:04.437 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:04.437 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5904d29475f5be602879d9fb26280e89b808d5cc 2024-04-24T17:32:05.751 INFO:teuthology.orchestra.run.smithi033.stdout:ceph: stdout ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev) 2024-04-24T17:32:05.751 INFO:teuthology.orchestra.run.smithi033.stdout:Ceph version: ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev) 2024-04-24T17:32:05.751 INFO:teuthology.orchestra.run.smithi033.stdout:Extracting ceph user uid/gid from container image... 2024-04-24T17:32:06.822 INFO:teuthology.orchestra.run.smithi033.stdout:stat: stdout 167 167 2024-04-24T17:32:06.822 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial keys... 2024-04-24T17:32:08.044 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQAXQilmLie8HxAAGSRXJB8Q511QFXqmvmgetQ== 2024-04-24T17:32:09.123 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQAYQilm+vj7JBAAXD9jecY3yFrtpgE1L0LL1A== 2024-04-24T17:32:10.411 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQAZQilmaHsfMhAA2fNM2ARzjFWFsrkMUG/gkA== 2024-04-24T17:32:10.412 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial monmap... 2024-04-24T17:32:11.550 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T17:32:11.550 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-24T17:32:11.550 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:11.551 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T17:32:11.551 INFO:teuthology.orchestra.run.smithi033.stdout:monmaptool for a [v2:172.21.15.33:3300,v1:172.21.15.33:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T17:32:11.551 INFO:teuthology.orchestra.run.smithi033.stdout:setting min_mon_release = quincy 2024-04-24T17:32:11.551 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: set fsid to 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:11.551 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T17:32:11.551 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:32:11.551 INFO:teuthology.orchestra.run.smithi033.stdout:Creating mon... 2024-04-24T17:32:12.976 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.374+0000 7f234952fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T17:32:12.976 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.374+0000 7f234952fc80 1 imported monmap: 2024-04-24T17:32:12.976 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-24T17:32:11.092045+0000 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.374+0000 7f234952fc80 0 /usr/bin/ceph-mon: set fsid to 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Git sha 0 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T17:32:12.977 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: DB SUMMARY 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: DB Session ID: J6C03DSJARRSMX8VSRTM 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.create_if_missing: 1 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T17:32:12.978 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.env: 0x5585d162ecc0 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.info_log: 0x5585d2051020 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.statistics: (nil) 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.use_fsync: 0 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T17:32:12.979 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.db_log_dir: 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.wal_dir: 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T17:32:12.980 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.write_buffer_manager: 0x5585d2020aa0 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.unordered_write: 0 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T17:32:12.981 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.row_cache: None 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.wal_filter: None 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.wal_compression: 0 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T17:32:12.982 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T17:32:12.983 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_open_files: -1 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Compression algorithms supported: 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: kZSTD supported: 0 2024-04-24T17:32:12.984 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T17:32:12.985 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.merge_operator: 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_filter: None 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5585d20511e0) 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-24T17:32:12.986 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5585d20531f0 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-24T17:32:12.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-24T17:32:12.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compression: NoCompression 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.num_levels: 7 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T17:32:12.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T17:32:12.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T17:32:12.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T17:32:12.992 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T17:32:12.993 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.ttl: 2592000 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T17:32:12.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 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-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: cebdeced-0897-429d-b39e-a5c337ad51be 2024-04-24T17:32:12.995 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.378+0000 7f234952fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.382+0000 7f234952fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5585d214a000 2024-04-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.382+0000 7f234952fc80 4 rocksdb: DB pointer 0x5585d213a000 2024-04-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.382+0000 7f233968f700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.382+0000 7f233968f700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.996 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:32:12.997 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.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-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5585d20531f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-24T17:32:12.998 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-24T17:32:12.999 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.382+0000 7f234952fc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-24T17:32:12.999 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.382+0000 7f234952fc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-24T17:32:12.999 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-24T17:32:12.382+0000 7f234952fc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-24T17:32:12.999 INFO:teuthology.orchestra.run.smithi033.stdout:create mon.a on 2024-04-24T17:32:13.221 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-24T17:32:13.436 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-24T17:32:13.662 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-63712292-0260-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-63712292-0260-11ef-bc93-c7b262605968.target. 2024-04-24T17:32:13.663 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-63712292-0260-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-63712292-0260-11ef-bc93-c7b262605968.target. 2024-04-24T17:32:13.955 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-63712292-0260-11ef-bc93-c7b262605968@mon.a 2024-04-24T17:32:13.956 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to reset failed state of unit ceph-63712292-0260-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-63712292-0260-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-24T17:32:14.147 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-63712292-0260-11ef-bc93-c7b262605968.target.wants/ceph-63712292-0260-11ef-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-63712292-0260-11ef-bc93-c7b262605968@.service. 2024-04-24T17:32:14.157 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-24T17:32:14.157 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T17:32:14.157 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mon to start... 2024-04-24T17:32:14.157 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mon... 2024-04-24T17:32:15.618 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:15 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.481293+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:32:16.452 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout cluster: 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout id: 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout services: 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.334431s) 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout data: 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-24T17:32:16.453 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-24T17:32:16.454 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-24T17:32:16.454 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout pgs: 2024-04-24T17:32:16.454 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:16.454 INFO:teuthology.orchestra.run.smithi033.stdout:mon is available 2024-04-24T17:32:16.454 INFO:teuthology.orchestra.run.smithi033.stdout:Assimilating anything we can from ceph.conf... 2024-04-24T17:32:16.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485068+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:32:16.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485068+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485271+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485271+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485285+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485285+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485299+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T17:32:11.092045+0000 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485299+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-24T17:32:11.092045+0000 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485312+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485312+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485324+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485324+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485337+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485337+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-24T17:32:16.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485351+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:32:16.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.485351+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:32:16.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.487558+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T17:32:16.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.487558+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-24T17:32:16.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.490133+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:32:16.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.490133+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:32:16.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.490776+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:32:16.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: cluster 2024-04-24T17:32:15.490776+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:32:16.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: audit 2024-04-24T17:32:15.819466+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.33:0/2273810203' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T17:32:16.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:16 smithi033 bash[20966]: audit 2024-04-24T17:32:15.819466+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.33:0/2273810203' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T17:32:17.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:17 smithi033 bash[20966]: audit 2024-04-24T17:32:17.383667+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.33:0/2456220896' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:32:17.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:17 smithi033 bash[20966]: audit 2024-04-24T17:32:17.383667+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.33:0/2456220896' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:32:17.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:17 smithi033 bash[20966]: audit 2024-04-24T17:32:17.386827+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.33:0/2456220896' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:32:17.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:17 smithi033 bash[20966]: audit 2024-04-24T17:32:17.386827+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.33:0/2456220896' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:32:18.033 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:18.033 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T17:32:18.033 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout fsid = 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:18.033 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T17:32:18.033 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.33:3300,v1:172.21.15.33:6789] 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T17:32:18.034 INFO:teuthology.orchestra.run.smithi033.stdout:Generating new minimal ceph.conf... 2024-04-24T17:32:19.368 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:18 smithi033 bash[20966]: audit 2024-04-24T17:32:18.924313+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.33:0/3260024874' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:32:19.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:18 smithi033 bash[20966]: audit 2024-04-24T17:32:18.924313+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.33:0/3260024874' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:32:19.412 INFO:teuthology.orchestra.run.smithi033.stdout:Restarting the monitor... 2024-04-24T17:32:19.837 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:19 smithi033 systemd[1]: Stopping Ceph mon.a for 63712292-0260-11ef-bc93-c7b262605968... 2024-04-24T17:32:19.837 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:19 smithi033 bash[20966]: debug 2024-04-24T17:32:19.662+0000 7f32672ea700 -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-24T17:32:19.837 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:19 smithi033 bash[20966]: debug 2024-04-24T17:32:19.662+0000 7f32672ea700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T17:32:20.409 INFO:teuthology.orchestra.run.smithi033.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-24T17:32:20.618 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:20 smithi033 bash[21352]: ceph-63712292-0260-11ef-bc93-c7b262605968-mon-a 2024-04-24T17:32:20.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:20 smithi033 bash[21413]: Error response from daemon: No such container: ceph-63712292-0260-11ef-bc93-c7b262605968-mon-a 2024-04-24T17:32:20.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:20 smithi033 systemd[1]: ceph-63712292-0260-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-24T17:32:20.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:20 smithi033 systemd[1]: Stopped Ceph mon.a for 63712292-0260-11ef-bc93-c7b262605968. 2024-04-24T17:32:20.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:20 smithi033 systemd[1]: Started Ceph mon.a for 63712292-0260-11ef-bc93-c7b262605968. 2024-04-24T17:32:21.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.366+0000 7f191bf42c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T17:32:21.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.366+0000 7f191bf42c80 0 ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev), process ceph-mon, pid 7 2024-04-24T17:32:21.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.366+0000 7f191bf42c80 0 pidfile_write: ignore empty --pid-file 2024-04-24T17:32:21.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 0 load: jerasure load: lrc 2024-04-24T17:32:21.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T17:32:21.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Git sha 0 2024-04-24T17:32:21.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: DB SUMMARY 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: DB Session ID: TF3S9PN0UQWR95VD1SDL 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: CURRENT file: CURRENT 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88549 ; 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.create_if_missing: 0 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T17:32:21.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T17:32:21.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T17:32:21.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T17:32:21.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.env: 0x55cbbdcd9cc0 2024-04-24T17:32:21.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T17:32:21.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.info_log: 0x55cbc00b5dc0 2024-04-24T17:32:21.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T17:32:21.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.statistics: (nil) 2024-04-24T17:32:21.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.use_fsync: 0 2024-04-24T17:32:21.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T17:32:21.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T17:32:21.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T17:32:21.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T17:32:21.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T17:32:21.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T17:32:21.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T17:32:21.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T17:32:21.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T17:32:21.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.db_log_dir: 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.wal_dir: 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.write_buffer_manager: 0x55cbc00870e0 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T17:32:21.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.unordered_write: 0 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.row_cache: None 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.wal_filter: None 2024-04-24T17:32:21.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.wal_compression: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T17:32:21.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T17:32:21.626 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_open_files: -1 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Compression algorithms supported: 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: kZSTD supported: 0 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T17:32:21.627 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T17:32:21.628 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T17:32:21.628 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T17:32:21.628 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T17:32:21.628 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T17:32:21.628 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-24T17:32:21.629 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T17:32:21.629 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T17:32:21.629 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.merge_operator: 2024-04-24T17:32:21.629 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_filter: None 2024-04-24T17:32:21.629 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T17:32:21.629 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T17:32:21.629 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cbc00b5f80) 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cache_index_and_filter_blocks: 1 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: pin_top_level_index_and_filter: 1 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: index_type: 0 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: data_block_index_type: 0 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: index_shortening: 1 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: data_block_hash_table_util_ratio: 0.750000 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: checksum: 4 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: no_block_cache: 0 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: block_cache: 0x55cbc00b71f0 2024-04-24T17:32:21.630 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: block_cache_name: BinnedLRUCache 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: block_cache_options: 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: capacity : 536870912 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: num_shard_bits : 4 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: strict_capacity_limit : 0 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: high_pri_pool_ratio: 0.000 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: block_cache_compressed: (nil) 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: persistent_cache: (nil) 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: block_size: 4096 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: block_size_deviation: 10 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: block_restart_interval: 16 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: index_block_restart_interval: 1 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: metadata_block_size: 4096 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: partition_filters: 0 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: use_delta_encoding: 1 2024-04-24T17:32:21.631 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: filter_policy: bloomfilter 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: whole_key_filtering: 1 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: verify_compression: 0 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: read_amp_bytes_per_bit: 0 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: format_version: 5 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: enable_index_compression: 1 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: block_align: 0 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: max_auto_readahead_size: 262144 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: prepopulate_block_cache: 0 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: initial_auto_readahead_size: 8192 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: num_file_reads_for_auto_readahead: 2 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T17:32:21.632 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compression: NoCompression 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.num_levels: 7 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:32:21.633 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T17:32:21.634 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T17:32:21.635 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T17:32:21.635 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T17:32:21.635 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T17:32:21.635 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T17:32:21.635 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T17:32:21.635 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T17:32:21.635 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T17:32:21.635 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T17:32:21.635 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T17:32:21.635 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T17:32:21.636 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T17:32:21.637 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.ttl: 2592000 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T17:32:21.638 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T17:32:21.639 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T17:32:21.639 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 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-24T17:32:21.639 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-24T17:32:21.639 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: cebdeced-0897-429d-b39e-a5c337ad51be 2024-04-24T17:32:21.639 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979941376495, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-24T17:32:21.639 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.370+0000 7f191bf42c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-24T17:32:21.639 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.374+0000 7f191bf42c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979941378216, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85288, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83435, "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": 77647, "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": 1713979941, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "cebdeced-0897-429d-b39e-a5c337ad51be", "db_session_id": "TF3S9PN0UQWR95VD1SDL", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-24T17:32:21.639 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.374+0000 7f191bf42c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713979941378347, "job": 1, "event": "recovery_finished"} 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.374+0000 7f191bf42c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.374+0000 7f191bf42c80 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-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.374+0000 7f191bf42c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55cbc01d8000 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.374+0000 7f191bf42c80 4 rocksdb: DB pointer 0x55cbc01c4000 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.374+0000 7f190a69a700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.374+0000 7f190a69a700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: ** DB Stats ** 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: 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-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: 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-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:32:21.640 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: ** Compaction Stats [default] ** 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: 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-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: ** Compaction Stats [default] ** 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: 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-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 90.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T17:32:21.641 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: AddFile(Keys): cumulative 0, interval 0 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Cumulative compaction: 0.00 GB write, 15.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Interval compaction: 0.00 GB write, 15.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: 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-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: Block cache BinnedLRUCache@0x55cbc00b71f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: 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-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: ** File Read Latency Histogram By Level [default] ** 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.378+0000 7f191bf42c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] at bind addrs [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.378+0000 7f191bf42c80 1 mon.a@-1(???) e1 preinit fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.378+0000 7f191bf42c80 0 mon.a@-1(???).mds e1 new map 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.378+0000 7f191bf42c80 0 mon.a@-1(???).mds e1 print_map 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: e1 2024-04-24T17:32:21.642 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: 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-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: legacy client fscid: -1 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: No filesystems configured 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.378+0000 7f191bf42c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.378+0000 7f191bf42c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.378+0000 7f191bf42c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.378+0000 7f191bf42c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: debug 2024-04-24T17:32:21.378+0000 7f191bf42c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409373+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409373+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409483+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T17:32:21.643 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409483+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409505+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409505+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409534+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T17:32:11.092045+0000 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409534+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-24T17:32:11.092045+0000 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409550+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409550+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409569+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409569+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409587+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409587+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409615+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.409615+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:32:21.644 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.410235+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T17:32:21.645 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.410235+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-24T17:32:21.645 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.410285+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:32:21.645 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.410285+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-24T17:32:21.645 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.410859+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:32:21.645 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:21 smithi033 bash[21450]: cluster 2024-04-24T17:32:21.410859+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-24T17:32:22.189 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-24T17:32:22.216 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:32:22.216 INFO:teuthology.orchestra.run.smithi033.stdout:Creating mgr... 2024-04-24T17:32:22.216 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-24T17:32:22.216 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-24T17:32:22.537 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-63712292-0260-11ef-bc93-c7b262605968@mgr.a 2024-04-24T17:32:22.537 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to reset failed state of unit ceph-63712292-0260-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-63712292-0260-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-24T17:32:22.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:22 smithi033 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:32:22.541 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:22 smithi033 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:32:22.742 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-63712292-0260-11ef-bc93-c7b262605968.target.wants/ceph-63712292-0260-11ef-bc93-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-63712292-0260-11ef-bc93-c7b262605968@.service. 2024-04-24T17:32:22.751 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-24T17:32:22.751 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T17:32:22.751 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-24T17:32:22.751 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-24T17:32:22.751 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr to start... 2024-04-24T17:32:22.751 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr... 2024-04-24T17:32:22.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:22 smithi033 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:32:22.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:22 smithi033 systemd[1]: Started Ceph mgr.a for 63712292-0260-11ef-bc93-c7b262605968. 2024-04-24T17:32:22.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:22 smithi033 bash[21450]: audit 2024-04-24T17:32:21.623174+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.33:0/2012932581' entity='client.admin' 2024-04-24T17:32:22.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:22 smithi033 bash[21450]: audit 2024-04-24T17:32:21.623174+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.33:0/2012932581' entity='client.admin' 2024-04-24T17:32:22.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:22 smithi033 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:32:24.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:24 smithi033 bash[21705]: debug 2024-04-24T17:32:24.058+0000 7f0c4161c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:32:24.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:24 smithi033 bash[21450]: audit 2024-04-24T17:32:24.084934+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.33:0/2926093766' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:32:24.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:24 smithi033 bash[21450]: audit 2024-04-24T17:32:24.084934+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.33:0/2926093766' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "63712292-0260-11ef-bc93-c7b262605968", 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:32:24.577 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:24.578 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:32:24.579 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:24.579 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:32:24.579 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:32:24.579 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:32:24.579 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:32:24.579 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:32:24.579 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:32:24.582 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:24.582 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:32:24.582 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:24.583 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:24.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:32:15.486551+0000", 2024-04-24T17:32:24.585 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:32:24.585 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:24.585 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:32:24.585 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:32:24.585 INFO:teuthology.orchestra.run.smithi033.stdout:mgr not available, waiting (1/15)... 2024-04-24T17:32:26.045 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:25 smithi033 bash[21705]: debug 2024-04-24T17:32:25.690+0000 7f0c4161c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:32:26.045 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:25 smithi033 bash[21705]: debug 2024-04-24T17:32:25.790+0000 7f0c4161c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:32:26.368 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:26 smithi033 bash[21705]: debug 2024-04-24T17:32:26.042+0000 7f0c4161c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:32:27.221 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:26 smithi033 bash[21705]: debug 2024-04-24T17:32:26.878+0000 7f0c4161c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:32:27.222 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:26 smithi033 bash[21705]: debug 2024-04-24T17:32:26.994+0000 7f0c4161c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:32:27.222 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:27 smithi033 bash[21705]: debug 2024-04-24T17:32:27.102+0000 7f0c4161c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:32:27.797 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:27 smithi033 bash[21705]: debug 2024-04-24T17:32:27.482+0000 7f0c4161c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T17:32:27.798 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:27 smithi033 bash[21705]: debug 2024-04-24T17:32:27.602+0000 7f0c4161c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T17:32:27.798 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:27 smithi033 bash[21705]: debug 2024-04-24T17:32:27.710+0000 7f0c4161c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T17:32:27.798 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:27 smithi033 bash[21450]: audit 2024-04-24T17:32:27.567583+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.33:0/1883099129' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:32:27.798 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:27 smithi033 bash[21450]: audit 2024-04-24T17:32:27.567583+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.33:0/1883099129' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:32:28.182 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "63712292-0260-11ef-bc93-c7b262605968", 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:32:28.183 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:32:28.184 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:32:28.188 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:32:28.189 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:28.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:32:28.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:28.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:32:15.486551+0000", 2024-04-24T17:32:28.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:32:28.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:28.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:32:28.190 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:32:28.190 INFO:teuthology.orchestra.run.smithi033.stdout:mgr not available, waiting (2/15)... 2024-04-24T17:32:28.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:28 smithi033 bash[21705]: debug 2024-04-24T17:32:28.078+0000 7f0c4161c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T17:32:28.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:28 smithi033 bash[21705]: debug 2024-04-24T17:32:28.322+0000 7f0c4161c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T17:32:28.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:28 smithi033 bash[21705]: debug 2024-04-24T17:32:28.594+0000 7f0c4161c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T17:32:28.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:28 smithi033 bash[21705]: debug 2024-04-24T17:32:28.710+0000 7f0c4161c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T17:32:29.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:28 smithi033 bash[21705]: debug 2024-04-24T17:32:28.990+0000 7f0c4161c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T17:32:29.795 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:29 smithi033 bash[21705]: debug 2024-04-24T17:32:29.426+0000 7f0c4161c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:32:29.795 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:29 smithi033 bash[21705]: debug 2024-04-24T17:32:29.670+0000 7f0c4161c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T17:32:29.795 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:29 smithi033 bash[21705]: debug 2024-04-24T17:32:29.794+0000 7f0c4161c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T17:32:30.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:30 smithi033 bash[21705]: debug 2024-04-24T17:32:30.049+0000 7f0c4161c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:32:31.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:31 smithi033 bash[21705]: debug 2024-04-24T17:32:31.105+0000 7f0c4161c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T17:32:31.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:31 smithi033 bash[21705]: debug 2024-04-24T17:32:31.225+0000 7f0c4161c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T17:32:31.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:31 smithi033 bash[21450]: audit 2024-04-24T17:32:31.193742+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.33:0/857700221' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:32:31.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:31 smithi033 bash[21450]: audit 2024-04-24T17:32:31.193742+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.33:0/857700221' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:32:31.649 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:31 smithi033 bash[21705]: debug 2024-04-24T17:32:31.529+0000 7f0c4161c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T17:32:31.741 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:31.741 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:32:31.741 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "63712292-0260-11ef-bc93-c7b262605968", 2024-04-24T17:32:31.741 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:32:31.741 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:32:31.741 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:32:31.742 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:32:31.743 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:32:31.744 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:31.745 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:32:15.486551+0000", 2024-04-24T17:32:31.746 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:32:31.746 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:31.746 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:32:31.746 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:32:31.746 INFO:teuthology.orchestra.run.smithi033.stdout:mgr not available, waiting (3/15)... 2024-04-24T17:32:32.119 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:31 smithi033 bash[21705]: debug 2024-04-24T17:32:31.645+0000 7f0c4161c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T17:32:32.619 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21705]: debug 2024-04-24T17:32:32.117+0000 7f0c4161c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T17:32:32.619 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21705]: debug 2024-04-24T17:32:32.237+0000 7f0c4161c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T17:32:32.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: cluster 2024-04-24T17:32:32.262923+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: cluster 2024-04-24T17:32:32.262923+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: cluster 2024-04-24T17:32:32.270116+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00750784s) 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: cluster 2024-04-24T17:32:32.270116+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00750784s) 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.270794+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.270794+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.270915+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.270915+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.271087+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.271087+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.271305+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.271305+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.271817+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:32:32.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.271817+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:32:32.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: cluster 2024-04-24T17:32:32.294645+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-24T17:32:32.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: cluster 2024-04-24T17:32:32.294645+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-24T17:32:32.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.306515+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:32:32.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.306515+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:32:32.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.309247+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:32:32.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.309247+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:32:32.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.312789+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' 2024-04-24T17:32:32.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:32 smithi033 bash[21450]: audit 2024-04-24T17:32:32.312789+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' 2024-04-24T17:32:33.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:33 smithi033 bash[21450]: audit 2024-04-24T17:32:32.318758+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' 2024-04-24T17:32:33.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:33 smithi033 bash[21450]: audit 2024-04-24T17:32:32.318758+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' 2024-04-24T17:32:33.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:33 smithi033 bash[21450]: audit 2024-04-24T17:32:32.330457+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' 2024-04-24T17:32:33.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:33 smithi033 bash[21450]: audit 2024-04-24T17:32:32.330457+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.33:0/336693041' entity='mgr.a' 2024-04-24T17:32:33.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:33 smithi033 bash[21450]: cluster 2024-04-24T17:32:33.278430+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01582s) 2024-04-24T17:32:33.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:33 smithi033 bash[21450]: cluster 2024-04-24T17:32:33.278430+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01582s) 2024-04-24T17:32:35.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:35 smithi033 bash[21450]: cluster 2024-04-24T17:32:34.333206+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-04-24T17:32:35.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:35 smithi033 bash[21450]: cluster 2024-04-24T17:32:34.333206+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-04-24T17:32:35.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:35 smithi033 bash[21450]: audit 2024-04-24T17:32:35.177987+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.33:0/1181143252' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:32:35.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:35 smithi033 bash[21450]: audit 2024-04-24T17:32:35.177987+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.33:0/1181143252' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T17:32:35.758 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:35.759 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:32:35.759 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "63712292-0260-11ef-bc93-c7b262605968", 2024-04-24T17:32:35.759 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T17:32:35.759 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T17:32:35.759 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T17:32:35.759 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T17:32:35.759 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:35.761 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T17:32:35.761 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T17:32:35.761 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-04-24T17:32:35.761 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:35.761 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T17:32:35.761 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T17:32:35.761 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:35.761 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-24T17:32:35.762 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T17:32:35.762 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:35.762 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T17:32:35.762 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T17:32:35.762 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:35.762 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T17:32:35.762 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:35.762 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T17:32:35.762 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T17:32:35.762 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T17:32:35.766 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T17:32:35.766 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T17:32:35.766 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T17:32:35.766 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:35.766 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T17:32:35.766 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T17:32:35.766 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T17:32:35.766 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T17:32:35.766 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T17:32:35.766 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T17:32:35.767 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T17:32:15.486551+0000", 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:32:35.768 INFO:teuthology.orchestra.run.smithi033.stdout:mgr is available 2024-04-24T17:32:37.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:36 smithi033 bash[21450]: audit 2024-04-24T17:32:36.911386+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.33:0/1704981777' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:32:37.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:36 smithi033 bash[21450]: audit 2024-04-24T17:32:36.911386+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.33:0/1704981777' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T17:32:37.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:36 smithi033 bash[21450]: audit 2024-04-24T17:32:36.916317+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.33:0/1704981777' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:32:37.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:36 smithi033 bash[21450]: audit 2024-04-24T17:32:36.916317+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.33:0/1704981777' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T17:32:37.507 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:37.507 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout fsid = 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T17:32:37.508 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T17:32:37.509 INFO:teuthology.orchestra.run.smithi033.stdout:Enabling cephadm module... 2024-04-24T17:32:39.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:38 smithi033 bash[21450]: audit 2024-04-24T17:32:38.819526+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.33:0/1509084344' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T17:32:39.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:38 smithi033 bash[21450]: audit 2024-04-24T17:32:38.819526+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.33:0/1509084344' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T17:32:39.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:38 smithi033 bash[21705]: ignoring --setuser ceph since I am not root 2024-04-24T17:32:39.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:38 smithi033 bash[21705]: ignoring --setgroup ceph since I am not root 2024-04-24T17:32:39.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:39 smithi033 bash[21705]: debug 2024-04-24T17:32:39.061+0000 7f4082ee9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:32:40.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:39 smithi033 bash[21450]: audit 2024-04-24T17:32:38.871363+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.33:0/1509084344' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T17:32:40.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:39 smithi033 bash[21450]: audit 2024-04-24T17:32:38.871363+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.33:0/1509084344' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T17:32:40.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:39 smithi033 bash[21450]: cluster 2024-04-24T17:32:38.877224+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-04-24T17:32:40.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:39 smithi033 bash[21450]: cluster 2024-04-24T17:32:38.877224+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-04-24T17:32:40.970 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:40 smithi033 bash[21450]: audit 2024-04-24T17:32:40.752338+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.33:0/23781202' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:32:40.970 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:40 smithi033 bash[21450]: audit 2024-04-24T17:32:40.752338+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.33:0/23781202' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:32:40.971 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:40 smithi033 bash[21705]: debug 2024-04-24T17:32:40.689+0000 7f4082ee9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:32:40.971 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:40 smithi033 bash[21705]: debug 2024-04-24T17:32:40.789+0000 7f4082ee9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:32:41.340 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:32:41.340 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-24T17:32:41.340 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:32:41.341 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-24T17:32:41.341 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T17:32:41.341 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:32:41.341 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for the mgr to restart... 2024-04-24T17:32:41.341 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr epoch 5... 2024-04-24T17:32:41.357 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:41 smithi033 bash[21705]: debug 2024-04-24T17:32:41.049+0000 7f4082ee9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:32:42.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:41 smithi033 bash[21705]: debug 2024-04-24T17:32:41.877+0000 7f4082ee9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:32:42.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:42 smithi033 bash[21705]: debug 2024-04-24T17:32:41.997+0000 7f4082ee9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:32:42.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:42 smithi033 bash[21705]: debug 2024-04-24T17:32:42.105+0000 7f4082ee9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:32:42.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:42 smithi033 bash[21705]: debug 2024-04-24T17:32:42.473+0000 7f4082ee9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T17:32:42.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:42 smithi033 bash[21705]: debug 2024-04-24T17:32:42.589+0000 7f4082ee9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T17:32:42.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:42 smithi033 bash[21705]: debug 2024-04-24T17:32:42.697+0000 7f4082ee9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T17:32:43.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:43 smithi033 bash[21705]: debug 2024-04-24T17:32:43.065+0000 7f4082ee9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T17:32:43.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:43 smithi033 bash[21705]: debug 2024-04-24T17:32:43.309+0000 7f4082ee9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T17:32:43.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:43 smithi033 bash[21705]: debug 2024-04-24T17:32:43.581+0000 7f4082ee9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T17:32:43.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:43 smithi033 bash[21705]: debug 2024-04-24T17:32:43.697+0000 7f4082ee9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T17:32:44.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:43 smithi033 bash[21705]: debug 2024-04-24T17:32:43.977+0000 7f4082ee9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T17:32:44.772 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:44 smithi033 bash[21705]: debug 2024-04-24T17:32:44.401+0000 7f4082ee9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:32:44.772 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:44 smithi033 bash[21705]: debug 2024-04-24T17:32:44.645+0000 7f4082ee9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T17:32:45.028 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:44 smithi033 bash[21705]: debug 2024-04-24T17:32:44.769+0000 7f4082ee9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T17:32:45.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:45 smithi033 bash[21705]: debug 2024-04-24T17:32:45.025+0000 7f4082ee9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:32:46.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:46 smithi033 bash[21705]: debug 2024-04-24T17:32:46.065+0000 7f4082ee9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T17:32:46.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:46 smithi033 bash[21705]: debug 2024-04-24T17:32:46.185+0000 7f4082ee9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T17:32:46.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:46 smithi033 bash[21705]: debug 2024-04-24T17:32:46.489+0000 7f4082ee9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T17:32:46.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:46 smithi033 bash[21705]: debug 2024-04-24T17:32:46.605+0000 7f4082ee9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T17:32:47.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21705]: debug 2024-04-24T17:32:47.077+0000 7f4082ee9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T17:32:47.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21705]: debug 2024-04-24T17:32:47.201+0000 7f4082ee9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T17:32:47.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: cluster 2024-04-24T17:32:47.227092+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-24T17:32:47.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: cluster 2024-04-24T17:32:47.227092+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-24T17:32:47.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: cluster 2024-04-24T17:32:47.227581+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: cluster 2024-04-24T17:32:47.227581+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: cluster 2024-04-24T17:32:47.236779+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: cluster 2024-04-24T17:32:47.236779+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: cluster 2024-04-24T17:32:47.237029+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00963707s) 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: cluster 2024-04-24T17:32:47.237029+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00963707s) 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: audit 2024-04-24T17:32:47.238768+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: audit 2024-04-24T17:32:47.238768+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: audit 2024-04-24T17:32:47.240473+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: audit 2024-04-24T17:32:47.240473+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: audit 2024-04-24T17:32:47.241868+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: audit 2024-04-24T17:32:47.241868+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: audit 2024-04-24T17:32:47.242115+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:32:47.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: audit 2024-04-24T17:32:47.242115+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:32:47.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: audit 2024-04-24T17:32:47.242277+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:32:47.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: audit 2024-04-24T17:32:47.242277+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:32:47.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: cluster 2024-04-24T17:32:47.266950+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-24T17:32:47.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:47 smithi033 bash[21450]: cluster 2024-04-24T17:32:47.266950+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-24T17:32:48.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: cephadm 2024-04-24T17:32:47.286910+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: cephadm 2024-04-24T17:32:47.286910+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.288971+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.288971+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.292293+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.292293+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.295045+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.295045+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.298248+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.298248+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.303168+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:48.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.303168+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:48.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.314202+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:32:48.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.314202+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:32:48.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.316828+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:32:48.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.316828+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:32:48.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.960941+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:48.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.960941+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:48.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.965606+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:48.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: audit 2024-04-24T17:32:47.965606+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:48.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: cluster 2024-04-24T17:32:48.240946+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.01354s) 2024-04-24T17:32:48.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:48 smithi033 bash[21450]: cluster 2024-04-24T17:32:48.240946+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.01354s) 2024-04-24T17:32:48.816 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:32:48.816 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-24T17:32:48.816 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T17:32:48.816 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:32:48.816 INFO:teuthology.orchestra.run.smithi033.stdout:mgr epoch 5 is available 2024-04-24T17:32:48.816 INFO:teuthology.orchestra.run.smithi033.stdout:Setting orchestrator backend to cephadm... 2024-04-24T17:32:49.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: audit 2024-04-24T17:32:48.239937+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:32:49.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: audit 2024-04-24T17:32:48.239937+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: audit 2024-04-24T17:32:48.256507+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: audit 2024-04-24T17:32:48.256507+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: cephadm 2024-04-24T17:32:48.355389+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:17:32:48] ENGINE Bus STARTING 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: cephadm 2024-04-24T17:32:48.355389+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [24/Apr/2024:17:32:48] ENGINE Bus STARTING 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: cephadm 2024-04-24T17:32:48.473983+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:17:32:48] ENGINE Serving on https://172.21.15.33:7150 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: cephadm 2024-04-24T17:32:48.473983+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [24/Apr/2024:17:32:48] ENGINE Serving on https://172.21.15.33:7150 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: cephadm 2024-04-24T17:32:48.575935+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:17:32:48] ENGINE Serving on http://172.21.15.33:8765 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: cephadm 2024-04-24T17:32:48.575935+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [24/Apr/2024:17:32:48] ENGINE Serving on http://172.21.15.33:8765 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: cephadm 2024-04-24T17:32:48.576254+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:17:32:48] ENGINE Bus STARTED 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: cephadm 2024-04-24T17:32:48.576254+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [24/Apr/2024:17:32:48] ENGINE Bus STARTED 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: audit 2024-04-24T17:32:48.622643+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:49.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:49 smithi033 bash[21450]: audit 2024-04-24T17:32:48.622643+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:50.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:50 smithi033 bash[21450]: cluster 2024-04-24T17:32:49.302405+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-24T17:32:50.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:50 smithi033 bash[21450]: cluster 2024-04-24T17:32:49.302405+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-24T17:32:50.559 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:50 smithi033 bash[21450]: audit 2024-04-24T17:32:49.992313+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:50.559 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:50 smithi033 bash[21450]: audit 2024-04-24T17:32:49.992313+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:50.559 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:50 smithi033 bash[21450]: audit 2024-04-24T17:32:50.042550+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:50.559 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:50 smithi033 bash[21450]: audit 2024-04-24T17:32:50.042550+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:32:51.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:51 smithi033 bash[21450]: audit 2024-04-24T17:32:49.984767+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-24T17:32:51.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:51 smithi033 bash[21450]: audit 2024-04-24T17:32:49.984767+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-24T17:32:52.301 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-24T17:32:52.301 INFO:teuthology.orchestra.run.smithi033.stdout:Generating ssh key... 2024-04-24T17:32:52.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:52 smithi033 bash[21450]: audit 2024-04-24T17:32:51.758647+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-24T17:32:52.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:52 smithi033 bash[21450]: audit 2024-04-24T17:32:51.758647+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-24T17:32:53.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: Generating public/private rsa key pair. 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: Your identification has been saved in /tmp/tmpn28_u4le/key. 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: Your public key has been saved in /tmp/tmpn28_u4le/key.pub. 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: The key fingerprint is: 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: SHA256:0WhmolUiBi6pcKczgYZun9u+qSeUkdCxH1JEdgcH/l0 ceph-63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: The key's randomart image is: 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: +---[RSA 3072]----+ 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: | oo*=.++o | 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: |.= o+.oooo | 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: |*.=oo.o.* . E | 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: |=o *oo.=... . | 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: |.o+ +. S. . | 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: |. .=. | 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: | .o | 2024-04-24T17:32:53.870 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: | .o.. | 2024-04-24T17:32:53.871 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: | o==. | 2024-04-24T17:32:53.871 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:32:53 smithi033 bash[21705]: +----[SHA256]-----+ 2024-04-24T17:32:54.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:54 smithi033 bash[21450]: audit 2024-04-24T17:32:53.499457+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-24T17:32:54.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:54 smithi033 bash[21450]: audit 2024-04-24T17:32:53.499457+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-24T17:32:54.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:54 smithi033 bash[21450]: cephadm 2024-04-24T17:32:53.499842+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T17:32:54.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:54 smithi033 bash[21450]: cephadm 2024-04-24T17:32:53.499842+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-24T17:32:54.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:54 smithi033 bash[21450]: audit 2024-04-24T17:32:53.610479+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:54.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:54 smithi033 bash[21450]: audit 2024-04-24T17:32:53.610479+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:54.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:54 smithi033 bash[21450]: audit 2024-04-24T17:32:53.615431+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:54.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:54 smithi033 bash[21450]: audit 2024-04-24T17:32:53.615431+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:32:55.885 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbEeG9DKt2bbBG9x1Lu5hv6ohmLVOPjq61gXyOjOdujbMAce6h3M7D9ZMobpghjnAX88QzWeqhWQSe1QYc63Zu5V10/jnVkxlc0568vgnudyLAhP+eCvqa22U/9GfQHToA7gDk2FED/v2y05vpfXuFE6zGSgzxYTZ3u7MQk641BKHFm/A/OH9UfjUSZX2FUDOmGoaFqiHYt4UQeJhnSAB2aF5F4/xWev/WJqU3nX5f7MoVkQRLxHFjO1DanMnxM6b10Df3g2R9UO22i3KdZiMNWOK760lm5BKDzA/aUHcogbQ+LFL0Ib2ajRcRq/QBvj4A2QRn8CDqpsRqlYtnTYY+rfPlZ8T51HYsZfhyvfMNuJRqPJkozMQl3SrGm2Dpq5KqDzWCoxBDbdj6+IPOj1nA04HV5VKu6jq9lKk+Man9W/qAmrzna1Y32bqscHQ5eTE83Xc3LhDO/7joWpYOodqKqEKHI5DF6DazFB5SNvyrw4gV4mDXteAUmcgbMgrIaWs= ceph-63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:32:55.886 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:32:55.886 INFO:teuthology.orchestra.run.smithi033.stdout:Adding key to root@localhost authorized_keys... 2024-04-24T17:32:55.886 INFO:teuthology.orchestra.run.smithi033.stdout:Adding host smithi033... 2024-04-24T17:32:56.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:55 smithi033 bash[21450]: audit 2024-04-24T17:32:55.314727+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-24T17:32:56.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:55 smithi033 bash[21450]: audit 2024-04-24T17:32:55.314727+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-24T17:32:58.018 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:57 smithi033 bash[21450]: audit 2024-04-24T17:32:57.101421+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi033", "addr": "172.21.15.33", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:32:58.018 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:57 smithi033 bash[21450]: audit 2024-04-24T17:32:57.101421+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi033", "addr": "172.21.15.33", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:32:58.018 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:57 smithi033 bash[21450]: cephadm 2024-04-24T17:32:57.834377+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi033 2024-04-24T17:32:58.018 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:32:57 smithi033 bash[21450]: cephadm 2024-04-24T17:32:57.834377+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi033 2024-04-24T17:33:03.584 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Added host 'smithi033' with addr '172.21.15.33' 2024-04-24T17:33:03.584 INFO:teuthology.orchestra.run.smithi033.stdout:Deploying unmanaged mon service... 2024-04-24T17:33:04.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:03 smithi033 bash[21450]: audit 2024-04-24T17:33:02.877920+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:33:04.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:03 smithi033 bash[21450]: audit 2024-04-24T17:33:02.877920+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:33:04.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:03 smithi033 bash[21450]: cephadm 2024-04-24T17:33:02.878417+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi033 2024-04-24T17:33:04.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:03 smithi033 bash[21450]: cephadm 2024-04-24T17:33:02.878417+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi033 2024-04-24T17:33:04.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:03 smithi033 bash[21450]: audit 2024-04-24T17:33:02.884400+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:04.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:03 smithi033 bash[21450]: audit 2024-04-24T17:33:02.884400+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:05.968 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-24T17:33:05.968 INFO:teuthology.orchestra.run.smithi033.stdout:Deploying unmanaged mgr service... 2024-04-24T17:33:06.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:06 smithi033 bash[21450]: audit 2024-04-24T17:33:05.417789+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-24T17:33:06.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:06 smithi033 bash[21450]: audit 2024-04-24T17:33:05.417789+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-24T17:33:06.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:06 smithi033 bash[21450]: cephadm 2024-04-24T17:33:05.421055+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T17:33:06.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:06 smithi033 bash[21450]: cephadm 2024-04-24T17:33:05.421055+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-24T17:33:06.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:06 smithi033 bash[21450]: audit 2024-04-24T17:33:05.423927+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:33:06.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:06 smithi033 bash[21450]: audit 2024-04-24T17:33:05.423927+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:33:06.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:06 smithi033 bash[21450]: audit 2024-04-24T17:33:05.659701+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:33:06.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:06 smithi033 bash[21450]: audit 2024-04-24T17:33:05.659701+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:33:06.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:06 smithi033 bash[21450]: audit 2024-04-24T17:33:06.149956+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:33:06.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:06 smithi033 bash[21450]: audit 2024-04-24T17:33:06.149956+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:33:07.716 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-24T17:33:08.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:08 smithi033 bash[21450]: audit 2024-04-24T17:33:07.141511+0000 mgr.a (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:33:08.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:08 smithi033 bash[21450]: audit 2024-04-24T17:33:07.141511+0000 mgr.a (mgr.14120) 18 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:33:08.619 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:08 smithi033 bash[21450]: cephadm 2024-04-24T17:33:07.142696+0000 mgr.a (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T17:33:08.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:08 smithi033 bash[21450]: cephadm 2024-04-24T17:33:07.142696+0000 mgr.a (mgr.14120) 19 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-24T17:33:08.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:08 smithi033 bash[21450]: audit 2024-04-24T17:33:07.144984+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:33:08.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:08 smithi033 bash[21450]: audit 2024-04-24T17:33:07.144984+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.33:0/4198877211' entity='mgr.a' 2024-04-24T17:33:08.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:08 smithi033 bash[21450]: cluster 2024-04-24T17:33:07.243473+0000 mgr.a (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:08.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:08 smithi033 bash[21450]: cluster 2024-04-24T17:33:07.243473+0000 mgr.a (mgr.14120) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:10.184 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:09 smithi033 bash[21450]: audit 2024-04-24T17:33:08.924791+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.33:0/882254728' entity='client.admin' 2024-04-24T17:33:10.184 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:09 smithi033 bash[21450]: audit 2024-04-24T17:33:08.924791+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.33:0/882254728' entity='client.admin' 2024-04-24T17:33:11.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:10 smithi033 bash[21450]: cluster 2024-04-24T17:33:09.243913+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-24T17:33:11.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:10 smithi033 bash[21450]: cluster 2024-04-24T17:33:09.243913+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-24T17:33:11.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:10 smithi033 bash[21450]: audit 2024-04-24T17:33:10.738086+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.33:0/3452251184' entity='client.admin' 2024-04-24T17:33:11.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:10 smithi033 bash[21450]: audit 2024-04-24T17:33:10.738086+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.33:0/3452251184' entity='client.admin' 2024-04-24T17:33:11.319 INFO:teuthology.orchestra.run.smithi033.stdout:Enabling the dashboard module... 2024-04-24T17:33:13.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:12 smithi033 bash[21705]: ignoring --setuser ceph since I am not root 2024-04-24T17:33:13.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:12 smithi033 bash[21705]: ignoring --setgroup ceph since I am not root 2024-04-24T17:33:13.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:13 smithi033 bash[21705]: debug 2024-04-24T17:33:13.137+0000 7f3b37888200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:33:13.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:12 smithi033 bash[21450]: cluster 2024-04-24T17:33:11.244372+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-24T17:33:13.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:12 smithi033 bash[21450]: cluster 2024-04-24T17:33:11.244372+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-24T17:33:13.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:12 smithi033 bash[21450]: audit 2024-04-24T17:33:12.596472+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.33:0/3264208056' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T17:33:13.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:12 smithi033 bash[21450]: audit 2024-04-24T17:33:12.596472+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.33:0/3264208056' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T17:33:14.195 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:13 smithi033 bash[21450]: audit 2024-04-24T17:33:12.933047+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.33:0/3264208056' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T17:33:14.196 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:13 smithi033 bash[21450]: audit 2024-04-24T17:33:12.933047+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.33:0/3264208056' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T17:33:14.196 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:13 smithi033 bash[21450]: cluster 2024-04-24T17:33:12.938983+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-04-24T17:33:14.196 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:13 smithi033 bash[21450]: cluster 2024-04-24T17:33:12.938983+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-04-24T17:33:15.073 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:14 smithi033 bash[21705]: debug 2024-04-24T17:33:14.784+0000 7f3b37888200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:33:15.073 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:14 smithi033 bash[21705]: debug 2024-04-24T17:33:14.888+0000 7f3b37888200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:33:15.074 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:14 smithi033 bash[21450]: audit 2024-04-24T17:33:14.870803+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.33:0/1859090355' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:33:15.074 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:14 smithi033 bash[21450]: audit 2024-04-24T17:33:14.870803+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.33:0/1859090355' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T17:33:15.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:15 smithi033 bash[21705]: debug 2024-04-24T17:33:15.148+0000 7f3b37888200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:33:15.461 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:33:15.461 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-24T17:33:15.461 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T17:33:15.461 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-24T17:33:15.461 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T17:33:15.461 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:33:15.461 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for the mgr to restart... 2024-04-24T17:33:15.461 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr epoch 9... 2024-04-24T17:33:16.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:15 smithi033 bash[21705]: debug 2024-04-24T17:33:15.992+0000 7f3b37888200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:33:16.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:16 smithi033 bash[21705]: debug 2024-04-24T17:33:16.108+0000 7f3b37888200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:33:16.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:16 smithi033 bash[21705]: debug 2024-04-24T17:33:16.220+0000 7f3b37888200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:33:16.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:16 smithi033 bash[21705]: debug 2024-04-24T17:33:16.592+0000 7f3b37888200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T17:33:16.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:16 smithi033 bash[21705]: debug 2024-04-24T17:33:16.708+0000 7f3b37888200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T17:33:16.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:16 smithi033 bash[21705]: debug 2024-04-24T17:33:16.820+0000 7f3b37888200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T17:33:17.626 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:17 smithi033 bash[21705]: debug 2024-04-24T17:33:17.196+0000 7f3b37888200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T17:33:17.626 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:17 smithi033 bash[21705]: debug 2024-04-24T17:33:17.440+0000 7f3b37888200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T17:33:18.120 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:17 smithi033 bash[21705]: debug 2024-04-24T17:33:17.716+0000 7f3b37888200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T17:33:18.120 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:17 smithi033 bash[21705]: debug 2024-04-24T17:33:17.832+0000 7f3b37888200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T17:33:18.577 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:18 smithi033 bash[21705]: debug 2024-04-24T17:33:18.120+0000 7f3b37888200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T17:33:18.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:18 smithi033 bash[21705]: debug 2024-04-24T17:33:18.572+0000 7f3b37888200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:33:18.869 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:18 smithi033 bash[21705]: debug 2024-04-24T17:33:18.820+0000 7f3b37888200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T17:33:19.212 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:18 smithi033 bash[21705]: debug 2024-04-24T17:33:18.948+0000 7f3b37888200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T17:33:20.619 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:19 smithi033 bash[21705]: debug 2024-04-24T17:33:19.208+0000 7f3b37888200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:33:20.620 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:20 smithi033 bash[21705]: debug 2024-04-24T17:33:20.256+0000 7f3b37888200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T17:33:20.620 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:20 smithi033 bash[21705]: debug 2024-04-24T17:33:20.380+0000 7f3b37888200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T17:33:21.119 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:20 smithi033 bash[21705]: debug 2024-04-24T17:33:20.688+0000 7f3b37888200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T17:33:21.119 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:20 smithi033 bash[21705]: debug 2024-04-24T17:33:20.808+0000 7f3b37888200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T17:33:21.541 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21705]: debug 2024-04-24T17:33:21.284+0000 7f3b37888200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T17:33:21.541 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21705]: debug 2024-04-24T17:33:21.408+0000 7f3b37888200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T17:33:21.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: cluster 2024-04-24T17:33:21.430892+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-04-24T17:33:21.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: cluster 2024-04-24T17:33:21.430892+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-04-24T17:33:21.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: cluster 2024-04-24T17:33:21.431405+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-04-24T17:33:21.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: cluster 2024-04-24T17:33:21.431405+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-04-24T17:33:21.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: cluster 2024-04-24T17:33:21.437823+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T17:33:21.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: cluster 2024-04-24T17:33:21.437823+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-24T17:33:21.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: cluster 2024-04-24T17:33:21.438119+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00690882s) 2024-04-24T17:33:21.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: cluster 2024-04-24T17:33:21.438119+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00690882s) 2024-04-24T17:33:21.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: audit 2024-04-24T17:33:21.439750+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:33:21.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: audit 2024-04-24T17:33:21.439750+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:33:21.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: audit 2024-04-24T17:33:21.441204+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:33:21.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: audit 2024-04-24T17:33:21.441204+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-24T17:33:21.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: audit 2024-04-24T17:33:21.442066+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:33:21.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: audit 2024-04-24T17:33:21.442066+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T17:33:21.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: audit 2024-04-24T17:33:21.442180+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:33:21.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: audit 2024-04-24T17:33:21.442180+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T17:33:21.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: audit 2024-04-24T17:33:21.442331+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:33:21.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: audit 2024-04-24T17:33:21.442331+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T17:33:21.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: cluster 2024-04-24T17:33:21.466631+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-04-24T17:33:21.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:21 smithi033 bash[21450]: cluster 2024-04-24T17:33:21.466631+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-04-24T17:33:22.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:22 smithi033 bash[21450]: audit 2024-04-24T17:33:21.491405+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:22.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:22 smithi033 bash[21450]: audit 2024-04-24T17:33:21.491405+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:22.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:22 smithi033 bash[21450]: audit 2024-04-24T17:33:21.494110+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:22.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:22 smithi033 bash[21450]: audit 2024-04-24T17:33:21.494110+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:22.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:22 smithi033 bash[21450]: audit 2024-04-24T17:33:21.514543+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:33:22.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:22 smithi033 bash[21450]: audit 2024-04-24T17:33:21.514543+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-24T17:33:22.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:22 smithi033 bash[21450]: audit 2024-04-24T17:33:21.518042+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:33:22.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:22 smithi033 bash[21450]: audit 2024-04-24T17:33:21.518042+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-24T17:33:22.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:22 smithi033 bash[21450]: cluster 2024-04-24T17:33:22.439864+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.00866s) 2024-04-24T17:33:22.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:22 smithi033 bash[21450]: cluster 2024-04-24T17:33:22.439864+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.00866s) 2024-04-24T17:33:23.110 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-24T17:33:23.110 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-24T17:33:23.111 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T17:33:23.111 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-24T17:33:23.111 INFO:teuthology.orchestra.run.smithi033.stdout:mgr epoch 9 is available 2024-04-24T17:33:23.111 INFO:teuthology.orchestra.run.smithi033.stdout:Generating a dashboard self-signed certificate... 2024-04-24T17:33:23.748 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:23 smithi033 bash[21450]: cephadm 2024-04-24T17:33:22.517671+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [24/Apr/2024:17:33:22] ENGINE Bus STARTING 2024-04-24T17:33:23.749 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:23 smithi033 bash[21450]: cephadm 2024-04-24T17:33:22.517671+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [24/Apr/2024:17:33:22] ENGINE Bus STARTING 2024-04-24T17:33:23.749 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:23 smithi033 bash[21450]: cephadm 2024-04-24T17:33:22.635211+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [24/Apr/2024:17:33:22] ENGINE Serving on https://172.21.15.33:7150 2024-04-24T17:33:23.749 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:23 smithi033 bash[21450]: cephadm 2024-04-24T17:33:22.635211+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [24/Apr/2024:17:33:22] ENGINE Serving on https://172.21.15.33:7150 2024-04-24T17:33:23.749 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:23 smithi033 bash[21450]: cephadm 2024-04-24T17:33:22.736802+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [24/Apr/2024:17:33:22] ENGINE Serving on http://172.21.15.33:8765 2024-04-24T17:33:23.749 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:23 smithi033 bash[21450]: cephadm 2024-04-24T17:33:22.736802+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [24/Apr/2024:17:33:22] ENGINE Serving on http://172.21.15.33:8765 2024-04-24T17:33:23.749 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:23 smithi033 bash[21450]: cephadm 2024-04-24T17:33:22.737538+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [24/Apr/2024:17:33:22] ENGINE Bus STARTED 2024-04-24T17:33:23.749 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:23 smithi033 bash[21450]: cephadm 2024-04-24T17:33:22.737538+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [24/Apr/2024:17:33:22] ENGINE Bus STARTED 2024-04-24T17:33:24.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:24 smithi033 bash[21450]: cluster 2024-04-24T17:33:23.497843+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-24T17:33:24.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:24 smithi033 bash[21450]: cluster 2024-04-24T17:33:23.497843+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-24T17:33:25.099 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-24T17:33:25.099 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial admin user... 2024-04-24T17:33:25.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:25 smithi033 bash[21450]: audit 2024-04-24T17:33:24.342950+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-24T17:33:25.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:25 smithi033 bash[21450]: audit 2024-04-24T17:33:24.342950+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-24T17:33:25.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:25 smithi033 bash[21450]: audit 2024-04-24T17:33:24.507628+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:25.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:25 smithi033 bash[21450]: audit 2024-04-24T17:33:24.507628+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:25.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:25 smithi033 bash[21450]: audit 2024-04-24T17:33:24.512119+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:25.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:25 smithi033 bash[21450]: audit 2024-04-24T17:33:24.512119+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:27.179 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$E38OF87DGGGKpt.NMDR43e00V2MaHqu57.GRb4alSP79GMgXKP0Pe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713980006, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-24T17:33:27.179 INFO:teuthology.orchestra.run.smithi033.stdout:Fetching dashboard port number... 2024-04-24T17:33:28.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:27 smithi033 bash[21450]: audit 2024-04-24T17:33:26.352781+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-24T17:33:28.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:27 smithi033 bash[21450]: audit 2024-04-24T17:33:26.352781+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-24T17:33:28.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:27 smithi033 bash[21450]: audit 2024-04-24T17:33:26.615170+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:28.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:27 smithi033 bash[21450]: audit 2024-04-24T17:33:26.615170+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:28.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: cluster 2024-04-24T17:33:27.620504+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-24T17:33:28.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: cluster 2024-04-24T17:33:27.620504+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-24T17:33:28.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.356919+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:28.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.356919+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:28.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.357656+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:33:28.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.357656+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:33:28.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.361818+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:28.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.361818+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:28.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.363160+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-04-24T17:33:28.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.363160+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-04-24T17:33:28.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.364604+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]': finished 2024-04-24T17:33:28.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.364604+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]': finished 2024-04-24T17:33:28.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.444678+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.33:0/1623212020' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T17:33:28.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:28 smithi033 bash[21450]: audit 2024-04-24T17:33:28.444678+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.33:0/1623212020' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T17:33:29.084 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 8443 2024-04-24T17:33:29.085 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-24T17:33:29.085 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-24T17:33:29.087 INFO:teuthology.orchestra.run.smithi033.stdout:Ceph Dashboard is now available at: 2024-04-24T17:33:29.087 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:33:29.087 INFO:teuthology.orchestra.run.smithi033.stdout: URL: https://smithi033.front.sepia.ceph.com:8443/ 2024-04-24T17:33:29.087 INFO:teuthology.orchestra.run.smithi033.stdout: User: admin 2024-04-24T17:33:29.087 INFO:teuthology.orchestra.run.smithi033.stdout: Password: iz646vljxi 2024-04-24T17:33:29.087 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:33:29.087 INFO:teuthology.orchestra.run.smithi033.stdout:Saving cluster configuration to /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config directory 2024-04-24T17:33:29.088 INFO:teuthology.orchestra.run.smithi033.stdout:Enabling autotune for osd_memory_target 2024-04-24T17:33:30.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:29 smithi033 bash[21450]: cephadm 2024-04-24T17:33:28.986133+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi033 on smithi033 2024-04-24T17:33:30.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:29 smithi033 bash[21450]: cephadm 2024-04-24T17:33:28.986133+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi033 on smithi033 2024-04-24T17:33:32.770 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-24T17:33:32.770 INFO:teuthology.orchestra.run.smithi033.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-24T17:33:32.770 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:33:32.770 INFO:teuthology.orchestra.run.smithi033.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 63712292-0260-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:33:32.770 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:33:32.770 INFO:teuthology.orchestra.run.smithi033.stdout:Or, if you are only running a single cluster on this host: 2024-04-24T17:33:32.770 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:33:32.770 INFO:teuthology.orchestra.run.smithi033.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-24T17:33:32.771 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:33:32.771 INFO:teuthology.orchestra.run.smithi033.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-24T17:33:32.771 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:33:32.771 INFO:teuthology.orchestra.run.smithi033.stdout: ceph telemetry on 2024-04-24T17:33:32.771 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:33:32.771 INFO:teuthology.orchestra.run.smithi033.stdout:For more information see: 2024-04-24T17:33:32.771 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:33:32.771 INFO:teuthology.orchestra.run.smithi033.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-24T17:33:32.771 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:33:32.771 INFO:teuthology.orchestra.run.smithi033.stdout:Bootstrap complete. 2024-04-24T17:33:32.836 INFO:tasks.cephadm:Fetching config... 2024-04-24T17:33:32.836 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:33:32.837 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-24T17:33:32.842 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-24T17:33:32.843 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:33:32.843 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-24T17:33:32.891 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-24T17:33:32.891 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:33:32.891 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-24T17:33:32.946 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-24T17:33:32.946 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:33:32.946 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-24T17:33:32.995 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-24T17:33:32.995 DEBUG:teuthology.orchestra.run.smithi033:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbEeG9DKt2bbBG9x1Lu5hv6ohmLVOPjq61gXyOjOdujbMAce6h3M7D9ZMobpghjnAX88QzWeqhWQSe1QYc63Zu5V10/jnVkxlc0568vgnudyLAhP+eCvqa22U/9GfQHToA7gDk2FED/v2y05vpfXuFE6zGSgzxYTZ3u7MQk641BKHFm/A/OH9UfjUSZX2FUDOmGoaFqiHYt4UQeJhnSAB2aF5F4/xWev/WJqU3nX5f7MoVkQRLxHFjO1DanMnxM6b10Df3g2R9UO22i3KdZiMNWOK760lm5BKDzA/aUHcogbQ+LFL0Ib2ajRcRq/QBvj4A2QRn8CDqpsRqlYtnTYY+rfPlZ8T51HYsZfhyvfMNuJRqPJkozMQl3SrGm2Dpq5KqDzWCoxBDbdj6+IPOj1nA04HV5VKu6jq9lKk+Man9W/qAmrzna1Y32bqscHQ5eTE83Xc3LhDO/7joWpYOodqKqEKHI5DF6DazFB5SNvyrw4gV4mDXteAUmcgbMgrIaWs= ceph-63712292-0260-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T17:33:33.056 INFO:teuthology.orchestra.run.smithi033.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbEeG9DKt2bbBG9x1Lu5hv6ohmLVOPjq61gXyOjOdujbMAce6h3M7D9ZMobpghjnAX88QzWeqhWQSe1QYc63Zu5V10/jnVkxlc0568vgnudyLAhP+eCvqa22U/9GfQHToA7gDk2FED/v2y05vpfXuFE6zGSgzxYTZ3u7MQk641BKHFm/A/OH9UfjUSZX2FUDOmGoaFqiHYt4UQeJhnSAB2aF5F4/xWev/WJqU3nX5f7MoVkQRLxHFjO1DanMnxM6b10Df3g2R9UO22i3KdZiMNWOK760lm5BKDzA/aUHcogbQ+LFL0Ib2ajRcRq/QBvj4A2QRn8CDqpsRqlYtnTYY+rfPlZ8T51HYsZfhyvfMNuJRqPJkozMQl3SrGm2Dpq5KqDzWCoxBDbdj6+IPOj1nA04HV5VKu6jq9lKk+Man9W/qAmrzna1Y32bqscHQ5eTE83Xc3LhDO/7joWpYOodqKqEKHI5DF6DazFB5SNvyrw4gV4mDXteAUmcgbMgrIaWs= ceph-63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:33:33.063 DEBUG:teuthology.orchestra.run.smithi049:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbEeG9DKt2bbBG9x1Lu5hv6ohmLVOPjq61gXyOjOdujbMAce6h3M7D9ZMobpghjnAX88QzWeqhWQSe1QYc63Zu5V10/jnVkxlc0568vgnudyLAhP+eCvqa22U/9GfQHToA7gDk2FED/v2y05vpfXuFE6zGSgzxYTZ3u7MQk641BKHFm/A/OH9UfjUSZX2FUDOmGoaFqiHYt4UQeJhnSAB2aF5F4/xWev/WJqU3nX5f7MoVkQRLxHFjO1DanMnxM6b10Df3g2R9UO22i3KdZiMNWOK760lm5BKDzA/aUHcogbQ+LFL0Ib2ajRcRq/QBvj4A2QRn8CDqpsRqlYtnTYY+rfPlZ8T51HYsZfhyvfMNuJRqPJkozMQl3SrGm2Dpq5KqDzWCoxBDbdj6+IPOj1nA04HV5VKu6jq9lKk+Man9W/qAmrzna1Y32bqscHQ5eTE83Xc3LhDO/7joWpYOodqKqEKHI5DF6DazFB5SNvyrw4gV4mDXteAUmcgbMgrIaWs= ceph-63712292-0260-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T17:33:33.089 INFO:teuthology.orchestra.run.smithi049.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbEeG9DKt2bbBG9x1Lu5hv6ohmLVOPjq61gXyOjOdujbMAce6h3M7D9ZMobpghjnAX88QzWeqhWQSe1QYc63Zu5V10/jnVkxlc0568vgnudyLAhP+eCvqa22U/9GfQHToA7gDk2FED/v2y05vpfXuFE6zGSgzxYTZ3u7MQk641BKHFm/A/OH9UfjUSZX2FUDOmGoaFqiHYt4UQeJhnSAB2aF5F4/xWev/WJqU3nX5f7MoVkQRLxHFjO1DanMnxM6b10Df3g2R9UO22i3KdZiMNWOK760lm5BKDzA/aUHcogbQ+LFL0Ib2ajRcRq/QBvj4A2QRn8CDqpsRqlYtnTYY+rfPlZ8T51HYsZfhyvfMNuJRqPJkozMQl3SrGm2Dpq5KqDzWCoxBDbdj6+IPOj1nA04HV5VKu6jq9lKk+Man9W/qAmrzna1Y32bqscHQ5eTE83Xc3LhDO/7joWpYOodqKqEKHI5DF6DazFB5SNvyrw4gV4mDXteAUmcgbMgrIaWs= ceph-63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:33:33.100 DEBUG:teuthology.orchestra.run.smithi096:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbEeG9DKt2bbBG9x1Lu5hv6ohmLVOPjq61gXyOjOdujbMAce6h3M7D9ZMobpghjnAX88QzWeqhWQSe1QYc63Zu5V10/jnVkxlc0568vgnudyLAhP+eCvqa22U/9GfQHToA7gDk2FED/v2y05vpfXuFE6zGSgzxYTZ3u7MQk641BKHFm/A/OH9UfjUSZX2FUDOmGoaFqiHYt4UQeJhnSAB2aF5F4/xWev/WJqU3nX5f7MoVkQRLxHFjO1DanMnxM6b10Df3g2R9UO22i3KdZiMNWOK760lm5BKDzA/aUHcogbQ+LFL0Ib2ajRcRq/QBvj4A2QRn8CDqpsRqlYtnTYY+rfPlZ8T51HYsZfhyvfMNuJRqPJkozMQl3SrGm2Dpq5KqDzWCoxBDbdj6+IPOj1nA04HV5VKu6jq9lKk+Man9W/qAmrzna1Y32bqscHQ5eTE83Xc3LhDO/7joWpYOodqKqEKHI5DF6DazFB5SNvyrw4gV4mDXteAUmcgbMgrIaWs= ceph-63712292-0260-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T17:33:33.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:33 smithi033 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:33:33.106 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:33 smithi033 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:33:33.124 INFO:teuthology.orchestra.run.smithi096.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDbEeG9DKt2bbBG9x1Lu5hv6ohmLVOPjq61gXyOjOdujbMAce6h3M7D9ZMobpghjnAX88QzWeqhWQSe1QYc63Zu5V10/jnVkxlc0568vgnudyLAhP+eCvqa22U/9GfQHToA7gDk2FED/v2y05vpfXuFE6zGSgzxYTZ3u7MQk641BKHFm/A/OH9UfjUSZX2FUDOmGoaFqiHYt4UQeJhnSAB2aF5F4/xWev/WJqU3nX5f7MoVkQRLxHFjO1DanMnxM6b10Df3g2R9UO22i3KdZiMNWOK760lm5BKDzA/aUHcogbQ+LFL0Ib2ajRcRq/QBvj4A2QRn8CDqpsRqlYtnTYY+rfPlZ8T51HYsZfhyvfMNuJRqPJkozMQl3SrGm2Dpq5KqDzWCoxBDbdj6+IPOj1nA04HV5VKu6jq9lKk+Man9W/qAmrzna1Y32bqscHQ5eTE83Xc3LhDO/7joWpYOodqKqEKHI5DF6DazFB5SNvyrw4gV4mDXteAUmcgbMgrIaWs= ceph-63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:33:33.134 DEBUG:teuthology.orchestra.run.smithi033:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-24T17:33:33.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:33:33 smithi033 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:33:33.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:33 smithi033 bash[21450]: audit 2024-04-24T17:33:32.223271+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.33:0/2243561438' entity='client.admin' 2024-04-24T17:33:33.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:33 smithi033 bash[21450]: audit 2024-04-24T17:33:32.223271+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.33:0/2243561438' entity='client.admin' 2024-04-24T17:33:33.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:33 smithi033 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:33:34.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.372100+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.372100+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.416385+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.416385+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.421426+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.421426+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.454989+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.454989+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.458770+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.458770+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.460996+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.460996+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.463035+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.463035+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.465084+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.465084+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.468182+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.468182+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.502336+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:34.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.502336+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:34.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.507441+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.507441+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.804940+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:34.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:34 smithi033 bash[21450]: audit 2024-04-24T17:33:33.804940+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:37.842 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:33:37.844 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:37 smithi033 bash[21450]: audit 2024-04-24T17:33:36.514406+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:37.844 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:37 smithi033 bash[21450]: audit 2024-04-24T17:33:36.514406+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:39.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:39 smithi033 bash[21450]: audit 2024-04-24T17:33:38.216271+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:39.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:39 smithi033 bash[21450]: audit 2024-04-24T17:33:38.216271+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:39.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:39 smithi033 bash[21450]: audit 2024-04-24T17:33:38.219658+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:39.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:39 smithi033 bash[21450]: audit 2024-04-24T17:33:38.219658+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:39.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:39 smithi033 bash[21450]: audit 2024-04-24T17:33:38.968217+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.33:0/543633699' entity='client.admin' 2024-04-24T17:33:39.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:39 smithi033 bash[21450]: audit 2024-04-24T17:33:38.968217+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.33:0/543633699' entity='client.admin' 2024-04-24T17:33:39.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:39 smithi033 bash[21450]: audit 2024-04-24T17:33:39.018624+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:39.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:39 smithi033 bash[21450]: audit 2024-04-24T17:33:39.018624+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:39.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:39 smithi033 bash[21450]: audit 2024-04-24T17:33:39.023043+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:39.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:39 smithi033 bash[21450]: audit 2024-04-24T17:33:39.023043+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:39.539 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-24T17:33:39.540 DEBUG:teuthology.orchestra.run.smithi033:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-24T17:33:42.754 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:42 smithi033 bash[21450]: cluster 2024-04-24T17:33:41.443927+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-24T17:33:42.754 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:42 smithi033 bash[21450]: cluster 2024-04-24T17:33:41.443927+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-24T17:33:44.009 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:33:45.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:44 smithi033 bash[21450]: cluster 2024-04-24T17:33:43.444282+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-24T17:33:45.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:44 smithi033 bash[21450]: cluster 2024-04-24T17:33:43.444282+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-24T17:33:45.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:44 smithi033 bash[21450]: audit 2024-04-24T17:33:43.840382+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:45.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:44 smithi033 bash[21450]: audit 2024-04-24T17:33:43.840382+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:45.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:44 smithi033 bash[21450]: audit 2024-04-24T17:33:43.848154+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:45.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:44 smithi033 bash[21450]: audit 2024-04-24T17:33:43.848154+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:45.708 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi049 2024-04-24T17:33:45.708 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:33:45.708 DEBUG:teuthology.orchestra.run.smithi049:> dd of=/etc/ceph/ceph.conf 2024-04-24T17:33:45.714 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:33:45.714 DEBUG:teuthology.orchestra.run.smithi049:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:33:45.759 INFO:tasks.cephadm:Adding host smithi049 to orchestrator... 2024-04-24T17:33:45.760 DEBUG:teuthology.orchestra.run.smithi033:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph orch host add smithi049 2024-04-24T17:33:46.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.109321+0000 mgr.a (mgr.14152) 12 : 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-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.109321+0000 mgr.a (mgr.14152) 12 : 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-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.115339+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.115339+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.120012+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.120012+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.122858+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.122858+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.123922+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.123922+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: cephadm 2024-04-24T17:33:45.125500+0000 mgr.a (mgr.14152) 13 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: cephadm 2024-04-24T17:33:45.125500+0000 mgr.a (mgr.14152) 13 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:33:46.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: cephadm 2024-04-24T17:33:45.240040+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: cephadm 2024-04-24T17:33:45.240040+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: cephadm 2024-04-24T17:33:45.354960+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: cephadm 2024-04-24T17:33:45.354960+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: cluster 2024-04-24T17:33:45.444576+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: cluster 2024-04-24T17:33:45.444576+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: cephadm 2024-04-24T17:33:45.469824+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: cephadm 2024-04-24T17:33:45.469824+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.640326+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.640326+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.646334+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:46.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:46 smithi033 bash[21450]: audit 2024-04-24T17:33:45.646334+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:48.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:48 smithi033 bash[21450]: cluster 2024-04-24T17:33:47.445018+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-24T17:33:48.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:48 smithi033 bash[21450]: cluster 2024-04-24T17:33:47.445018+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-24T17:33:50.478 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:33:50.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:50 smithi033 bash[21450]: cluster 2024-04-24T17:33:49.445485+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-24T17:33:50.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:50 smithi033 bash[21450]: cluster 2024-04-24T17:33:49.445485+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-24T17:33:52.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:52 smithi033 bash[21450]: cluster 2024-04-24T17:33:51.445873+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-24T17:33:52.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:52 smithi033 bash[21450]: cluster 2024-04-24T17:33:51.445873+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-24T17:33:52.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:52 smithi033 bash[21450]: audit 2024-04-24T17:33:51.574293+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi049", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:33:52.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:52 smithi033 bash[21450]: audit 2024-04-24T17:33:51.574293+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi049", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:33:53.869 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:53 smithi033 bash[21450]: cephadm 2024-04-24T17:33:52.249361+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi049 2024-04-24T17:33:53.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:53 smithi033 bash[21450]: cephadm 2024-04-24T17:33:52.249361+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi049 2024-04-24T17:33:54.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:54 smithi033 bash[21450]: cluster 2024-04-24T17:33:53.446276+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-24T17:33:54.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:54 smithi033 bash[21450]: cluster 2024-04-24T17:33:53.446276+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-24T17:33:56.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:56 smithi033 bash[21450]: cluster 2024-04-24T17:33:55.446559+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-24T17:33:56.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:56 smithi033 bash[21450]: cluster 2024-04-24T17:33:55.446559+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-24T17:33:57.678 INFO:teuthology.orchestra.run.smithi033.stdout:Added host 'smithi049' with addr '172.21.15.49' 2024-04-24T17:33:58.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:57 smithi033 bash[21450]: audit 2024-04-24T17:33:56.829758+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:58.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:57 smithi033 bash[21450]: audit 2024-04-24T17:33:56.829758+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:58.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:57 smithi033 bash[21450]: audit 2024-04-24T17:33:56.838978+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:58.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:57 smithi033 bash[21450]: audit 2024-04-24T17:33:56.838978+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:58.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:57 smithi033 bash[21450]: audit 2024-04-24T17:33:57.677466+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:58.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:57 smithi033 bash[21450]: audit 2024-04-24T17:33:57.677466+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:58.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:57 smithi033 bash[21450]: audit 2024-04-24T17:33:57.703127+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:58.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:57 smithi033 bash[21450]: audit 2024-04-24T17:33:57.703127+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:33:58.263 DEBUG:teuthology.orchestra.run.smithi033:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-24T17:33:59.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:58 smithi033 bash[21450]: cluster 2024-04-24T17:33:57.446874+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-24T17:33:59.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:58 smithi033 bash[21450]: cluster 2024-04-24T17:33:57.446874+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-24T17:33:59.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:58 smithi033 bash[21450]: cephadm 2024-04-24T17:33:57.678472+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi049 2024-04-24T17:33:59.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:58 smithi033 bash[21450]: cephadm 2024-04-24T17:33:57.678472+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi049 2024-04-24T17:33:59.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:58 smithi033 bash[21450]: audit 2024-04-24T17:33:58.175720+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:33:59.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:33:58 smithi033 bash[21450]: audit 2024-04-24T17:33:58.175720+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:01.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: cluster 2024-04-24T17:33:59.447264+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-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: cluster 2024-04-24T17:33:59.447264+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-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:33:59.701879+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:33:59.701879+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:33:59.710471+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:33:59.710471+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:33:59.712186+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:33:59.712186+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:33:59.714227+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:33:59.714227+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:33:59.716043+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:01.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:33:59.716043+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: cephadm 2024-04-24T17:33:59.718786+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: cephadm 2024-04-24T17:33:59.718786+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: cephadm 2024-04-24T17:33:59.934566+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: cephadm 2024-04-24T17:33:59.934566+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:34:00.486398+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:34:00.486398+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:34:00.492897+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:34:00.492897+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:34:00.496097+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]: dispatch 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:34:00.496097+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]: dispatch 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:34:00.498120+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]': finished 2024-04-24T17:34:01.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:00 smithi033 bash[21450]: audit 2024-04-24T17:34:00.498120+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]': finished 2024-04-24T17:34:02.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:01 smithi033 bash[21450]: cephadm 2024-04-24T17:34:00.150132+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:02.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:01 smithi033 bash[21450]: cephadm 2024-04-24T17:34:00.150132+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:02.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:01 smithi033 bash[21450]: cephadm 2024-04-24T17:34:00.315525+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:34:02.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:01 smithi033 bash[21450]: cephadm 2024-04-24T17:34:00.315525+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:34:02.974 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:34:02.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: cluster 2024-04-24T17:34:01.447636+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-24T17:34:02.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: cluster 2024-04-24T17:34:01.447636+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-24T17:34:02.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: cephadm 2024-04-24T17:34:01.653036+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi049 on smithi049 2024-04-24T17:34:02.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: cephadm 2024-04-24T17:34:01.653036+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi049 on smithi049 2024-04-24T17:34:02.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.609275+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:02.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.609275+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:03.000 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.624968+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:03.000 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.624968+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:03.000 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.631653+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:03.000 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.631653+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:03.000 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.698136+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:03.000 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.698136+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:03.000 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.702248+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:03.000 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.702248+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:03.000 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.703740+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:03.000 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:02 smithi033 bash[21450]: audit 2024-04-24T17:34:02.703740+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:04.090 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:34:04.090 INFO:teuthology.orchestra.run.smithi033.stdout:[{"addr": "172.21.15.33", "hostname": "smithi033", "labels": [], "status": ""}, {"addr": "172.21.15.49", "hostname": "smithi049", "labels": [], "status": ""}] 2024-04-24T17:34:04.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:02.718511+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:04.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:02.718511+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:04.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:02.786741+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:04.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:02.786741+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:04.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:02.790915+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:04.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:02.790915+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:04.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:02.792268+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:04.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:02.792268+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:04.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:02.800988+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:04.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:02.800988+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:04.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:03.103569+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:04.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:03 smithi033 bash[21450]: audit 2024-04-24T17:34:03.103569+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:04.712 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi096 2024-04-24T17:34:04.712 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:34:04.712 DEBUG:teuthology.orchestra.run.smithi096:> dd of=/etc/ceph/ceph.conf 2024-04-24T17:34:04.718 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:34:04.718 DEBUG:teuthology.orchestra.run.smithi096:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:04.766 INFO:tasks.cephadm:Adding host smithi096 to orchestrator... 2024-04-24T17:34:04.766 DEBUG:teuthology.orchestra.run.smithi033:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph orch host add smithi096 2024-04-24T17:34:05.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:04 smithi033 bash[21450]: cluster 2024-04-24T17:34:03.448036+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-24T17:34:05.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:04 smithi033 bash[21450]: cluster 2024-04-24T17:34:03.448036+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-24T17:34:05.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:04 smithi033 bash[21450]: audit 2024-04-24T17:34:04.150553+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:05.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:04 smithi033 bash[21450]: audit 2024-04-24T17:34:04.150553+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:05.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:04 smithi033 bash[21450]: audit 2024-04-24T17:34:04.154192+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:05.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:04 smithi033 bash[21450]: audit 2024-04-24T17:34:04.154192+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:06.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:05 smithi033 bash[21450]: audit 2024-04-24T17:34:04.090194+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-24T17:34:06.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:05 smithi033 bash[21450]: audit 2024-04-24T17:34:04.090194+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-24T17:34:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:06 smithi033 bash[21450]: cluster 2024-04-24T17:34:05.448464+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-24T17:34:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:06 smithi033 bash[21450]: cluster 2024-04-24T17:34:05.448464+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-24T17:34:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:06 smithi033 bash[21450]: audit 2024-04-24T17:34:06.525696+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:06 smithi033 bash[21450]: audit 2024-04-24T17:34:06.525696+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:09.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:08 smithi033 bash[21450]: cluster 2024-04-24T17:34:07.448875+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-24T17:34:09.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:08 smithi033 bash[21450]: cluster 2024-04-24T17:34:07.448875+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-24T17:34:09.482 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:34:11.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:10 smithi033 bash[21450]: cluster 2024-04-24T17:34:09.449240+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-24T17:34:11.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:10 smithi033 bash[21450]: cluster 2024-04-24T17:34:09.449240+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-24T17:34:11.988 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:11 smithi033 bash[21450]: audit 2024-04-24T17:34:10.667218+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi096", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:34:11.988 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:11 smithi033 bash[21450]: audit 2024-04-24T17:34:10.667218+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi096", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:34:12.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:12 smithi033 bash[21450]: cephadm 2024-04-24T17:34:11.419952+0000 mgr.a (mgr.14152) 40 : cephadm [INF] Deploying cephadm binary to smithi096 2024-04-24T17:34:12.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:12 smithi033 bash[21450]: cephadm 2024-04-24T17:34:11.419952+0000 mgr.a (mgr.14152) 40 : cephadm [INF] Deploying cephadm binary to smithi096 2024-04-24T17:34:12.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:12 smithi033 bash[21450]: cluster 2024-04-24T17:34:11.449592+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:12.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:12 smithi033 bash[21450]: cluster 2024-04-24T17:34:11.449592+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:15.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:14 smithi033 bash[21450]: cluster 2024-04-24T17:34:13.449957+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-24T17:34:15.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:14 smithi033 bash[21450]: cluster 2024-04-24T17:34:13.449957+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-24T17:34:16.889 INFO:teuthology.orchestra.run.smithi033.stdout:Added host 'smithi096' with addr '172.21.15.96' 2024-04-24T17:34:16.957 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:16 smithi033 bash[21450]: cluster 2024-04-24T17:34:15.450336+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-24T17:34:16.957 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:16 smithi033 bash[21450]: cluster 2024-04-24T17:34:15.450336+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-24T17:34:16.957 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:16 smithi033 bash[21450]: audit 2024-04-24T17:34:15.701741+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:16.957 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:16 smithi033 bash[21450]: audit 2024-04-24T17:34:15.701741+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:16.957 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:16 smithi033 bash[21450]: audit 2024-04-24T17:34:15.714919+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:16.958 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:16 smithi033 bash[21450]: audit 2024-04-24T17:34:15.714919+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:17.484 DEBUG:teuthology.orchestra.run.smithi033:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-24T17:34:18.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: audit 2024-04-24T17:34:16.889054+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:18.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: audit 2024-04-24T17:34:16.889054+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:18.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: cephadm 2024-04-24T17:34:16.889752+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Added host smithi096 2024-04-24T17:34:18.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: cephadm 2024-04-24T17:34:16.889752+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Added host smithi096 2024-04-24T17:34:18.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: audit 2024-04-24T17:34:16.933575+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:18.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: audit 2024-04-24T17:34:16.933575+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:18.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: audit 2024-04-24T17:34:17.001681+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:18.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: audit 2024-04-24T17:34:17.001681+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:18.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: audit 2024-04-24T17:34:17.005871+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:18.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: audit 2024-04-24T17:34:17.005871+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:18.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: audit 2024-04-24T17:34:17.356622+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:18.372 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:17 smithi033 bash[21450]: audit 2024-04-24T17:34:17.356622+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:19.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: cluster 2024-04-24T17:34:17.450720+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:19.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: cluster 2024-04-24T17:34:17.450720+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:19.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: audit 2024-04-24T17:34:18.832474+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:19.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: audit 2024-04-24T17:34:18.832474+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:19.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: audit 2024-04-24T17:34:18.838950+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:19.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: audit 2024-04-24T17:34:18.838950+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:19.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: audit 2024-04-24T17:34:18.840843+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi096", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:34:19.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: audit 2024-04-24T17:34:18.840843+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi096", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:34:19.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: audit 2024-04-24T17:34:18.843157+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:19.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: audit 2024-04-24T17:34:18.843157+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:19.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: audit 2024-04-24T17:34:18.845168+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:19.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:18 smithi033 bash[21450]: audit 2024-04-24T17:34:18.845168+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:20.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:19 smithi033 bash[21450]: cephadm 2024-04-24T17:34:18.848304+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:20.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:19 smithi033 bash[21450]: cephadm 2024-04-24T17:34:18.848304+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:20.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:19 smithi033 bash[21450]: audit 2024-04-24T17:34:19.615589+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:20.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:19 smithi033 bash[21450]: audit 2024-04-24T17:34:19.615589+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:20.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:19 smithi033 bash[21450]: audit 2024-04-24T17:34:19.623973+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:20.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:19 smithi033 bash[21450]: audit 2024-04-24T17:34:19.623973+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:20.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:19 smithi033 bash[21450]: audit 2024-04-24T17:34:19.627241+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi096", "caps": []}]: dispatch 2024-04-24T17:34:20.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:19 smithi033 bash[21450]: audit 2024-04-24T17:34:19.627241+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi096", "caps": []}]: dispatch 2024-04-24T17:34:20.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:19 smithi033 bash[21450]: audit 2024-04-24T17:34:19.630998+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi096", "caps": []}]': finished 2024-04-24T17:34:20.371 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:19 smithi033 bash[21450]: audit 2024-04-24T17:34:19.630998+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi096", "caps": []}]': finished 2024-04-24T17:34:21.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:20 smithi033 bash[21450]: cephadm 2024-04-24T17:34:19.063876+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:21.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:20 smithi033 bash[21450]: cephadm 2024-04-24T17:34:19.063876+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:21.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:20 smithi033 bash[21450]: cephadm 2024-04-24T17:34:19.279940+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:21.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:20 smithi033 bash[21450]: cephadm 2024-04-24T17:34:19.279940+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:21.373 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:20 smithi033 bash[21450]: cephadm 2024-04-24T17:34:19.444605+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:34:21.373 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:20 smithi033 bash[21450]: cephadm 2024-04-24T17:34:19.444605+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:34:21.373 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:20 smithi033 bash[21450]: cluster 2024-04-24T17:34:19.451130+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:21.373 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:20 smithi033 bash[21450]: cluster 2024-04-24T17:34:19.451130+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:22.204 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:34:22.227 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: cephadm 2024-04-24T17:34:20.108983+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Deploying daemon agent.smithi096 on smithi096 2024-04-24T17:34:22.227 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: cephadm 2024-04-24T17:34:20.108983+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Deploying daemon agent.smithi096 on smithi096 2024-04-24T17:34:22.227 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.034405+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.227 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.034405+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.227 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.087436+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.087436+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.095597+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.095597+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.196570+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.196570+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.202138+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.202138+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.203898+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.203898+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.215237+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.215237+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.319388+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:22.228 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.319388+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:22.229 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.324890+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:22.229 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.324890+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:22.229 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.326899+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:22.229 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.326899+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:22.229 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.338491+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.229 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.338491+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.229 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.525669+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.229 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.525669+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.229 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.535381+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:22.229 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:21 smithi033 bash[21450]: audit 2024-04-24T17:34:21.535381+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:23.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:22 smithi033 bash[21450]: cluster 2024-04-24T17:34:21.451554+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-24T17:34:23.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:22 smithi033 bash[21450]: cluster 2024-04-24T17:34:21.451554+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-24T17:34:23.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:22 smithi033 bash[21450]: audit 2024-04-24T17:34:22.578106+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:23.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:22 smithi033 bash[21450]: audit 2024-04-24T17:34:22.578106+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:23.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:22 smithi033 bash[21450]: audit 2024-04-24T17:34:22.586432+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:23.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:22 smithi033 bash[21450]: audit 2024-04-24T17:34:22.586432+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:23.385 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-24T17:34:23.385 INFO:teuthology.orchestra.run.smithi033.stdout:[{"addr": "172.21.15.33", "hostname": "smithi033", "labels": [], "status": ""}, {"addr": "172.21.15.49", "hostname": "smithi049", "labels": [], "status": ""}, {"addr": "172.21.15.96", "hostname": "smithi096", "labels": [], "status": ""}] 2024-04-24T17:34:24.012 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-24T17:34:24.012 DEBUG:teuthology.orchestra.run.smithi033:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-24T17:34:25.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:24 smithi033 bash[21450]: audit 2024-04-24T17:34:23.385460+0000 mgr.a (mgr.14152) 53 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T17:34:25.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:24 smithi033 bash[21450]: audit 2024-04-24T17:34:23.385460+0000 mgr.a (mgr.14152) 53 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T17:34:25.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:24 smithi033 bash[21450]: cluster 2024-04-24T17:34:23.452026+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:25.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:24 smithi033 bash[21450]: cluster 2024-04-24T17:34:23.452026+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:25.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:24 smithi033 bash[21450]: audit 2024-04-24T17:34:23.742330+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:25.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:24 smithi033 bash[21450]: audit 2024-04-24T17:34:23.742330+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:25.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:24 smithi033 bash[21450]: audit 2024-04-24T17:34:23.752797+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:25.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:24 smithi033 bash[21450]: audit 2024-04-24T17:34:23.752797+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:27.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:26 smithi033 bash[21450]: cluster 2024-04-24T17:34:25.452409+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-24T17:34:27.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:26 smithi033 bash[21450]: cluster 2024-04-24T17:34:25.452409+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-24T17:34:28.732 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:34:29.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:28 smithi033 bash[21450]: cluster 2024-04-24T17:34:27.452883+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-24T17:34:29.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:28 smithi033 bash[21450]: cluster 2024-04-24T17:34:27.452883+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-24T17:34:30.754 INFO:teuthology.orchestra.run.smithi033.stderr:adjusted tunables profile to default 2024-04-24T17:34:30.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:30 smithi033 bash[21450]: cluster 2024-04-24T17:34:29.453331+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-24T17:34:30.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:30 smithi033 bash[21450]: cluster 2024-04-24T17:34:29.453331+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-24T17:34:30.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:30 smithi033 bash[21450]: audit 2024-04-24T17:34:30.121105+0000 mon.a (mon.0) 191 : audit [INF] from='client.? 172.21.15.33:0/1841839337' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T17:34:30.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:30 smithi033 bash[21450]: audit 2024-04-24T17:34:30.121105+0000 mon.a (mon.0) 191 : audit [INF] from='client.? 172.21.15.33:0/1841839337' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T17:34:31.333 INFO:tasks.cephadm:Adding mon.a on smithi033 2024-04-24T17:34:31.334 INFO:tasks.cephadm:Adding mon.b on smithi049 2024-04-24T17:34:31.334 INFO:tasks.cephadm:Adding mon.c on smithi096 2024-04-24T17:34:31.334 DEBUG:teuthology.orchestra.run.smithi096:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi033:172.21.15.33=a;smithi049:172.21.15.49=b;smithi096:172.21.15.96=c' 2024-04-24T17:34:32.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:31 smithi033 bash[21450]: audit 2024-04-24T17:34:30.748927+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.33:0/1841839337' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T17:34:32.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:31 smithi033 bash[21450]: audit 2024-04-24T17:34:30.748927+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.33:0/1841839337' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T17:34:32.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:31 smithi033 bash[21450]: cluster 2024-04-24T17:34:30.752790+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:32.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:31 smithi033 bash[21450]: cluster 2024-04-24T17:34:30.752790+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:32.534 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:33.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:32 smithi033 bash[21450]: cluster 2024-04-24T17:34:31.453782+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:33.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:32 smithi033 bash[21450]: cluster 2024-04-24T17:34:31.453782+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:34.131 INFO:teuthology.orchestra.run.smithi096.stdout:Scheduled mon update... 2024-04-24T17:34:34.908 DEBUG:teuthology.orchestra.run.smithi049:mon.b> sudo journalctl -f -n 0 -u ceph-63712292-0260-11ef-bc93-c7b262605968@mon.b.service 2024-04-24T17:34:34.911 DEBUG:teuthology.orchestra.run.smithi096:mon.c> sudo journalctl -f -n 0 -u ceph-63712292-0260-11ef-bc93-c7b262605968@mon.c.service 2024-04-24T17:34:34.914 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-24T17:34:34.914 DEBUG:teuthology.orchestra.run.smithi096:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:34:35.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: cluster 2024-04-24T17:34:33.454205+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-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: cluster 2024-04-24T17:34:33.454205+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-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.130613+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.130613+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.138185+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.138185+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.143749+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.143749+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.145752+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.145752+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.154943+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.154943+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.160380+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:35.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.160380+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:35.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.162311+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:35.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.162311+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:35.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.197969+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:35.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.197969+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:35.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.206537+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:35.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:34 smithi033 bash[21450]: audit 2024-04-24T17:34:34.206537+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:36.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:35 smithi033 bash[21450]: audit 2024-04-24T17:34:34.118607+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi049:172.21.15.49=b;smithi096:172.21.15.96=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:34:36.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:35 smithi033 bash[21450]: audit 2024-04-24T17:34:34.118607+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi049:172.21.15.49=b;smithi096:172.21.15.96=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:34:36.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:35 smithi033 bash[21450]: cephadm 2024-04-24T17:34:34.124274+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi049:172.21.15.49=b;smithi096:172.21.15.96=c;count:3 2024-04-24T17:34:36.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:35 smithi033 bash[21450]: cephadm 2024-04-24T17:34:34.124274+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi049:172.21.15.49=b;smithi096:172.21.15.96=c;count:3 2024-04-24T17:34:36.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:35 smithi033 bash[21450]: cephadm 2024-04-24T17:34:34.164458+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi096 2024-04-24T17:34:36.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:35 smithi033 bash[21450]: cephadm 2024-04-24T17:34:34.164458+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi096 2024-04-24T17:34:36.600 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:37.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:36 smithi033 bash[21450]: cluster 2024-04-24T17:34:35.454636+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-24T17:34:37.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:36 smithi033 bash[21450]: cluster 2024-04-24T17:34:35.454636+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-24T17:34:38.061 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-24T17:34:38.062 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":1,"fsid":"63712292-0260-11ef-bc93-c7b262605968","modified":"2024-04-24T17:32:11.092045Z","created":"2024-04-24T17:32:11.092045Z","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.33:3300","nonce":0},{"type":"v1","addr":"172.21.15.33:6789","nonce":0}]},"addr":"172.21.15.33:6789/0","public_addr":"172.21.15.33:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T17:34:38.064 INFO:teuthology.orchestra.run.smithi096.stderr:dumped monmap epoch 1 2024-04-24T17:34:38.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:38 smithi033 bash[21450]: audit 2024-04-24T17:34:37.200497+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:38.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:38 smithi033 bash[21450]: audit 2024-04-24T17:34:37.200497+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:38.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:38 smithi033 bash[21450]: audit 2024-04-24T17:34:37.208709+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:38.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:38 smithi033 bash[21450]: audit 2024-04-24T17:34:37.208709+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:38.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:38 smithi033 bash[21450]: cluster 2024-04-24T17:34:37.455043+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-24T17:34:38.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:38 smithi033 bash[21450]: cluster 2024-04-24T17:34:37.455043+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-24T17:34:38.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:38 smithi033 bash[21450]: audit 2024-04-24T17:34:38.062031+0000 mon.a (mon.0) 205 : audit [DBG] from='client.? 172.21.15.96:0/2601902285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:34:38.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:38 smithi033 bash[21450]: audit 2024-04-24T17:34:38.062031+0000 mon.a (mon.0) 205 : audit [DBG] from='client.? 172.21.15.96:0/2601902285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:34:39.827 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-24T17:34:39.827 DEBUG:teuthology.orchestra.run.smithi096:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T17:34:40.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:40 smithi096 bash[21931]: debug 2024-04-24T17:34:39.996+0000 7f655737d700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-24T17:34:43.533 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.c/config 2024-04-24T17:34:43.854 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:43 smithi049 systemd[1]: Started Ceph mon.b for 63712292-0260-11ef-bc93-c7b262605968. 2024-04-24T17:34:45.356 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.310+0000 7f09d4696c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-24T17:34:45.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.314+0000 7f09d4696c80 0 ceph version 19.0.0-3285-g5904d294 (5904d29475f5be602879d9fb26280e89b808d5cc) squid (dev), process ceph-mon, pid 7 2024-04-24T17:34:45.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.314+0000 7f09d4696c80 0 pidfile_write: ignore empty --pid-file 2024-04-24T17:34:45.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 0 load: jerasure load: lrc 2024-04-24T17:34:45.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-24T17:34:45.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Git sha 0 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Compile date 2024-04-24 13:56:12 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: DB SUMMARY 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: DB Session ID: 6QMSIMBOUEW27XOCEH59 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: CURRENT file: CURRENT 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.error_if_exists: 0 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.create_if_missing: 0 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-24T17:34:45.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.env: 0x5624cb9fccc0 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.info_log: 0x5624cce17dc0 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.statistics: (nil) 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.use_fsync: 0 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T17:34:45.428 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.db_log_dir: 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.wal_dir: 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T17:34:45.429 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.write_buffer_manager: 0x5624ccde90e0 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-24T17:34:45.430 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.unordered_write: 0 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.row_cache: None 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.wal_filter: None 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.two_write_queues: 0 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.wal_compression: 0 2024-04-24T17:34:45.431 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.atomic_flush: 0 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-24T17:34:45.432 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_open_files: -1 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-24T17:34:45.436 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T17:34:45.437 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T17:34:45.437 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-24T17:34:45.437 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-24T17:34:45.437 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Compression algorithms supported: 2024-04-24T17:34:45.437 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T17:34:45.437 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: kZSTD supported: 0 2024-04-24T17:34:45.437 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: kXpressCompression supported: 0 2024-04-24T17:34:45.437 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-24T17:34:45.437 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: kZlibCompression supported: 1 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.merge_operator: 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_filter: None 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T17:34:45.438 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5624cce17f80) 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cache_index_and_filter_blocks: 1 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: pin_top_level_index_and_filter: 1 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: index_type: 0 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: data_block_index_type: 0 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: index_shortening: 1 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: data_block_hash_table_util_ratio: 0.750000 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: checksum: 4 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: no_block_cache: 0 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: block_cache: 0x5624cce191f0 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: block_cache_name: BinnedLRUCache 2024-04-24T17:34:45.439 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: block_cache_options: 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: capacity : 536870912 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: num_shard_bits : 4 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: strict_capacity_limit : 0 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: high_pri_pool_ratio: 0.000 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: block_cache_compressed: (nil) 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: persistent_cache: (nil) 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: block_size: 4096 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: block_size_deviation: 10 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: block_restart_interval: 16 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: index_block_restart_interval: 1 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: metadata_block_size: 4096 2024-04-24T17:34:45.440 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: partition_filters: 0 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: use_delta_encoding: 1 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: filter_policy: bloomfilter 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: whole_key_filtering: 1 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: verify_compression: 0 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: read_amp_bytes_per_bit: 0 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: format_version: 5 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: enable_index_compression: 1 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: block_align: 0 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: max_auto_readahead_size: 262144 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: prepopulate_block_cache: 0 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: initial_auto_readahead_size: 8192 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: num_file_reads_for_auto_readahead: 2 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-24T17:34:45.441 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compression: NoCompression 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.num_levels: 7 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T17:34:45.442 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T17:34:45.443 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T17:34:45.444 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T17:34:45.445 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.bloom_locality: 0 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T17:34:45.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.ttl: 2592000 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.enable_blob_files: false 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.min_blob_size: 0 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T17:34:45.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 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-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ece0f221-f356-43a4-a1d7-229d8e9ee410 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713980085324591, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713980085325185, "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": 1713980085, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ece0f221-f356-43a4-a1d7-229d8e9ee410", "db_session_id": "6QMSIMBOUEW27XOCEH59", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713980085325307, "job": 1, "event": "recovery_finished"} 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.318+0000 7f09d4696c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.322+0000 7f09d4696c80 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-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.322+0000 7f09d4696c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5624ccf3a000 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.322+0000 7f09d4696c80 4 rocksdb: DB pointer 0x5624ccf26000 2024-04-24T17:34:45.448 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.322+0000 7f09c2dee700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.322+0000 7f09c2dee700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: ** DB Stats ** 2024-04-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: 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-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: 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-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: ** Compaction Stats [default] ** 2024-04-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: 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-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T17:34:45.449 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: ** Compaction Stats [default] ** 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: 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-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: AddFile(Keys): cumulative 0, interval 0 2024-04-24T17:34:45.450 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Interval compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: 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-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: Block cache BinnedLRUCache@0x5624cce191f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: 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-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: ** File Read Latency Histogram By Level [default] ** 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.322+0000 7f09d4696c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.322+0000 7f09d4696c80 0 using public_addr v2:172.21.15.49:0/0 -> [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.322+0000 7f09d4696c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] at bind addrs [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.326+0000 7f09d4696c80 1 mon.b@-1(???) e0 preinit fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.342+0000 7f09c5df4700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.342+0000 7f09c5df4700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: e1 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T17:34:45.451 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: 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-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: legacy client fscid: -1 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: No filesystems configured 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.342+0000 7f09c5df4700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.342+0000 7f09c5df4700 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-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.342+0000 7f09c5df4700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.342+0000 7f09c5df4700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.342+0000 7f09c5df4700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.342+0000 7f09c5df4700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.346+0000 7f09c5df4700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.346+0000 7f09c5df4700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.346+0000 7f09c5df4700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.346+0000 7f09c5df4700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T17:34:45.452 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:33:51.445873+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-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:33:51.445873+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-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:51.574293+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi049", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:51.574293+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi049", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:33:52.249361+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi049 2024-04-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:33:52.249361+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi049 2024-04-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:33:53.446276+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-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:33:53.446276+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-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:33:55.446559+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-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:33:55.446559+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-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:56.829758+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:56.829758+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:56.838978+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:56.838978+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:57.677466+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.453 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:57.677466+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:57.703127+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:57.703127+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:33:57.446874+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-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:33:57.446874+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-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:33:57.678472+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi049 2024-04-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:33:57.678472+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi049 2024-04-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:58.175720+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:58.175720+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:33:59.447264+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-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:33:59.447264+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-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:59.701879+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:59.701879+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:59.710471+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.454 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:59.710471+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:59.712186+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:59.712186+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:59.714227+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:59.714227+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:59.716043+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:33:59.716043+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:33:59.718786+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:33:59.718786+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:33:59.934566+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:33:59.934566+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:00.486398+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:00.486398+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.455 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:00.492897+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:00.492897+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:00.496097+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]: dispatch 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:00.496097+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]: dispatch 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:00.498120+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]': finished 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:00.498120+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]': finished 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:00.150132+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:00.150132+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:00.315525+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:00.315525+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:01.447636+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-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:01.447636+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-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:01.653036+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi049 on smithi049 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:01.653036+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi049 on smithi049 2024-04-24T17:34:45.456 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.609275+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.609275+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.624968+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.624968+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.631653+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.631653+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.698136+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.698136+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.702248+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.702248+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.703740+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.703740+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.718511+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.718511+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.457 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.786741+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.786741+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.790915+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.790915+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.792268+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.792268+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.800988+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:02.800988+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:03.103569+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:03.103569+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:03.448036+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-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:03.448036+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-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:04.150553+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:04.150553+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:04.154192+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.458 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:04.154192+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:04.090194+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-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:04.090194+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-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:05.448464+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-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:05.448464+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-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:06.525696+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:06.525696+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:07.448875+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-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:07.448875+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-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:09.449240+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-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:09.449240+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-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:10.667218+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi096", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:10.667218+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi096", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:34:45.459 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:11.419952+0000 mgr.a (mgr.14152) 40 : cephadm [INF] Deploying cephadm binary to smithi096 2024-04-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:11.419952+0000 mgr.a (mgr.14152) 40 : cephadm [INF] Deploying cephadm binary to smithi096 2024-04-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:11.449592+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:11.449592+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:13.449957+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-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:13.449957+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-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:15.450336+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-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:15.450336+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-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:15.701741+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:15.701741+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:15.714919+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:15.714919+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:16.889054+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.460 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:16.889054+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:16.889752+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Added host smithi096 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:16.889752+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Added host smithi096 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:16.933575+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:16.933575+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:17.001681+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:17.001681+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:17.005871+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:17.005871+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:17.356622+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:17.356622+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:17.450720+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:17.450720+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:18.832474+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.461 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:18.832474+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:18.838950+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:18.838950+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:18.840843+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi096", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:18.840843+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi096", "name": "osd_memory_target"}]: dispatch 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:18.843157+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:18.843157+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:18.845168+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:18.845168+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:18.848304+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:18.848304+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:19.615589+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:19.615589+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.462 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:19.623973+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:19.623973+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:19.627241+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi096", "caps": []}]: dispatch 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:19.627241+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi096", "caps": []}]: dispatch 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:19.630998+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi096", "caps": []}]': finished 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:19.630998+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi096", "caps": []}]': finished 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:19.063876+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:19.063876+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:19.279940+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:19.279940+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:19.444605+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:19.444605+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:19.451130+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:19.451130+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:20.108983+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Deploying daemon agent.smithi096 on smithi096 2024-04-24T17:34:45.463 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:20.108983+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Deploying daemon agent.smithi096 on smithi096 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.034405+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.034405+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.087436+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.087436+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.095597+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.095597+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.196570+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.196570+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.202138+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.202138+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.203898+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.203898+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.215237+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.215237+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.464 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.319388+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.319388+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.324890+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.324890+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.326899+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.326899+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.338491+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.338491+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.525669+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.525669+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.535381+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:21.535381+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:21.451554+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-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:21.451554+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-24T17:34:45.465 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:22.578106+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:22.578106+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:22.586432+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:22.586432+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:23.385460+0000 mgr.a (mgr.14152) 53 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:23.385460+0000 mgr.a (mgr.14152) 53 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:23.452026+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:23.452026+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:23.742330+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:23.742330+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:23.752797+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:23.752797+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:25.452409+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-24T17:34:45.466 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:25.452409+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-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:27.452883+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-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:27.452883+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-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:29.453331+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-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:29.453331+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-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:30.121105+0000 mon.a (mon.0) 191 : audit [INF] from='client.? 172.21.15.33:0/1841839337' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:30.121105+0000 mon.a (mon.0) 191 : audit [INF] from='client.? 172.21.15.33:0/1841839337' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:30.748927+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.33:0/1841839337' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:30.748927+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.33:0/1841839337' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:30.752790+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:30.752790+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:31.453782+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:31.453782+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:33.454205+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-24T17:34:45.467 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:33.454205+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-24T17:34:45.468 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.130613+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.468 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.130613+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.468 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.138185+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.468 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.138185+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.468 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.143749+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.468 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.143749+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.469 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.145752+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.469 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.145752+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:45.469 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.154943+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.469 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.154943+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.469 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.160380+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:45.469 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.160380+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:45.469 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.162311+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.469 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.162311+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:45.469 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.197969+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.469 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.197969+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.206537+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.206537+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.118607+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi049:172.21.15.49=b;smithi096:172.21.15.96=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:34.118607+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi049:172.21.15.49=b;smithi096:172.21.15.96=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:34.124274+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi049:172.21.15.49=b;smithi096:172.21.15.96=c;count:3 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:34.124274+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi049:172.21.15.49=b;smithi096:172.21.15.96=c;count:3 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:34.164458+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi096 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:34.164458+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi096 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:35.454636+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-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:35.454636+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-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:37.200497+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:37.200497+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.470 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:37.208709+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:37.208709+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:37.455043+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-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:37.455043+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-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:38.062031+0000 mon.a (mon.0) 205 : audit [DBG] from='client.? 172.21.15.96:0/2601902285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:38.062031+0000 mon.a (mon.0) 205 : audit [DBG] from='client.? 172.21.15.96:0/2601902285' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:39.202148+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.b on smithi049 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cephadm 2024-04-24T17:34:39.202148+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.b on smithi049 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:39.455435+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:39.455435+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:40.016465+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:40.016465+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:40.016982+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:40.016982+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:45.471 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:40.038090+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.472 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:40.038090+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.472 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:41.008990+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.472 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:41.008990+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.472 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:41.455820+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-24T17:34:45.472 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:41.455820+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-24T17:34:45.472 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:42.009038+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.472 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:42.009038+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.472 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:42.011335+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:45.472 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:42.011335+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:45.472 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:43.008908+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:43.008908+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:43.456201+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-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:43.456201+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-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:44.009259+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:44.009259+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:45.009482+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:45.009482+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.058369+0000 mon.a (mon.0) 219 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.058369+0000 mon.a (mon.0) 219 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064632+0000 mon.a (mon.0) 220 : cluster [DBG] monmap epoch 2 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064632+0000 mon.a (mon.0) 220 : cluster [DBG] monmap epoch 2 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064670+0000 mon.a (mon.0) 221 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064670+0000 mon.a (mon.0) 221 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:45.473 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064693+0000 mon.a (mon.0) 222 : cluster [DBG] last_changed 2024-04-24T17:34:40.009111+0000 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064693+0000 mon.a (mon.0) 222 : cluster [DBG] last_changed 2024-04-24T17:34:40.009111+0000 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064717+0000 mon.a (mon.0) 223 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064717+0000 mon.a (mon.0) 223 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064762+0000 mon.a (mon.0) 224 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064762+0000 mon.a (mon.0) 224 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064786+0000 mon.a (mon.0) 225 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064786+0000 mon.a (mon.0) 225 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064809+0000 mon.a (mon.0) 226 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064809+0000 mon.a (mon.0) 226 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064829+0000 mon.a (mon.0) 227 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.064829+0000 mon.a (mon.0) 227 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.085629+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2024-04-24T17:34:45.474 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.085629+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.085687+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.085687+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.085977+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: a(active, since 83s) 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.085977+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: a(active, since 83s) 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.086238+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.086238+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:45.093232+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:45.093232+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:45.102297+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:45.102297+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:45.115172+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: audit 2024-04-24T17:34:45.115172+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.475 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:45 smithi049 bash[21774]: debug 2024-04-24T17:34:45.350+0000 7f09c5df4700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-24T17:34:45.518 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cephadm 2024-04-24T17:34:39.202148+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.b on smithi049 2024-04-24T17:34:45.518 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cephadm 2024-04-24T17:34:39.202148+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.b on smithi049 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:39.455435+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:39.455435+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:40.016465+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:40.016465+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:40.016982+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:40.016982+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:40.038090+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:40.038090+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:41.008990+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:41.008990+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:41.455820+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-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:41.455820+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-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:42.009038+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.519 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:42.009038+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:42.011335+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:45.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:42.011335+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:45.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:43.008908+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:43.008908+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:43.456201+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-24T17:34:45.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:43.456201+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-24T17:34:45.520 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:44.009259+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:44.009259+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:45.009482+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:45.009482+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.058369+0000 mon.a (mon.0) 219 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.058369+0000 mon.a (mon.0) 219 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064632+0000 mon.a (mon.0) 220 : cluster [DBG] monmap epoch 2 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064632+0000 mon.a (mon.0) 220 : cluster [DBG] monmap epoch 2 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064670+0000 mon.a (mon.0) 221 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064670+0000 mon.a (mon.0) 221 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064693+0000 mon.a (mon.0) 222 : cluster [DBG] last_changed 2024-04-24T17:34:40.009111+0000 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064693+0000 mon.a (mon.0) 222 : cluster [DBG] last_changed 2024-04-24T17:34:40.009111+0000 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064717+0000 mon.a (mon.0) 223 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064717+0000 mon.a (mon.0) 223 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:45.521 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064762+0000 mon.a (mon.0) 224 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064762+0000 mon.a (mon.0) 224 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064786+0000 mon.a (mon.0) 225 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064786+0000 mon.a (mon.0) 225 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064809+0000 mon.a (mon.0) 226 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064809+0000 mon.a (mon.0) 226 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064829+0000 mon.a (mon.0) 227 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.064829+0000 mon.a (mon.0) 227 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.085629+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.085629+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.085687+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.085687+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:45.522 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.085977+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: a(active, since 83s) 2024-04-24T17:34:45.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.085977+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: a(active, since 83s) 2024-04-24T17:34:45.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.086238+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:45.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.086238+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:45.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:45.093232+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:45.093232+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:45.102297+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:45.102297+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:45.115172+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.523 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:45 smithi096 bash[21931]: audit 2024-04-24T17:34:45.115172+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cephadm 2024-04-24T17:34:39.202148+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.b on smithi049 2024-04-24T17:34:45.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cephadm 2024-04-24T17:34:39.202148+0000 mgr.a (mgr.14152) 65 : cephadm [INF] Deploying daemon mon.b on smithi049 2024-04-24T17:34:45.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:39.455435+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:39.455435+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:45.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:40.016465+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:45.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:40.016465+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:40.016982+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:40.016982+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:40.038090+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:40.038090+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:41.008990+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:41.008990+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:41.455820+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-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:41.455820+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-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:42.009038+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:42.009038+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:42.011335+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:42.011335+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:43.008908+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.621 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:43.008908+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:43.456201+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-24T17:34:45.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:43.456201+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-24T17:34:45.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:44.009259+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.622 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:44.009259+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:45.009482+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:45.009482+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.058369+0000 mon.a (mon.0) 219 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.058369+0000 mon.a (mon.0) 219 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064632+0000 mon.a (mon.0) 220 : cluster [DBG] monmap epoch 2 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064632+0000 mon.a (mon.0) 220 : cluster [DBG] monmap epoch 2 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064670+0000 mon.a (mon.0) 221 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064670+0000 mon.a (mon.0) 221 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064693+0000 mon.a (mon.0) 222 : cluster [DBG] last_changed 2024-04-24T17:34:40.009111+0000 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064693+0000 mon.a (mon.0) 222 : cluster [DBG] last_changed 2024-04-24T17:34:40.009111+0000 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064717+0000 mon.a (mon.0) 223 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064717+0000 mon.a (mon.0) 223 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064762+0000 mon.a (mon.0) 224 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:45.623 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064762+0000 mon.a (mon.0) 224 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064786+0000 mon.a (mon.0) 225 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064786+0000 mon.a (mon.0) 225 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064809+0000 mon.a (mon.0) 226 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064809+0000 mon.a (mon.0) 226 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064829+0000 mon.a (mon.0) 227 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.064829+0000 mon.a (mon.0) 227 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.085629+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.085629+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.085687+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.085687+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.085977+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: a(active, since 83s) 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.085977+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: a(active, since 83s) 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.086238+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:45.624 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.086238+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:45.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:45.093232+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:45.093232+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:45.102297+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:45.102297+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:45.115172+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:45.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:45 smithi033 bash[21450]: audit 2024-04-24T17:34:45.115172+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:46.369 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:34:46 smithi033 bash[21705]: debug 2024-04-24T17:34:46.006+0000 7f3b067e6700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-24T17:34:50.766 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.262116+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.262116+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.262454+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.262454+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.263378+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.263378+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:45.367090+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:45.367090+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.367350+0000 mon.a (mon.0) 242 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.367350+0000 mon.a (mon.0) 242 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.369026+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.369026+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:45.389800+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:45.389800+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.767 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:45.389970+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:45.389970+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.456536+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:45.456536+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.476866+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.476866+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.478826+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.478826+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.479127+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cephadm 2024-04-24T17:34:45.479127+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:46.362704+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:46.362704+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:47.362302+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:47.362302+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:47.365578+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:47.365578+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:47.456979+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:47.456979+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:48.362848+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:48.362848+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:49.363444+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:49.363444+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:49.457366+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:49.457366+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.363595+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.363595+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.389633+0000 mon.a (mon.0) 250 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.389633+0000 mon.a (mon.0) 250 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.430822+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.430822+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437125+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437125+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437163+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437163+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437189+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:34:45.362761+0000 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437189+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:34:45.362761+0000 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437210+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437210+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437234+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437234+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437261+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:50.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437261+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437287+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437287+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437315+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437315+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437338+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.b 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.437338+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.b 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.457659+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.457659+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.457720+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.457720+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.458009+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 89s) 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.458009+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 89s) 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.458269+0000 mon.a (mon.0) 264 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: cluster 2024-04-24T17:34:50.458269+0000 mon.a (mon.0) 264 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:50.771 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.467477+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.467477+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.474661+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.474661+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.481269+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.481269+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.488348+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.488348+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.494292+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.494292+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.499975+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.499975+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.505945+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.772 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:50 smithi096 bash[21931]: audit 2024-04-24T17:34:50.505945+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.262116+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.262116+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.262454+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.262454+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.263378+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.263378+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:45.367090+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:45.367090+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.367350+0000 mon.a (mon.0) 242 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.367350+0000 mon.a (mon.0) 242 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.369026+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:50.778 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.369026+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:45.389800+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:45.389800+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:45.389970+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:45.389970+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.456536+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:45.456536+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.476866+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.476866+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.478826+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.478826+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.479127+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cephadm 2024-04-24T17:34:45.479127+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:46.362704+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.779 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:46.362704+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:47.362302+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:47.362302+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:47.365578+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:47.365578+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:47.456979+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:47.456979+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:48.362848+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:48.362848+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:49.363444+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:49.363444+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:49.457366+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:49.457366+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.363595+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.363595+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.780 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.389633+0000 mon.a (mon.0) 250 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.781 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.389633+0000 mon.a (mon.0) 250 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.781 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.430822+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:34:50.781 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.430822+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:34:50.781 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437125+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437125+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437163+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437163+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437189+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:34:45.362761+0000 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437189+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:34:45.362761+0000 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437210+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437210+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437234+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437234+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437261+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437261+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437287+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437287+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:50.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437315+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437315+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437338+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.b 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.437338+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.b 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.457659+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.457659+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.457720+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.457720+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.458009+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 89s) 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.458009+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 89s) 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.458269+0000 mon.a (mon.0) 264 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: cluster 2024-04-24T17:34:50.458269+0000 mon.a (mon.0) 264 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.467477+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.783 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.467477+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.474661+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.474661+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.481269+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.481269+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.488348+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.488348+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.494292+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.494292+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.499975+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.499975+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.505945+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.784 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:50 smithi033 bash[21450]: audit 2024-04-24T17:34:50.505945+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.262116+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.262116+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.262454+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.262454+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.263378+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.263378+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:45.367090+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:45.367090+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.367350+0000 mon.a (mon.0) 242 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.367350+0000 mon.a (mon.0) 242 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.369026+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:50.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.369026+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-24T17:34:50.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:45.389800+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:45.389800+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:45.389970+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:50.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:45.389970+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-24T17:34:50.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.456536+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:45.456536+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.476866+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.476866+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.478826+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.478826+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.479127+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cephadm 2024-04-24T17:34:45.479127+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:50.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:46.362704+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:46.362704+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:47.362302+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:47.362302+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:47.365578+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:34:50.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:47.365578+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-24T17:34:50.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:47.456979+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:47.456979+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.950 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:48.362848+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.950 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:48.362848+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.950 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:49.363444+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.950 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:49.363444+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.950 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:49.457366+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.950 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:49.457366+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:50.950 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.363595+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.950 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.363595+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:50.950 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.389633+0000 mon.a (mon.0) 250 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.389633+0000 mon.a (mon.0) 250 : cluster [INF] mon.a calling monitor election 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.430822+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.430822+0000 mon.a (mon.0) 251 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437125+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437125+0000 mon.a (mon.0) 252 : cluster [DBG] monmap epoch 3 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437163+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437163+0000 mon.a (mon.0) 253 : cluster [DBG] fsid 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437189+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:34:45.362761+0000 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437189+0000 mon.a (mon.0) 254 : cluster [DBG] last_changed 2024-04-24T17:34:45.362761+0000 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437210+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437210+0000 mon.a (mon.0) 255 : cluster [DBG] created 2024-04-24T17:32:11.092045+0000 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437234+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437234+0000 mon.a (mon.0) 256 : cluster [DBG] min_mon_release 19 (squid) 2024-04-24T17:34:50.951 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437261+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437261+0000 mon.a (mon.0) 257 : cluster [DBG] election_strategy: 1 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437287+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437287+0000 mon.a (mon.0) 258 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437315+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437315+0000 mon.a (mon.0) 259 : cluster [DBG] 1: [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] mon.c 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437338+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.b 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.437338+0000 mon.a (mon.0) 260 : cluster [DBG] 2: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.b 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.457659+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.457659+0000 mon.a (mon.0) 261 : cluster [DBG] fsmap 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.457720+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.457720+0000 mon.a (mon.0) 262 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.458009+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 89s) 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.458009+0000 mon.a (mon.0) 263 : cluster [DBG] mgrmap e13: a(active, since 89s) 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.458269+0000 mon.a (mon.0) 264 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:50.952 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: cluster 2024-04-24T17:34:50.458269+0000 mon.a (mon.0) 264 : cluster [INF] overall HEALTH_OK 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.467477+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.467477+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.474661+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.474661+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.481269+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.481269+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.488348+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.488348+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.494292+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.494292+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.499975+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.499975+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.505945+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.953 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:50 smithi049 bash[21774]: audit 2024-04-24T17:34:50.505945+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:50.954 INFO:teuthology.orchestra.run.smithi096.stdout: 2024-04-24T17:34:50.954 INFO:teuthology.orchestra.run.smithi096.stdout:{"epoch":3,"fsid":"63712292-0260-11ef-bc93-c7b262605968","modified":"2024-04-24T17:34:45.362761Z","created":"2024-04-24T17:32:11.092045Z","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.33:3300","nonce":0},{"type":"v1","addr":"172.21.15.33:6789","nonce":0}]},"addr":"172.21.15.33:6789/0","public_addr":"172.21.15.33:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.96:3300","nonce":0},{"type":"v1","addr":"172.21.15.96:6789","nonce":0}]},"addr":"172.21.15.96:6789/0","public_addr":"172.21.15.96:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-24T17:34:50.957 INFO:teuthology.orchestra.run.smithi096.stderr:dumped monmap epoch 3 2024-04-24T17:34:51.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.511262+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.768 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.511262+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: cephadm 2024-04-24T17:34:50.512065+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: cephadm 2024-04-24T17:34:50.512065+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: cephadm 2024-04-24T17:34:50.613390+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: cephadm 2024-04-24T17:34:50.613390+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.613964+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.613964+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.615535+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.615535+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.616965+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.616965+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: cephadm 2024-04-24T17:34:50.618887+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: cephadm 2024-04-24T17:34:50.618887+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.654873+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.769 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.654873+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.668425+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.668425+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.674413+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.674413+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.760871+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.760871+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.765660+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.765660+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.954777+0000 mon.a (mon.0) 281 : audit [DBG] from='client.? 172.21.15.96:0/165325026' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:50.954777+0000 mon.a (mon.0) 281 : audit [DBG] from='client.? 172.21.15.96:0/165325026' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:51.363815+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:51.770 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:51 smithi096 bash[21931]: audit 2024-04-24T17:34:51.363815+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.511262+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.511262+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: cephadm 2024-04-24T17:34:50.512065+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: cephadm 2024-04-24T17:34:50.512065+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: cephadm 2024-04-24T17:34:50.613390+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: cephadm 2024-04-24T17:34:50.613390+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.613964+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.613964+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.615535+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.615535+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:51.829 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.616965+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.616965+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: cephadm 2024-04-24T17:34:50.618887+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: cephadm 2024-04-24T17:34:50.618887+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.654873+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.654873+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.668425+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.668425+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.674413+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.674413+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.760871+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.760871+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.765660+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.765660+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.954777+0000 mon.a (mon.0) 281 : audit [DBG] from='client.? 172.21.15.96:0/165325026' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:34:51.830 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:50.954777+0000 mon.a (mon.0) 281 : audit [DBG] from='client.? 172.21.15.96:0/165325026' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:34:51.831 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:51.363815+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:51.831 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:51 smithi033 bash[21450]: audit 2024-04-24T17:34:51.363815+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:51.857 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-24T17:34:51.858 DEBUG:teuthology.orchestra.run.smithi033:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-24T17:34:51.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.511262+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.511262+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: cephadm 2024-04-24T17:34:50.512065+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:34:51.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: cephadm 2024-04-24T17:34:50.512065+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:34:51.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: cephadm 2024-04-24T17:34:50.613390+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:34:51.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: cephadm 2024-04-24T17:34:50.613390+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.613964+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.613964+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.615535+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.615535+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.616965+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.616965+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: cephadm 2024-04-24T17:34:50.618887+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: cephadm 2024-04-24T17:34:50.618887+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.654873+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.654873+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.668425+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.668425+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.674413+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.948 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.674413+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.760871+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.760871+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.765660+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.765660+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:51.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.954777+0000 mon.a (mon.0) 281 : audit [DBG] from='client.? 172.21.15.96:0/165325026' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:34:51.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:50.954777+0000 mon.a (mon.0) 281 : audit [DBG] from='client.? 172.21.15.96:0/165325026' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T17:34:51.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:51.363815+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:51.949 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:51 smithi049 bash[21774]: audit 2024-04-24T17:34:51.363815+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-24T17:34:52.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:52 smithi033 bash[21450]: cluster 2024-04-24T17:34:51.457765+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-24T17:34:52.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:52 smithi033 bash[21450]: cluster 2024-04-24T17:34:51.457765+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-24T17:34:52.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:52 smithi033 bash[21450]: audit 2024-04-24T17:34:52.498723+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:52.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:52 smithi033 bash[21450]: audit 2024-04-24T17:34:52.498723+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:52.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:52 smithi033 bash[21450]: audit 2024-04-24T17:34:52.538729+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:52.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:52 smithi033 bash[21450]: audit 2024-04-24T17:34:52.538729+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:52.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:52 smithi033 bash[21450]: audit 2024-04-24T17:34:52.540082+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:52.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:52 smithi033 bash[21450]: audit 2024-04-24T17:34:52.540082+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:52.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:52 smithi033 bash[21450]: audit 2024-04-24T17:34:52.541385+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:52.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:52 smithi033 bash[21450]: audit 2024-04-24T17:34:52.541385+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:53.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:52 smithi049 bash[21774]: cluster 2024-04-24T17:34:51.457765+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-24T17:34:53.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:52 smithi049 bash[21774]: cluster 2024-04-24T17:34:51.457765+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-24T17:34:53.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:52 smithi049 bash[21774]: audit 2024-04-24T17:34:52.498723+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:53.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:52 smithi049 bash[21774]: audit 2024-04-24T17:34:52.498723+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:53.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:52 smithi049 bash[21774]: audit 2024-04-24T17:34:52.538729+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:53.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:52 smithi049 bash[21774]: audit 2024-04-24T17:34:52.538729+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:53.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:52 smithi049 bash[21774]: audit 2024-04-24T17:34:52.540082+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:53.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:52 smithi049 bash[21774]: audit 2024-04-24T17:34:52.540082+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:53.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:52 smithi049 bash[21774]: audit 2024-04-24T17:34:52.541385+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:53.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:52 smithi049 bash[21774]: audit 2024-04-24T17:34:52.541385+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:53.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:52 smithi096 bash[21931]: cluster 2024-04-24T17:34:51.457765+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-24T17:34:53.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:52 smithi096 bash[21931]: cluster 2024-04-24T17:34:51.457765+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-24T17:34:53.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:52 smithi096 bash[21931]: audit 2024-04-24T17:34:52.498723+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:53.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:52 smithi096 bash[21931]: audit 2024-04-24T17:34:52.498723+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:53.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:52 smithi096 bash[21931]: audit 2024-04-24T17:34:52.538729+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:53.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:52 smithi096 bash[21931]: audit 2024-04-24T17:34:52.538729+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:53.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:52 smithi096 bash[21931]: audit 2024-04-24T17:34:52.540082+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:53.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:52 smithi096 bash[21931]: audit 2024-04-24T17:34:52.540082+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:53.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:52 smithi096 bash[21931]: audit 2024-04-24T17:34:52.541385+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:53.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:52 smithi096 bash[21931]: audit 2024-04-24T17:34:52.541385+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:54.100 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:53 smithi049 bash[21774]: cephadm 2024-04-24T17:34:52.538177+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:34:54.101 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:53 smithi049 bash[21774]: cephadm 2024-04-24T17:34:52.538177+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:34:54.101 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:53 smithi049 bash[21774]: cephadm 2024-04-24T17:34:52.542995+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi049 2024-04-24T17:34:54.101 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:53 smithi049 bash[21774]: cephadm 2024-04-24T17:34:52.542995+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi049 2024-04-24T17:34:54.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:53 smithi033 bash[21450]: cephadm 2024-04-24T17:34:52.538177+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:34:54.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:53 smithi033 bash[21450]: cephadm 2024-04-24T17:34:52.538177+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:34:54.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:53 smithi033 bash[21450]: cephadm 2024-04-24T17:34:52.542995+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi049 2024-04-24T17:34:54.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:53 smithi033 bash[21450]: cephadm 2024-04-24T17:34:52.542995+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi049 2024-04-24T17:34:54.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:53 smithi096 bash[21931]: cephadm 2024-04-24T17:34:52.538177+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:34:54.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:53 smithi096 bash[21931]: cephadm 2024-04-24T17:34:52.538177+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-24T17:34:54.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:53 smithi096 bash[21931]: cephadm 2024-04-24T17:34:52.542995+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi049 2024-04-24T17:34:54.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:53 smithi096 bash[21931]: cephadm 2024-04-24T17:34:52.542995+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring daemon mon.b on smithi049 2024-04-24T17:34:55.041 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:54 smithi096 bash[21931]: cluster 2024-04-24T17:34:53.458190+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-24T17:34:55.041 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:54 smithi096 bash[21931]: cluster 2024-04-24T17:34:53.458190+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-24T17:34:55.041 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:54 smithi096 bash[21931]: audit 2024-04-24T17:34:54.571631+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:55.042 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:54 smithi096 bash[21931]: audit 2024-04-24T17:34:54.571631+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:55.042 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:54 smithi096 bash[21931]: audit 2024-04-24T17:34:54.613793+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:55.042 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:54 smithi096 bash[21931]: audit 2024-04-24T17:34:54.613793+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:55.042 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:54 smithi096 bash[21931]: audit 2024-04-24T17:34:54.614751+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:55.042 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:54 smithi096 bash[21931]: audit 2024-04-24T17:34:54.614751+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:55.042 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:54 smithi096 bash[21931]: audit 2024-04-24T17:34:54.615609+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:55.042 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:54 smithi096 bash[21931]: audit 2024-04-24T17:34:54.615609+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:55.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:54 smithi033 bash[21450]: cluster 2024-04-24T17:34:53.458190+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-24T17:34:55.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:54 smithi033 bash[21450]: cluster 2024-04-24T17:34:53.458190+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-24T17:34:55.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:54 smithi033 bash[21450]: audit 2024-04-24T17:34:54.571631+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:55.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:54 smithi033 bash[21450]: audit 2024-04-24T17:34:54.571631+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:55.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:54 smithi033 bash[21450]: audit 2024-04-24T17:34:54.613793+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:55.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:54 smithi033 bash[21450]: audit 2024-04-24T17:34:54.613793+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:55.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:54 smithi033 bash[21450]: audit 2024-04-24T17:34:54.614751+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:55.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:54 smithi033 bash[21450]: audit 2024-04-24T17:34:54.614751+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:55.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:54 smithi033 bash[21450]: audit 2024-04-24T17:34:54.615609+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:55.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:54 smithi033 bash[21450]: audit 2024-04-24T17:34:54.615609+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:55.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:54 smithi049 bash[21774]: cluster 2024-04-24T17:34:53.458190+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-24T17:34:55.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:54 smithi049 bash[21774]: cluster 2024-04-24T17:34:53.458190+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-24T17:34:55.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:54 smithi049 bash[21774]: audit 2024-04-24T17:34:54.571631+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:55.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:54 smithi049 bash[21774]: audit 2024-04-24T17:34:54.571631+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:55.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:54 smithi049 bash[21774]: audit 2024-04-24T17:34:54.613793+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:55.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:54 smithi049 bash[21774]: audit 2024-04-24T17:34:54.613793+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T17:34:55.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:54 smithi049 bash[21774]: audit 2024-04-24T17:34:54.614751+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:55.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:54 smithi049 bash[21774]: audit 2024-04-24T17:34:54.614751+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T17:34:55.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:54 smithi049 bash[21774]: audit 2024-04-24T17:34:54.615609+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:55.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:54 smithi049 bash[21774]: audit 2024-04-24T17:34:54.615609+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:56.134 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:55 smithi096 bash[21931]: cephadm 2024-04-24T17:34:54.613369+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:34:56.134 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:55 smithi096 bash[21931]: cephadm 2024-04-24T17:34:54.613369+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:34:56.134 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:55 smithi096 bash[21931]: cephadm 2024-04-24T17:34:54.616768+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-04-24T17:34:56.134 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:55 smithi096 bash[21931]: cephadm 2024-04-24T17:34:54.616768+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-04-24T17:34:56.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:55 smithi033 bash[21450]: cephadm 2024-04-24T17:34:54.613369+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:34:56.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:55 smithi033 bash[21450]: cephadm 2024-04-24T17:34:54.613369+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:34:56.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:55 smithi033 bash[21450]: cephadm 2024-04-24T17:34:54.616768+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-04-24T17:34:56.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:55 smithi033 bash[21450]: cephadm 2024-04-24T17:34:54.616768+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-04-24T17:34:56.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:55 smithi049 bash[21774]: cephadm 2024-04-24T17:34:54.613369+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:34:56.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:55 smithi049 bash[21774]: cephadm 2024-04-24T17:34:54.613369+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-24T17:34:56.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:55 smithi049 bash[21774]: cephadm 2024-04-24T17:34:54.616768+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-04-24T17:34:56.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:55 smithi049 bash[21774]: cephadm 2024-04-24T17:34:54.616768+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi096 2024-04-24T17:34:56.566 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:34:57.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:56 smithi096 bash[21931]: cluster 2024-04-24T17:34:55.458604+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-24T17:34:57.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:56 smithi096 bash[21931]: cluster 2024-04-24T17:34:55.458604+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-24T17:34:57.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:56 smithi096 bash[21931]: audit 2024-04-24T17:34:56.531122+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:57.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:56 smithi096 bash[21931]: audit 2024-04-24T17:34:56.531122+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:57.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:56 smithi096 bash[21931]: audit 2024-04-24T17:34:56.536369+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:57.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:56 smithi096 bash[21931]: audit 2024-04-24T17:34:56.536369+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:57.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:56 smithi096 bash[21931]: audit 2024-04-24T17:34:56.542270+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:57.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:56 smithi096 bash[21931]: audit 2024-04-24T17:34:56.542270+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:57.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:56 smithi096 bash[21931]: audit 2024-04-24T17:34:56.544227+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:57.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:56 smithi096 bash[21931]: audit 2024-04-24T17:34:56.544227+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:57.312 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:56 smithi033 bash[21450]: cluster 2024-04-24T17:34:55.458604+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-24T17:34:57.312 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:56 smithi033 bash[21450]: cluster 2024-04-24T17:34:55.458604+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-24T17:34:57.312 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:56 smithi033 bash[21450]: audit 2024-04-24T17:34:56.531122+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:57.312 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:56 smithi033 bash[21450]: audit 2024-04-24T17:34:56.531122+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:57.313 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:56 smithi033 bash[21450]: audit 2024-04-24T17:34:56.536369+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:57.313 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:56 smithi033 bash[21450]: audit 2024-04-24T17:34:56.536369+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:57.313 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:56 smithi033 bash[21450]: audit 2024-04-24T17:34:56.542270+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:57.313 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:56 smithi033 bash[21450]: audit 2024-04-24T17:34:56.542270+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:57.313 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:56 smithi033 bash[21450]: audit 2024-04-24T17:34:56.544227+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:57.313 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:56 smithi033 bash[21450]: audit 2024-04-24T17:34:56.544227+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:57.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:56 smithi049 bash[21774]: cluster 2024-04-24T17:34:55.458604+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-24T17:34:57.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:56 smithi049 bash[21774]: cluster 2024-04-24T17:34:55.458604+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-24T17:34:57.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:56 smithi049 bash[21774]: audit 2024-04-24T17:34:56.531122+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:57.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:56 smithi049 bash[21774]: audit 2024-04-24T17:34:56.531122+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:57.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:56 smithi049 bash[21774]: audit 2024-04-24T17:34:56.536369+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:57.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:56 smithi049 bash[21774]: audit 2024-04-24T17:34:56.536369+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:34:57.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:56 smithi049 bash[21774]: audit 2024-04-24T17:34:56.542270+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:57.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:56 smithi049 bash[21774]: audit 2024-04-24T17:34:56.542270+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:57.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:56 smithi049 bash[21774]: audit 2024-04-24T17:34:56.544227+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:57.447 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:56 smithi049 bash[21774]: audit 2024-04-24T17:34:56.544227+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:34:57.716 INFO:teuthology.orchestra.run.smithi033.stdout:# minimal ceph.conf for 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:57.717 INFO:teuthology.orchestra.run.smithi033.stdout:[global] 2024-04-24T17:34:57.717 INFO:teuthology.orchestra.run.smithi033.stdout: fsid = 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:34:57.717 INFO:teuthology.orchestra.run.smithi033.stdout: mon_host = [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] [v2:172.21.15.96:3300/0,v1:172.21.15.96:6789/0] 2024-04-24T17:34:58.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.546936+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:58.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.546936+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:58.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.547924+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:58.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.547924+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.549052+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.549052+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.813368+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.813368+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.813943+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.813943+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.814400+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: cephadm 2024-04-24T17:34:56.814400+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.032199+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.032199+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.036783+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.036783+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.040965+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.040965+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.045885+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.045885+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.357589+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.357589+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.361924+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.361924+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.717393+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.33:0/1178087930' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:58.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:57 smithi096 bash[21931]: audit 2024-04-24T17:34:57.717393+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.33:0/1178087930' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:58.335 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-24T17:34:58.336 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:34:58.336 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T17:34:58.336 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.546936+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:58.336 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.546936+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:58.336 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.547924+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:58.336 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.547924+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.549052+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.549052+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.813368+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.813368+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.813943+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.813943+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.814400+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: cephadm 2024-04-24T17:34:56.814400+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.032199+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.032199+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.036783+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.036783+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.040965+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.040965+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.045885+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.338 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.045885+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.338 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.357589+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.338 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.357589+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.338 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.361924+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.338 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.361924+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.338 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.717393+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.33:0/1178087930' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:58.338 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:57 smithi033 bash[21450]: audit 2024-04-24T17:34:57.717393+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.33:0/1178087930' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:58.351 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:34:58.351 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:58.408 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:34:58.409 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T17:34:58.422 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.546936+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:58.422 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.546936+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-24T17:34:58.422 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.547924+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:58.422 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.547924+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi049:/etc/ceph/ceph.conf 2024-04-24T17:34:58.422 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.549052+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:58.423 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.549052+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi096:/etc/ceph/ceph.conf 2024-04-24T17:34:58.423 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.813368+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.423 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.813368+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi049:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.424 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.813943+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.424 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.813943+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi096:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.424 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.814400+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.425 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: cephadm 2024-04-24T17:34:56.814400+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T17:34:58.425 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.032199+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.425 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.032199+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.425 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.036783+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.425 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.036783+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.425 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.040965+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.040965+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.045885+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.045885+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.357589+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.357589+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.361924+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.426 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.361924+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:34:58.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.717393+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.33:0/1178087930' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:58.427 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:57 smithi049 bash[21774]: audit 2024-04-24T17:34:57.717393+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.33:0/1178087930' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:34:58.430 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:34:58.430 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:58.486 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:34:58.487 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T17:34:58.501 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:34:58.501 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T17:34:58.557 INFO:tasks.cephadm:Adding mgr.a on smithi033 2024-04-24T17:34:58.557 INFO:tasks.cephadm:Adding mgr.b on smithi049 2024-04-24T17:34:58.557 DEBUG:teuthology.orchestra.run.smithi096:> 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 63712292-0260-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi033=a;smithi049=b' 2024-04-24T17:34:59.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:58 smithi096 bash[21931]: cluster 2024-04-24T17:34:57.458887+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:59.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:34:58 smithi096 bash[21931]: cluster 2024-04-24T17:34:57.458887+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:59.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:58 smithi033 bash[21450]: cluster 2024-04-24T17:34:57.458887+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:59.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:34:58 smithi033 bash[21450]: cluster 2024-04-24T17:34:57.458887+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:59.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:58 smithi049 bash[21774]: cluster 2024-04-24T17:34:57.458887+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:34:59.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:34:58 smithi049 bash[21774]: cluster 2024-04-24T17:34:57.458887+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:01.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:00 smithi096 bash[21931]: cluster 2024-04-24T17:34:59.459247+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:01.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:00 smithi096 bash[21931]: cluster 2024-04-24T17:34:59.459247+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:01.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:00 smithi033 bash[21450]: cluster 2024-04-24T17:34:59.459247+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:01.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:00 smithi033 bash[21450]: cluster 2024-04-24T17:34:59.459247+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:01.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:00 smithi049 bash[21774]: cluster 2024-04-24T17:34:59.459247+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:01.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:00 smithi049 bash[21774]: cluster 2024-04-24T17:34:59.459247+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:02.298 INFO:teuthology.orchestra.run.smithi096.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.c/config 2024-04-24T17:35:03.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:03 smithi096 bash[21931]: cluster 2024-04-24T17:35:01.459669+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:03.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:03 smithi096 bash[21931]: cluster 2024-04-24T17:35:01.459669+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:03.369 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:03 smithi033 bash[21450]: cluster 2024-04-24T17:35:01.459669+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:03.370 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:03 smithi033 bash[21450]: cluster 2024-04-24T17:35:01.459669+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:03.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:03 smithi049 bash[21774]: cluster 2024-04-24T17:35:01.459669+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:03.446 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:03 smithi049 bash[21774]: cluster 2024-04-24T17:35:01.459669+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:03.789 INFO:teuthology.orchestra.run.smithi096.stdout:Scheduled mgr update... 2024-04-24T17:35:04.866 DEBUG:teuthology.orchestra.run.smithi049:mgr.b> sudo journalctl -f -n 0 -u ceph-63712292-0260-11ef-bc93-c7b262605968@mgr.b.service 2024-04-24T17:35:04.869 INFO:tasks.cephadm:Deploying OSDs... 2024-04-24T17:35:04.869 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-24T17:35:04.869 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:35:04.875 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-24T17:35:04.876 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_1 2024-04-24T17:35:04.924 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T17:35:04.925 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:04.925 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-04-24T17:35:04.925 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:04.925 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-04-24 17:25:19.116603343 +0000 2024-04-24T17:35:04.925 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-04-24 17:25:18.852605701 +0000 2024-04-24T17:35:04.925 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-04-24 17:25:18.852605701 +0000 2024-04-24T17:35:04.925 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-04-24T17:35:04.925 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T17:35:04.979 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-04-24T17:35:04.979 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-04-24T17:35:04.979 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000437496 s, 1.2 MB/s 2024-04-24T17:35:04.980 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T17:35:05.034 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_2 2024-04-24T17:35:05.080 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T17:35:05.080 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:05.080 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 889 Links: 1 2024-04-24T17:35:05.080 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:05.080 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-04-24 17:25:19.612598913 +0000 2024-04-24T17:35:05.080 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-04-24 17:25:19.352601235 +0000 2024-04-24T17:35:05.080 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-04-24 17:25:19.352601235 +0000 2024-04-24T17:35:05.080 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-04-24T17:35:05.081 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T17:35:05.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: cluster 2024-04-24T17:35:03.460086+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:05.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: cluster 2024-04-24T17:35:03.460086+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:05.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.779696+0000 mgr.a (mgr.14152) 98 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi049=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:35:05.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.779696+0000 mgr.a (mgr.14152) 98 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi049=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:35:05.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: cephadm 2024-04-24T17:35:03.783375+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi049=b;count:2 2024-04-24T17:35:05.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: cephadm 2024-04-24T17:35:03.783375+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi049=b;count:2 2024-04-24T17:35:05.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.789647+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.789647+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.812270+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:05.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.812270+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.818129+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.818129+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.820200+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.820200+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.830102+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.830102+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.834677+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.834677+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.837729+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.837729+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.842614+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.842614+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:05.122 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.844756+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.123 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: audit 2024-04-24T17:35:03.844756+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.123 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: cephadm 2024-04-24T17:35:03.846959+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Deploying daemon mgr.b on smithi049 2024-04-24T17:35:05.123 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:04 smithi033 bash[21450]: cephadm 2024-04-24T17:35:03.846959+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Deploying daemon mgr.b on smithi049 2024-04-24T17:35:05.174 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-04-24T17:35:05.174 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-04-24T17:35:05.174 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.00041773 s, 1.2 MB/s 2024-04-24T17:35:05.175 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T17:35:05.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: cluster 2024-04-24T17:35:03.460086+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:05.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: cluster 2024-04-24T17:35:03.460086+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:05.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.779696+0000 mgr.a (mgr.14152) 98 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi049=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:35:05.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.779696+0000 mgr.a (mgr.14152) 98 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi049=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:35:05.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: cephadm 2024-04-24T17:35:03.783375+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi049=b;count:2 2024-04-24T17:35:05.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: cephadm 2024-04-24T17:35:03.783375+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi049=b;count:2 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.789647+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.789647+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.812270+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.812270+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.818129+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.818129+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.820200+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.820200+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.830102+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.830102+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.834677+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.834677+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:05.197 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.837729+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:35:05.198 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.837729+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:35:05.198 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.842614+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:05.198 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.842614+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:05.198 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.844756+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.198 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: audit 2024-04-24T17:35:03.844756+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.198 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: cephadm 2024-04-24T17:35:03.846959+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Deploying daemon mgr.b on smithi049 2024-04-24T17:35:05.198 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:04 smithi049 bash[21774]: cephadm 2024-04-24T17:35:03.846959+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Deploying daemon mgr.b on smithi049 2024-04-24T17:35:05.225 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_3 2024-04-24T17:35:05.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: cluster 2024-04-24T17:35:03.460086+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:05.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: cluster 2024-04-24T17:35:03.460086+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:05.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.779696+0000 mgr.a (mgr.14152) 98 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi049=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:35:05.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.779696+0000 mgr.a (mgr.14152) 98 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi049=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T17:35:05.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: cephadm 2024-04-24T17:35:03.783375+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi049=b;count:2 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: cephadm 2024-04-24T17:35:03.783375+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi049=b;count:2 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.789647+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.789647+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.812270+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.812270+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.818129+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.818129+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.820200+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.820200+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.830102+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.830102+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.834677+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:05.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.834677+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.837729+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:35:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.837729+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-24T17:35:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.842614+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.842614+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.844756+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: audit 2024-04-24T17:35:03.844756+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: cephadm 2024-04-24T17:35:03.846959+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Deploying daemon mgr.b on smithi049 2024-04-24T17:35:05.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:04 smithi096 bash[21931]: cephadm 2024-04-24T17:35:03.846959+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Deploying daemon mgr.b on smithi049 2024-04-24T17:35:05.272 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T17:35:05.272 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:05.272 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-04-24T17:35:05.272 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:05.272 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-04-24 17:25:20.100594553 +0000 2024-04-24T17:35:05.272 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-04-24 17:25:19.852596768 +0000 2024-04-24T17:35:05.272 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-04-24 17:25:19.852596768 +0000 2024-04-24T17:35:05.272 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-04-24T17:35:05.272 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T17:35:05.326 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-04-24T17:35:05.327 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-04-24T17:35:05.327 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.00038058 s, 1.3 MB/s 2024-04-24T17:35:05.328 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T17:35:05.377 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_4 2024-04-24T17:35:05.424 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T17:35:05.424 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:05.424 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-04-24T17:35:05.424 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:05.424 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-04-24 17:25:20.584590230 +0000 2024-04-24T17:35:05.424 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-04-24 17:25:20.316592624 +0000 2024-04-24T17:35:05.425 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-04-24 17:25:20.316592624 +0000 2024-04-24T17:35:05.425 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-04-24T17:35:05.425 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T17:35:05.479 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-04-24T17:35:05.479 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-04-24T17:35:05.479 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.00037624 s, 1.4 MB/s 2024-04-24T17:35:05.480 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T17:35:05.531 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-24T17:35:05.531 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:35:05.537 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-24T17:35:05.537 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_1 2024-04-24T17:35:05.584 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T17:35:05.584 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:05.584 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 874 Links: 1 2024-04-24T17:35:05.584 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:05.584 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-04-24 17:25:23.126031024 +0000 2024-04-24T17:35:05.584 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-04-24 17:25:22.854033455 +0000 2024-04-24T17:35:05.585 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-04-24 17:25:22.854033455 +0000 2024-04-24T17:35:05.585 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-04-24T17:35:05.585 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T17:35:05.639 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-04-24T17:35:05.639 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-04-24T17:35:05.640 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000311261 s, 1.6 MB/s 2024-04-24T17:35:05.641 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T17:35:05.690 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_2 2024-04-24T17:35:05.741 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T17:35:05.741 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:05.741 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-04-24T17:35:05.741 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:05.742 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-04-24 17:25:23.622026594 +0000 2024-04-24T17:35:05.742 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-04-24 17:25:23.354028989 +0000 2024-04-24T17:35:05.742 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-04-24 17:25:23.354028989 +0000 2024-04-24T17:35:05.742 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-04-24T17:35:05.743 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T17:35:05.796 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-04-24T17:35:05.796 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-04-24T17:35:05.796 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000282408 s, 1.8 MB/s 2024-04-24T17:35:05.798 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T17:35:05.845 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_3 2024-04-24T17:35:05.892 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T17:35:05.892 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:05.892 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-04-24T17:35:05.892 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:05.892 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-04-24 17:25:23.882024272 +0000 2024-04-24T17:35:05.892 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-04-24 17:25:23.878024308 +0000 2024-04-24T17:35:05.893 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-04-24 17:25:23.878024308 +0000 2024-04-24T17:35:05.893 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-04-24T17:35:05.893 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T17:35:05.947 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-04-24T17:35:05.947 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-04-24T17:35:05.947 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000256338 s, 2.0 MB/s 2024-04-24T17:35:05.948 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T17:35:05.997 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_4 2024-04-24T17:35:06.044 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T17:35:06.044 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:06.044 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-04-24T17:35:06.044 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:06.044 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-04-24 17:25:24.622017663 +0000 2024-04-24T17:35:06.044 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-04-24 17:25:24.378019842 +0000 2024-04-24T17:35:06.044 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-04-24 17:25:24.378019842 +0000 2024-04-24T17:35:06.045 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-04-24T17:35:06.045 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T17:35:06.099 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-04-24T17:35:06.099 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-04-24T17:35:06.099 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000365789 s, 1.4 MB/s 2024-04-24T17:35:06.100 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T17:35:06.151 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2024-04-24T17:35:06.152 DEBUG:teuthology.orchestra.run.smithi096:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T17:35:06.158 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-24T17:35:06.158 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_1 2024-04-24T17:35:06.207 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T17:35:06.207 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:06.207 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 5h/5d Inode: 870 Links: 1 2024-04-24T17:35:06.207 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:06.207 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2024-04-24 17:25:16.018356790 +0000 2024-04-24T17:35:06.207 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2024-04-24 17:25:15.742359255 +0000 2024-04-24T17:35:06.207 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2024-04-24 17:25:15.742359255 +0000 2024-04-24T17:35:06.207 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2024-04-24T17:35:06.207 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T17:35:06.261 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2024-04-24T17:35:06.261 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2024-04-24T17:35:06.261 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000336209 s, 1.5 MB/s 2024-04-24T17:35:06.262 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T17:35:06.311 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_2 2024-04-24T17:35:06.358 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T17:35:06.359 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:06.359 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-04-24T17:35:06.359 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:06.359 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2024-04-24 17:25:16.238354825 +0000 2024-04-24T17:35:06.359 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2024-04-24 17:25:16.234354861 +0000 2024-04-24T17:35:06.359 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2024-04-24 17:25:16.234354861 +0000 2024-04-24T17:35:06.359 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2024-04-24T17:35:06.359 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T17:35:06.413 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2024-04-24T17:35:06.413 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2024-04-24T17:35:06.413 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000398274 s, 1.3 MB/s 2024-04-24T17:35:06.414 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T17:35:06.463 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_3 2024-04-24T17:35:06.510 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T17:35:06.510 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:06.511 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-04-24T17:35:06.511 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:06.511 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2024-04-24 17:25:16.954348430 +0000 2024-04-24T17:35:06.511 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2024-04-24 17:25:16.730350431 +0000 2024-04-24T17:35:06.511 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2024-04-24 17:25:16.730350431 +0000 2024-04-24T17:35:06.511 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2024-04-24T17:35:06.511 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T17:35:06.564 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:06 smithi049 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:35:06.564 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:06 smithi049 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:35:06.564 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:06 smithi049 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:35:06.564 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:06 smithi049 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:35:06.565 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2024-04-24T17:35:06.565 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2024-04-24T17:35:06.565 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000376364 s, 1.4 MB/s 2024-04-24T17:35:06.566 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T17:35:06.616 DEBUG:teuthology.orchestra.run.smithi096:> stat /dev/vg_nvme/lv_4 2024-04-24T17:35:06.662 INFO:teuthology.orchestra.run.smithi096.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T17:35:06.662 INFO:teuthology.orchestra.run.smithi096.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T17:35:06.662 INFO:teuthology.orchestra.run.smithi096.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-04-24T17:35:06.662 INFO:teuthology.orchestra.run.smithi096.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T17:35:06.662 INFO:teuthology.orchestra.run.smithi096.stdout:Access: 2024-04-24 17:25:17.438344106 +0000 2024-04-24T17:35:06.662 INFO:teuthology.orchestra.run.smithi096.stdout:Modify: 2024-04-24 17:25:17.182346394 +0000 2024-04-24T17:35:06.663 INFO:teuthology.orchestra.run.smithi096.stdout:Change: 2024-04-24 17:25:17.182346394 +0000 2024-04-24T17:35:06.663 INFO:teuthology.orchestra.run.smithi096.stdout: Birth: - 2024-04-24T17:35:06.663 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T17:35:06.717 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records in 2024-04-24T17:35:06.717 INFO:teuthology.orchestra.run.smithi096.stderr:1+0 records out 2024-04-24T17:35:06.717 INFO:teuthology.orchestra.run.smithi096.stderr:512 bytes copied, 0.000393018 s, 1.3 MB/s 2024-04-24T17:35:06.718 DEBUG:teuthology.orchestra.run.smithi096:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T17:35:06.768 INFO:tasks.cephadm:Deploying osd.0 on smithi033 with /dev/vg_nvme/lv_4... 2024-04-24T17:35:06.769 DEBUG:teuthology.orchestra.run.smithi033:> 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 63712292-0260-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-04-24T17:35:06.946 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:06 smithi049 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:35:06.946 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:06 smithi049 systemd[1]: Started Ceph mgr.b for 63712292-0260-11ef-bc93-c7b262605968. 2024-04-24T17:35:06.946 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:06 smithi049 systemd[1]: /etc/systemd/system/ceph-63712292-0260-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-24T17:35:06.946 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:06 smithi049 bash[21774]: cluster 2024-04-24T17:35:05.460533+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:06.946 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:06 smithi049 bash[21774]: cluster 2024-04-24T17:35:05.460533+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:06.946 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:06 smithi049 bash[21774]: audit 2024-04-24T17:35:06.716467+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:06.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:06 smithi049 bash[21774]: audit 2024-04-24T17:35:06.716467+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:06.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:06 smithi049 bash[21774]: audit 2024-04-24T17:35:06.726267+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:06.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:06 smithi049 bash[21774]: audit 2024-04-24T17:35:06.726267+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:06.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:06 smithi049 bash[21774]: audit 2024-04-24T17:35:06.735260+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:06.947 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:06 smithi049 bash[21774]: audit 2024-04-24T17:35:06.735260+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.018 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:06 smithi096 bash[21931]: cluster 2024-04-24T17:35:05.460533+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:07.018 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:06 smithi096 bash[21931]: cluster 2024-04-24T17:35:05.460533+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:07.018 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:06 smithi096 bash[21931]: audit 2024-04-24T17:35:06.716467+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.018 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:06 smithi096 bash[21931]: audit 2024-04-24T17:35:06.716467+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.018 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:06 smithi096 bash[21931]: audit 2024-04-24T17:35:06.726267+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.018 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:06 smithi096 bash[21931]: audit 2024-04-24T17:35:06.726267+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.018 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:06 smithi096 bash[21931]: audit 2024-04-24T17:35:06.735260+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.018 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:06 smithi096 bash[21931]: audit 2024-04-24T17:35:06.735260+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:06 smithi033 bash[21450]: cluster 2024-04-24T17:35:05.460533+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:06 smithi033 bash[21450]: cluster 2024-04-24T17:35:05.460533+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:06 smithi033 bash[21450]: audit 2024-04-24T17:35:06.716467+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:06 smithi033 bash[21450]: audit 2024-04-24T17:35:06.716467+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:06 smithi033 bash[21450]: audit 2024-04-24T17:35:06.726267+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:06 smithi033 bash[21450]: audit 2024-04-24T17:35:06.726267+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:06 smithi033 bash[21450]: audit 2024-04-24T17:35:06.735260+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:07.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:06 smithi033 bash[21450]: audit 2024-04-24T17:35:06.735260+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:08.047 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.835652+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:08.047 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.835652+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:08.047 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.839760+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.047 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.839760+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.047 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.840987+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:08.047 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.840987+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:08.047 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.849579+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.849579+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: cephadm 2024-04-24T17:35:06.850274+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: cephadm 2024-04-24T17:35:06.850274+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: cephadm 2024-04-24T17:35:06.947797+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: cephadm 2024-04-24T17:35:06.947797+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.948316+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.948316+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.949390+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.949390+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.950191+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: audit 2024-04-24T17:35:06.950191+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: cephadm 2024-04-24T17:35:06.951219+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-24T17:35:08.048 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:07 smithi049 bash[21774]: cephadm 2024-04-24T17:35:06.951219+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-24T17:35:08.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.835652+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.835652+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.839760+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.839760+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.840987+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.840987+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.849579+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.849579+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: cephadm 2024-04-24T17:35:06.850274+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: cephadm 2024-04-24T17:35:06.850274+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: cephadm 2024-04-24T17:35:06.947797+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: cephadm 2024-04-24T17:35:06.947797+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T17:35:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.948316+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:08.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.948316+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:08.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.949390+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:08.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.949390+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:08.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.950191+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: audit 2024-04-24T17:35:06.950191+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: cephadm 2024-04-24T17:35:06.951219+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-24T17:35:08.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:07 smithi033 bash[21450]: cephadm 2024-04-24T17:35:06.951219+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-24T17:35:08.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.835652+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:08.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.835652+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:08.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.839760+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.839760+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.840987+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:08.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.840987+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.849579+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.849579+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: cephadm 2024-04-24T17:35:06.850274+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: cephadm 2024-04-24T17:35:06.850274+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: cephadm 2024-04-24T17:35:06.947797+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: cephadm 2024-04-24T17:35:06.947797+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.948316+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.948316+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.949390+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.949390+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.950191+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: audit 2024-04-24T17:35:06.950191+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:08.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: cephadm 2024-04-24T17:35:06.951219+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-24T17:35:08.270 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:07 smithi096 bash[21931]: cephadm 2024-04-24T17:35:06.951219+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-24T17:35:08.390 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:08 smithi049 bash[22521]: debug 2024-04-24T17:35:08.185+0000 7f7b0c603700 1 -- 172.21.15.49:0/3209403765 <== mon.2 v2:172.21.15.49:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x563d301685a0 con 0x563d30ee8c00 2024-04-24T17:35:08.390 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:08 smithi049 bash[22521]: debug 2024-04-24T17:35:08.337+0000 7f7b16815200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T17:35:09.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:08 smithi033 bash[21450]: cluster 2024-04-24T17:35:07.460944+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:09.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:08 smithi033 bash[21450]: cluster 2024-04-24T17:35:07.460944+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:09.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:08 smithi033 bash[21450]: audit 2024-04-24T17:35:08.823070+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:09.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:08 smithi033 bash[21450]: audit 2024-04-24T17:35:08.823070+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:09.157 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:08 smithi096 bash[21931]: cluster 2024-04-24T17:35:07.460944+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:09.157 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:08 smithi096 bash[21931]: cluster 2024-04-24T17:35:07.460944+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:09.157 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:08 smithi096 bash[21931]: audit 2024-04-24T17:35:08.823070+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:09.157 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:08 smithi096 bash[21931]: audit 2024-04-24T17:35:08.823070+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:09.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:08 smithi049 bash[21774]: cluster 2024-04-24T17:35:07.460944+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:09.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:08 smithi049 bash[21774]: cluster 2024-04-24T17:35:07.460944+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:09.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:08 smithi049 bash[21774]: audit 2024-04-24T17:35:08.823070+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:09.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:08 smithi049 bash[21774]: audit 2024-04-24T17:35:08.823070+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: audit 2024-04-24T17:35:08.866403+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: audit 2024-04-24T17:35:08.866403+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: audit 2024-04-24T17:35:08.871989+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:10.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: audit 2024-04-24T17:35:08.871989+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:10.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: audit 2024-04-24T17:35:08.877272+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:10.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: audit 2024-04-24T17:35:08.877272+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:10.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: audit 2024-04-24T17:35:08.879260+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:10.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: audit 2024-04-24T17:35:08.879260+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:10.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: audit 2024-04-24T17:35:08.888606+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: audit 2024-04-24T17:35:08.888606+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: cephadm 2024-04-24T17:35:08.889661+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:10.121 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:09 smithi033 bash[21450]: cephadm 2024-04-24T17:35:08.889661+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:10.189 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[22521]: debug 2024-04-24T17:35:10.001+0000 7f7b16815200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T17:35:10.189 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[22521]: debug 2024-04-24T17:35:10.101+0000 7f7b16815200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T17:35:10.189 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: audit 2024-04-24T17:35:08.866403+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: audit 2024-04-24T17:35:08.866403+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: audit 2024-04-24T17:35:08.871989+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: audit 2024-04-24T17:35:08.871989+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: audit 2024-04-24T17:35:08.877272+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: audit 2024-04-24T17:35:08.877272+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: audit 2024-04-24T17:35:08.879260+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: audit 2024-04-24T17:35:08.879260+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: audit 2024-04-24T17:35:08.888606+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: audit 2024-04-24T17:35:08.888606+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: cephadm 2024-04-24T17:35:08.889661+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:10.190 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:09 smithi049 bash[21774]: cephadm 2024-04-24T17:35:08.889661+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: audit 2024-04-24T17:35:08.866403+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: audit 2024-04-24T17:35:08.866403+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: audit 2024-04-24T17:35:08.871989+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: audit 2024-04-24T17:35:08.871989+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: audit 2024-04-24T17:35:08.877272+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: audit 2024-04-24T17:35:08.877272+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: audit 2024-04-24T17:35:08.879260+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: audit 2024-04-24T17:35:08.879260+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: audit 2024-04-24T17:35:08.888606+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: audit 2024-04-24T17:35:08.888606+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:10.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: cephadm 2024-04-24T17:35:08.889661+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:10.269 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:09 smithi096 bash[21931]: cephadm 2024-04-24T17:35:08.889661+0000 mgr.a (mgr.14152) 106 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-24T17:35:10.446 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[22521]: debug 2024-04-24T17:35:10.361+0000 7f7b16815200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T17:35:11.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:10 smithi033 bash[21450]: cluster 2024-04-24T17:35:09.461335+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:10 smithi033 bash[21450]: cluster 2024-04-24T17:35:09.461335+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:10 smithi033 bash[21450]: audit 2024-04-24T17:35:09.976546+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:10 smithi033 bash[21450]: audit 2024-04-24T17:35:09.976546+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:10 smithi033 bash[21450]: audit 2024-04-24T17:35:09.986821+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:10 smithi033 bash[21450]: audit 2024-04-24T17:35:09.986821+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:10 smithi033 bash[21450]: audit 2024-04-24T17:35:10.502641+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.120 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:10 smithi033 bash[21450]: audit 2024-04-24T17:35:10.502641+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[21774]: cluster 2024-04-24T17:35:09.461335+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[21774]: cluster 2024-04-24T17:35:09.461335+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[21774]: audit 2024-04-24T17:35:09.976546+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[21774]: audit 2024-04-24T17:35:09.976546+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[21774]: audit 2024-04-24T17:35:09.986821+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[21774]: audit 2024-04-24T17:35:09.986821+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[21774]: audit 2024-04-24T17:35:10.502641+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.196 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:10 smithi049 bash[21774]: audit 2024-04-24T17:35:10.502641+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.267 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:10 smithi096 bash[21931]: cluster 2024-04-24T17:35:09.461335+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:10 smithi096 bash[21931]: cluster 2024-04-24T17:35:09.461335+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:11.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:10 smithi096 bash[21931]: audit 2024-04-24T17:35:09.976546+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:10 smithi096 bash[21931]: audit 2024-04-24T17:35:09.976546+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:10 smithi096 bash[21931]: audit 2024-04-24T17:35:09.986821+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:10 smithi096 bash[21931]: audit 2024-04-24T17:35:09.986821+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:10 smithi096 bash[21931]: audit 2024-04-24T17:35:10.502641+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.268 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:10 smithi096 bash[21931]: audit 2024-04-24T17:35:10.502641+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:11.489 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T17:35:11.696 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:11 smithi049 bash[22521]: debug 2024-04-24T17:35:11.205+0000 7f7b16815200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T17:35:11.696 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:11 smithi049 bash[22521]: debug 2024-04-24T17:35:11.317+0000 7f7b16815200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T17:35:11.696 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:11 smithi049 bash[22521]: debug 2024-04-24T17:35:11.425+0000 7f7b16815200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T17:35:12.124 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:11 smithi049 bash[22521]: debug 2024-04-24T17:35:11.793+0000 7f7b16815200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T17:35:12.124 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:11 smithi049 bash[22521]: debug 2024-04-24T17:35:11.909+0000 7f7b16815200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T17:35:12.124 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:12 smithi049 bash[22521]: debug 2024-04-24T17:35:12.017+0000 7f7b16815200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T17:35:12.247 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:12 smithi033 bash[21450]: audit 2024-04-24T17:35:11.121264+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:12.247 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:12 smithi033 bash[21450]: audit 2024-04-24T17:35:11.121264+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:12.247 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:12 smithi033 bash[21450]: cluster 2024-04-24T17:35:11.461833+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:12.247 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:12 smithi033 bash[21450]: cluster 2024-04-24T17:35:11.461833+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:12.399 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:12 smithi049 bash[21774]: audit 2024-04-24T17:35:11.121264+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:12.399 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:12 smithi049 bash[21774]: audit 2024-04-24T17:35:11.121264+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:12.400 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:12 smithi049 bash[21774]: cluster 2024-04-24T17:35:11.461833+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:12.400 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:12 smithi049 bash[21774]: cluster 2024-04-24T17:35:11.461833+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:12.517 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:12 smithi096 bash[21931]: audit 2024-04-24T17:35:11.121264+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:12.517 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:12 smithi096 bash[21931]: audit 2024-04-24T17:35:11.121264+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1640835632' entity='mgr.a' 2024-04-24T17:35:12.518 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:12 smithi096 bash[21931]: cluster 2024-04-24T17:35:11.461833+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:12.518 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:12 smithi096 bash[21931]: cluster 2024-04-24T17:35:11.461833+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T17:35:12.696 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:12 smithi049 bash[22521]: debug 2024-04-24T17:35:12.393+0000 7f7b16815200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T17:35:12.696 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:12 smithi049 bash[22521]: debug 2024-04-24T17:35:12.637+0000 7f7b16815200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T17:35:13.195 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:12 smithi049 bash[22521]: debug 2024-04-24T17:35:12.909+0000 7f7b16815200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T17:35:13.196 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:13 smithi049 bash[22521]: debug 2024-04-24T17:35:13.025+0000 7f7b16815200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T17:35:13.685 INFO:teuthology.orchestra.run.smithi033.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=smithi033 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/63712292-0260-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/63712292-0260-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-tmpniv9cy1j:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp4qpcp3et:/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-24T17:35:13.685 INFO:teuthology.orchestra.run.smithi033.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-24T17:35:13.685 INFO:teuthology.orchestra.run.smithi033.stderr:/usr/bin/docker: stderr See 'docker run --help'. 2024-04-24T17:35:13.685 INFO:teuthology.orchestra.run.smithi033.stderr:Traceback (most recent call last): 2024-04-24T17:35:13.685 INFO:teuthology.orchestra.run.smithi033.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-04-24T17:35:13.688 INFO:teuthology.orchestra.run.smithi033.stderr: return _run_code(code, main_globals, None, 2024-04-24T17:35:13.688 INFO:teuthology.orchestra.run.smithi033.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-04-24T17:35:13.688 INFO:teuthology.orchestra.run.smithi033.stderr: exec(code, run_globals) 2024-04-24T17:35:13.688 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 5642, in 2024-04-24T17:35:13.688 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 5630, in main 2024-04-24T17:35:13.689 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 408, in _infer_config 2024-04-24T17:35:13.689 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 323, in _infer_fsid 2024-04-24T17:35:13.689 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-04-24T17:35:13.689 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 310, in _validate_fsid 2024-04-24T17:35:13.689 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/__main__.py", line 3380, in command_ceph_volume 2024-04-24T17:35:13.689 INFO:teuthology.orchestra.run.smithi033.stderr: File "/tmp/tmp7kwbd9jv.cephadm.build/app/cephadmlib/call_wrappers.py", line 307, in call_throws 2024-04-24T17:35:13.689 INFO:teuthology.orchestra.run.smithi033.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=smithi033 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/63712292-0260-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/63712292-0260-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-tmpniv9cy1j:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp4qpcp3et:/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-24T17:35:13.689 INFO:teuthology.orchestra.run.smithi033.stderr:See 'docker run --help'. 2024-04-24T17:35:13.689 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-04-24T17:35:13.695 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:13 smithi049 bash[22521]: debug 2024-04-24T17:35:13.309+0000 7f7b16815200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T17:35:13.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:35:13.718 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 smithi033 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 63712292-0260-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T17:35:13.720 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:35:13.730 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:35:13.743 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:35:13.758 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-24T17:35:13.758 DEBUG:teuthology.orchestra.run.smithi033:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:35:13.783 DEBUG:teuthology.orchestra.run.smithi049:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:35:13.791 DEBUG:teuthology.orchestra.run.smithi096:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T17:35:13.810 INFO:tasks.cephadm:Stopping all daemons... 2024-04-24T17:35:13.810 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-24T17:35:13.811 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-63712292-0260-11ef-bc93-c7b262605968@mon.a 2024-04-24T17:35:13.974 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:13 smithi033 systemd[1]: Stopping Ceph mon.a for 63712292-0260-11ef-bc93-c7b262605968... 2024-04-24T17:35:13.991 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:13 smithi049 bash[22521]: debug 2024-04-24T17:35:13.741+0000 7f7b16815200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:35:14.115 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:13 smithi049 bash[22521]: debug 2024-04-24T17:35:13.985+0000 7f7b16815200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T17:35:14.116 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:14 smithi049 bash[22521]: debug 2024-04-24T17:35:14.109+0000 7f7b16815200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T17:35:14.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:13 smithi033 bash[21450]: debug 2024-04-24T17:35:13.970+0000 7f1912eab700 -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-24T17:35:14.119 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 24 17:35:13 smithi033 bash[21450]: debug 2024-04-24T17:35:13.970+0000 7f1912eab700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-24T17:35:14.696 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:14 smithi049 bash[22521]: debug 2024-04-24T17:35:14.377+0000 7f7b16815200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T17:35:14.825 DEBUG:teuthology.orchestra.run.smithi033:> sudo pkill -f 'journalctl -f -n 0 -u ceph-63712292-0260-11ef-bc93-c7b262605968@mon.a.service' 2024-04-24T17:35:14.855 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:35:14.855 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-24T17:35:14.855 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-24T17:35:14.856 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ceph-63712292-0260-11ef-bc93-c7b262605968@mon.b 2024-04-24T17:35:15.160 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:14 smithi049 systemd[1]: Stopping Ceph mon.b for 63712292-0260-11ef-bc93-c7b262605968... 2024-04-24T17:35:15.160 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:14 smithi049 bash[21774]: debug 2024-04-24T17:35:14.981+0000 7f09cb5ff700 -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-24T17:35:15.160 INFO:journalctl@ceph.mon.b.smithi049.stdout:Apr 24 17:35:14 smithi049 bash[21774]: debug 2024-04-24T17:35:14.981+0000 7f09cb5ff700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-24T17:35:15.695 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:15 smithi049 bash[22521]: debug 2024-04-24T17:35:15.433+0000 7f7b16815200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T17:35:15.696 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:15 smithi049 bash[22521]: debug 2024-04-24T17:35:15.553+0000 7f7b16815200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T17:35:15.918 DEBUG:teuthology.orchestra.run.smithi049:> sudo pkill -f 'journalctl -f -n 0 -u ceph-63712292-0260-11ef-bc93-c7b262605968@mon.b.service' 2024-04-24T17:35:15.946 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:35:15.946 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-24T17:35:15.947 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-24T17:35:15.947 DEBUG:teuthology.orchestra.run.smithi096:> sudo systemctl stop ceph-63712292-0260-11ef-bc93-c7b262605968@mon.c 2024-04-24T17:35:15.979 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:15 smithi049 bash[22521]: debug 2024-04-24T17:35:15.853+0000 7f7b16815200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T17:35:16.195 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:15 smithi049 bash[22521]: debug 2024-04-24T17:35:15.973+0000 7f7b16815200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T17:35:16.211 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:15 smithi096 systemd[1]: Stopping Ceph mon.c for 63712292-0260-11ef-bc93-c7b262605968... 2024-04-24T17:35:16.211 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:16 smithi096 bash[21931]: debug 2024-04-24T17:35:16.087+0000 7f655cb88700 -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-24T17:35:16.211 INFO:journalctl@ceph.mon.c.smithi096.stdout:Apr 24 17:35:16 smithi096 bash[21931]: debug 2024-04-24T17:35:16.087+0000 7f655cb88700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-24T17:35:16.742 DEBUG:teuthology.orchestra.run.smithi096:> sudo pkill -f 'journalctl -f -n 0 -u ceph-63712292-0260-11ef-bc93-c7b262605968@mon.c.service' 2024-04-24T17:35:16.774 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:35:16.775 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-24T17:35:16.775 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-24T17:35:16.775 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-63712292-0260-11ef-bc93-c7b262605968@mgr.a 2024-04-24T17:35:16.946 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:16 smithi049 bash[22521]: debug 2024-04-24T17:35:16.449+0000 7f7b16815200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T17:35:16.946 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:16 smithi049 bash[22521]: debug 2024-04-24T17:35:16.573+0000 7f7b16815200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T17:35:17.119 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:35:16 smithi033 systemd[1]: Stopping Ceph mgr.a for 63712292-0260-11ef-bc93-c7b262605968... 2024-04-24T17:35:17.120 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:35:16 smithi033 bash[21705]: debug 2024-04-24T17:35:16.922+0000 7f3b2c291700 -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-24T17:35:17.121 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 24 17:35:16 smithi033 bash[21705]: debug 2024-04-24T17:35:16.922+0000 7f3b2c291700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-24T17:35:17.592 DEBUG:teuthology.orchestra.run.smithi033:> sudo pkill -f 'journalctl -f -n 0 -u ceph-63712292-0260-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-24T17:35:17.632 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:35:17.632 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-24T17:35:17.633 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-24T17:35:17.633 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ceph-63712292-0260-11ef-bc93-c7b262605968@mgr.b 2024-04-24T17:35:17.945 INFO:journalctl@ceph.mgr.b.smithi049.stdout:Apr 24 17:35:17 smithi049 systemd[1]: Stopping Ceph mgr.b for 63712292-0260-11ef-bc93-c7b262605968... 2024-04-24T17:35:18.599 DEBUG:teuthology.orchestra.run.smithi049:> sudo pkill -f 'journalctl -f -n 0 -u ceph-63712292-0260-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-24T17:35:18.636 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T17:35:18.636 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-24T17:35:18.637 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 63712292-0260-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T17:35:18.808 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:35:21.087 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 63712292-0260-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T17:35:21.258 INFO:teuthology.orchestra.run.smithi049.stdout:Deleting cluster with fsid: 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:35:23.507 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 63712292-0260-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T17:35:23.675 INFO:teuthology.orchestra.run.smithi096.stdout:Deleting cluster with fsid: 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:35:26.176 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:35:26.191 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:35:26.206 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T17:35:26.219 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-24T17:35:26.221 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/lib/ceph/63712292-0260-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/7671857/remote/smithi033/crash 2024-04-24T17:35:26.222 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/crash -- . 2024-04-24T17:35:26.247 INFO:teuthology.orchestra.run.smithi033.stderr:tar: /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T17:35:26.247 INFO:teuthology.orchestra.run.smithi033.stderr:tar: Error is not recoverable: exiting now 2024-04-24T17:35:26.249 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/lib/ceph/63712292-0260-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/7671857/remote/smithi049/crash 2024-04-24T17:35:26.250 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/crash -- . 2024-04-24T17:35:26.262 INFO:teuthology.orchestra.run.smithi049.stderr:tar: /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T17:35:26.262 INFO:teuthology.orchestra.run.smithi049.stderr:tar: Error is not recoverable: exiting now 2024-04-24T17:35:26.265 DEBUG:teuthology.misc:Transferring archived files from smithi096:/var/lib/ceph/63712292-0260-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/7671857/remote/smithi096/crash 2024-04-24T17:35:26.266 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/crash -- . 2024-04-24T17:35:26.276 INFO:teuthology.orchestra.run.smithi096.stderr:tar: /var/lib/ceph/63712292-0260-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T17:35:26.277 INFO:teuthology.orchestra.run.smithi096.stderr:tar: Error is not recoverable: exiting now 2024-04-24T17:35:26.278 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-24T17:35:26.278 DEBUG:teuthology.orchestra.run.smithi033:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/63712292-0260-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-24T17:35:26.306 INFO:tasks.cephadm:Compressing logs... 2024-04-24T17:35:26.306 DEBUG:teuthology.orchestra.run.smithi033:> 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-24T17:35:26.349 DEBUG:teuthology.orchestra.run.smithi049:> 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-24T17:35:26.351 DEBUG:teuthology.orchestra.run.smithi096:> 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-24T17:35:26.357 INFO:teuthology.orchestra.run.smithi033.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T17:35:26.362 INFO:teuthology.orchestra.run.smithi049.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T17:35:26.362 INFO:teuthology.orchestra.run.smithi096.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-24T17:35:26.370 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T17:35:26.371 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T17:35:26.371 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T17:35:26.373 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T17:35:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T17:35:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.log 2024-04-24T17:35:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.cephadm.log: 80.2% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T17:35:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-24T17:35:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T17:35:26.374 INFO:teuthology.orchestra.run.smithi096.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mon.c.log: /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.audit.log: 83.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T17:35:26.374 INFO:teuthology.orchestra.run.smithi096.stderr: 81.7% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.log.gz 90.0% 2024-04-24T17:35:26.374 INFO:teuthology.orchestra.run.smithi096.stderr: -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T17:35:26.374 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-24T17:35:26.375 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T17:35:26.375 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.log 2024-04-24T17:35:26.375 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T17:35:26.375 INFO:teuthology.orchestra.run.smithi033.stderr: 82.2% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T17:35:26.375 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-24T17:35:26.375 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.audit.log: 85.2% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T17:35:26.375 INFO:teuthology.orchestra.run.smithi033.stderr: 89.6% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T17:35:26.375 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mgr.a.log: 86.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T17:35:26.376 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.log 2024-04-24T17:35:26.376 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.cephadm.log: 80.3%gzip -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T17:35:26.376 INFO:teuthology.orchestra.run.smithi049.stderr: -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mgr.b.log 2024-04-24T17:35:26.377 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T17:35:26.377 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-24T17:35:26.377 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.audit.log: 78.8% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T17:35:26.377 INFO:teuthology.orchestra.run.smithi049.stderr: 89.5% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T17:35:26.378 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mon.b.log: 84.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T17:35:26.378 INFO:teuthology.orchestra.run.smithi049.stderr: 90.7% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-24T17:35:26.382 INFO:teuthology.orchestra.run.smithi096.stderr: 92.8% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-24T17:35:26.383 INFO:teuthology.orchestra.run.smithi096.stderr: 2024-04-24T17:35:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:real 0m0.028s 2024-04-24T17:35:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:user 0m0.029s 2024-04-24T17:35:26.384 INFO:teuthology.orchestra.run.smithi096.stderr:sys 0m0.007s 2024-04-24T17:35:26.386 INFO:teuthology.orchestra.run.smithi049.stderr: 92.9% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-24T17:35:26.387 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-04-24T17:35:26.387 INFO:teuthology.orchestra.run.smithi049.stderr:real 0m0.034s 2024-04-24T17:35:26.387 INFO:teuthology.orchestra.run.smithi049.stderr:user 0m0.034s 2024-04-24T17:35:26.387 INFO:teuthology.orchestra.run.smithi049.stderr:sys 0m0.010s 2024-04-24T17:35:26.418 INFO:teuthology.orchestra.run.smithi033.stderr: 88.5% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-24T17:35:26.441 INFO:teuthology.orchestra.run.smithi033.stderr: 91.8% -- replaced with /var/log/ceph/63712292-0260-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-24T17:35:26.442 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-04-24T17:35:26.442 INFO:teuthology.orchestra.run.smithi033.stderr:real 0m0.092s 2024-04-24T17:35:26.442 INFO:teuthology.orchestra.run.smithi033.stderr:user 0m0.125s 2024-04-24T17:35:26.443 INFO:teuthology.orchestra.run.smithi033.stderr:sys 0m0.015s 2024-04-24T17:35:26.443 INFO:tasks.cephadm:Archiving logs... 2024-04-24T17:35:26.443 DEBUG:teuthology.misc:Transferring archived files from smithi033:/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/7671857/remote/smithi033/log 2024-04-24T17:35:26.444 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T17:35:26.519 DEBUG:teuthology.misc:Transferring archived files from smithi049:/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/7671857/remote/smithi049/log 2024-04-24T17:35:26.520 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T17:35:26.543 DEBUG:teuthology.misc:Transferring archived files from smithi096:/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/7671857/remote/smithi096/log 2024-04-24T17:35:26.543 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T17:35:26.564 INFO:tasks.cephadm:Removing cluster... 2024-04-24T17:35:26.564 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 63712292-0260-11ef-bc93-c7b262605968 --force 2024-04-24T17:35:26.734 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:35:28.083 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 63712292-0260-11ef-bc93-c7b262605968 --force 2024-04-24T17:35:28.260 INFO:teuthology.orchestra.run.smithi049.stdout:Deleting cluster with fsid: 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:35:29.589 DEBUG:teuthology.orchestra.run.smithi096:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 63712292-0260-11ef-bc93-c7b262605968 --force 2024-04-24T17:35:29.757 INFO:teuthology.orchestra.run.smithi096.stdout:Deleting cluster with fsid: 63712292-0260-11ef-bc93-c7b262605968 2024-04-24T17:35:31.088 INFO:tasks.cephadm:Removing cephadm ... 2024-04-24T17:35:31.089 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T17:35:31.095 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T17:35:31.102 DEBUG:teuthology.orchestra.run.smithi096:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T17:35:31.108 INFO:tasks.cephadm:Teardown complete 2024-04-24T17:35:31.108 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 smithi033 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 63712292-0260-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T17:35:31.325 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7c9444b2b4f84d74bd74eca45c751c82 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 smithi033 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 63712292-0260-11ef-bc93-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-04-24T17:35:31.329 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-24T17:35:31.338 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-24T17:35:31.348 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-24T17:35:31.348 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T17:35:31.362 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T17:35:31.392 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T17:35:31.474 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-24T17:35:31.490 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-24T17:35:31.491 DEBUG:teuthology.orchestra.run.smithi033:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T17:35:31.493 DEBUG:teuthology.orchestra.run.smithi049:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T17:35:31.496 DEBUG:teuthology.orchestra.run.smithi096:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T17:35:31.505 INFO:teuthology.orchestra.run.smithi033.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:35:31.505 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================== 2024-04-24T17:35:31.506 INFO:teuthology.orchestra.run.smithi033.stdout:+hv01.front.sepi 44.4.53.2 2 u 7 64 177 0.054 -3.388 1.102 2024-04-24T17:35:31.506 INFO:teuthology.orchestra.run.smithi033.stdout:*hv02.front.sepi 63.231.80.2 3 u 3 64 177 0.084 -0.249 0.790 2024-04-24T17:35:31.506 INFO:teuthology.orchestra.run.smithi033.stdout:+hv03.front.sepi 74.6.168.72 3 u 7 64 177 0.079 -0.156 0.678 2024-04-24T17:35:31.506 INFO:teuthology.orchestra.run.smithi033.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:35:31.507 INFO:teuthology.orchestra.run.smithi049.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:35:31.508 INFO:teuthology.orchestra.run.smithi049.stdout:============================================================================== 2024-04-24T17:35:31.508 INFO:teuthology.orchestra.run.smithi049.stdout:+hv01.front.sepi 44.4.53.2 2 u 10 64 177 0.141 -2.734 1.307 2024-04-24T17:35:31.508 INFO:teuthology.orchestra.run.smithi049.stdout:*hv02.front.sepi 63.231.80.2 3 u 4 64 177 0.130 -1.031 1.332 2024-04-24T17:35:31.508 INFO:teuthology.orchestra.run.smithi049.stdout:+hv03.front.sepi 74.6.168.72 3 u 8 64 177 0.116 -0.850 1.280 2024-04-24T17:35:31.508 INFO:teuthology.orchestra.run.smithi049.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:35:31.510 INFO:teuthology.orchestra.run.smithi096.stdout: remote refid st t when poll reach delay offset jitter 2024-04-24T17:35:31.511 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================== 2024-04-24T17:35:31.511 INFO:teuthology.orchestra.run.smithi096.stdout:+hv01.front.sepi 44.4.53.2 2 u 67 64 77 0.158 -1.927 1.498 2024-04-24T17:35:31.511 INFO:teuthology.orchestra.run.smithi096.stdout:*hv02.front.sepi 63.231.80.2 3 u 7 64 177 0.091 -0.432 1.286 2024-04-24T17:35:31.511 INFO:teuthology.orchestra.run.smithi096.stdout:+hv03.front.sepi 74.6.168.72 3 u 63 64 77 0.213 -0.007 1.492 2024-04-24T17:35:31.511 INFO:teuthology.orchestra.run.smithi096.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-24T17:35:31.512 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-24T17:35:31.523 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-24T17:35:31.523 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-24T17:35:31.535 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-24T17:35:31.544 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-24T17:35:31.564 INFO:teuthology.task.internal:Duration was 835.688061 seconds 2024-04-24T17:35:31.565 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-24T17:35:31.579 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-24T17:35:31.579 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T17:35:31.582 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T17:35:31.584 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T17:35:31.621 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-24T17:35:31.621 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi033.front.sepia.ceph.com 2024-04-24T17:35:31.622 DEBUG:teuthology.orchestra.run.smithi033:> 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-24T17:35:31.673 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi049.front.sepia.ceph.com 2024-04-24T17:35:31.673 DEBUG:teuthology.orchestra.run.smithi049:> 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-24T17:35:31.687 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi096.front.sepia.ceph.com 2024-04-24T17:35:31.687 DEBUG:teuthology.orchestra.run.smithi096:> 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-24T17:35:31.698 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-24T17:35:31.699 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T17:35:31.716 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T17:35:31.732 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T17:35:31.769 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-24T17:35:31.769 DEBUG:teuthology.orchestra.run.smithi033:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T17:35:31.793 DEBUG:teuthology.orchestra.run.smithi049:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T17:35:31.809 DEBUG:teuthology.orchestra.run.smithi096:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T17:35:31.877 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-24T17:35:31.890 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-24T17:35:31.890 DEBUG:teuthology.orchestra.run.smithi033:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T17:35:31.904 DEBUG:teuthology.orchestra.run.smithi049:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T17:35:31.915 DEBUG:teuthology.orchestra.run.smithi096:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T17:35:31.926 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-24T17:35:31.936 DEBUG:teuthology.orchestra.run.smithi033:> 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-24T17:35:31.948 DEBUG:teuthology.orchestra.run.smithi049:> 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-24T17:35:31.957 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = core 2024-04-24T17:35:31.961 DEBUG:teuthology.orchestra.run.smithi096:> 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-24T17:35:31.970 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = core 2024-04-24T17:35:31.983 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = core 2024-04-24T17:35:32.054 DEBUG:teuthology.orchestra.run.smithi033:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T17:35:32.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:35:32.059 DEBUG:teuthology.orchestra.run.smithi049:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T17:35:32.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:35:32.064 DEBUG:teuthology.orchestra.run.smithi096:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T17:35:32.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T17:35:32.101 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-24T17:35:32.112 INFO:teuthology.task.internal:Transferring archived files... 2024-04-24T17:35:32.114 DEBUG:teuthology.misc:Transferring archived files from smithi033:/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/7671857/remote/smithi033 2024-04-24T17:35:32.114 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T17:35:32.138 DEBUG:teuthology.misc:Transferring archived files from smithi049:/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/7671857/remote/smithi049 2024-04-24T17:35:32.138 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T17:35:32.161 DEBUG:teuthology.misc:Transferring archived files from smithi096:/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/7671857/remote/smithi096 2024-04-24T17:35:32.161 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T17:35:32.182 INFO:teuthology.task.internal:Removing archive directory... 2024-04-24T17:35:32.183 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T17:35:32.185 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T17:35:32.205 DEBUG:teuthology.orchestra.run.smithi096:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T17:35:32.230 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-24T17:35:32.241 INFO:teuthology.task.internal:Not uploading archives. 2024-04-24T17:35:32.241 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-24T17:35:32.250 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-24T17:35:32.250 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T17:35:32.253 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T17:35:32.255 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T17:35:32.257 INFO:teuthology.orchestra.run.smithi033.stdout: 658618 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 17:35 /home/ubuntu/cephtest 2024-04-24T17:35:32.259 INFO:teuthology.orchestra.run.smithi049.stdout: 658635 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 17:35 /home/ubuntu/cephtest 2024-04-24T17:35:32.278 INFO:teuthology.orchestra.run.smithi096.stdout: 658615 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 17:35 /home/ubuntu/cephtest 2024-04-24T17:35:32.280 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-24T17:35:32.289 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-24T17:35:32.314 INFO:teuthology.nuke:Checking targets against current locks 2024-04-24T17:35:32.340 DEBUG:teuthology.nuke:shortname: smithi033 2024-04-24T17:35:32.340 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:35:32.364 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.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/7671857', '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 17:10:08.263836', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCWsTlB73zOxQCcFwSBqW01qUoek6dVHhy2VykWiX7AR3wbBP/6faKD2lSnrudFg4WqKC+uXNhgww2byzsPx16c='} 2024-04-24T17:35:32.368 DEBUG:teuthology.nuke:shortname: smithi049 2024-04-24T17:35:32.369 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:35:32.392 DEBUG:teuthology.nuke:shortname: smithi096 2024-04-24T17:35:32.392 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T17:35:32.396 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.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/7671857', '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 17:10:08.267877', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLFcIK4/psG9mCPn2IHpHyJ8ZJrHq21uxPn/YnUMOwJIvFWDrhv2wthukMUMmiGeylp4RpyhPKy0AoBPZjkMj80='} 2024-04-24T17:35:32.421 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.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/7671857', '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 17:10:08.266291', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHfwm+9hHlyU+8UI917RC3N716Pqu8oNhoF5rI80R/FgPnybI2ADRDjWhpnCQWxLgqfHhHe02nD75hIIUAOkgdU='} 2024-04-24T17:35:32.430 INFO:teuthology.orchestra.console.smithi033:Power off 2024-04-24T17:35:32.430 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T17:35:32.456 DEBUG:teuthology.orchestra.console.smithi033:power off output: Chassis Power Control: Down/Off 2024-04-24T17:35:32.456 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:35:32.473 INFO:teuthology.orchestra.console.smithi049:Power off 2024-04-24T17:35:32.474 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T17:35:32.488 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-24T17:35:32.497 DEBUG:teuthology.orchestra.console.smithi049:power off output: Chassis Power Control: Down/Off 2024-04-24T17:35:32.497 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:35:32.515 INFO:teuthology.orchestra.console.smithi096:Power off 2024-04-24T17:35:32.516 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T17:35:32.525 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is on 2024-04-24T17:35:32.539 DEBUG:teuthology.orchestra.console.smithi096:power off output: Chassis Power Control: Down/Off 2024-04-24T17:35:32.540 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:35:32.564 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2024-04-24T17:35:36.489 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:35:36.527 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:35:36.566 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:35:36.601 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-24T17:35:36.637 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is on 2024-04-24T17:35:36.678 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2024-04-24T17:35:40.607 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:35:40.638 DEBUG:teuthology.orchestra.console.smithi049:pexpect command: ipmitool -H smithi049.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:35:40.679 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:35:40.717 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-24T17:35:40.749 DEBUG:teuthology.orchestra.console.smithi049:check power output: Chassis Power is off 2024-04-24T17:35:40.790 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is off 2024-04-24T17:35:40.851 INFO:teuthology.orchestra.console.smithi049:Power off completed 2024-04-24T17:35:40.891 INFO:teuthology.orchestra.console.smithi096:Power off completed 2024-04-24T17:35:44.722 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T17:35:44.833 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is off 2024-04-24T17:35:44.934 INFO:teuthology.orchestra.console.smithi033:Power off completed 2024-04-24T17:35:45.039 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_rgw_multisite} duration: 835.688060760498 failure_reason: 'Command failed on smithi033 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 63712292-0260-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=7c9444b2b4f84d74bd74eca45c751c82 status: fail success: false 2024-04-24T17:35:45.039 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T17:35:45.114 INFO:teuthology.run:FAIL