2024-04-22T23:15:03.719 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T23:15:03.719 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_basic} --archive /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208 --owner scheduled_adking@teuthology --name adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi -- /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208/orig.config.yaml 2024-04-22T23:15:03.751 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:15:03.838 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208 branch: wip-adk-testing-2024-04-22-1618 description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_basic} email: adking@redhat.com first_in_suite: false job_id: '7669208' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-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-22-1618 ceph: conf: mgr: debug mgr: 20 debug ms: 1 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\) log-only-match: - CEPHADM_ sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 workunit: branch: wip-adk-testing-2024-04-22-1618 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 6551 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-22-1618 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 targets: smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLBKR3ZoyzWXjHv/NSWr1KOj6lDJS+1lhQm4bO7RgnB0y6OTPX1K//v6Q8R3TzdM4R2rtb+K1DwG36ubnwxuydg= smithi167.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMIeFE97uf6PCZD+5hzuM62baeSpHGU4vJMayFGwGIDxYbBK/cxfMv/gaXE5MX+IESpxQzMnZXenk+zSV/aTzEM= tasks: - install: null - cephadm.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cephadm.apply: specs: - cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb - cephadm.wait_for_service: service: smb.saserv1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_22:45:33 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T23:15:03.839 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa; will attempt to use it 2024-04-22T23:15:03.839 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks 2024-04-22T23:15:03.839 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T23:15:03.841 INFO:teuthology.task.internal:Checking packages... 2024-04-22T23:15:03.866 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '43be020184947e53516056c9931e1ac5bdbbb1a5' 2024-04-22T23:15:03.866 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T23:15:03.866 INFO:teuthology.packaging:ref: None 2024-04-22T23:15:03.866 INFO:teuthology.packaging:tag: None 2024-04-22T23:15:03.866 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-1618 2024-04-22T23:15:03.866 INFO:teuthology.packaging:sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:15:03.866 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-22-1618 2024-04-22T23:15:04.009 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:15:04.010 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T23:15:04.017 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T23:15:04.017 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T23:15:04.039 INFO:teuthology.task.internal:Saving configuration 2024-04-22T23:15:04.051 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T23:15:04.058 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:15:04.083 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208', '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-22 23:08:15.026798', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPXZHQH+z5i3qE3qZSCFuQwAS2gVmfWvpDrV4hAFYDVI'} 2024-04-22T23:15:04.105 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208', '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-22 23:08:15.028577', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHa86lve75Y38yHCG7ZJs99TGkZCOB6fvGrfXwM32Juy'} 2024-04-22T23:15:04.105 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T23:15:04.111 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-22T23:15:04.111 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-22T23:15:04.111 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T23:15:04.183 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9cca7313a0>, signals=[15]) 2024-04-22T23:15:04.184 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T23:15:04.189 INFO:teuthology.task.internal:Opening connections... 2024-04-22T23:15:04.189 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2024-04-22T23:15:04.191 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:15:04.270 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2024-04-22T23:15:04.271 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:15:04.349 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T23:15:04.357 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2024-04-22T23:15:04.363 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2024-04-22T23:15:04.363 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2024-04-22T23:15:04.411 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T23:15:04.411 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="Ubuntu" 2024-04-22T23:15:04.411 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="22.04" 2024-04-22T23:15:04.411 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T23:15:04.411 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_CODENAME=jammy 2024-04-22T23:15:04.411 INFO:teuthology.orchestra.run.smithi145.stdout:ID=ubuntu 2024-04-22T23:15:04.411 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE=debian 2024-04-22T23:15:04.411 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T23:15:04.412 INFO:teuthology.orchestra.run.smithi145.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T23:15:04.412 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T23:15:04.412 INFO:teuthology.orchestra.run.smithi145.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T23:15:04.412 INFO:teuthology.orchestra.run.smithi145.stdout:UBUNTU_CODENAME=jammy 2024-04-22T23:15:04.412 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2024-04-22T23:15:04.432 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2024-04-22T23:15:04.437 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2024-04-22T23:15:04.437 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2024-04-22T23:15:04.486 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T23:15:04.486 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="Ubuntu" 2024-04-22T23:15:04.486 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="22.04" 2024-04-22T23:15:04.487 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T23:15:04.487 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_CODENAME=jammy 2024-04-22T23:15:04.487 INFO:teuthology.orchestra.run.smithi167.stdout:ID=ubuntu 2024-04-22T23:15:04.487 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE=debian 2024-04-22T23:15:04.487 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T23:15:04.487 INFO:teuthology.orchestra.run.smithi167.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T23:15:04.487 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T23:15:04.487 INFO:teuthology.orchestra.run.smithi167.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T23:15:04.487 INFO:teuthology.orchestra.run.smithi167.stdout:UBUNTU_CODENAME=jammy 2024-04-22T23:15:04.488 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2024-04-22T23:15:04.516 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T23:15:04.524 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T23:15:04.532 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T23:15:04.532 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:15:04.534 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:15:04.538 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T23:15:04.546 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T23:15:04.546 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:15:04.580 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:15:04.592 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T23:15:04.647 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T23:15:04.685 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T23:15:04.685 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T23:15:04.686 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:15:04.686 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:15:04.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:15:04.691 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-04-22T23:15:04.692 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:15:04.692 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-04-22T23:15:04.739 INFO:teuthology.orchestra.run.smithi145.stdout:5.15.0-56-generic 2024-04-22T23:15:04.740 INFO:teuthology.task.kernel:Running kernel on smithi145: 5.15.0-56-generic 2024-04-22T23:15:04.740 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get clean 2024-04-22T23:15:04.741 INFO:teuthology.orchestra.run.smithi167.stdout:5.15.0-56-generic 2024-04-22T23:15:04.741 INFO:teuthology.task.kernel:Running kernel on smithi167: 5.15.0-56-generic 2024-04-22T23:15:04.742 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get clean 2024-04-22T23:15:04.873 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get update 2024-04-22T23:15:04.876 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2024-04-22T23:15:05.021 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:15:05.031 INFO:teuthology.orchestra.run.smithi167.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T23:15:05.042 INFO:teuthology.orchestra.run.smithi145.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T23:15:05.110 INFO:teuthology.orchestra.run.smithi145.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T23:15:05.114 INFO:teuthology.orchestra.run.smithi145.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T23:15:05.132 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:15:05.217 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T23:15:05.235 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T23:15:05.253 INFO:teuthology.orchestra.run.smithi145.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T23:15:05.372 INFO:teuthology.orchestra.run.smithi145.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T23:15:05.375 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T23:15:05.383 INFO:teuthology.orchestra.run.smithi145.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T23:15:05.384 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T23:15:05.387 INFO:teuthology.orchestra.run.smithi145.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T23:15:05.388 INFO:teuthology.orchestra.run.smithi145.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T23:15:05.388 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T23:15:05.389 INFO:teuthology.orchestra.run.smithi145.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T23:15:05.389 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T23:15:05.390 INFO:teuthology.orchestra.run.smithi167.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T23:15:05.426 INFO:teuthology.orchestra.run.smithi145.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T23:15:05.429 INFO:teuthology.orchestra.run.smithi145.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:15:05.430 INFO:teuthology.orchestra.run.smithi167.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T23:15:05.436 INFO:teuthology.orchestra.run.smithi167.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:15:05.436 INFO:teuthology.orchestra.run.smithi167.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T23:15:05.448 INFO:teuthology.orchestra.run.smithi145.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T23:15:05.455 INFO:teuthology.orchestra.run.smithi145.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T23:15:05.457 INFO:teuthology.orchestra.run.smithi167.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T23:15:05.466 INFO:teuthology.orchestra.run.smithi145.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T23:15:05.466 INFO:teuthology.orchestra.run.smithi145.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T23:15:05.468 INFO:teuthology.orchestra.run.smithi145.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T23:15:05.468 INFO:teuthology.orchestra.run.smithi145.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T23:15:05.468 INFO:teuthology.orchestra.run.smithi145.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T23:15:05.471 INFO:teuthology.orchestra.run.smithi167.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T23:15:05.474 INFO:teuthology.orchestra.run.smithi167.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T23:15:05.474 INFO:teuthology.orchestra.run.smithi167.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T23:15:05.475 INFO:teuthology.orchestra.run.smithi167.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T23:15:05.475 INFO:teuthology.orchestra.run.smithi167.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T23:15:05.486 INFO:teuthology.orchestra.run.smithi145.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T23:15:05.487 INFO:teuthology.orchestra.run.smithi145.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T23:15:05.487 INFO:teuthology.orchestra.run.smithi145.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T23:15:05.488 INFO:teuthology.orchestra.run.smithi145.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T23:15:05.488 INFO:teuthology.orchestra.run.smithi145.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T23:15:05.488 INFO:teuthology.orchestra.run.smithi145.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T23:15:05.489 INFO:teuthology.orchestra.run.smithi145.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T23:15:05.505 INFO:teuthology.orchestra.run.smithi167.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T23:15:05.508 INFO:teuthology.orchestra.run.smithi145.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T23:15:05.508 INFO:teuthology.orchestra.run.smithi145.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T23:15:05.549 INFO:teuthology.orchestra.run.smithi145.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T23:15:05.571 INFO:teuthology.orchestra.run.smithi167.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T23:15:05.710 INFO:teuthology.orchestra.run.smithi167.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T23:15:05.959 INFO:teuthology.orchestra.run.smithi145.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T23:15:05.976 INFO:teuthology.orchestra.run.smithi145.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T23:15:05.985 INFO:teuthology.orchestra.run.smithi145.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T23:15:05.986 INFO:teuthology.orchestra.run.smithi145.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T23:15:06.021 INFO:teuthology.orchestra.run.smithi167.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T23:15:06.060 INFO:teuthology.orchestra.run.smithi167.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T23:15:06.075 INFO:teuthology.orchestra.run.smithi167.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T23:15:06.076 INFO:teuthology.orchestra.run.smithi167.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T23:15:06.079 INFO:teuthology.orchestra.run.smithi145.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T23:15:06.081 INFO:teuthology.orchestra.run.smithi145.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T23:15:06.092 INFO:teuthology.orchestra.run.smithi145.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:15:06.092 INFO:teuthology.orchestra.run.smithi145.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T23:15:06.112 INFO:teuthology.orchestra.run.smithi145.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T23:15:06.138 INFO:teuthology.orchestra.run.smithi167.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T23:15:06.139 INFO:teuthology.orchestra.run.smithi167.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T23:15:06.146 INFO:teuthology.orchestra.run.smithi167.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:15:06.296 INFO:teuthology.orchestra.run.smithi145.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T23:15:06.311 INFO:teuthology.orchestra.run.smithi167.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T23:15:06.700 INFO:teuthology.orchestra.run.smithi145.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T23:15:06.706 INFO:teuthology.orchestra.run.smithi145.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T23:15:06.721 INFO:teuthology.orchestra.run.smithi145.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T23:15:06.721 INFO:teuthology.orchestra.run.smithi145.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T23:15:06.724 INFO:teuthology.orchestra.run.smithi145.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T23:15:06.890 INFO:teuthology.orchestra.run.smithi167.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T23:15:07.001 INFO:teuthology.orchestra.run.smithi167.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T23:15:07.022 INFO:teuthology.orchestra.run.smithi167.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T23:15:07.023 INFO:teuthology.orchestra.run.smithi167.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T23:15:07.023 INFO:teuthology.orchestra.run.smithi167.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T23:15:07.026 INFO:teuthology.orchestra.run.smithi167.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T23:15:07.027 INFO:teuthology.orchestra.run.smithi167.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T23:15:07.027 INFO:teuthology.orchestra.run.smithi167.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T23:15:07.031 INFO:teuthology.orchestra.run.smithi167.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T23:15:07.036 INFO:teuthology.orchestra.run.smithi167.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T23:15:07.200 INFO:teuthology.orchestra.run.smithi167.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T23:15:07.282 INFO:teuthology.orchestra.run.smithi167.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T23:15:07.390 INFO:teuthology.orchestra.run.smithi167.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T23:15:07.448 INFO:teuthology.orchestra.run.smithi167.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T23:15:07.484 INFO:teuthology.orchestra.run.smithi167.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T23:15:11.208 INFO:teuthology.orchestra.run.smithi145.stdout:Fetched 13.2 MB in 2s (7,032 kB/s) 2024-04-22T23:15:11.883 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 13.2 MB in 3s (5,209 kB/s) 2024-04-22T23:15:12.526 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2024-04-22T23:15:12.544 DEBUG:teuthology.orchestra.run.smithi145:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:15:12.604 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2024-04-22T23:15:12.801 INFO:teuthology.orchestra.run.smithi145.stdout:Building dependency tree... 2024-04-22T23:15:12.802 INFO:teuthology.orchestra.run.smithi145.stdout:Reading state information... 2024-04-22T23:15:12.975 INFO:teuthology.orchestra.run.smithi145.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:15:12.976 INFO:teuthology.orchestra.run.smithi145.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:15:12.976 INFO:teuthology.orchestra.run.smithi145.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:15:12.976 INFO:teuthology.orchestra.run.smithi145.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:15:12.976 INFO:teuthology.orchestra.run.smithi145.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T23:15:12.977 INFO:teuthology.orchestra.run.smithi145.stdout: python2.7-minimal 2024-04-22T23:15:12.977 INFO:teuthology.orchestra.run.smithi145.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:15:12.977 INFO:teuthology.orchestra.run.smithi145.stdout:The following additional packages will be installed: 2024-04-22T23:15:12.977 INFO:teuthology.orchestra.run.smithi145.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:15:12.977 INFO:teuthology.orchestra.run.smithi145.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T23:15:12.978 INFO:teuthology.orchestra.run.smithi145.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T23:15:12.979 INFO:teuthology.orchestra.run.smithi145.stdout:Suggested packages: 2024-04-22T23:15:12.979 INFO:teuthology.orchestra.run.smithi145.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T23:15:12.980 INFO:teuthology.orchestra.run.smithi145.stdout:Recommended packages: 2024-04-22T23:15:12.980 INFO:teuthology.orchestra.run.smithi145.stdout: thermald 2024-04-22T23:15:13.032 INFO:teuthology.orchestra.run.smithi145.stdout:The following NEW packages will be installed: 2024-04-22T23:15:13.032 INFO:teuthology.orchestra.run.smithi145.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:15:13.032 INFO:teuthology.orchestra.run.smithi145.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T23:15:13.032 INFO:teuthology.orchestra.run.smithi145.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T23:15:13.033 INFO:teuthology.orchestra.run.smithi145.stdout:The following packages will be upgraded: 2024-04-22T23:15:13.034 INFO:teuthology.orchestra.run.smithi145.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T23:15:13.179 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-22T23:15:13.196 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:15:13.213 INFO:teuthology.orchestra.run.smithi145.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:15:13.213 INFO:teuthology.orchestra.run.smithi145.stdout:Need to get 113 MB of archives. 2024-04-22T23:15:13.213 INFO:teuthology.orchestra.run.smithi145.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T23:15:13.213 INFO:teuthology.orchestra.run.smithi145.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-22T23:15:13.260 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-22T23:15:13.461 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2024-04-22T23:15:13.461 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2024-04-22T23:15:13.635 INFO:teuthology.orchestra.run.smithi167.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:15:13.635 INFO:teuthology.orchestra.run.smithi167.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:15:13.635 INFO:teuthology.orchestra.run.smithi167.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:15:13.635 INFO:teuthology.orchestra.run.smithi167.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:15:13.635 INFO:teuthology.orchestra.run.smithi167.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T23:15:13.636 INFO:teuthology.orchestra.run.smithi167.stdout: python2.7-minimal 2024-04-22T23:15:13.636 INFO:teuthology.orchestra.run.smithi167.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:15:13.637 INFO:teuthology.orchestra.run.smithi167.stdout:The following additional packages will be installed: 2024-04-22T23:15:13.637 INFO:teuthology.orchestra.run.smithi167.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:15:13.637 INFO:teuthology.orchestra.run.smithi167.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T23:15:13.638 INFO:teuthology.orchestra.run.smithi167.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T23:15:13.638 INFO:teuthology.orchestra.run.smithi167.stdout:Suggested packages: 2024-04-22T23:15:13.639 INFO:teuthology.orchestra.run.smithi167.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T23:15:13.639 INFO:teuthology.orchestra.run.smithi167.stdout:Recommended packages: 2024-04-22T23:15:13.639 INFO:teuthology.orchestra.run.smithi167.stdout: thermald 2024-04-22T23:15:13.689 INFO:teuthology.orchestra.run.smithi167.stdout:The following NEW packages will be installed: 2024-04-22T23:15:13.689 INFO:teuthology.orchestra.run.smithi167.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:15:13.689 INFO:teuthology.orchestra.run.smithi167.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T23:15:13.689 INFO:teuthology.orchestra.run.smithi167.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T23:15:13.691 INFO:teuthology.orchestra.run.smithi167.stdout:The following packages will be upgraded: 2024-04-22T23:15:13.691 INFO:teuthology.orchestra.run.smithi167.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T23:15:13.756 INFO:teuthology.orchestra.run.smithi167.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:15:13.756 INFO:teuthology.orchestra.run.smithi167.stdout:Need to get 113 MB of archives. 2024-04-22T23:15:13.756 INFO:teuthology.orchestra.run.smithi167.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T23:15:13.756 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:14.224 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:14.398 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:14.633 INFO:teuthology.orchestra.run.smithi145.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-22T23:15:14.991 INFO:teuthology.orchestra.run.smithi145.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-22T23:15:15.435 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:15.435 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:15.436 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:16.035 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:16.090 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:16.480 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 113 MB in 2s (47.4 MB/s) 2024-04-22T23:15:16.637 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T23:15:17.261 INFO:teuthology.orchestra.run.smithi145.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-22T23:15:17.261 INFO:teuthology.orchestra.run.smithi145.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-22T23:15:17.261 INFO:teuthology.orchestra.run.smithi145.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-22T23:15:17.613 INFO:teuthology.orchestra.run.smithi145.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-22T23:15:17.687 INFO:teuthology.orchestra.run.smithi145.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-22T23:15:18.085 INFO:teuthology.orchestra.run.smithi145.stdout:Fetched 113 MB in 5s (24.4 MB/s) 2024-04-22T23:15:18.245 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T23:15:18.643 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:18.647 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:15:18.726 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:20.255 INFO:teuthology.orchestra.run.smithi145.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-22T23:15:20.259 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:15:20.317 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:20.820 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:15:20.841 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:15:20.918 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:21.373 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:15:21.394 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:15:21.431 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:22.844 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:15:22.865 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:15:22.966 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:23.430 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:15:23.451 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:15:23.480 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:28.628 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:15:28.752 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:15:29.078 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:15:29.189 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:15:29.451 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:15:29.473 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:15:29.517 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:15:29.691 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:15:29.835 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:15:30.151 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:15:30.247 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:15:30.550 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:15:30.572 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:15:30.617 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:15:35.202 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:15:35.239 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:15:35.276 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:36.106 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:15:36.143 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:15:36.180 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:37.852 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:15:37.983 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:15:38.282 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:15:38.404 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:38.555 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:15:38.683 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:39.247 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:15:39.369 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:15:39.736 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:15:39.849 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:39.984 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:15:40.004 INFO:teuthology.orchestra.run.smithi167.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:15:40.004 INFO:teuthology.orchestra.run.smithi167.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:15:40.004 INFO:teuthology.orchestra.run.smithi167.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:15:40.004 INFO:teuthology.orchestra.run.smithi167.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:15:40.112 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:40.170 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:41.443 INFO:teuthology.orchestra.run.smithi145.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:15:41.443 INFO:teuthology.orchestra.run.smithi145.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:15:41.443 INFO:teuthology.orchestra.run.smithi145.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:15:41.443 INFO:teuthology.orchestra.run.smithi145.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:15:41.598 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:41.806 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:42.975 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:43.206 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:15:43.307 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:15:43.408 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:43.469 INFO:teuthology.orchestra.run.smithi167.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:15:43.469 INFO:teuthology.orchestra.run.smithi167.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:15:44.368 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:15:44.493 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:15:44.620 INFO:teuthology.orchestra.run.smithi145.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:15:44.682 INFO:teuthology.orchestra.run.smithi145.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:15:44.682 INFO:teuthology.orchestra.run.smithi145.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:15:57.272 INFO:teuthology.orchestra.run.smithi167.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:15:57.272 INFO:teuthology.orchestra.run.smithi167.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:15:57.290 INFO:teuthology.orchestra.run.smithi167.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:15:57.309 INFO:teuthology.orchestra.run.smithi167.stdout:Generating grub configuration file ... 2024-04-22T23:15:57.634 INFO:teuthology.orchestra.run.smithi167.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:15:57.658 INFO:teuthology.orchestra.run.smithi167.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:15:58.021 INFO:teuthology.orchestra.run.smithi167.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:15:58.026 INFO:teuthology.orchestra.run.smithi167.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:15:58.097 INFO:teuthology.orchestra.run.smithi167.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:15:58.102 INFO:teuthology.orchestra.run.smithi167.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:15:58.271 INFO:teuthology.orchestra.run.smithi167.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:15:58.271 INFO:teuthology.orchestra.run.smithi167.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:15:58.272 INFO:teuthology.orchestra.run.smithi167.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:15:58.312 INFO:teuthology.orchestra.run.smithi167.stdout:done 2024-04-22T23:15:58.700 INFO:teuthology.orchestra.run.smithi145.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:15:58.700 INFO:teuthology.orchestra.run.smithi145.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:15:58.719 INFO:teuthology.orchestra.run.smithi145.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:15:58.741 INFO:teuthology.orchestra.run.smithi145.stdout:Generating grub configuration file ... 2024-04-22T23:15:58.745 DEBUG:teuthology.orchestra.run.smithi167:> dpkg -s linux-image-generic 2024-04-22T23:15:58.765 INFO:teuthology.orchestra.run.smithi167.stdout:Package: linux-image-generic 2024-04-22T23:15:58.765 INFO:teuthology.orchestra.run.smithi167.stdout:Status: install ok installed 2024-04-22T23:15:58.765 INFO:teuthology.orchestra.run.smithi167.stdout:Priority: optional 2024-04-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.stdout:Section: kernel 2024-04-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.stdout:Installed-Size: 21 2024-04-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: amd64 2024-04-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.stdout:Source: linux-meta 2024-04-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.stdout:Version: 5.15.0.105.102 2024-04-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.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-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.stdout:Recommends: thermald 2024-04-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.stdout:Description: Generic Linux kernel image 2024-04-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:15:58.766 INFO:teuthology.orchestra.run.smithi167.stdout: available. 2024-04-22T23:15:58.767 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:15:58.767 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:15:58.767 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:15:58.767 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-22T23:15:58.767 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi167.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:15:58.768 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get clean 2024-04-22T23:15:58.941 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2024-04-22T23:15:59.011 INFO:teuthology.orchestra.run.smithi145.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:15:59.026 INFO:teuthology.orchestra.run.smithi145.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:15:59.069 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:15:59.172 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:15:59.254 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:15:59.314 INFO:teuthology.orchestra.run.smithi145.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:15:59.319 INFO:teuthology.orchestra.run.smithi145.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:15:59.335 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:15:59.393 INFO:teuthology.orchestra.run.smithi145.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:15:59.400 INFO:teuthology.orchestra.run.smithi145.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:15:59.580 INFO:teuthology.orchestra.run.smithi145.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:15:59.580 INFO:teuthology.orchestra.run.smithi145.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:15:59.580 INFO:teuthology.orchestra.run.smithi145.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:15:59.618 INFO:teuthology.orchestra.run.smithi145.stdout:done 2024-04-22T23:16:00.052 DEBUG:teuthology.orchestra.run.smithi145:> dpkg -s linux-image-generic 2024-04-22T23:16:00.074 INFO:teuthology.orchestra.run.smithi145.stdout:Package: linux-image-generic 2024-04-22T23:16:00.075 INFO:teuthology.orchestra.run.smithi145.stdout:Status: install ok installed 2024-04-22T23:16:00.075 INFO:teuthology.orchestra.run.smithi145.stdout:Priority: optional 2024-04-22T23:16:00.075 INFO:teuthology.orchestra.run.smithi145.stdout:Section: kernel 2024-04-22T23:16:00.075 INFO:teuthology.orchestra.run.smithi145.stdout:Installed-Size: 21 2024-04-22T23:16:00.075 INFO:teuthology.orchestra.run.smithi145.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:16:00.075 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: amd64 2024-04-22T23:16:00.075 INFO:teuthology.orchestra.run.smithi145.stdout:Source: linux-meta 2024-04-22T23:16:00.075 INFO:teuthology.orchestra.run.smithi145.stdout:Version: 5.15.0.105.102 2024-04-22T23:16:00.075 INFO:teuthology.orchestra.run.smithi145.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-22T23:16:00.075 INFO:teuthology.orchestra.run.smithi145.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-22T23:16:00.076 INFO:teuthology.orchestra.run.smithi145.stdout:Recommends: thermald 2024-04-22T23:16:00.076 INFO:teuthology.orchestra.run.smithi145.stdout:Description: Generic Linux kernel image 2024-04-22T23:16:00.076 INFO:teuthology.orchestra.run.smithi145.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:16:00.076 INFO:teuthology.orchestra.run.smithi145.stdout: available. 2024-04-22T23:16:00.076 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:16:00.076 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:16:00.076 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:16:00.076 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-22T23:16:00.076 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:16:00.077 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get clean 2024-04-22T23:16:00.261 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get update 2024-04-22T23:16:00.385 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:16:00.385 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:16:00.397 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:16:00.418 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:16:00.445 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-22T23:16:00.462 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:16:00.514 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-22T23:16:00.699 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2024-04-22T23:16:00.699 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2024-04-22T23:16:00.860 INFO:teuthology.orchestra.run.smithi167.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:16:00.860 INFO:teuthology.orchestra.run.smithi167.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:16:00.860 INFO:teuthology.orchestra.run.smithi167.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:16:00.860 INFO:teuthology.orchestra.run.smithi167.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:16:00.860 INFO:teuthology.orchestra.run.smithi167.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:16:00.861 INFO:teuthology.orchestra.run.smithi167.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:16:00.861 INFO:teuthology.orchestra.run.smithi167.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:16:00.861 INFO:teuthology.orchestra.run.smithi167.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:16:00.900 INFO:teuthology.orchestra.run.smithi167.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:16:00.902 DEBUG:teuthology.orchestra.run.smithi167:> dpkg -s linux-image-generic 2024-04-22T23:16:00.961 INFO:teuthology.orchestra.run.smithi167.stdout:Package: linux-image-generic 2024-04-22T23:16:00.961 INFO:teuthology.orchestra.run.smithi167.stdout:Status: install ok installed 2024-04-22T23:16:00.961 INFO:teuthology.orchestra.run.smithi167.stdout:Priority: optional 2024-04-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.stdout:Section: kernel 2024-04-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.stdout:Installed-Size: 21 2024-04-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: amd64 2024-04-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.stdout:Source: linux-meta 2024-04-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.stdout:Version: 5.15.0.105.102 2024-04-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.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-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.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-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.stdout:Recommends: thermald 2024-04-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.stdout:Description: Generic Linux kernel image 2024-04-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:16:00.962 INFO:teuthology.orchestra.run.smithi167.stdout: available. 2024-04-22T23:16:00.963 DEBUG:teuthology.orchestra.run.smithi167:> mktemp 2024-04-22T23:16:01.006 INFO:teuthology.orchestra.run.smithi167.stdout:/tmp/tmp.E3GodC58vF 2024-04-22T23:16:01.006 DEBUG:teuthology.orchestra.run.smithi167:> sudo cp /boot/grub/grub.cfg /tmp/tmp.E3GodC58vF 2024-04-22T23:16:01.063 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 0666 /tmp/tmp.E3GodC58vF 2024-04-22T23:16:01.181 DEBUG:teuthology.orchestra.remote:smithi167:/tmp/tmp.E3GodC58vF is 10KB 2024-04-22T23:16:01.236 DEBUG:teuthology.orchestra.run.smithi167:> rm -fr /tmp/tmp.E3GodC58vF 2024-04-22T23:16:01.242 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:16:01.295 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T23:16:01.295 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:16:01.295 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:16:01.362 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:16:01.362 DEBUG:teuthology.orchestra.run.smithi167:> sudo update-grub 2024-04-22T23:16:01.721 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2024-04-22T23:16:01.738 DEBUG:teuthology.orchestra.run.smithi145:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:16:01.802 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2024-04-22T23:16:02.003 INFO:teuthology.orchestra.run.smithi145.stdout:Building dependency tree... 2024-04-22T23:16:02.003 INFO:teuthology.orchestra.run.smithi145.stdout:Reading state information... 2024-04-22T23:16:02.180 INFO:teuthology.orchestra.run.smithi145.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:16:02.181 INFO:teuthology.orchestra.run.smithi145.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:16:02.181 INFO:teuthology.orchestra.run.smithi145.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:16:02.181 INFO:teuthology.orchestra.run.smithi145.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:16:02.181 INFO:teuthology.orchestra.run.smithi145.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:16:02.181 INFO:teuthology.orchestra.run.smithi145.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:16:02.182 INFO:teuthology.orchestra.run.smithi145.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:16:02.182 INFO:teuthology.orchestra.run.smithi145.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:16:02.224 INFO:teuthology.orchestra.run.smithi145.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:16:02.226 DEBUG:teuthology.orchestra.run.smithi145:> dpkg -s linux-image-generic 2024-04-22T23:16:02.243 INFO:teuthology.orchestra.run.smithi145.stdout:Package: linux-image-generic 2024-04-22T23:16:02.243 INFO:teuthology.orchestra.run.smithi145.stdout:Status: install ok installed 2024-04-22T23:16:02.243 INFO:teuthology.orchestra.run.smithi145.stdout:Priority: optional 2024-04-22T23:16:02.243 INFO:teuthology.orchestra.run.smithi145.stdout:Section: kernel 2024-04-22T23:16:02.243 INFO:teuthology.orchestra.run.smithi145.stdout:Installed-Size: 21 2024-04-22T23:16:02.243 INFO:teuthology.orchestra.run.smithi145.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:16:02.243 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: amd64 2024-04-22T23:16:02.243 INFO:teuthology.orchestra.run.smithi145.stdout:Source: linux-meta 2024-04-22T23:16:02.243 INFO:teuthology.orchestra.run.smithi145.stdout:Version: 5.15.0.105.102 2024-04-22T23:16:02.244 INFO:teuthology.orchestra.run.smithi145.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-22T23:16:02.244 INFO:teuthology.orchestra.run.smithi145.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-22T23:16:02.244 INFO:teuthology.orchestra.run.smithi145.stdout:Recommends: thermald 2024-04-22T23:16:02.244 INFO:teuthology.orchestra.run.smithi145.stdout:Description: Generic Linux kernel image 2024-04-22T23:16:02.244 INFO:teuthology.orchestra.run.smithi145.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:16:02.244 INFO:teuthology.orchestra.run.smithi145.stdout: available. 2024-04-22T23:16:02.244 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2024-04-22T23:16:02.290 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.gNCaavBP92 2024-04-22T23:16:02.290 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub/grub.cfg /tmp/tmp.gNCaavBP92 2024-04-22T23:16:02.346 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.gNCaavBP92 2024-04-22T23:16:02.469 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.gNCaavBP92 is 10KB 2024-04-22T23:16:02.482 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.gNCaavBP92 2024-04-22T23:16:02.487 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:16:02.546 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:16:02.546 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:16:02.546 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:16:02.552 INFO:teuthology.orchestra.run.smithi167.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:16:02.554 INFO:teuthology.orchestra.run.smithi167.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:16:02.556 INFO:teuthology.orchestra.run.smithi167.stderr:Generating grub configuration file ... 2024-04-22T23:16:02.617 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:16:02.617 DEBUG:teuthology.orchestra.run.smithi145:> sudo update-grub 2024-04-22T23:16:02.738 INFO:teuthology.orchestra.run.smithi167.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:16:02.743 INFO:teuthology.orchestra.run.smithi167.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:16:03.035 INFO:teuthology.orchestra.run.smithi167.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:16:03.040 INFO:teuthology.orchestra.run.smithi167.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:16:03.082 INFO:teuthology.orchestra.run.smithi167.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:16:03.087 INFO:teuthology.orchestra.run.smithi167.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:16:03.207 INFO:teuthology.orchestra.run.smithi167.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:16:03.208 INFO:teuthology.orchestra.run.smithi167.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:16:03.208 INFO:teuthology.orchestra.run.smithi167.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:16:03.219 INFO:teuthology.orchestra.run.smithi167.stderr:done 2024-04-22T23:16:03.236 DEBUG:teuthology.orchestra.run.smithi167:> sudo shutdown -r now 2024-04-22T23:16:03.825 INFO:teuthology.orchestra.run.smithi145.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:16:03.826 INFO:teuthology.orchestra.run.smithi145.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:16:03.828 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2024-04-22T23:16:04.007 INFO:teuthology.orchestra.run.smithi145.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:16:04.013 INFO:teuthology.orchestra.run.smithi145.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:16:04.248 INFO:teuthology.orchestra.run.smithi145.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:16:04.253 INFO:teuthology.orchestra.run.smithi145.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:16:04.291 INFO:teuthology.orchestra.run.smithi145.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:16:04.296 INFO:teuthology.orchestra.run.smithi145.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:16:04.418 INFO:teuthology.orchestra.run.smithi145.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:16:04.418 INFO:teuthology.orchestra.run.smithi145.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:16:04.418 INFO:teuthology.orchestra.run.smithi145.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:16:04.431 INFO:teuthology.orchestra.run.smithi145.stderr:done 2024-04-22T23:16:04.441 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2024-04-22T23:16:33.267 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-22T23:16:33.267 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-22T23:16:33.269 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:16:34.444 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-22T23:16:34.445 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-22T23:16:34.445 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:17:07.743 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2024-04-22T23:17:16.751 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-22T23:17:16.752 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:17:34.462 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T23:17:43.473 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-22T23:17:43.474 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:17:43.477 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2024-04-22T23:17:55.486 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-22T23:17:55.487 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:17:55.767 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-04-22T23:17:56.344 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-22T23:17:56.344 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-22T23:17:56.344 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-04-22T23:17:56.390 INFO:teuthology.orchestra.run.smithi145.stdout:5.15.0-105-generic 2024-04-22T23:17:56.390 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:17:56.390 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:17:56.393 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:17:57.394 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T23:17:57.394 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:17:57.738 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2024-04-22T23:17:57.756 DEBUG:teuthology.parallel:result is None 2024-04-22T23:18:16.755 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T23:18:28.756 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-22T23:18:28.758 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:18:29.027 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-04-22T23:18:29.600 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-22T23:18:29.601 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-22T23:18:29.601 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2024-04-22T23:18:29.646 INFO:teuthology.orchestra.run.smithi167.stdout:5.15.0-105-generic 2024-04-22T23:18:29.646 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:18:29.647 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:18:29.647 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:18:30.648 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T23:18:30.648 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:18:30.723 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2024-04-22T23:18:30.756 DEBUG:teuthology.parallel:result is None 2024-04-22T23:18:30.756 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T23:18:30.763 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T23:18:30.764 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:18:30.766 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:18:30.772 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T23:18:30.779 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T23:18:30.785 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T23:18:30.786 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:18:30.816 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:18:30.870 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T23:18:30.877 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T23:18:30.878 DEBUG:teuthology.orchestra.run.smithi145:> 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-22T23:18:30.882 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T23:18:30.903 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:18:30.911 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:18:30.917 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:18:30.925 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:18:30.927 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T23:18:30.934 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T23:18:30.934 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:18:30.971 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:18:31.055 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T23:18:31.067 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T23:18:31.067 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:18:31.069 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:18:31.075 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:18:31.122 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:18:31.170 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:18:31.170 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:18:31.230 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:18:31.239 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:18:31.286 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T23:18:31.286 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:18:31.351 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2024-04-22T23:18:31.354 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2024-04-22T23:18:31.424 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T23:18:31.432 INFO:teuthology.task.internal:Starting timer... 2024-04-22T23:18:31.432 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T23:18:31.513 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T23:18:31.523 DEBUG:teuthology.task.selinux:Excluding smithi145: OS 'ubuntu' does not support SELinux 2024-04-22T23:18:31.523 DEBUG:teuthology.task.selinux:Excluding smithi167: OS 'ubuntu' does not support SELinux 2024-04-22T23:18:31.523 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T23:18:31.523 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-22T23:18:31.523 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T23:18:31.523 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T23:18:31.532 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T23:18:31.555 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-22T23:18:31.557 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi145.front.sepia.ceph.com,smithi167.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T23:25:31.215 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi145.front.sepia.ceph.com'), Remote(name='ubuntu@smithi167.front.sepia.ceph.com')] 2024-04-22T23:25:31.216 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-22T23:25:31.218 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:25:31.304 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-04-22T23:25:31.382 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-04-22T23:25:31.383 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-22T23:25:31.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:25:31.463 DEBUG:teuthology.orchestra.run.smithi167:> true 2024-04-22T23:25:31.538 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2024-04-22T23:25:31.538 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T23:25:31.550 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T23:25:31.550 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:25:31.551 DEBUG:teuthology.orchestra.run.smithi145:> 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-22T23:25:31.553 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:25:31.553 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T23:25:31.582 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:25:31.582 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: Command line: ntpd -gq 2024-04-22T23:25:31.582 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: ---------------------------------------------------- 2024-04-22T23:25:31.582 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:25:31.582 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:25:31.582 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: corporation. Support and training for ntp-4 are 2024-04-22T23:25:31.582 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: available at https://www.nwtime.org/support 2024-04-22T23:25:31.582 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: ---------------------------------------------------- 2024-04-22T23:25:31.582 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: proto: precision = 0.047 usec (-24) 2024-04-22T23:25:31.583 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: basedate set to 2022-02-04 2024-04-22T23:25:31.583 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:25:31.583 INFO:teuthology.orchestra.run.smithi145.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:25:31.583 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:25:31.584 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:25:31.584 INFO:teuthology.orchestra.run.smithi145.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:25:31.585 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:25:31.585 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:25:31.585 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:25:31.585 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: Listen normally on 3 enp3s0f1 172.21.15.145:123 2024-04-22T23:25:31.586 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: Listen normally on 4 lo [::1]:123 2024-04-22T23:25:31.586 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7791%5]:123 2024-04-22T23:25:31.586 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:31 ntpd[17204]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:25:31.607 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:25:31.607 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: Command line: ntpd -gq 2024-04-22T23:25:31.607 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: ---------------------------------------------------- 2024-04-22T23:25:31.607 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:25:31.607 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:25:31.607 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: corporation. Support and training for ntp-4 are 2024-04-22T23:25:31.607 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: available at https://www.nwtime.org/support 2024-04-22T23:25:31.607 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: ---------------------------------------------------- 2024-04-22T23:25:31.608 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: proto: precision = 0.044 usec (-24) 2024-04-22T23:25:31.608 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: basedate set to 2022-02-04 2024-04-22T23:25:31.608 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:25:31.608 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:25:31.608 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:25:31.609 INFO:teuthology.orchestra.run.smithi167.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:25:31.609 INFO:teuthology.orchestra.run.smithi167.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:25:31.610 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:25:31.610 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:25:31.610 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:25:31.610 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: Listen normally on 3 enp3s0f1 172.21.15.167:123 2024-04-22T23:25:31.610 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: Listen normally on 4 lo [::1]:123 2024-04-22T23:25:31.610 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7309%5]:123 2024-04-22T23:25:31.610 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:31 ntpd[17226]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:25:32.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:32.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:32.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:32.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:32.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:32.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:32.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:32.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:32.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:32.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:32.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:32.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:32 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:32.607 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:32 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:32.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:32 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:32.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:32 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:32.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:32 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:32.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:32 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:32.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:32 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:33.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:33 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:33.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:33 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:33.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:33 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:33.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:33 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:33.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:33 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:33.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:33 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:33.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:33 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:33.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:33 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:34.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:34.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:34.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:34.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:34.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:34.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:34.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:34.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:34.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:34.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:34.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:34.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:34 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:34.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:34 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:34.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:34 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:34.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:34 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:34.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:34 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:34.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:34 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:34.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:34 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:34.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:34 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:34.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:34 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:35.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:35 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:35.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:35 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:35.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:35 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:35.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:35 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:35.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:35 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:35.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:35 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:35.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:35.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:35.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:35.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:35.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:35.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:35.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:35.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:35.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:35.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:35.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:35.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:35 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:36.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:36.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:36.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:36.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:36.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:36.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:36.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:36.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:36.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:36.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:36.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:36.582 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:36 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:36.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:36 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:36.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:36 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:36.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:36 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:36.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:36 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:36.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:36 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:36.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:36 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:37.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:37 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:37.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:37 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:37.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:37 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:37.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:37 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:37.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:37 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:37.581 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:37 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:37.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:37.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:37.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:37.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:37.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:37.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:37.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:37.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:37.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:37.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:37.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:37.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:37 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:38.583 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:38 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:38.583 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:38 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:38.583 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:38 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:38.583 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:38 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:38.583 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:38 ntpd[17204]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:38.583 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:38 ntpd[17204]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:38.583 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:38 ntpd[17204]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:38.583 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:38 ntpd[17204]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:38.583 INFO:teuthology.orchestra.run.smithi145.stdout:22 Apr 23:25:38 ntpd[17204]: ntpd: time slew -0.000753 s 2024-04-22T23:25:38.584 INFO:teuthology.orchestra.run.smithi145.stdout:ntpd: time slew -0.000753s 2024-04-22T23:25:38.584 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:38 ntpd[17204]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:25:38.584 INFO:teuthology.orchestra.run.smithi145.stderr:22 Apr 23:25:38 ntpd[17204]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:25:38.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:38 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:38.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:38 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:38.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:38 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:38.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:38 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:38.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:38 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:38.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:38 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:38.637 INFO:teuthology.orchestra.run.smithi145.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:25:38.637 INFO:teuthology.orchestra.run.smithi145.stdout:============================================================================== 2024-04-22T23:25:38.637 INFO:teuthology.orchestra.run.smithi145.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:25:38.637 INFO:teuthology.orchestra.run.smithi145.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:25:38.637 INFO:teuthology.orchestra.run.smithi145.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:25:38.637 INFO:teuthology.orchestra.run.smithi145.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:25:39.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:39.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:39.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:39.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:39.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:39.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:39.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:39.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:39.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:39.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:39.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:39.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:39 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:40.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:40 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:40.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:40 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:40.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:40 ntpd[17226]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:25:40.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:40 ntpd[17226]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:25:40.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:40 ntpd[17226]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:25:40.608 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:40 ntpd[17226]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:25:40.608 INFO:teuthology.orchestra.run.smithi167.stdout:22 Apr 23:25:40 ntpd[17226]: ntpd: time slew -0.001032 s 2024-04-22T23:25:40.609 INFO:teuthology.orchestra.run.smithi167.stdout:ntpd: time slew -0.001032s 2024-04-22T23:25:40.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:40 ntpd[17226]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:25:40.609 INFO:teuthology.orchestra.run.smithi167.stderr:22 Apr 23:25:40 ntpd[17226]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:25:40.652 INFO:teuthology.orchestra.run.smithi167.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:25:40.652 INFO:teuthology.orchestra.run.smithi167.stdout:============================================================================== 2024-04-22T23:25:40.653 INFO:teuthology.orchestra.run.smithi167.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:25:40.653 INFO:teuthology.orchestra.run.smithi167.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:25:40.653 INFO:teuthology.orchestra.run.smithi167.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:25:40.653 INFO:teuthology.orchestra.run.smithi167.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:25:40.653 INFO:teuthology.run_tasks:Running task install... 2024-04-22T23:25:40.662 DEBUG:teuthology.task.install:project ceph 2024-04-22T23:25:40.663 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'}} 2024-04-22T23:25:40.663 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:25:40.663 INFO:teuthology.task.install:Using flavor: default 2024-04-22T23:25:40.669 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-22T23:25:40.669 INFO:teuthology.task.install:extra packages: [] 2024-04-22T23:25:40.669 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-key list | grep Ceph 2024-04-22T23:25:40.670 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-key list | grep Ceph 2024-04-22T23:25:40.735 INFO:teuthology.orchestra.run.smithi145.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-22T23:25:40.754 INFO:teuthology.orchestra.run.smithi167.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-22T23:25:40.765 INFO:teuthology.orchestra.run.smithi145.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-22T23:25:40.765 INFO:teuthology.orchestra.run.smithi145.stdout:uid [ unknown] Ceph.com (release key) 2024-04-22T23:25:40.765 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-22T23:25:40.766 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:25:40.782 INFO:teuthology.orchestra.run.smithi167.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-22T23:25:40.782 INFO:teuthology.orchestra.run.smithi167.stdout:uid [ unknown] Ceph.com (release key) 2024-04-22T23:25:40.783 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-22T23:25:40.783 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:25:40.922 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/ 2024-04-22T23:25:40.922 INFO:teuthology.task.install.deb:Package version is 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:25:40.926 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/ 2024-04-22T23:25:40.927 INFO:teuthology.task.install.deb:Package version is 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:25:41.096 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T23:25:41.096 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-22T23:25:41.102 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:25:41.102 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-22T23:25:41.110 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2024-04-22T23:25:41.116 DEBUG:teuthology.orchestra.run.smithi145:> sudo apt-get update 2024-04-22T23:25:41.279 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:25:41.279 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:25:41.288 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:25:41.288 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:25:41.294 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:25:41.302 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:25:41.314 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:25:41.322 INFO:teuthology.orchestra.run.smithi145.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:25:41.327 INFO:teuthology.orchestra.run.smithi167.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy InRelease 2024-04-22T23:25:41.338 INFO:teuthology.orchestra.run.smithi145.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy InRelease 2024-04-22T23:25:41.348 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-22T23:25:41.359 INFO:teuthology.orchestra.run.smithi145.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-22T23:25:41.370 INFO:teuthology.orchestra.run.smithi167.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-22T23:25:41.381 INFO:teuthology.orchestra.run.smithi145.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-22T23:25:41.391 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-22T23:25:41.402 INFO:teuthology.orchestra.run.smithi145.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-04-22T23:25:41.420 INFO:teuthology.orchestra.run.smithi167.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-04-22T23:25:41.429 INFO:teuthology.orchestra.run.smithi145.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-22T23:25:41.627 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 29.2 kB in 0s (86.3 kB/s) 2024-04-22T23:25:41.646 INFO:teuthology.orchestra.run.smithi145.stdout:Fetched 29.2 kB in 0s (83.2 kB/s) 2024-04-22T23:25:42.609 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2024-04-22T23:25:42.623 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-22T23:25:42.624 DEBUG:teuthology.orchestra.run.smithi145:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3252-g43be0201-1jammy cephadm=19.0.0-3252-g43be0201-1jammy ceph-mds=19.0.0-3252-g43be0201-1jammy ceph-mgr=19.0.0-3252-g43be0201-1jammy ceph-common=19.0.0-3252-g43be0201-1jammy ceph-fuse=19.0.0-3252-g43be0201-1jammy ceph-test=19.0.0-3252-g43be0201-1jammy ceph-volume=19.0.0-3252-g43be0201-1jammy radosgw=19.0.0-3252-g43be0201-1jammy python3-rados=19.0.0-3252-g43be0201-1jammy python3-rgw=19.0.0-3252-g43be0201-1jammy python3-cephfs=19.0.0-3252-g43be0201-1jammy python3-rbd=19.0.0-3252-g43be0201-1jammy libcephfs2=19.0.0-3252-g43be0201-1jammy libcephfs-dev=19.0.0-3252-g43be0201-1jammy librados2=19.0.0-3252-g43be0201-1jammy librbd1=19.0.0-3252-g43be0201-1jammy rbd-fuse=19.0.0-3252-g43be0201-1jammy 2024-04-22T23:25:42.639 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3252-g43be0201-1jammy cephadm=19.0.0-3252-g43be0201-1jammy ceph-mds=19.0.0-3252-g43be0201-1jammy ceph-mgr=19.0.0-3252-g43be0201-1jammy ceph-common=19.0.0-3252-g43be0201-1jammy ceph-fuse=19.0.0-3252-g43be0201-1jammy ceph-test=19.0.0-3252-g43be0201-1jammy ceph-volume=19.0.0-3252-g43be0201-1jammy radosgw=19.0.0-3252-g43be0201-1jammy python3-rados=19.0.0-3252-g43be0201-1jammy python3-rgw=19.0.0-3252-g43be0201-1jammy python3-cephfs=19.0.0-3252-g43be0201-1jammy python3-rbd=19.0.0-3252-g43be0201-1jammy libcephfs2=19.0.0-3252-g43be0201-1jammy libcephfs-dev=19.0.0-3252-g43be0201-1jammy librados2=19.0.0-3252-g43be0201-1jammy librbd1=19.0.0-3252-g43be0201-1jammy rbd-fuse=19.0.0-3252-g43be0201-1jammy 2024-04-22T23:25:42.681 INFO:teuthology.orchestra.run.smithi145.stdout:Reading package lists... 2024-04-22T23:25:42.690 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2024-04-22T23:25:42.867 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2024-04-22T23:25:42.868 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2024-04-22T23:25:42.880 INFO:teuthology.orchestra.run.smithi145.stdout:Building dependency tree... 2024-04-22T23:25:42.881 INFO:teuthology.orchestra.run.smithi145.stdout:Reading state information... 2024-04-22T23:25:43.040 INFO:teuthology.orchestra.run.smithi167.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:25:43.040 INFO:teuthology.orchestra.run.smithi167.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:25:43.040 INFO:teuthology.orchestra.run.smithi167.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:25:43.040 INFO:teuthology.orchestra.run.smithi167.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:25:43.040 INFO:teuthology.orchestra.run.smithi167.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:25:43.041 INFO:teuthology.orchestra.run.smithi167.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:25:43.041 INFO:teuthology.orchestra.run.smithi167.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:25:43.041 INFO:teuthology.orchestra.run.smithi167.stdout:The following additional packages will be installed: 2024-04-22T23:25:43.041 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-22T23:25:43.041 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-22T23:25:43.043 INFO:teuthology.orchestra.run.smithi167.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout: xmlstarlet zip 2024-04-22T23:25:43.044 INFO:teuthology.orchestra.run.smithi167.stdout:Suggested packages: 2024-04-22T23:25:43.045 INFO:teuthology.orchestra.run.smithi167.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-22T23:25:43.045 INFO:teuthology.orchestra.run.smithi167.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-22T23:25:43.045 INFO:teuthology.orchestra.run.smithi167.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-22T23:25:43.045 INFO:teuthology.orchestra.run.smithi167.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-22T23:25:43.045 INFO:teuthology.orchestra.run.smithi167.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-22T23:25:43.045 INFO:teuthology.orchestra.run.smithi167.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-22T23:25:43.045 INFO:teuthology.orchestra.run.smithi167.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-22T23:25:43.045 INFO:teuthology.orchestra.run.smithi167.stdout:Recommended packages: 2024-04-22T23:25:43.045 INFO:teuthology.orchestra.run.smithi167.stdout: btrfs-tools 2024-04-22T23:25:43.064 INFO:teuthology.orchestra.run.smithi145.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:25:43.064 INFO:teuthology.orchestra.run.smithi145.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:25:43.064 INFO:teuthology.orchestra.run.smithi145.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:25:43.064 INFO:teuthology.orchestra.run.smithi145.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:25:43.064 INFO:teuthology.orchestra.run.smithi145.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:25:43.064 INFO:teuthology.orchestra.run.smithi145.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:25:43.064 INFO:teuthology.orchestra.run.smithi145.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:25:43.066 INFO:teuthology.orchestra.run.smithi145.stdout:The following additional packages will be installed: 2024-04-22T23:25:43.066 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-22T23:25:43.066 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-22T23:25:43.066 INFO:teuthology.orchestra.run.smithi145.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-22T23:25:43.066 INFO:teuthology.orchestra.run.smithi145.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-22T23:25:43.066 INFO:teuthology.orchestra.run.smithi145.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-22T23:25:43.066 INFO:teuthology.orchestra.run.smithi145.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-22T23:25:43.066 INFO:teuthology.orchestra.run.smithi145.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-22T23:25:43.067 INFO:teuthology.orchestra.run.smithi145.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-22T23:25:43.068 INFO:teuthology.orchestra.run.smithi145.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-22T23:25:43.068 INFO:teuthology.orchestra.run.smithi145.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-22T23:25:43.068 INFO:teuthology.orchestra.run.smithi145.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-22T23:25:43.068 INFO:teuthology.orchestra.run.smithi145.stdout: xmlstarlet zip 2024-04-22T23:25:43.068 INFO:teuthology.orchestra.run.smithi145.stdout:Suggested packages: 2024-04-22T23:25:43.068 INFO:teuthology.orchestra.run.smithi145.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-22T23:25:43.068 INFO:teuthology.orchestra.run.smithi145.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-22T23:25:43.068 INFO:teuthology.orchestra.run.smithi145.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-22T23:25:43.068 INFO:teuthology.orchestra.run.smithi145.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-22T23:25:43.069 INFO:teuthology.orchestra.run.smithi145.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-22T23:25:43.069 INFO:teuthology.orchestra.run.smithi145.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-22T23:25:43.069 INFO:teuthology.orchestra.run.smithi145.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-22T23:25:43.069 INFO:teuthology.orchestra.run.smithi145.stdout:Recommended packages: 2024-04-22T23:25:43.069 INFO:teuthology.orchestra.run.smithi145.stdout: btrfs-tools 2024-04-22T23:25:43.144 INFO:teuthology.orchestra.run.smithi167.stdout:The following NEW packages will be installed: 2024-04-22T23:25:43.144 INFO:teuthology.orchestra.run.smithi167.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-22T23:25:43.144 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-22T23:25:43.144 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-22T23:25:43.144 INFO:teuthology.orchestra.run.smithi167.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-22T23:25:43.145 INFO:teuthology.orchestra.run.smithi167.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-22T23:25:43.145 INFO:teuthology.orchestra.run.smithi167.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-22T23:25:43.146 INFO:teuthology.orchestra.run.smithi167.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-22T23:25:43.146 INFO:teuthology.orchestra.run.smithi167.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-22T23:25:43.146 INFO:teuthology.orchestra.run.smithi167.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-22T23:25:43.146 INFO:teuthology.orchestra.run.smithi167.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-22T23:25:43.146 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-22T23:25:43.146 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-22T23:25:43.146 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-22T23:25:43.146 INFO:teuthology.orchestra.run.smithi167.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-22T23:25:43.146 INFO:teuthology.orchestra.run.smithi167.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-22T23:25:43.146 INFO:teuthology.orchestra.run.smithi167.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-22T23:25:43.147 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-22T23:25:43.147 INFO:teuthology.orchestra.run.smithi167.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-22T23:25:43.147 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-22T23:25:43.147 INFO:teuthology.orchestra.run.smithi167.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-22T23:25:43.147 INFO:teuthology.orchestra.run.smithi167.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-22T23:25:43.147 INFO:teuthology.orchestra.run.smithi167.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-22T23:25:43.147 INFO:teuthology.orchestra.run.smithi167.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-22T23:25:43.147 INFO:teuthology.orchestra.run.smithi167.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-22T23:25:43.147 INFO:teuthology.orchestra.run.smithi167.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-22T23:25:43.147 INFO:teuthology.orchestra.run.smithi167.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-22T23:25:43.166 INFO:teuthology.orchestra.run.smithi145.stdout:The following NEW packages will be installed: 2024-04-22T23:25:43.166 INFO:teuthology.orchestra.run.smithi145.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-22T23:25:43.166 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-22T23:25:43.167 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-22T23:25:43.167 INFO:teuthology.orchestra.run.smithi145.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-22T23:25:43.167 INFO:teuthology.orchestra.run.smithi145.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-22T23:25:43.167 INFO:teuthology.orchestra.run.smithi145.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-22T23:25:43.168 INFO:teuthology.orchestra.run.smithi145.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-22T23:25:43.168 INFO:teuthology.orchestra.run.smithi145.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-22T23:25:43.168 INFO:teuthology.orchestra.run.smithi145.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-22T23:25:43.168 INFO:teuthology.orchestra.run.smithi145.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-22T23:25:43.168 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-22T23:25:43.168 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-22T23:25:43.168 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-22T23:25:43.168 INFO:teuthology.orchestra.run.smithi145.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-22T23:25:43.168 INFO:teuthology.orchestra.run.smithi145.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-22T23:25:43.169 INFO:teuthology.orchestra.run.smithi145.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-22T23:25:43.208 INFO:teuthology.orchestra.run.smithi167.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-22T23:25:43.209 INFO:teuthology.orchestra.run.smithi167.stdout:Need to get 181 MB of archives. 2024-04-22T23:25:43.209 INFO:teuthology.orchestra.run.smithi167.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-22T23:25:43.209 INFO:teuthology.orchestra.run.smithi167.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-22T23:25:43.235 INFO:teuthology.orchestra.run.smithi145.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-22T23:25:43.235 INFO:teuthology.orchestra.run.smithi145.stdout:Need to get 181 MB of archives. 2024-04-22T23:25:43.235 INFO:teuthology.orchestra.run.smithi145.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-22T23:25:43.235 INFO:teuthology.orchestra.run.smithi145.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-22T23:25:43.286 INFO:teuthology.orchestra.run.smithi167.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3252-g43be0201-1jammy [3,555 kB] 2024-04-22T23:25:43.309 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-22T23:25:43.312 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-22T23:25:43.331 INFO:teuthology.orchestra.run.smithi167.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-22T23:25:43.341 INFO:teuthology.orchestra.run.smithi145.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-22T23:25:43.345 INFO:teuthology.orchestra.run.smithi145.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-22T23:25:43.365 INFO:teuthology.orchestra.run.smithi145.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-22T23:25:43.388 INFO:teuthology.orchestra.run.smithi145.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3252-g43be0201-1jammy [3,555 kB] 2024-04-22T23:25:43.398 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-22T23:25:43.404 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-22T23:25:43.416 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-22T23:25:43.420 INFO:teuthology.orchestra.run.smithi167.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-22T23:25:43.420 INFO:teuthology.orchestra.run.smithi167.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-22T23:25:43.421 INFO:teuthology.orchestra.run.smithi167.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-22T23:25:43.429 INFO:teuthology.orchestra.run.smithi167.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-22T23:25:43.431 INFO:teuthology.orchestra.run.smithi167.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-22T23:25:43.433 INFO:teuthology.orchestra.run.smithi167.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-22T23:25:43.434 INFO:teuthology.orchestra.run.smithi167.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-22T23:25:43.436 INFO:teuthology.orchestra.run.smithi145.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-22T23:25:43.442 INFO:teuthology.orchestra.run.smithi145.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-22T23:25:43.443 INFO:teuthology.orchestra.run.smithi167.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-22T23:25:43.445 INFO:teuthology.orchestra.run.smithi167.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-22T23:25:43.448 INFO:teuthology.orchestra.run.smithi167.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-22T23:25:43.449 INFO:teuthology.orchestra.run.smithi167.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-22T23:25:43.454 INFO:teuthology.orchestra.run.smithi145.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-22T23:25:43.459 INFO:teuthology.orchestra.run.smithi145.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-22T23:25:43.459 INFO:teuthology.orchestra.run.smithi145.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-22T23:25:43.460 INFO:teuthology.orchestra.run.smithi145.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-22T23:25:43.462 INFO:teuthology.orchestra.run.smithi167.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-22T23:25:43.463 INFO:teuthology.orchestra.run.smithi167.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-22T23:25:43.464 INFO:teuthology.orchestra.run.smithi167.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-22T23:25:43.464 INFO:teuthology.orchestra.run.smithi167.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-22T23:25:43.464 INFO:teuthology.orchestra.run.smithi167.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-22T23:25:43.465 INFO:teuthology.orchestra.run.smithi167.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-22T23:25:43.469 INFO:teuthology.orchestra.run.smithi145.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-22T23:25:43.471 INFO:teuthology.orchestra.run.smithi145.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-22T23:25:43.473 INFO:teuthology.orchestra.run.smithi145.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-22T23:25:43.475 INFO:teuthology.orchestra.run.smithi145.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-22T23:25:43.482 INFO:teuthology.orchestra.run.smithi167.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-22T23:25:43.482 INFO:teuthology.orchestra.run.smithi145.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-22T23:25:43.483 INFO:teuthology.orchestra.run.smithi167.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-22T23:25:43.485 INFO:teuthology.orchestra.run.smithi145.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-22T23:25:43.485 INFO:teuthology.orchestra.run.smithi167.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-22T23:25:43.487 INFO:teuthology.orchestra.run.smithi145.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-22T23:25:43.487 INFO:teuthology.orchestra.run.smithi167.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-22T23:25:43.501 INFO:teuthology.orchestra.run.smithi167.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-22T23:25:43.501 INFO:teuthology.orchestra.run.smithi167.stdout:Get:31 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3252-g43be0201-1jammy [3,223 kB] 2024-04-22T23:25:43.502 INFO:teuthology.orchestra.run.smithi167.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-22T23:25:43.502 INFO:teuthology.orchestra.run.smithi167.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-22T23:25:43.503 INFO:teuthology.orchestra.run.smithi145.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-22T23:25:43.504 INFO:teuthology.orchestra.run.smithi167.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-22T23:25:43.504 INFO:teuthology.orchestra.run.smithi167.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-22T23:25:43.504 INFO:teuthology.orchestra.run.smithi167.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-22T23:25:43.505 INFO:teuthology.orchestra.run.smithi145.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-22T23:25:43.505 INFO:teuthology.orchestra.run.smithi145.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-22T23:25:43.505 INFO:teuthology.orchestra.run.smithi145.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-22T23:25:43.506 INFO:teuthology.orchestra.run.smithi145.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-22T23:25:43.506 INFO:teuthology.orchestra.run.smithi145.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-22T23:25:43.506 INFO:teuthology.orchestra.run.smithi145.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-22T23:25:43.520 INFO:teuthology.orchestra.run.smithi167.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-22T23:25:43.521 INFO:teuthology.orchestra.run.smithi167.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-22T23:25:43.522 INFO:teuthology.orchestra.run.smithi167.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-22T23:25:43.525 INFO:teuthology.orchestra.run.smithi145.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-22T23:25:43.526 INFO:teuthology.orchestra.run.smithi145.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-22T23:25:43.526 INFO:teuthology.orchestra.run.smithi145.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-22T23:25:43.527 INFO:teuthology.orchestra.run.smithi167.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-22T23:25:43.540 INFO:teuthology.orchestra.run.smithi167.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-22T23:25:43.540 INFO:teuthology.orchestra.run.smithi167.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-22T23:25:43.541 INFO:teuthology.orchestra.run.smithi167.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-22T23:25:43.542 INFO:teuthology.orchestra.run.smithi167.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-22T23:25:43.544 INFO:teuthology.orchestra.run.smithi167.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-22T23:25:43.545 INFO:teuthology.orchestra.run.smithi167.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-22T23:25:43.546 INFO:teuthology.orchestra.run.smithi145.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-22T23:25:43.547 INFO:teuthology.orchestra.run.smithi145.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-22T23:25:43.547 INFO:teuthology.orchestra.run.smithi145.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-22T23:25:43.548 INFO:teuthology.orchestra.run.smithi145.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-22T23:25:43.550 INFO:teuthology.orchestra.run.smithi145.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-22T23:25:43.550 INFO:teuthology.orchestra.run.smithi145.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-22T23:25:43.551 INFO:teuthology.orchestra.run.smithi145.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-22T23:25:43.559 INFO:teuthology.orchestra.run.smithi167.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-22T23:25:43.560 INFO:teuthology.orchestra.run.smithi167.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-22T23:25:43.562 INFO:teuthology.orchestra.run.smithi167.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-22T23:25:43.563 INFO:teuthology.orchestra.run.smithi167.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-22T23:25:43.566 INFO:teuthology.orchestra.run.smithi145.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-22T23:25:43.568 INFO:teuthology.orchestra.run.smithi145.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-22T23:25:43.568 INFO:teuthology.orchestra.run.smithi145.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-22T23:25:43.579 INFO:teuthology.orchestra.run.smithi167.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-22T23:25:43.581 INFO:teuthology.orchestra.run.smithi167.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-22T23:25:43.598 INFO:teuthology.orchestra.run.smithi145.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-22T23:25:43.598 INFO:teuthology.orchestra.run.smithi145.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-22T23:25:43.599 INFO:teuthology.orchestra.run.smithi145.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-22T23:25:43.600 INFO:teuthology.orchestra.run.smithi145.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-22T23:25:43.602 INFO:teuthology.orchestra.run.smithi145.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-22T23:25:43.606 INFO:teuthology.orchestra.run.smithi145.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-22T23:25:43.607 INFO:teuthology.orchestra.run.smithi145.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-22T23:25:43.608 INFO:teuthology.orchestra.run.smithi167.stdout:Get:53 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3252-g43be0201-1jammy [712 kB] 2024-04-22T23:25:43.627 INFO:teuthology.orchestra.run.smithi145.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-22T23:25:43.628 INFO:teuthology.orchestra.run.smithi145.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-22T23:25:43.632 INFO:teuthology.orchestra.run.smithi145.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-22T23:25:43.634 INFO:teuthology.orchestra.run.smithi167.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-22T23:25:43.634 INFO:teuthology.orchestra.run.smithi167.stdout:Get:55 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3252-g43be0201-1jammy [356 kB] 2024-04-22T23:25:43.635 INFO:teuthology.orchestra.run.smithi167.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-22T23:25:43.636 INFO:teuthology.orchestra.run.smithi167.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-22T23:25:43.636 INFO:teuthology.orchestra.run.smithi167.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-22T23:25:43.637 INFO:teuthology.orchestra.run.smithi167.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-22T23:25:43.646 INFO:teuthology.orchestra.run.smithi167.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3252-g43be0201-1jammy [32.8 kB] 2024-04-22T23:25:43.648 INFO:teuthology.orchestra.run.smithi167.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3252-g43be0201-1jammy [180 kB] 2024-04-22T23:25:43.654 INFO:teuthology.orchestra.run.smithi145.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-22T23:25:43.654 INFO:teuthology.orchestra.run.smithi167.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3252-g43be0201-1jammy [67.4 kB] 2024-04-22T23:25:43.655 INFO:teuthology.orchestra.run.smithi145.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-22T23:25:43.656 INFO:teuthology.orchestra.run.smithi167.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-22T23:25:43.656 INFO:teuthology.orchestra.run.smithi167.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3252-g43be0201-1jammy [330 kB] 2024-04-22T23:25:43.658 INFO:teuthology.orchestra.run.smithi167.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-22T23:25:43.658 INFO:teuthology.orchestra.run.smithi167.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-22T23:25:43.660 INFO:teuthology.orchestra.run.smithi145.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-22T23:25:43.668 INFO:teuthology.orchestra.run.smithi167.stdout:Get:67 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3252-g43be0201-1jammy [6,894 kB] 2024-04-22T23:25:43.697 INFO:teuthology.orchestra.run.smithi167.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-22T23:25:43.697 INFO:teuthology.orchestra.run.smithi167.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-22T23:25:43.697 INFO:teuthology.orchestra.run.smithi167.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-22T23:25:43.698 INFO:teuthology.orchestra.run.smithi167.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-22T23:25:43.709 INFO:teuthology.orchestra.run.smithi167.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-22T23:25:43.710 INFO:teuthology.orchestra.run.smithi167.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-22T23:25:43.710 INFO:teuthology.orchestra.run.smithi167.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-22T23:25:43.711 INFO:teuthology.orchestra.run.smithi167.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-22T23:25:43.715 INFO:teuthology.orchestra.run.smithi167.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-22T23:25:43.730 INFO:teuthology.orchestra.run.smithi167.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-22T23:25:43.732 INFO:teuthology.orchestra.run.smithi167.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-22T23:25:43.733 INFO:teuthology.orchestra.run.smithi167.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-22T23:25:43.737 INFO:teuthology.orchestra.run.smithi145.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-22T23:25:43.737 INFO:teuthology.orchestra.run.smithi167.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-22T23:25:43.738 INFO:teuthology.orchestra.run.smithi145.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-22T23:25:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-22T23:25:43.739 INFO:teuthology.orchestra.run.smithi145.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-22T23:25:43.740 INFO:teuthology.orchestra.run.smithi167.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-22T23:25:43.740 INFO:teuthology.orchestra.run.smithi145.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-22T23:25:43.754 INFO:teuthology.orchestra.run.smithi167.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-22T23:25:43.755 INFO:teuthology.orchestra.run.smithi167.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-22T23:25:43.759 INFO:teuthology.orchestra.run.smithi145.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-22T23:25:43.761 INFO:teuthology.orchestra.run.smithi167.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-22T23:25:43.761 INFO:teuthology.orchestra.run.smithi145.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-22T23:25:43.761 INFO:teuthology.orchestra.run.smithi145.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-22T23:25:43.761 INFO:teuthology.orchestra.run.smithi167.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-22T23:25:43.765 INFO:teuthology.orchestra.run.smithi167.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-22T23:25:43.775 INFO:teuthology.orchestra.run.smithi145.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-22T23:25:43.776 INFO:teuthology.orchestra.run.smithi145.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-22T23:25:43.776 INFO:teuthology.orchestra.run.smithi167.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-22T23:25:43.777 INFO:teuthology.orchestra.run.smithi167.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-22T23:25:43.777 INFO:teuthology.orchestra.run.smithi167.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-22T23:25:43.779 INFO:teuthology.orchestra.run.smithi167.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-22T23:25:43.780 INFO:teuthology.orchestra.run.smithi167.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-22T23:25:43.787 INFO:teuthology.orchestra.run.smithi145.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-22T23:25:43.787 INFO:teuthology.orchestra.run.smithi145.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-22T23:25:43.788 INFO:teuthology.orchestra.run.smithi145.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-22T23:25:43.788 INFO:teuthology.orchestra.run.smithi145.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-22T23:25:43.788 INFO:teuthology.orchestra.run.smithi145.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-22T23:25:43.789 INFO:teuthology.orchestra.run.smithi145.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-22T23:25:43.792 INFO:teuthology.orchestra.run.smithi145.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-22T23:25:43.795 INFO:teuthology.orchestra.run.smithi167.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-22T23:25:43.796 INFO:teuthology.orchestra.run.smithi167.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-22T23:25:43.796 INFO:teuthology.orchestra.run.smithi167.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-22T23:25:43.799 INFO:teuthology.orchestra.run.smithi167.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-22T23:25:43.799 INFO:teuthology.orchestra.run.smithi167.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-22T23:25:43.815 INFO:teuthology.orchestra.run.smithi145.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-22T23:25:43.817 INFO:teuthology.orchestra.run.smithi145.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-22T23:25:43.817 INFO:teuthology.orchestra.run.smithi145.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-22T23:25:43.836 INFO:teuthology.orchestra.run.smithi145.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-22T23:25:43.838 INFO:teuthology.orchestra.run.smithi145.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-22T23:25:43.839 INFO:teuthology.orchestra.run.smithi145.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-22T23:25:43.840 INFO:teuthology.orchestra.run.smithi145.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-22T23:25:43.844 INFO:teuthology.orchestra.run.smithi145.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-22T23:25:43.844 INFO:teuthology.orchestra.run.smithi145.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-22T23:25:43.848 INFO:teuthology.orchestra.run.smithi145.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-22T23:25:43.856 INFO:teuthology.orchestra.run.smithi145.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-22T23:25:43.857 INFO:teuthology.orchestra.run.smithi145.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-22T23:25:43.857 INFO:teuthology.orchestra.run.smithi145.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-22T23:25:43.877 INFO:teuthology.orchestra.run.smithi145.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-22T23:25:43.878 INFO:teuthology.orchestra.run.smithi145.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-22T23:25:43.885 INFO:teuthology.orchestra.run.smithi145.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-22T23:25:43.885 INFO:teuthology.orchestra.run.smithi145.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-22T23:25:43.885 INFO:teuthology.orchestra.run.smithi145.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-22T23:25:43.887 INFO:teuthology.orchestra.run.smithi145.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-22T23:25:43.888 INFO:teuthology.orchestra.run.smithi145.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-22T23:25:43.911 INFO:teuthology.orchestra.run.smithi167.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3252-g43be0201-1jammy [112 kB] 2024-04-22T23:25:43.949 INFO:teuthology.orchestra.run.smithi167.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3252-g43be0201-1jammy [466 kB] 2024-04-22T23:25:43.959 INFO:teuthology.orchestra.run.smithi167.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3252-g43be0201-1jammy [25.8 MB] 2024-04-22T23:25:44.810 INFO:teuthology.orchestra.run.smithi145.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3252-g43be0201-1jammy [3,223 kB] 2024-04-22T23:25:44.922 INFO:teuthology.orchestra.run.smithi167.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3252-g43be0201-1jammy [5,092 kB] 2024-04-22T23:25:45.068 INFO:teuthology.orchestra.run.smithi167.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3252-g43be0201-1jammy [245 kB] 2024-04-22T23:25:45.075 INFO:teuthology.orchestra.run.smithi167.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3252-g43be0201-1jammy [124 kB] 2024-04-22T23:25:45.079 INFO:teuthology.orchestra.run.smithi167.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3252-g43be0201-1jammy [1,527 kB] 2024-04-22T23:25:45.142 INFO:teuthology.orchestra.run.smithi167.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3252-g43be0201-1jammy [6,260 kB] 2024-04-22T23:25:45.387 INFO:teuthology.orchestra.run.smithi167.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3252-g43be0201-1jammy [22.8 MB] 2024-04-22T23:25:45.456 INFO:teuthology.orchestra.run.smithi145.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3252-g43be0201-1jammy [712 kB] 2024-04-22T23:25:45.601 INFO:teuthology.orchestra.run.smithi145.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3252-g43be0201-1jammy [356 kB] 2024-04-22T23:25:45.656 INFO:teuthology.orchestra.run.smithi145.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3252-g43be0201-1jammy [32.8 kB] 2024-04-22T23:25:45.672 INFO:teuthology.orchestra.run.smithi145.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3252-g43be0201-1jammy [180 kB] 2024-04-22T23:25:45.695 INFO:teuthology.orchestra.run.smithi145.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3252-g43be0201-1jammy [67.4 kB] 2024-04-22T23:25:45.702 INFO:teuthology.orchestra.run.smithi145.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3252-g43be0201-1jammy [330 kB] 2024-04-22T23:25:45.767 INFO:teuthology.orchestra.run.smithi145.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3252-g43be0201-1jammy [6,894 kB] 2024-04-22T23:25:46.426 INFO:teuthology.orchestra.run.smithi167.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3252-g43be0201-1jammy [14.0 kB] 2024-04-22T23:25:46.426 INFO:teuthology.orchestra.run.smithi167.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3252-g43be0201-1jammy [870 kB] 2024-04-22T23:25:46.443 INFO:teuthology.orchestra.run.smithi167.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3252-g43be0201-1jammy [2,437 kB] 2024-04-22T23:25:46.486 INFO:teuthology.orchestra.run.smithi167.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3252-g43be0201-1jammy [791 kB] 2024-04-22T23:25:46.496 INFO:teuthology.orchestra.run.smithi167.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3252-g43be0201-1jammy [149 kB] 2024-04-22T23:25:46.499 INFO:teuthology.orchestra.run.smithi167.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3252-g43be0201-1jammy [2,297 kB] 2024-04-22T23:25:46.601 INFO:teuthology.orchestra.run.smithi167.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3252-g43be0201-1jammy [8,625 kB] 2024-04-22T23:25:46.807 INFO:teuthology.orchestra.run.smithi145.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3252-g43be0201-1jammy [112 kB] 2024-04-22T23:25:46.825 INFO:teuthology.orchestra.run.smithi145.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3252-g43be0201-1jammy [466 kB] 2024-04-22T23:25:46.894 INFO:teuthology.orchestra.run.smithi145.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3252-g43be0201-1jammy [25.8 MB] 2024-04-22T23:25:46.961 INFO:teuthology.orchestra.run.smithi167.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3252-g43be0201-1jammy [14.2 kB] 2024-04-22T23:25:46.962 INFO:teuthology.orchestra.run.smithi167.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3252-g43be0201-1jammy [51.6 MB] 2024-04-22T23:25:49.427 INFO:teuthology.orchestra.run.smithi167.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3252-g43be0201-1jammy [124 kB] 2024-04-22T23:25:49.430 INFO:teuthology.orchestra.run.smithi167.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3252-g43be0201-1jammy [38.9 kB] 2024-04-22T23:25:49.434 INFO:teuthology.orchestra.run.smithi167.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3252-g43be0201-1jammy [13.6 MB] 2024-04-22T23:25:49.938 INFO:teuthology.orchestra.run.smithi167.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3252-g43be0201-1jammy [91.6 kB] 2024-04-22T23:25:50.198 INFO:teuthology.orchestra.run.smithi145.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3252-g43be0201-1jammy [5,092 kB] 2024-04-22T23:25:50.424 INFO:teuthology.orchestra.run.smithi145.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3252-g43be0201-1jammy [245 kB] 2024-04-22T23:25:50.429 INFO:teuthology.orchestra.run.smithi145.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3252-g43be0201-1jammy [124 kB] 2024-04-22T23:25:50.451 INFO:teuthology.orchestra.run.smithi145.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3252-g43be0201-1jammy [1,527 kB] 2024-04-22T23:25:50.491 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 181 MB in 7s (26.6 MB/s) 2024-04-22T23:25:50.532 INFO:teuthology.orchestra.run.smithi145.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3252-g43be0201-1jammy [6,260 kB] 2024-04-22T23:25:50.671 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-22T23:25:50.772 INFO:teuthology.orchestra.run.smithi167.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-22T23:25:50.777 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-22T23:25:50.861 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-22T23:25:50.896 INFO:teuthology.orchestra.run.smithi145.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3252-g43be0201-1jammy [22.8 MB] 2024-04-22T23:25:51.190 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-22T23:25:51.217 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-22T23:25:51.256 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-22T23:25:51.568 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-22T23:25:51.595 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-22T23:25:51.634 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-22T23:25:52.088 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-22T23:25:52.115 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:25:52.163 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:25:52.367 INFO:teuthology.orchestra.run.smithi145.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3252-g43be0201-1jammy [14.0 kB] 2024-04-22T23:25:52.367 INFO:teuthology.orchestra.run.smithi145.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3252-g43be0201-1jammy [870 kB] 2024-04-22T23:25:52.384 INFO:teuthology.orchestra.run.smithi145.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3252-g43be0201-1jammy [2,437 kB] 2024-04-22T23:25:52.541 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-22T23:25:52.556 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:25:52.561 INFO:teuthology.orchestra.run.smithi145.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3252-g43be0201-1jammy [791 kB] 2024-04-22T23:25:52.591 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:25:52.602 INFO:teuthology.orchestra.run.smithi145.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3252-g43be0201-1jammy [149 kB] 2024-04-22T23:25:52.621 INFO:teuthology.orchestra.run.smithi145.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3252-g43be0201-1jammy [2,297 kB] 2024-04-22T23:25:52.742 INFO:teuthology.orchestra.run.smithi145.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3252-g43be0201-1jammy [8,625 kB] 2024-04-22T23:25:52.945 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-22T23:25:52.971 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:25:53.011 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:25:53.373 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-22T23:25:53.399 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-22T23:25:53.438 INFO:teuthology.orchestra.run.smithi145.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3252-g43be0201-1jammy [14.2 kB] 2024-04-22T23:25:53.439 INFO:teuthology.orchestra.run.smithi145.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3252-g43be0201-1jammy [51.6 MB] 2024-04-22T23:25:53.439 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-22T23:25:53.734 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librados2. 2024-04-22T23:25:53.757 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../007-librados2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:25:53.792 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librados2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:25:54.229 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librbd1. 2024-04-22T23:25:54.255 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../008-librbd1_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:25:54.295 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librbd1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:25:54.973 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libcephfs2. 2024-04-22T23:25:55.000 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:25:55.040 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libcephfs2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:25:55.475 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rados. 2024-04-22T23:25:55.491 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:25:55.525 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rados (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:25:55.820 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-22T23:25:55.847 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:25:55.887 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-ceph-argparse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:25:56.131 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cephfs. 2024-04-22T23:25:56.157 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:25:56.198 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cephfs (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:25:56.509 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-22T23:25:56.535 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:25:56.575 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:25:56.854 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-22T23:25:56.880 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-22T23:25:56.912 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-22T23:25:57.223 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-prettytable. 2024-04-22T23:25:57.249 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-22T23:25:57.289 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-22T23:25:57.559 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rbd. 2024-04-22T23:25:57.574 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:25:57.617 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rbd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:25:57.972 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-22T23:25:57.999 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-22T23:25:58.039 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-22T23:25:58.350 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-22T23:25:58.376 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-22T23:25:58.416 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-22T23:25:58.719 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-22T23:25:58.734 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-22T23:25:58.777 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-22T23:25:59.064 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package lua5.1. 2024-04-22T23:25:59.074 INFO:teuthology.orchestra.run.smithi145.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3252-g43be0201-1jammy [124 kB] 2024-04-22T23:25:59.077 INFO:teuthology.orchestra.run.smithi145.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3252-g43be0201-1jammy [38.9 kB] 2024-04-22T23:25:59.078 INFO:teuthology.orchestra.run.smithi145.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3252-g43be0201-1jammy [13.6 MB] 2024-04-22T23:25:59.090 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-22T23:25:59.122 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-22T23:25:59.417 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package lua-any. 2024-04-22T23:25:59.443 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-22T23:25:59.484 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-22T23:25:59.728 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package zip. 2024-04-22T23:25:59.743 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-22T23:25:59.786 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking zip (3.0-12build2) ... 2024-04-22T23:26:00.115 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package unzip. 2024-04-22T23:26:00.141 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-22T23:26:00.181 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-22T23:26:00.568 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package luarocks. 2024-04-22T23:26:00.595 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-22T23:26:00.596 INFO:teuthology.orchestra.run.smithi145.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3252-g43be0201-1jammy [91.6 kB] 2024-04-22T23:26:00.635 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-22T23:26:01.026 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librgw2. 2024-04-22T23:26:01.053 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../025-librgw2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:01.092 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librgw2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:01.158 INFO:teuthology.orchestra.run.smithi145.stdout:Fetched 181 MB in 17s (10.4 MB/s) 2024-04-22T23:26:01.316 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-22T23:26:01.411 INFO:teuthology.orchestra.run.smithi145.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-22T23:26:01.416 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-22T23:26:01.498 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-22T23:26:01.645 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rgw. 2024-04-22T23:26:01.660 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:01.695 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:01.818 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-22T23:26:01.845 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-22T23:26:01.877 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-22T23:26:02.056 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-22T23:26:02.082 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-22T23:26:02.131 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-22T23:26:02.188 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-22T23:26:02.214 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-22T23:26:02.254 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-22T23:26:02.451 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libradosstriper1. 2024-04-22T23:26:02.478 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:02.517 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libradosstriper1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:02.700 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-22T23:26:02.726 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:26:02.774 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:26:02.954 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-common. 2024-04-22T23:26:02.980 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:03.020 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:03.136 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-22T23:26:03.162 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:26:03.194 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:26:03.548 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-22T23:26:03.574 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:26:03.614 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:26:03.959 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-22T23:26:03.985 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-22T23:26:04.025 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-22T23:26:04.312 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package librados2. 2024-04-22T23:26:04.339 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../007-librados2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:04.370 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking librados2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:04.426 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-base. 2024-04-22T23:26:04.452 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:04.502 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-base (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:04.798 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package librbd1. 2024-04-22T23:26:04.825 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../008-librbd1_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:04.864 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking librbd1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:05.080 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-22T23:26:05.106 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-22T23:26:05.147 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-22T23:26:05.309 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libcephfs2. 2024-04-22T23:26:05.336 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:05.376 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libcephfs2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:05.641 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cheroot. 2024-04-22T23:26:05.661 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-rados. 2024-04-22T23:26:05.667 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-22T23:26:05.688 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:05.708 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-22T23:26:05.728 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-rados (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:06.027 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-22T23:26:06.054 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-22T23:26:06.094 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-22T23:26:06.206 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-22T23:26:06.233 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:06.264 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-ceph-argparse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:06.405 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-22T23:26:06.432 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-22T23:26:06.472 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-22T23:26:06.567 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-cephfs. 2024-04-22T23:26:06.594 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:06.633 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-cephfs (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:06.750 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-22T23:26:06.776 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-22T23:26:06.816 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-22T23:26:06.953 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-22T23:26:06.980 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:07.019 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:07.086 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-tempora. 2024-04-22T23:26:07.112 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-22T23:26:07.152 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-22T23:26:07.306 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-22T23:26:07.321 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-22T23:26:07.356 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-22T23:26:07.464 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-portend. 2024-04-22T23:26:07.490 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-22T23:26:07.530 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-22T23:26:07.668 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-prettytable. 2024-04-22T23:26:07.694 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-22T23:26:07.734 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-22T23:26:07.800 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-22T23:26:07.826 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-22T23:26:07.858 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-22T23:26:08.003 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-rbd. 2024-04-22T23:26:08.030 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:08.070 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-rbd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:08.161 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-22T23:26:08.187 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-22T23:26:08.227 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-22T23:26:08.398 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-22T23:26:08.424 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-22T23:26:08.464 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-22T23:26:08.548 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-natsort. 2024-04-22T23:26:08.575 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-22T23:26:08.606 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-22T23:26:08.742 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-22T23:26:08.769 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-22T23:26:08.817 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-22T23:26:08.892 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-logutils. 2024-04-22T23:26:08.919 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-22T23:26:08.959 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-22T23:26:09.103 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-22T23:26:09.118 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-22T23:26:09.161 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-22T23:26:09.287 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-22T23:26:09.313 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-22T23:26:09.353 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-22T23:26:09.440 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package lua5.1. 2024-04-22T23:26:09.455 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-22T23:26:09.489 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-22T23:26:09.656 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-mako. 2024-04-22T23:26:09.683 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-22T23:26:09.723 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-22T23:26:09.801 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package lua-any. 2024-04-22T23:26:09.827 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-22T23:26:09.868 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-22T23:26:10.043 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-22T23:26:10.070 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-22T23:26:10.109 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-22T23:26:10.129 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package zip. 2024-04-22T23:26:10.144 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-22T23:26:10.187 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking zip (3.0-12build2) ... 2024-04-22T23:26:10.354 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-22T23:26:10.369 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-22T23:26:10.403 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-22T23:26:10.482 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package unzip. 2024-04-22T23:26:10.497 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-22T23:26:10.534 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-22T23:26:10.698 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-webob. 2024-04-22T23:26:10.725 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-22T23:26:10.765 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-22T23:26:10.929 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package luarocks. 2024-04-22T23:26:10.955 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-22T23:26:10.996 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-22T23:26:11.118 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-waitress. 2024-04-22T23:26:11.145 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-22T23:26:11.187 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-22T23:26:11.396 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package librgw2. 2024-04-22T23:26:11.422 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../025-librgw2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:11.462 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking librgw2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:11.490 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-tempita. 2024-04-22T23:26:11.514 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-22T23:26:11.554 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-22T23:26:11.840 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-paste. 2024-04-22T23:26:11.856 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-22T23:26:11.890 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-22T23:26:12.023 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-rgw. 2024-04-22T23:26:12.049 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:12.089 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-rgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:12.235 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-22T23:26:12.262 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-22T23:26:12.301 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-22T23:26:12.409 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-22T23:26:12.435 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-22T23:26:12.475 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-22T23:26:12.579 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-22T23:26:12.606 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-22T23:26:12.662 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-22T23:26:12.762 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libradosstriper1. 2024-04-22T23:26:12.789 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:12.828 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libradosstriper1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:12.940 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-webtest. 2024-04-22T23:26:12.967 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-22T23:26:13.007 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-22T23:26:13.257 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-common. 2024-04-22T23:26:13.283 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:13.318 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pecan. 2024-04-22T23:26:13.323 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:13.345 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-22T23:26:13.385 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-22T23:26:13.733 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-certifi. 2024-04-22T23:26:13.758 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-22T23:26:13.798 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-22T23:26:14.134 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-idna. 2024-04-22T23:26:14.161 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-22T23:26:14.200 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-22T23:26:14.495 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-urllib3. 2024-04-22T23:26:14.522 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-22T23:26:14.561 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-22T23:26:14.873 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-requests. 2024-04-22T23:26:14.900 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-22T23:26:14.931 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-22T23:26:15.193 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-22T23:26:15.220 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-22T23:26:15.259 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-22T23:26:15.387 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-base. 2024-04-22T23:26:15.414 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:15.455 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-base (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:15.537 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-22T23:26:15.553 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:15.587 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:15.975 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-22T23:26:16.001 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-22T23:26:16.033 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-22T23:26:16.167 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-22T23:26:16.194 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:16.250 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:16.335 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-cheroot. 2024-04-22T23:26:16.362 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-22T23:26:16.402 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-22T23:26:16.989 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-22T23:26:17.015 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-22T23:26:17.055 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-22T23:26:17.337 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-22T23:26:17.364 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-22T23:26:17.383 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-22T23:26:17.395 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-22T23:26:17.409 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-22T23:26:17.449 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-22T23:26:17.673 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-openssl. 2024-04-22T23:26:17.700 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-22T23:26:17.710 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-22T23:26:17.737 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-22T23:26:17.740 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-22T23:26:17.786 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-22T23:26:18.085 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr. 2024-04-22T23:26:18.088 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-tempora. 2024-04-22T23:26:18.111 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:18.115 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-22T23:26:18.151 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:18.155 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-22T23:26:18.441 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-portend. 2024-04-22T23:26:18.468 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-22T23:26:18.508 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-22T23:26:18.538 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mon. 2024-04-22T23:26:18.564 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:18.604 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mon (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:18.786 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-22T23:26:18.812 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-22T23:26:18.844 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-22T23:26:19.113 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-22T23:26:19.140 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-22T23:26:19.166 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-osd. 2024-04-22T23:26:19.180 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-22T23:26:19.192 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:19.232 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-osd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:19.509 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-natsort. 2024-04-22T23:26:19.535 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-22T23:26:19.575 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-22T23:26:19.853 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-logutils. 2024-04-22T23:26:19.869 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-22T23:26:19.903 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-22T23:26:20.206 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-22T23:26:20.233 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-22T23:26:20.273 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-22T23:26:20.310 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph. 2024-04-22T23:26:20.337 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../066-ceph_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:20.377 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:20.575 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-mako. 2024-04-22T23:26:20.601 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-22T23:26:20.642 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-22T23:26:20.696 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-fuse. 2024-04-22T23:26:20.723 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:20.763 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:20.987 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-22T23:26:21.013 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-22T23:26:21.053 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-22T23:26:21.100 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mds. 2024-04-22T23:26:21.126 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:21.158 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mds (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:21.314 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-22T23:26:21.330 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-22T23:26:21.364 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-22T23:26:21.561 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package cephadm. 2024-04-22T23:26:21.587 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../069-cephadm_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:21.627 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:21.650 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-webob. 2024-04-22T23:26:21.677 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-22T23:26:21.717 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-22T23:26:21.946 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-22T23:26:21.973 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-22T23:26:22.013 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-22T23:26:22.087 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-waitress. 2024-04-22T23:26:22.114 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-22T23:26:22.156 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-22T23:26:22.333 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-22T23:26:22.359 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-22T23:26:22.399 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-22T23:26:22.465 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-tempita. 2024-04-22T23:26:22.491 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-22T23:26:22.531 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-22T23:26:22.818 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-paste. 2024-04-22T23:26:22.844 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-22T23:26:22.884 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-22T23:26:23.187 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-22T23:26:23.203 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-22T23:26:23.262 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-22T23:26:23.479 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-babel. 2024-04-22T23:26:23.506 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-22T23:26:23.545 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-22T23:26:23.565 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-22T23:26:23.591 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-22T23:26:23.631 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-22T23:26:23.865 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jinja2. 2024-04-22T23:26:23.892 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-22T23:26:23.923 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-22T23:26:23.935 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-webtest. 2024-04-22T23:26:23.961 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-22T23:26:24.001 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-22T23:26:24.243 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-22T23:26:24.270 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:24.287 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-pecan. 2024-04-22T23:26:24.301 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:24.314 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-22T23:26:24.354 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-22T23:26:24.613 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-22T23:26:24.628 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-22T23:26:24.663 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-22T23:26:24.675 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-certifi. 2024-04-22T23:26:24.702 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-22T23:26:24.733 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-22T23:26:24.941 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-routes. 2024-04-22T23:26:24.968 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-22T23:26:25.007 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-22T23:26:25.062 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-idna. 2024-04-22T23:26:25.088 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-22T23:26:25.128 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-22T23:26:25.269 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-22T23:26:25.284 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:25.318 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:25.448 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-urllib3. 2024-04-22T23:26:25.474 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-22T23:26:25.514 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-22T23:26:25.842 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-requests. 2024-04-22T23:26:25.869 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-22T23:26:25.909 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-22T23:26:26.220 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-22T23:26:26.247 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-22T23:26:26.286 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-22T23:26:26.581 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-22T23:26:26.597 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:26.639 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:26.782 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-22T23:26:26.798 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-22T23:26:26.840 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-22T23:26:27.186 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-22T23:26:27.213 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:27.253 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:27.369 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-joblib. 2024-04-22T23:26:27.396 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-22T23:26:27.435 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-22T23:26:27.564 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-22T23:26:27.591 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-22T23:26:27.630 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-22T23:26:27.772 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-22T23:26:27.799 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-22T23:26:27.830 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-22T23:26:27.933 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-openssl. 2024-04-22T23:26:27.960 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-22T23:26:28.016 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-22T23:26:28.100 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-sklearn. 2024-04-22T23:26:28.127 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-22T23:26:28.166 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-22T23:26:28.311 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-mgr. 2024-04-22T23:26:28.338 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:28.386 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-mgr (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:28.781 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-mon. 2024-04-22T23:26:28.807 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:28.816 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-22T23:26:28.833 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:28.847 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-mon (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:28.960 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:29.459 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-osd. 2024-04-22T23:26:29.486 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:29.526 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-osd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:29.930 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cachetools. 2024-04-22T23:26:29.958 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-22T23:26:29.997 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-22T23:26:30.275 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-22T23:26:30.302 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-22T23:26:30.333 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-22T23:26:30.545 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph. 2024-04-22T23:26:30.561 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../066-ceph_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:30.595 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:30.670 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-22T23:26:30.697 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-22T23:26:30.736 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-22T23:26:30.898 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-fuse. 2024-04-22T23:26:30.914 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:30.956 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:31.089 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rsa. 2024-04-22T23:26:31.117 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-22T23:26:31.155 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-22T23:26:31.318 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-mds. 2024-04-22T23:26:31.345 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:31.384 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-mds (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:31.459 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-google-auth. 2024-04-22T23:26:31.475 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-22T23:26:31.509 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-22T23:26:31.779 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package cephadm. 2024-04-22T23:26:31.794 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../069-cephadm_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:31.804 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-22T23:26:31.820 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-22T23:26:31.829 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:31.862 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-22T23:26:32.140 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-22T23:26:32.167 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-22T23:26:32.182 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-websocket. 2024-04-22T23:26:32.207 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-22T23:26:32.210 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-22T23:26:32.249 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-22T23:26:32.534 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-22T23:26:32.550 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-22T23:26:32.569 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-22T23:26:32.584 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-22T23:26:32.596 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-22T23:26:32.635 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-22T23:26:33.308 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-22T23:26:33.324 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:33.366 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:33.614 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-babel. 2024-04-22T23:26:33.642 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-22T23:26:33.680 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-22T23:26:33.685 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-22T23:26:33.712 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-22T23:26:33.751 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-22T23:26:33.983 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-jinja2. 2024-04-22T23:26:34.011 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-22T23:26:34.050 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-22T23:26:34.071 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-22T23:26:34.099 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-22T23:26:34.129 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-22T23:26:34.378 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-22T23:26:34.406 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:34.407 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package jq. 2024-04-22T23:26:34.435 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-22T23:26:34.444 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:34.474 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-22T23:26:34.726 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package socat. 2024-04-22T23:26:34.754 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-22T23:26:34.764 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-22T23:26:34.791 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-22T23:26:34.793 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-22T23:26:34.839 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-22T23:26:35.113 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package xmlstarlet. 2024-04-22T23:26:35.137 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-22T23:26:35.164 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-routes. 2024-04-22T23:26:35.180 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-22T23:26:35.191 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-22T23:26:35.233 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-22T23:26:35.534 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-test. 2024-04-22T23:26:35.561 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:35.579 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-22T23:26:35.600 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-test (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:35.605 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:35.645 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:37.058 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-22T23:26:37.074 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-22T23:26:37.108 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-22T23:26:37.737 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-joblib. 2024-04-22T23:26:37.753 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-22T23:26:37.787 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-22T23:26:38.140 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-22T23:26:38.163 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-volume. 2024-04-22T23:26:38.167 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-22T23:26:38.190 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:38.206 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-22T23:26:38.229 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-volume (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:38.509 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-sklearn. 2024-04-22T23:26:38.535 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-22T23:26:38.536 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-22T23:26:38.563 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:38.575 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-22T23:26:38.602 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libcephfs-dev (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:38.930 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-22T23:26:38.958 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-22T23:26:38.996 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-22T23:26:39.326 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-22T23:26:39.335 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-22T23:26:39.354 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-22T23:26:39.362 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:39.385 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-22T23:26:39.487 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:39.764 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package nvme-cli. 2024-04-22T23:26:39.791 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-22T23:26:39.830 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-22T23:26:40.278 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package pkg-config. 2024-04-22T23:26:40.305 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-22T23:26:40.344 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-22T23:26:40.432 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-cachetools. 2024-04-22T23:26:40.459 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-22T23:26:40.498 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-22T23:26:40.597 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-22T23:26:40.625 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-22T23:26:40.663 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-22T23:26:40.759 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-22T23:26:40.787 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-22T23:26:40.825 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-22T23:26:41.092 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-22T23:26:41.119 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-22T23:26:41.146 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-22T23:26:41.158 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-22T23:26:41.173 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-22T23:26:41.212 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-22T23:26:41.445 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pastescript. 2024-04-22T23:26:41.460 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-22T23:26:41.503 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-22T23:26:41.524 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-rsa. 2024-04-22T23:26:41.551 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-22T23:26:41.590 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-22T23:26:41.806 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pluggy. 2024-04-22T23:26:41.834 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-22T23:26:41.873 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-22T23:26:41.919 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-google-auth. 2024-04-22T23:26:41.946 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-22T23:26:41.985 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-22T23:26:42.193 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-psutil. 2024-04-22T23:26:42.220 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-22T23:26:42.259 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-22T23:26:42.338 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-22T23:26:42.363 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-22T23:26:42.405 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-22T23:26:42.604 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-py. 2024-04-22T23:26:42.632 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-22T23:26:42.675 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-websocket. 2024-04-22T23:26:42.678 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-22T23:26:42.702 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-22T23:26:42.733 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-22T23:26:42.974 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pygments. 2024-04-22T23:26:42.990 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-22T23:26:43.024 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-22T23:26:43.061 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-22T23:26:43.089 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-22T23:26:43.128 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-22T23:26:43.453 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-22T23:26:43.481 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-22T23:26:43.520 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-22T23:26:43.800 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-22T23:26:43.816 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:43.839 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-toml. 2024-04-22T23:26:43.858 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:43.866 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-22T23:26:43.905 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-22T23:26:44.177 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-22T23:26:44.205 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-22T23:26:44.208 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pytest. 2024-04-22T23:26:44.236 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-22T23:26:44.244 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-22T23:26:44.275 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-22T23:26:44.564 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-22T23:26:44.591 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-22T23:26:44.604 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-simplejson. 2024-04-22T23:26:44.630 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-22T23:26:44.631 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-22T23:26:44.670 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-22T23:26:44.900 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package jq. 2024-04-22T23:26:44.927 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-22T23:26:44.939 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-22T23:26:44.955 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-22T23:26:44.966 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-22T23:26:44.998 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-22T23:26:45.219 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package socat. 2024-04-22T23:26:45.246 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-22T23:26:45.285 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-22T23:26:45.589 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package xmlstarlet. 2024-04-22T23:26:45.616 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-22T23:26:45.655 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-22T23:26:45.802 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package radosgw. 2024-04-22T23:26:45.831 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../116-radosgw_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:45.868 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking radosgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:46.051 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-test. 2024-04-22T23:26:46.078 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:46.117 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-test (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:46.697 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package rbd-fuse. 2024-04-22T23:26:46.724 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:46.763 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking rbd-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:47.351 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-22T23:26:47.611 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-22T23:26:47.728 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-22T23:26:47.969 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-22T23:26:48.264 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package ceph-volume. 2024-04-22T23:26:48.291 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:26:48.291 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-22T23:26:48.330 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking ceph-volume (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:48.642 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-22T23:26:48.670 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:48.724 INFO:teuthology.orchestra.run.smithi167.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-22T23:26:48.731 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking libcephfs-dev (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:48.796 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:49.028 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-22T23:26:49.056 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-22T23:26:49.094 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-22T23:26:49.355 INFO:teuthology.orchestra.run.smithi167.stdout:Adding system user cephadm....done 2024-04-22T23:26:49.459 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-22T23:26:49.486 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-22T23:26:49.520 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-22T23:26:49.541 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-22T23:26:49.821 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-22T23:26:49.938 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package nvme-cli. 2024-04-22T23:26:49.966 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-22T23:26:50.005 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-22T23:26:50.097 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-22T23:26:50.240 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-22T23:26:50.452 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package pkg-config. 2024-04-22T23:26:50.479 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-22T23:26:50.491 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-22T23:26:50.518 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-22T23:26:50.751 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-22T23:26:50.787 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-22T23:26:50.803 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-22T23:26:50.846 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-22T23:26:50.877 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-22T23:26:51.195 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-22T23:26:51.291 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-22T23:26:51.318 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-22T23:26:51.357 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-22T23:26:51.547 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-22T23:26:51.660 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-pastescript. 2024-04-22T23:26:51.688 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-22T23:26:51.726 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-22T23:26:51.816 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-22T23:26:52.022 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-pluggy. 2024-04-22T23:26:52.049 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-22T23:26:52.080 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-22T23:26:52.092 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-22T23:26:52.383 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-psutil. 2024-04-22T23:26:52.393 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-22T23:26:52.411 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-22T23:26:52.449 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-22T23:26:52.661 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-22T23:26:52.777 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-py. 2024-04-22T23:26:52.805 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-22T23:26:52.912 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-22T23:26:53.080 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-22T23:26:53.189 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-ceph-argparse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:53.431 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-pygments. 2024-04-22T23:26:53.448 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-22T23:26:53.459 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-22T23:26:53.497 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-22T23:26:53.574 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-22T23:26:53.709 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-22T23:26:53.835 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-22T23:26:53.951 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-22T23:26:53.979 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-22T23:26:54.017 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-22T23:26:54.094 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-22T23:26:54.286 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-toml. 2024-04-22T23:26:54.302 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-22T23:26:54.336 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-22T23:26:54.457 INFO:teuthology.orchestra.run.smithi167.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-22T23:26:54.501 INFO:teuthology.orchestra.run.smithi167.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-22T23:26:54.564 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-22T23:26:54.639 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-pytest. 2024-04-22T23:26:54.667 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-22T23:26:54.690 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-22T23:26:54.706 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-22T23:26:55.018 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package python3-simplejson. 2024-04-22T23:26:55.034 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-22T23:26:55.050 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-22T23:26:55.067 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-22T23:26:55.184 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-22T23:26:55.295 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-22T23:26:55.311 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-22T23:26:55.345 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-22T23:26:55.444 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-22T23:26:55.712 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-22T23:26:56.030 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up zip (3.0-12build2) ... 2024-04-22T23:26:56.066 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package radosgw. 2024-04-22T23:26:56.082 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../116-radosgw_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:56.124 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking radosgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:56.181 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-22T23:26:56.841 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-22T23:26:56.943 INFO:teuthology.orchestra.run.smithi145.stdout:Selecting previously unselected package rbd-fuse. 2024-04-22T23:26:56.971 INFO:teuthology.orchestra.run.smithi145.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:26:57.009 INFO:teuthology.orchestra.run.smithi145.stdout:Unpacking rbd-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:57.101 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-22T23:26:57.227 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-22T23:26:57.315 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-22T23:26:57.370 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-22T23:26:57.565 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-22T23:26:57.691 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-22T23:26:57.721 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-22T23:26:57.937 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-22T23:26:58.106 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-22T23:26:58.308 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-22T23:26:58.357 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-22T23:26:58.710 INFO:teuthology.orchestra.run.smithi145.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-22T23:26:58.734 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-22T23:26:58.776 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:59.018 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-22T23:26:59.250 INFO:teuthology.orchestra.run.smithi145.stdout:Adding system user cephadm....done 2024-04-22T23:26:59.370 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-22T23:26:59.407 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-22T23:26:59.621 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-22T23:26:59.675 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-22T23:26:59.772 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:26:59.917 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-22T23:27:00.052 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-22T23:27:00.081 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-idna (3.3-1) ... 2024-04-22T23:27:00.295 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-22T23:27:00.416 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-22T23:27:00.546 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-22T23:27:00.672 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-22T23:27:00.990 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-22T23:27:01.367 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-22T23:27:01.627 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-22T23:27:01.630 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-22T23:27:01.882 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:27:01.894 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-22T23:27:02.016 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-22T23:27:02.163 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-22T23:27:02.293 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-22T23:27:02.419 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-22T23:27:02.430 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-22T23:27:02.553 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-22T23:27:02.698 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-22T23:27:02.846 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-22T23:27:02.941 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-ceph-argparse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:03.123 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-22T23:27:03.184 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-22T23:27:03.343 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-22T23:27:03.374 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:27:03.469 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-22T23:27:03.499 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-22T23:27:03.596 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-22T23:27:03.810 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-22T23:27:03.855 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-22T23:27:04.086 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-22T23:27:04.243 INFO:teuthology.orchestra.run.smithi145.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-22T23:27:04.294 INFO:teuthology.orchestra.run.smithi145.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-22T23:27:04.354 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-22T23:27:04.358 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-22T23:27:04.476 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-22T23:27:04.630 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-22T23:27:04.844 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-22T23:27:04.881 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-22T23:27:04.961 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-22T23:27:05.140 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-22T23:27:05.238 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-22T23:27:05.266 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-22T23:27:05.497 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-22T23:27:05.543 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-22T23:27:05.669 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-22T23:27:05.807 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up zip (3.0-12build2) ... 2024-04-22T23:27:05.933 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-22T23:27:05.953 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-22T23:27:06.271 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-22T23:27:06.539 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-22T23:27:06.618 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-22T23:27:06.682 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-22T23:27:06.808 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-22T23:27:06.869 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-22T23:27:06.897 INFO:teuthology.orchestra.run.smithi167.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-22T23:27:07.004 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-22T23:27:07.130 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-22T23:27:07.151 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-22T23:27:07.270 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-22T23:27:07.431 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-22T23:27:07.679 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-22T23:27:07.824 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-22T23:27:07.956 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-22T23:27:08.066 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-22T23:27:08.082 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-22T23:27:08.333 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:27:08.426 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-22T23:27:08.467 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-22T23:27:08.703 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-22T23:27:08.785 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-22T23:27:09.054 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-22T23:27:09.103 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-22T23:27:09.314 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-22T23:27:09.396 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-22T23:27:09.440 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:09.514 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-22T23:27:09.733 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-idna (3.3-1) ... 2024-04-22T23:27:09.781 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-22T23:27:10.042 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-22T23:27:10.049 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-22T23:27:10.404 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-22T23:27:10.805 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-22T23:27:11.098 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-22T23:27:11.290 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-22T23:27:11.459 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-22T23:27:11.550 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:27:11.585 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librados2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:11.684 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-22T23:27:11.703 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:11.804 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-22T23:27:11.943 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-22T23:27:12.069 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-22T23:27:12.115 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libcephfs2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:12.196 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-22T23:27:12.241 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libradosstriper1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:12.376 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-22T23:27:12.488 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-22T23:27:12.661 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librbd1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:12.723 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-22T23:27:12.966 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:27:13.023 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-modules-core (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:13.083 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-22T23:27:13.247 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:13.384 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-22T23:27:13.456 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-22T23:27:13.456 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-22T23:27:13.644 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-22T23:27:13.903 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-22T23:27:13.957 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libcephfs-dev (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:14.150 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rados (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:14.171 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-22T23:27:14.293 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librgw2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:14.455 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-22T23:27:14.723 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-22T23:27:14.803 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-22T23:27:14.847 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-22T23:27:15.125 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-22T23:27:15.251 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-22T23:27:15.552 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-22T23:27:15.862 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-22T23:27:16.006 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rbd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:16.121 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-22T23:27:16.132 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up rbd-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:16.231 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-22T23:27:16.267 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:16.331 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-22T23:27:16.405 INFO:teuthology.orchestra.run.smithi145.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-22T23:27:16.410 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cephfs (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:16.536 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:16.642 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-22T23:27:16.768 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-22T23:27:17.046 INFO:teuthology.orchestra.run.smithi167.stdout:Adding group ceph....done 2024-04-22T23:27:17.152 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-22T23:27:17.429 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-22T23:27:17.430 INFO:teuthology.orchestra.run.smithi167.stdout:Adding system user ceph....done 2024-04-22T23:27:17.554 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-22T23:27:17.599 INFO:teuthology.orchestra.run.smithi167.stdout:Setting system user ceph properties....done 2024-04-22T23:27:17.619 INFO:teuthology.orchestra.run.smithi167.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-22T23:27:17.756 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-22T23:27:17.814 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:27:17.915 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-22T23:27:18.062 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-22T23:27:18.207 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-22T23:27:18.484 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-22T23:27:18.512 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-test (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:18.647 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up radosgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:18.751 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-22T23:27:18.877 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-22T23:27:19.154 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-22T23:27:19.247 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:27:19.247 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:27:19.430 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-22T23:27:19.707 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-base (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:19.775 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-22T23:27:20.057 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-22T23:27:20.160 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-22T23:27:20.453 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-22T23:27:20.542 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mds (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:20.773 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-22T23:27:20.773 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-22T23:27:20.789 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-22T23:27:20.890 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up librados2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:20.999 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:21.125 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-22T23:27:21.270 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:21.462 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libcephfs2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:21.480 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-22T23:27:21.480 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-22T23:27:21.588 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libradosstriper1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:21.714 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-22T23:27:21.997 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-osd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:22.009 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up librbd1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:22.125 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-mgr-modules-core (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:22.251 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:22.389 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-22T23:27:22.389 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-22T23:27:22.467 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-22T23:27:22.467 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-22T23:27:22.899 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:23.025 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:23.044 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up libcephfs-dev (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:23.177 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mon (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:23.187 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-rados (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:23.420 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-22T23:27:23.421 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-22T23:27:23.655 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up librgw2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:23.756 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-22T23:27:23.904 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:24.021 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:24.139 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-dashboard (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:24.290 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-volume (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:24.643 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-22T23:27:24.761 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-22T23:27:24.913 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-22T23:27:25.276 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-rbd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:25.402 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up rbd-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:25.536 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-rgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:25.632 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-22T23:27:25.687 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up python3-cephfs (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:25.797 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:26.264 INFO:teuthology.orchestra.run.smithi145.stdout:Adding group ceph....done 2024-04-22T23:27:26.271 INFO:teuthology.orchestra.run.smithi167.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-22T23:27:26.276 DEBUG:teuthology.parallel:result is None 2024-04-22T23:27:26.641 INFO:teuthology.orchestra.run.smithi145.stdout:Adding system user ceph....done 2024-04-22T23:27:26.793 INFO:teuthology.orchestra.run.smithi145.stdout:Setting system user ceph properties....done 2024-04-22T23:27:26.809 INFO:teuthology.orchestra.run.smithi145.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-22T23:27:26.943 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-22T23:27:27.287 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-22T23:27:27.756 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-test (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:27.882 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up radosgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:28.295 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:27:28.295 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:27:28.692 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-base (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:29.036 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-22T23:27:29.528 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-mds (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:29.750 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-22T23:27:29.750 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-22T23:27:30.237 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-mgr (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:30.456 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-22T23:27:30.456 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-22T23:27:30.939 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-osd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:31.181 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-22T23:27:31.181 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-22T23:27:31.657 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:31.783 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:31.917 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-mon (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:32.122 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-22T23:27:32.122 INFO:teuthology.orchestra.run.smithi145.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-22T23:27:32.627 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-mgr-cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:32.925 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:33.071 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-mgr-dashboard (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:33.205 INFO:teuthology.orchestra.run.smithi145.stdout:Setting up ceph-volume (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:27:33.550 INFO:teuthology.orchestra.run.smithi145.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-22T23:27:33.658 INFO:teuthology.orchestra.run.smithi145.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-22T23:27:33.794 INFO:teuthology.orchestra.run.smithi145.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-22T23:27:34.880 INFO:teuthology.orchestra.run.smithi145.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-22T23:27:35.528 INFO:teuthology.orchestra.run.smithi145.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-22T23:27:35.533 DEBUG:teuthology.parallel:result is None 2024-04-22T23:27:35.533 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:27:35.679 DEBUG:teuthology.orchestra.run.smithi145:> dpkg-query -W -f '${Version}' ceph 2024-04-22T23:27:35.697 INFO:teuthology.orchestra.run.smithi145.stdout:19.0.0-3252-g43be0201-1jammy 2024-04-22T23:27:35.697 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:27:35.698 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252-g43be0201-1jammy is installed. 2024-04-22T23:27:35.699 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:27:35.914 DEBUG:teuthology.orchestra.run.smithi167:> dpkg-query -W -f '${Version}' ceph 2024-04-22T23:27:35.933 INFO:teuthology.orchestra.run.smithi167.stdout:19.0.0-3252-g43be0201-1jammy 2024-04-22T23:27:35.934 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:27:35.934 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252-g43be0201-1jammy is installed. 2024-04-22T23:27:35.935 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T23:27:35.936 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:27:35.936 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:27:35.950 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T23:27:35.950 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:27:35.987 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T23:27:35.987 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:27:35.987 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:27:36.004 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:27:36.059 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T23:27:36.059 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:27:36.072 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:27:36.126 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T23:27:36.126 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:27:36.126 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:27:36.139 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:27:36.191 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T23:27:36.191 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:27:36.205 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:27:36.258 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T23:27:36.258 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:27:36.258 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:27:36.271 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:27:36.324 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2024-04-22T23:27:36.325 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:27:36.337 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:27:36.391 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-04-22T23:27:36.495 INFO:tasks.cephadm:Testing if podman is available 2024-04-22T23:27:36.495 DEBUG:teuthology.orchestra.run.smithi167:> sudo podman --help 2024-04-22T23:27:36.505 INFO:teuthology.orchestra.run.smithi167.stderr:sudo: podman: command not found 2024-04-22T23:27:36.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:27:36.506 INFO:tasks.cephadm:Failed to find podman. Using docker 2024-04-22T23:27:36.506 DEBUG:teuthology.orchestra.run.smithi167:> sudo docker pull quay.io/samba.org/samba-client:latest 2024-04-22T23:27:37.306 INFO:teuthology.orchestra.run.smithi167.stdout:latest: Pulling from samba.org/samba-client 2024-04-22T23:27:37.307 INFO:teuthology.orchestra.run.smithi167.stdout:348b35dc69ab: Pulling fs layer 2024-04-22T23:27:37.307 INFO:teuthology.orchestra.run.smithi167.stdout:8fc6444796d5: Pulling fs layer 2024-04-22T23:27:38.394 INFO:teuthology.orchestra.run.smithi167.stdout:348b35dc69ab: Verifying Checksum 2024-04-22T23:27:38.395 INFO:teuthology.orchestra.run.smithi167.stdout:348b35dc69ab: Download complete 2024-04-22T23:27:38.458 INFO:teuthology.orchestra.run.smithi167.stdout:8fc6444796d5: Verifying Checksum 2024-04-22T23:27:38.458 INFO:teuthology.orchestra.run.smithi167.stdout:8fc6444796d5: Download complete 2024-04-22T23:27:42.847 INFO:teuthology.orchestra.run.smithi167.stdout:348b35dc69ab: Pull complete 2024-04-22T23:27:44.905 INFO:teuthology.orchestra.run.smithi167.stdout:8fc6444796d5: Pull complete 2024-04-22T23:27:45.045 INFO:teuthology.orchestra.run.smithi167.stdout:Digest: sha256:c0ac7b6709f5f2a6a41a00d0316ac3cf9401f7fd9da94e758e1964d1283d1b52 2024-04-22T23:27:45.098 INFO:teuthology.orchestra.run.smithi167.stdout:Status: Downloaded newer image for quay.io/samba.org/samba-client:latest 2024-04-22T23:27:45.128 INFO:teuthology.orchestra.run.smithi167.stdout:quay.io/samba.org/samba-client:latest 2024-04-22T23:27:45.132 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T23:27:45.142 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, '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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:27:45.142 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:27:45.142 INFO:tasks.cephadm:Cluster fsid is ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:27:45.143 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T23:27:45.143 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.145'} 2024-04-22T23:27:45.143 INFO:tasks.cephadm:First mon is mon.a on smithi145 2024-04-22T23:27:45.143 INFO:tasks.cephadm:First mgr is x 2024-04-22T23:27:45.143 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T23:27:45.143 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2024-04-22T23:27:45.158 DEBUG:teuthology.orchestra.run.smithi167:> sudo hostname $(hostname -s) 2024-04-22T23:27:45.172 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T23:27:45.173 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:27:45.314 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5', '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/78807/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3252-g43be0201', 'node_name': '172.21.5.38+adami08', '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-3252-g43be0201-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-22 21:55:29.434998', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-22-1618', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-22T23:27:45.447 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-04-22-1618, sha1 43be020184947e53516056c9931e1ac5bdbbb1a5 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:27:45.448 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-22T23:27:45.448 DEBUG:teuthology.orchestra.run.smithi145:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:27:46.101 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:27 /home/ubuntu/cephtest/cephadm 2024-04-22T23:27:46.101 DEBUG:teuthology.orchestra.run.smithi167:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:27:46.713 INFO:teuthology.orchestra.run.smithi167.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:27 /home/ubuntu/cephtest/cephadm 2024-04-22T23:27:46.714 DEBUG:teuthology.orchestra.run.smithi145:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:27:46.721 DEBUG:teuthology.orchestra.run.smithi167:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:27:46.738 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 on all hosts... 2024-04-22T23:27:46.738 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:27:46.766 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:27:46.930 INFO:teuthology.orchestra.run.smithi145.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:27:46.935 INFO:teuthology.orchestra.run.smithi167.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:28:39.935 INFO:teuthology.orchestra.run.smithi145.stdout:{ 2024-04-22T23:28:39.936 INFO:teuthology.orchestra.run.smithi145.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:28:39.936 INFO:teuthology.orchestra.run.smithi145.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:28:39.936 INFO:teuthology.orchestra.run.smithi145.stdout: "repo_digests": [ 2024-04-22T23:28:39.936 INFO:teuthology.orchestra.run.smithi145.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:28:39.936 INFO:teuthology.orchestra.run.smithi145.stdout: ] 2024-04-22T23:28:39.936 INFO:teuthology.orchestra.run.smithi145.stdout:} 2024-04-22T23:29:09.652 INFO:teuthology.orchestra.run.smithi167.stdout:{ 2024-04-22T23:29:09.652 INFO:teuthology.orchestra.run.smithi167.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:29:09.652 INFO:teuthology.orchestra.run.smithi167.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:29:09.653 INFO:teuthology.orchestra.run.smithi167.stdout: "repo_digests": [ 2024-04-22T23:29:09.653 INFO:teuthology.orchestra.run.smithi167.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:29:09.653 INFO:teuthology.orchestra.run.smithi167.stdout: ] 2024-04-22T23:29:09.653 INFO:teuthology.orchestra.run.smithi167.stdout:} 2024-04-22T23:29:09.695 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2024-04-22T23:29:09.709 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /etc/ceph 2024-04-22T23:29:09.722 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2024-04-22T23:29:09.762 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 777 /etc/ceph 2024-04-22T23:29:09.777 INFO:tasks.cephadm:Writing seed config... 2024-04-22T23:29:09.778 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T23:29:09.778 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T23:29:09.778 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T23:29:09.778 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T23:29:09.778 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T23:29:09.778 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T23:29:09.778 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T23:29:09.779 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:29:09.779 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T23:29:09.812 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 = ec367bfc-00ff-11ef-bc93-c7b262605968 [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 [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-22T23:29:09.812 DEBUG:teuthology.orchestra.run.smithi145:mon.a> sudo journalctl -f -n 0 -u ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mon.a.service 2024-04-22T23:29:09.860 DEBUG:teuthology.orchestra.run.smithi145:mgr.x> sudo journalctl -f -n 0 -u ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mgr.x.service 2024-04-22T23:29:09.904 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T23:29:09.904 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 -v bootstrap --fsid ec367bfc-00ff-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 x --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.145 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:29:10.111 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:29:10.111 INFO:teuthology.orchestra.run.smithi145.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5', '-v', 'bootstrap', '--fsid', 'ec367bfc-00ff-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', 'x', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.145', '--skip-admin-label'] 2024-04-22T23:29:10.111 INFO:teuthology.orchestra.run.smithi145.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T23:29:10.112 INFO:teuthology.orchestra.run.smithi145.stdout:Verifying podman|docker is present... 2024-04-22T23:29:10.112 INFO:teuthology.orchestra.run.smithi145.stdout:Verifying lvm2 is present... 2024-04-22T23:29:10.112 INFO:teuthology.orchestra.run.smithi145.stdout:Verifying time synchronization is in place... 2024-04-22T23:29:10.117 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:29:10.117 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:29:10.123 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:29:10.123 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout inactive 2024-04-22T23:29:10.128 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-22T23:29:10.128 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-22T23:29:10.132 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-22T23:29:10.133 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout inactive 2024-04-22T23:29:10.136 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-22T23:29:10.137 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout masked 2024-04-22T23:29:10.140 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-22T23:29:10.140 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout inactive 2024-04-22T23:29:10.144 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-22T23:29:10.144 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-22T23:29:10.147 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-22T23:29:10.148 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout inactive 2024-04-22T23:29:10.152 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout enabled 2024-04-22T23:29:10.155 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout active 2024-04-22T23:29:10.155 INFO:teuthology.orchestra.run.smithi145.stdout:Unit ntp.service is enabled and running 2024-04-22T23:29:10.155 INFO:teuthology.orchestra.run.smithi145.stdout:Repeating the final host check... 2024-04-22T23:29:10.155 INFO:teuthology.orchestra.run.smithi145.stdout:docker (/usr/bin/docker) is present 2024-04-22T23:29:10.156 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl is present 2024-04-22T23:29:10.156 INFO:teuthology.orchestra.run.smithi145.stdout:lvcreate is present 2024-04-22T23:29:10.159 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:29:10.159 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:29:10.162 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:29:10.162 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout inactive 2024-04-22T23:29:10.165 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-22T23:29:10.166 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-22T23:29:10.169 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-22T23:29:10.169 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout inactive 2024-04-22T23:29:10.172 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-22T23:29:10.172 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout masked 2024-04-22T23:29:10.176 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-22T23:29:10.176 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout inactive 2024-04-22T23:29:10.179 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-22T23:29:10.180 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-22T23:29:10.183 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-22T23:29:10.183 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout inactive 2024-04-22T23:29:10.187 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout enabled 2024-04-22T23:29:10.191 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stdout active 2024-04-22T23:29:10.191 INFO:teuthology.orchestra.run.smithi145.stdout:Unit ntp.service is enabled and running 2024-04-22T23:29:10.191 INFO:teuthology.orchestra.run.smithi145.stdout:Host looks OK 2024-04-22T23:29:10.191 INFO:teuthology.orchestra.run.smithi145.stdout:Cluster fsid: ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:10.191 INFO:teuthology.orchestra.run.smithi145.stdout:Acquiring lock 139847181428640 on /run/cephadm/ec367bfc-00ff-11ef-bc93-c7b262605968.lock 2024-04-22T23:29:10.191 INFO:teuthology.orchestra.run.smithi145.stdout:Lock 139847181428640 acquired on /run/cephadm/ec367bfc-00ff-11ef-bc93-c7b262605968.lock 2024-04-22T23:29:10.191 INFO:teuthology.orchestra.run.smithi145.stdout:Verifying IP 172.21.15.145 port 3300 ... 2024-04-22T23:29:10.191 INFO:teuthology.orchestra.run.smithi145.stdout:Verifying IP 172.21.15.145 port 6789 ... 2024-04-22T23:29:10.191 INFO:teuthology.orchestra.run.smithi145.stdout:Base mon IP(s) is [172.21.15.145:3300, 172.21.15.145:6789], mon addrv is [v2:172.21.15.145:3300,v1:172.21.15.145:6789] 2024-04-22T23:29:10.194 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-22T23:29:10.194 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.145 metric 100 2024-04-22T23:29:10.194 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.145 metric 100 2024-04-22T23:29:10.194 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-22T23:29:10.194 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.145 metric 100 2024-04-22T23:29:10.195 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.145 metric 100 2024-04-22T23:29:10.195 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.145 metric 100 2024-04-22T23:29:10.195 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.145 metric 100 2024-04-22T23:29:10.196 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T23:29:10.196 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-22T23:29:10.196 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1799sec pref medium 2024-04-22T23:29:10.198 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T23:29:10.198 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T23:29:10.198 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:29:10.198 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-22T23:29:10.199 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7791/64 scope link 2024-04-22T23:29:10.199 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:29:10.200 INFO:teuthology.orchestra.run.smithi145.stdout:Mon IP `172.21.15.145` is in CIDR network `172.21.0.0/20` 2024-04-22T23:29:10.200 INFO:teuthology.orchestra.run.smithi145.stdout:Mon IP `172.21.15.145` is in CIDR network `172.21.0.0/20` 2024-04-22T23:29:10.200 INFO:teuthology.orchestra.run.smithi145.stdout:Mon IP `172.21.15.145` is in CIDR network `172.21.0.1/32` 2024-04-22T23:29:10.200 INFO:teuthology.orchestra.run.smithi145.stdout:Mon IP `172.21.15.145` is in CIDR network `172.21.0.1/32` 2024-04-22T23:29:10.200 INFO:teuthology.orchestra.run.smithi145.stdout:Mon IP `172.21.15.145` is in CIDR network `172.21.0.2/32` 2024-04-22T23:29:10.200 INFO:teuthology.orchestra.run.smithi145.stdout:Mon IP `172.21.15.145` is in CIDR network `172.21.0.2/32` 2024-04-22T23:29:10.200 INFO:teuthology.orchestra.run.smithi145.stdout:Mon IP `172.21.15.145` is in CIDR network `172.21.15.254/32` 2024-04-22T23:29:10.200 INFO:teuthology.orchestra.run.smithi145.stdout:Mon IP `172.21.15.145` is in CIDR network `172.21.15.254/32` 2024-04-22T23:29:10.200 INFO:teuthology.orchestra.run.smithi145.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-22T23:29:10.201 INFO:teuthology.orchestra.run.smithi145.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T23:29:10.201 INFO:teuthology.orchestra.run.smithi145.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:29:10.537 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/docker: stdout 43be020184947e53516056c9931e1ac5bdbbb1a5: Pulling from ceph-ci/ceph 2024-04-22T23:29:10.537 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/docker: stdout Digest: sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 2024-04-22T23:29:10.537 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:29:10.538 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:29:12.093 INFO:teuthology.orchestra.run.smithi145.stdout:ceph: stdout ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:29:12.093 INFO:teuthology.orchestra.run.smithi145.stdout:Ceph version: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:29:12.093 INFO:teuthology.orchestra.run.smithi145.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T23:29:13.322 INFO:teuthology.orchestra.run.smithi145.stdout:stat: stdout 167 167 2024-04-22T23:29:13.323 INFO:teuthology.orchestra.run.smithi145.stdout:Creating initial keys... 2024-04-22T23:29:14.701 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-authtool: stdout AQDK8iZmJUnYBBAAO8i7leV2jLyEv9UlUXentg== 2024-04-22T23:29:16.031 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-authtool: stdout AQDL8iZmOIWSHBAAvowvdmzn94uLhaAzqJ+gqg== 2024-04-22T23:29:17.395 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-authtool: stdout AQDM8iZmHtgeMBAAekpCjscL38QCbSzMQ3VYEA== 2024-04-22T23:29:17.396 INFO:teuthology.orchestra.run.smithi145.stdout:Creating initial monmap... 2024-04-22T23:29:18.700 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:29:18.701 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T23:29:18.701 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:18.701 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:29:18.701 INFO:teuthology.orchestra.run.smithi145.stdout:monmaptool for a [v2:172.21.15.145:3300,v1:172.21.15.145:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:29:18.701 INFO:teuthology.orchestra.run.smithi145.stdout:setting min_mon_release = quincy 2024-04-22T23:29:18.701 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/monmaptool: set fsid to ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:18.701 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:29:18.701 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:29:18.701 INFO:teuthology.orchestra.run.smithi145.stdout:Creating mon... 2024-04-22T23:29:19.984 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.429+0000 7f37d0e17c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:29:19.984 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.429+0000 7f37d0e17c80 1 imported monmap: 2024-04-22T23:29:19.984 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr fsid ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-22T23:29:18.139131+0000 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr created 2024-04-22T23:29:18.139131+0000 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.a 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.429+0000 7f37d0e17c80 0 /usr/bin/ceph-mon: set fsid to ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Git sha 0 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:29:19.985 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: DB SUMMARY 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: DB Session ID: 0F6NGGUDD0X7ZB5TKK65 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.create_if_missing: 1 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:29:19.986 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.env: 0x55cd969b6cc0 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.info_log: 0x55cd98de8e60 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:29:19.987 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.wal_dir: 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:29:19.988 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.write_buffer_manager: 0x55cd98d7caa0 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.row_cache: None 2024-04-22T23:29:19.989 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:29:19.990 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:29:19.991 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:29:19.992 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.merge_operator: 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:29:19.993 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cd98de9040) 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-22T23:29:19.994 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55cd98daf1f0 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-22T23:29:19.995 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:29:19.996 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:29:19.997 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:29:19.998 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:29:19.999 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:29:20.000 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:29:20.001 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 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-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7845f16a-a070-4e15-a152-12cce6b733e1 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55cd98e9e000 2024-04-22T23:29:20.002 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37d0e17c80 4 rocksdb: DB pointer 0x55cd98e8e000 2024-04-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37c0f79700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.433+0000 7f37c0f79700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.003 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:29:20.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.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-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55cd98daf1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-04-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.437+0000 7f37d0e17c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.437+0000 7f37d0e17c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-22T23:29:20.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:29:19.437+0000 7f37d0e17c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-22T23:29:20.006 INFO:teuthology.orchestra.run.smithi145.stdout:create mon.a on 2024-04-22T23:29:20.216 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-22T23:29:20.388 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-22T23:29:20.616 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ec367bfc-00ff-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-ec367bfc-00ff-11ef-bc93-c7b262605968.target. 2024-04-22T23:29:20.616 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-ec367bfc-00ff-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-ec367bfc-00ff-11ef-bc93-c7b262605968.target. 2024-04-22T23:29:20.876 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:29:20.876 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-22T23:29:21.050 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ec367bfc-00ff-11ef-bc93-c7b262605968.target.wants/ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@.service. 2024-04-22T23:29:21.059 INFO:teuthology.orchestra.run.smithi145.stdout:firewalld does not appear to be present 2024-04-22T23:29:21.059 INFO:teuthology.orchestra.run.smithi145.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:29:21.059 INFO:teuthology.orchestra.run.smithi145.stdout:Waiting for mon to start... 2024-04-22T23:29:21.059 INFO:teuthology.orchestra.run.smithi145.stdout:Waiting for mon... 2024-04-22T23:29:22.540 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:22 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.318821+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:29:23.074 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout id: ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout services: 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.20868s) 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout data: 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T23:29:23.075 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T23:29:23.076 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T23:29:23.076 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:23.076 INFO:teuthology.orchestra.run.smithi145.stdout:mon is available 2024-04-22T23:29:23.076 INFO:teuthology.orchestra.run.smithi145.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T23:29:23.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322278+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322278+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322458+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322458+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322470+0000 mon.a (mon.0) 4 : cluster [DBG] fsid ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322470+0000 mon.a (mon.0) 4 : cluster [DBG] fsid ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322485+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-22T23:29:18.139131+0000 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322485+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-22T23:29:18.139131+0000 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322495+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-22T23:29:18.139131+0000 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322495+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-22T23:29:18.139131+0000 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322507+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322507+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322519+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322519+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-22T23:29:23.417 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322531+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.a 2024-04-22T23:29:23.418 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.322531+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.a 2024-04-22T23:29:23.418 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.324515+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-22T23:29:23.418 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.324515+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-22T23:29:23.418 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.326831+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:29:23.418 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.326831+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:29:23.418 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.327346+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:29:23.418 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: cluster 2024-04-22T23:29:22.327346+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:29:23.418 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: audit 2024-04-22T23:29:22.530922+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.145:0/1043199235' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:29:23.418 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:23 smithi145 bash[21082]: audit 2024-04-22T23:29:22.530922+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.145:0/1043199235' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:29:24.613 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:24.613 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout fsid = ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.145:3300,v1:172.21.15.145:6789] 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:29:24.614 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:29:24.615 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:29:24.615 INFO:teuthology.orchestra.run.smithi145.stdout:Generating new minimal ceph.conf... 2024-04-22T23:29:24.632 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:24 smithi145 bash[21082]: audit 2024-04-22T23:29:24.060500+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.145:0/1179389899' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:29:24.633 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:24 smithi145 bash[21082]: audit 2024-04-22T23:29:24.060500+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.145:0/1179389899' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:29:24.633 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:24 smithi145 bash[21082]: audit 2024-04-22T23:29:24.064375+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.145:0/1179389899' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:29:24.633 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:24 smithi145 bash[21082]: audit 2024-04-22T23:29:24.064375+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.145:0/1179389899' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:29:26.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:25 smithi145 bash[21082]: audit 2024-04-22T23:29:25.660442+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.145:0/921832362' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:29:26.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:25 smithi145 bash[21082]: audit 2024-04-22T23:29:25.660442+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.145:0/921832362' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:29:26.183 INFO:teuthology.orchestra.run.smithi145.stdout:Restarting the monitor... 2024-04-22T23:29:26.532 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:26 smithi145 systemd[1]: Stopping Ceph mon.a for ec367bfc-00ff-11ef-bc93-c7b262605968... 2024-04-22T23:29:26.532 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:26 smithi145 bash[21082]: debug 2024-04-22T23:29:26.325+0000 7faa6ec9c700 -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-22T23:29:26.533 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:26 smithi145 bash[21082]: debug 2024-04-22T23:29:26.325+0000 7faa6ec9c700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:29:26.901 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:26 smithi145 bash[21471]: ceph-ec367bfc-00ff-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:29:26.916 INFO:teuthology.orchestra.run.smithi145.stdout:Setting public_network to 172.21.0.2/32,172.21.0.0/20,172.21.0.1/32,172.21.15.254/32 in mon config section 2024-04-22T23:29:27.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:26 smithi145 bash[21533]: Error response from daemon: No such container: ceph-ec367bfc-00ff-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:29:27.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:26 smithi145 systemd[1]: ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-22T23:29:27.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:26 smithi145 systemd[1]: Stopped Ceph mon.a for ec367bfc-00ff-11ef-bc93-c7b262605968. 2024-04-22T23:29:27.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:26 smithi145 systemd[1]: Started Ceph mon.a for ec367bfc-00ff-11ef-bc93-c7b262605968. 2024-04-22T23:29:28.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:27.997+0000 7fbc36f3ac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:27.997+0000 7fbc36f3ac80 0 ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:27.997+0000 7fbc36f3ac80 0 pidfile_write: ignore empty --pid-file 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 0 load: jerasure load: lrc 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Git sha 0 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: DB SUMMARY 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: DB Session ID: ITO2K7H5NQAP472SPI84 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: CURRENT file: CURRENT 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:29:28.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88031 ; 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.create_if_missing: 0 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.env: 0x559a2f2afcc0 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.info_log: 0x559a30cb9c40 2024-04-22T23:29:28.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:29:28.169 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.wal_dir: 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.write_buffer_manager: 0x559a30c4f0e0 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:29:28.170 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:29:28.171 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:29:28.171 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:29:28.171 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:29:28.172 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:29:28.172 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:29:28.172 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:29:28.172 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:29:28.172 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.row_cache: None 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:29:28.173 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:29:28.174 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:29:28.175 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.merge_operator: 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:29:28.176 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559a30cb9e00) 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cache_index_and_filter_blocks: 1 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: pin_top_level_index_and_filter: 1 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: index_type: 0 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: data_block_index_type: 0 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: index_shortening: 1 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: checksum: 4 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: no_block_cache: 0 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: block_cache: 0x559a30c7f1f0 2024-04-22T23:29:28.177 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: block_cache_name: BinnedLRUCache 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: block_cache_options: 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: capacity : 536870912 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: num_shard_bits : 4 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: strict_capacity_limit : 0 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: high_pri_pool_ratio: 0.000 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: block_cache_compressed: (nil) 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: persistent_cache: (nil) 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: block_size: 4096 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: block_size_deviation: 10 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: block_restart_interval: 16 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: index_block_restart_interval: 1 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: metadata_block_size: 4096 2024-04-22T23:29:28.178 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: partition_filters: 0 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: use_delta_encoding: 1 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: filter_policy: bloomfilter 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: whole_key_filtering: 1 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: verify_compression: 0 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: read_amp_bytes_per_bit: 0 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: format_version: 5 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: enable_index_compression: 1 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: block_align: 0 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: max_auto_readahead_size: 262144 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: prepopulate_block_cache: 0 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: initial_auto_readahead_size: 8192 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: num_file_reads_for_auto_readahead: 2 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:29:28.179 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:29:28.180 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:29:28.181 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:29:28.182 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:29:28.183 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:29:28.184 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.001+0000 7fbc36f3ac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:29:28.185 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 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-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7845f16a-a070-4e15-a152-12cce6b733e1 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713828568008520, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713828568009515, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84801, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 82941, "index_size": 244, "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": 9921, "raw_average_key_size": 46, "raw_value_size": 77262, "raw_average_value_size": 362, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "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": 1713828568, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7845f16a-a070-4e15-a152-12cce6b733e1", "db_session_id": "ITO2K7H5NQAP472SPI84", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713828568009607, "job": 1, "event": "recovery_finished"} 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 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-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x559a30d98000 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 4 rocksdb: DB pointer 0x559a30d82000 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc25694700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc25694700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: ** DB Stats ** 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:29:28.186 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: 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-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: 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-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: ** Compaction Stats [default] ** 2024-04-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: 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-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: L0 2/0 84.67 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Sum 2/0 84.67 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 137.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: ** Compaction Stats [default] ** 2024-04-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: 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-22T23:29:28.187 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Cumulative compaction: 0.00 GB write, 22.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Interval compaction: 0.00 GB write, 22.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: 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-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Block cache BinnedLRUCache@0x559a30c7f1f0#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:29:28.188 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.005+0000 7fbc36f3ac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] at bind addrs [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.009+0000 7fbc36f3ac80 1 mon.a@-1(???) e1 preinit fsid ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.009+0000 7fbc36f3ac80 0 mon.a@-1(???).mds e1 new map 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.009+0000 7fbc36f3ac80 0 mon.a@-1(???).mds e1 print_map 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: e1 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: 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-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: legacy client fscid: -1 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: No filesystems configured 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.009+0000 7fbc36f3ac80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.009+0000 7fbc36f3ac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.009+0000 7fbc36f3ac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.009+0000 7fbc36f3ac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: debug 2024-04-22T23:29:28.009+0000 7fbc36f3ac80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-22T23:29:28.189 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.016998+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.016998+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017065+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017065+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017078+0000 mon.a (mon.0) 3 : cluster [DBG] fsid ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017078+0000 mon.a (mon.0) 3 : cluster [DBG] fsid ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017101+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-22T23:29:18.139131+0000 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017101+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-22T23:29:18.139131+0000 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017110+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-22T23:29:18.139131+0000 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017110+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-22T23:29:18.139131+0000 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017117+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017117+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017125+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017125+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-22T23:29:28.190 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017143+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.a 2024-04-22T23:29:28.191 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017143+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] mon.a 2024-04-22T23:29:28.191 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017536+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-22T23:29:28.191 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017536+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-22T23:29:28.191 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017559+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:29:28.191 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017559+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:29:28.191 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017910+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:29:28.191 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:28 smithi145 bash[21573]: cluster 2024-04-22T23:29:28.017910+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:29:28.793 INFO:teuthology.orchestra.run.smithi145.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T23:29:28.820 INFO:teuthology.orchestra.run.smithi145.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:29:28.820 INFO:teuthology.orchestra.run.smithi145.stdout:Creating mgr... 2024-04-22T23:29:28.820 INFO:teuthology.orchestra.run.smithi145.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T23:29:28.820 INFO:teuthology.orchestra.run.smithi145.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T23:29:29.137 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:29 smithi145 systemd[1]: /etc/systemd/system/ceph-ec367bfc-00ff-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-22T23:29:29.137 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:29 smithi145 systemd[1]: /etc/systemd/system/ceph-ec367bfc-00ff-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-22T23:29:29.145 INFO:teuthology.orchestra.run.smithi145.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mgr.x 2024-04-22T23:29:29.145 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mgr.x.service: Unit ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mgr.x.service not loaded. 2024-04-22T23:29:29.366 INFO:teuthology.orchestra.run.smithi145.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ec367bfc-00ff-11ef-bc93-c7b262605968.target.wants/ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mgr.x.service -> /etc/systemd/system/ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@.service. 2024-04-22T23:29:29.374 INFO:teuthology.orchestra.run.smithi145.stdout:firewalld does not appear to be present 2024-04-22T23:29:29.374 INFO:teuthology.orchestra.run.smithi145.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:29:29.375 INFO:teuthology.orchestra.run.smithi145.stdout:firewalld does not appear to be present 2024-04-22T23:29:29.375 INFO:teuthology.orchestra.run.smithi145.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-22T23:29:29.375 INFO:teuthology.orchestra.run.smithi145.stdout:Waiting for mgr to start... 2024-04-22T23:29:29.375 INFO:teuthology.orchestra.run.smithi145.stdout:Waiting for mgr... 2024-04-22T23:29:29.393 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:29 smithi145 bash[21573]: audit 2024-04-22T23:29:28.201186+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.145:0/4009256134' entity='client.admin' 2024-04-22T23:29:29.393 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:29 smithi145 bash[21573]: audit 2024-04-22T23:29:28.201186+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.145:0/4009256134' entity='client.admin' 2024-04-22T23:29:29.393 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:29 smithi145 systemd[1]: /etc/systemd/system/ceph-ec367bfc-00ff-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-22T23:29:29.393 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:29 smithi145 systemd[1]: /etc/systemd/system/ceph-ec367bfc-00ff-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-22T23:29:29.393 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:29 smithi145 systemd[1]: /etc/systemd/system/ceph-ec367bfc-00ff-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-22T23:29:29.394 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:29 smithi145 systemd[1]: Started Ceph mgr.x for ec367bfc-00ff-11ef-bc93-c7b262605968. 2024-04-22T23:29:31.090 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:30 smithi145 bash[21829]: debug 2024-04-22T23:29:30.729+0000 7f042e814200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:29:31.090 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:30 smithi145 bash[21573]: audit 2024-04-22T23:29:30.919208+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.145:0/4219372239' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:29:31.090 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:30 smithi145 bash[21573]: audit 2024-04-22T23:29:30.919208+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.145:0/4219372239' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:29:31.519 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:31.519 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:29:31.519 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "fsid": "ec367bfc-00ff-11ef-bc93-c7b262605968", 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:29:31.520 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:29:31.521 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:29:31.522 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:29:22.323609+0000", 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:31.523 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:29:31.524 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:29:31.524 INFO:teuthology.orchestra.run.smithi145.stdout:mgr not available, waiting (1/15)... 2024-04-22T23:29:32.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:32 smithi145 bash[21829]: debug 2024-04-22T23:29:32.333+0000 7f042e814200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:29:32.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:32 smithi145 bash[21829]: debug 2024-04-22T23:29:32.429+0000 7f042e814200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:29:33.166 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:32 smithi145 bash[21829]: debug 2024-04-22T23:29:32.677+0000 7f042e814200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:29:33.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:33 smithi145 bash[21829]: debug 2024-04-22T23:29:33.477+0000 7f042e814200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:29:33.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:33 smithi145 bash[21829]: debug 2024-04-22T23:29:33.589+0000 7f042e814200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:29:33.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:33 smithi145 bash[21829]: debug 2024-04-22T23:29:33.689+0000 7f042e814200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:29:34.310 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:34 smithi145 bash[21829]: debug 2024-04-22T23:29:34.049+0000 7f042e814200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:29:34.311 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:34 smithi145 bash[21829]: debug 2024-04-22T23:29:34.165+0000 7f042e814200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:29:34.311 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:34 smithi145 bash[21829]: debug 2024-04-22T23:29:34.269+0000 7f042e814200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:29:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:34 smithi145 bash[21573]: audit 2024-04-22T23:29:34.634287+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.145:0/1238569169' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:29:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:34 smithi145 bash[21573]: audit 2024-04-22T23:29:34.634287+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.145:0/1238569169' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:29:34.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:34 smithi145 bash[21829]: debug 2024-04-22T23:29:34.633+0000 7f042e814200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:29:34.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:34 smithi145 bash[21829]: debug 2024-04-22T23:29:34.881+0000 7f042e814200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:29:35.236 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:35.236 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:29:35.236 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "fsid": "ec367bfc-00ff-11ef-bc93-c7b262605968", 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:35.237 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:29:35.238 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:29:35.242 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:29:35.243 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:35.244 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:29:35.244 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:35.244 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:29:22.323609+0000", 2024-04-22T23:29:35.244 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:29:35.244 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:35.244 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:29:35.244 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:29:35.244 INFO:teuthology.orchestra.run.smithi145.stdout:mgr not available, waiting (2/15)... 2024-04-22T23:29:35.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:35 smithi145 bash[21829]: debug 2024-04-22T23:29:35.141+0000 7f042e814200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:29:35.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:35 smithi145 bash[21829]: debug 2024-04-22T23:29:35.257+0000 7f042e814200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:29:35.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:35 smithi145 bash[21829]: debug 2024-04-22T23:29:35.533+0000 7f042e814200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:29:36.327 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:35 smithi145 bash[21829]: debug 2024-04-22T23:29:35.973+0000 7f042e814200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:29:36.327 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:36 smithi145 bash[21829]: debug 2024-04-22T23:29:36.209+0000 7f042e814200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:29:36.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:36 smithi145 bash[21829]: debug 2024-04-22T23:29:36.325+0000 7f042e814200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:29:36.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:36 smithi145 bash[21829]: debug 2024-04-22T23:29:36.573+0000 7f042e814200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:29:37.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:37 smithi145 bash[21829]: debug 2024-04-22T23:29:37.593+0000 7f042e814200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:29:37.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:37 smithi145 bash[21829]: debug 2024-04-22T23:29:37.713+0000 7f042e814200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:29:38.288 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:38 smithi145 bash[21829]: debug 2024-04-22T23:29:38.013+0000 7f042e814200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:29:38.288 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:38 smithi145 bash[21829]: debug 2024-04-22T23:29:38.129+0000 7f042e814200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:29:38.589 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:38 smithi145 bash[21573]: audit 2024-04-22T23:29:38.279264+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.145:0/1956015752' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:29:38.590 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:38 smithi145 bash[21573]: audit 2024-04-22T23:29:38.279264+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.145:0/1956015752' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:29:38.816 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:38.816 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "fsid": "ec367bfc-00ff-11ef-bc93-c7b262605968", 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:29:38.817 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:29:38.818 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:38.819 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:29:22.323609+0000", 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:29:38.820 INFO:teuthology.orchestra.run.smithi145.stdout:mgr not available, waiting (3/15)... 2024-04-22T23:29:38.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:38 smithi145 bash[21829]: debug 2024-04-22T23:29:38.589+0000 7f042e814200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:29:38.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:38 smithi145 bash[21829]: debug 2024-04-22T23:29:38.709+0000 7f042e814200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:29:39.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: cluster 2024-04-22T23:29:38.734644+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon x 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: cluster 2024-04-22T23:29:38.734644+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon x 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: cluster 2024-04-22T23:29:38.742918+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00876871s) 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: cluster 2024-04-22T23:29:38.742918+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: x(active, starting, since 0.00876871s) 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.743806+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.743806+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.743923+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.743923+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.744030+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.744030+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.744140+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:29:39.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.744140+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.744256+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.744256+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.744350+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.744350+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.744462+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.744462+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.745538+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.745538+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: cluster 2024-04-22T23:29:38.770303+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon x is now available 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: cluster 2024-04-22T23:29:38.770303+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon x is now available 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.784451+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.784451+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.787305+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:29:39.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.787305+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:29:39.669 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.793117+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' 2024-04-22T23:29:39.669 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.793117+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' 2024-04-22T23:29:39.669 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.798144+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' 2024-04-22T23:29:39.669 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.798144+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' 2024-04-22T23:29:39.669 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.802213+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' 2024-04-22T23:29:39.669 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:39 smithi145 bash[21573]: audit 2024-04-22T23:29:38.802213+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.145:0/2649551681' entity='mgr.x' 2024-04-22T23:29:41.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:40 smithi145 bash[21573]: cluster 2024-04-22T23:29:39.748909+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: x(active, since 1.01476s) 2024-04-22T23:29:41.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:40 smithi145 bash[21573]: cluster 2024-04-22T23:29:39.748909+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: x(active, since 1.01476s) 2024-04-22T23:29:42.890 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:42.890 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:29:42.890 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "fsid": "ec367bfc-00ff-11ef-bc93-c7b262605968", 2024-04-22T23:29:42.890 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:29:42.890 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:29:42.890 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:29:42.890 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:29:42.890 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:42.891 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:29:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:29:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:29:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:29:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:29:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:29:42.892 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:29:42.895 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:42.895 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:29:42.895 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:29:42.895 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:29:42.896 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:29:22.323609+0000", 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:29:42.897 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:29:42.898 INFO:teuthology.orchestra.run.smithi145.stdout:mgr is available 2024-04-22T23:29:43.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:42 smithi145 bash[21573]: cluster 2024-04-22T23:29:41.746185+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: x(active, since 3s) 2024-04-22T23:29:43.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:42 smithi145 bash[21573]: cluster 2024-04-22T23:29:41.746185+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: x(active, since 3s) 2024-04-22T23:29:43.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:42 smithi145 bash[21573]: audit 2024-04-22T23:29:42.310341+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.145:0/982503008' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:29:43.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:42 smithi145 bash[21573]: audit 2024-04-22T23:29:42.310341+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.145:0/982503008' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:29:44.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:44 smithi145 bash[21573]: audit 2024-04-22T23:29:44.191096+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.145:0/1827147874' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:29:44.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:44 smithi145 bash[21573]: audit 2024-04-22T23:29:44.191096+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.145:0/1827147874' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:29:44.805 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:44.805 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:29:44.805 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout fsid = ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:29:44.805 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:29:44.805 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:29:44.805 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:29:44.806 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:29:44.806 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:29:44.806 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:44.806 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:29:44.806 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:29:44.806 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 2024-04-22T23:29:44.806 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:29:44.806 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:29:44.806 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:29:44.806 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling cephadm module... 2024-04-22T23:29:46.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:46 smithi145 bash[21573]: audit 2024-04-22T23:29:46.203975+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.145:0/1102920899' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:29:46.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:46 smithi145 bash[21573]: audit 2024-04-22T23:29:46.203975+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.145:0/1102920899' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:29:46.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:46 smithi145 bash[21829]: ignoring --setuser ceph since I am not root 2024-04-22T23:29:46.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:46 smithi145 bash[21829]: ignoring --setgroup ceph since I am not root 2024-04-22T23:29:46.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:46 smithi145 bash[21829]: debug 2024-04-22T23:29:46.445+0000 7f7d5df85200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:29:47.534 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:47 smithi145 bash[21573]: audit 2024-04-22T23:29:46.255994+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.145:0/1102920899' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:29:47.534 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:47 smithi145 bash[21573]: audit 2024-04-22T23:29:46.255994+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.145:0/1102920899' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:29:47.534 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:47 smithi145 bash[21573]: cluster 2024-04-22T23:29:46.261978+0000 mon.a (mon.0) 38 : cluster [DBG] mgrmap e5: x(active, since 7s) 2024-04-22T23:29:47.534 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:47 smithi145 bash[21573]: cluster 2024-04-22T23:29:46.261978+0000 mon.a (mon.0) 38 : cluster [DBG] mgrmap e5: x(active, since 7s) 2024-04-22T23:29:48.267 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:48 smithi145 bash[21573]: audit 2024-04-22T23:29:48.231088+0000 mon.a (mon.0) 39 : audit [DBG] from='client.? 172.21.15.145:0/1130401615' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:29:48.267 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:48 smithi145 bash[21573]: audit 2024-04-22T23:29:48.231088+0000 mon.a (mon.0) 39 : audit [DBG] from='client.? 172.21.15.145:0/1130401615' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:29:48.268 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:48 smithi145 bash[21829]: debug 2024-04-22T23:29:48.012+0000 7f7d5df85200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:29:48.268 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:48 smithi145 bash[21829]: debug 2024-04-22T23:29:48.108+0000 7f7d5df85200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:29:48.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:48 smithi145 bash[21829]: debug 2024-04-22T23:29:48.364+0000 7f7d5df85200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:29:48.831 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:29:48.831 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T23:29:48.831 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:29:48.832 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-04-22T23:29:48.832 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:29:48.832 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:29:48.832 INFO:teuthology.orchestra.run.smithi145.stdout:Waiting for the mgr to restart... 2024-04-22T23:29:48.832 INFO:teuthology.orchestra.run.smithi145.stdout:Waiting for mgr epoch 5... 2024-04-22T23:29:49.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:49 smithi145 bash[21829]: debug 2024-04-22T23:29:49.160+0000 7f7d5df85200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:29:49.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:49 smithi145 bash[21829]: debug 2024-04-22T23:29:49.272+0000 7f7d5df85200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:29:49.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:49 smithi145 bash[21829]: debug 2024-04-22T23:29:49.376+0000 7f7d5df85200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:29:50.166 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:49 smithi145 bash[21829]: debug 2024-04-22T23:29:49.736+0000 7f7d5df85200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:29:50.166 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:49 smithi145 bash[21829]: debug 2024-04-22T23:29:49.848+0000 7f7d5df85200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:29:50.166 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:49 smithi145 bash[21829]: debug 2024-04-22T23:29:49.952+0000 7f7d5df85200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:29:50.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:50 smithi145 bash[21829]: debug 2024-04-22T23:29:50.304+0000 7f7d5df85200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:29:50.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:50 smithi145 bash[21829]: debug 2024-04-22T23:29:50.544+0000 7f7d5df85200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:29:51.165 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:50 smithi145 bash[21829]: debug 2024-04-22T23:29:50.804+0000 7f7d5df85200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:29:51.166 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:50 smithi145 bash[21829]: debug 2024-04-22T23:29:50.916+0000 7f7d5df85200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:29:51.610 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:51 smithi145 bash[21829]: debug 2024-04-22T23:29:51.184+0000 7f7d5df85200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:29:51.915 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:51 smithi145 bash[21829]: debug 2024-04-22T23:29:51.608+0000 7f7d5df85200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:29:51.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:51 smithi145 bash[21829]: debug 2024-04-22T23:29:51.844+0000 7f7d5df85200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:29:52.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:51 smithi145 bash[21829]: debug 2024-04-22T23:29:51.960+0000 7f7d5df85200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:29:52.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:52 smithi145 bash[21829]: debug 2024-04-22T23:29:52.204+0000 7f7d5df85200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:29:53.620 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:53 smithi145 bash[21829]: debug 2024-04-22T23:29:53.208+0000 7f7d5df85200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:29:53.620 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:53 smithi145 bash[21829]: debug 2024-04-22T23:29:53.320+0000 7f7d5df85200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:29:53.620 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:53 smithi145 bash[21829]: debug 2024-04-22T23:29:53.616+0000 7f7d5df85200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:29:53.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:53 smithi145 bash[21829]: debug 2024-04-22T23:29:53.732+0000 7f7d5df85200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:29:54.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21829]: debug 2024-04-22T23:29:54.176+0000 7f7d5df85200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:29:54.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21829]: debug 2024-04-22T23:29:54.296+0000 7f7d5df85200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: cluster 2024-04-22T23:29:54.322151+0000 mon.a (mon.0) 40 : cluster [INF] Active manager daemon x restarted 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: cluster 2024-04-22T23:29:54.322151+0000 mon.a (mon.0) 40 : cluster [INF] Active manager daemon x restarted 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: cluster 2024-04-22T23:29:54.322625+0000 mon.a (mon.0) 41 : cluster [INF] Activating manager daemon x 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: cluster 2024-04-22T23:29:54.322625+0000 mon.a (mon.0) 41 : cluster [INF] Activating manager daemon x 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: cluster 2024-04-22T23:29:54.330213+0000 mon.a (mon.0) 42 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: cluster 2024-04-22T23:29:54.330213+0000 mon.a (mon.0) 42 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: cluster 2024-04-22T23:29:54.330455+0000 mon.a (mon.0) 43 : cluster [DBG] mgrmap e6: x(active, starting, since 0.00800777s) 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: cluster 2024-04-22T23:29:54.330455+0000 mon.a (mon.0) 43 : cluster [DBG] mgrmap e6: x(active, starting, since 0.00800777s) 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: audit 2024-04-22T23:29:54.331712+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: audit 2024-04-22T23:29:54.331712+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: audit 2024-04-22T23:29:54.333583+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:29:54.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: audit 2024-04-22T23:29:54.333583+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:29:54.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: audit 2024-04-22T23:29:54.334815+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:29:54.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: audit 2024-04-22T23:29:54.334815+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:29:54.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: audit 2024-04-22T23:29:54.334992+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:29:54.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: audit 2024-04-22T23:29:54.334992+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:29:54.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: audit 2024-04-22T23:29:54.335176+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:29:54.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: audit 2024-04-22T23:29:54.335176+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:29:54.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: cluster 2024-04-22T23:29:54.361966+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon x is now available 2024-04-22T23:29:54.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:54 smithi145 bash[21573]: cluster 2024-04-22T23:29:54.361966+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon x is now available 2024-04-22T23:29:55.669 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: cephadm 2024-04-22T23:29:54.380865+0000 mgr.x (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-22T23:29:55.669 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: cephadm 2024-04-22T23:29:54.380865+0000 mgr.x (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-22T23:29:55.669 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.383090+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:29:55.669 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.383090+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.385296+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.385296+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.389371+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.389371+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.393019+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.393019+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.402708+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.402708+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.405815+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:54.405815+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:55.023727+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:29:55.670 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:55.023727+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:29:55.671 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:55.029084+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:29:55.671 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: audit 2024-04-22T23:29:55.029084+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:29:55.671 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: cluster 2024-04-22T23:29:55.334952+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: x(active, since 1.01249s) 2024-04-22T23:29:55.671 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:55 smithi145 bash[21573]: cluster 2024-04-22T23:29:55.334952+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: x(active, since 1.01249s) 2024-04-22T23:29:56.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:29:56.004 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T23:29:56.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:29:56.005 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:29:56.005 INFO:teuthology.orchestra.run.smithi145.stdout:mgr epoch 5 is available 2024-04-22T23:29:56.005 INFO:teuthology.orchestra.run.smithi145.stdout:Setting orchestrator backend to cephadm... 2024-04-22T23:29:56.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: audit 2024-04-22T23:29:55.331680+0000 mgr.x (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:29:56.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: audit 2024-04-22T23:29:55.331680+0000 mgr.x (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:29:56.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: audit 2024-04-22T23:29:55.346717+0000 mgr.x (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:29:56.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: audit 2024-04-22T23:29:55.346717+0000 mgr.x (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:29:56.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: cephadm 2024-04-22T23:29:55.684041+0000 mgr.x (mgr.14120) 4 : cephadm [INF] [22/Apr/2024:23:29:55] ENGINE Bus STARTING 2024-04-22T23:29:56.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: cephadm 2024-04-22T23:29:55.684041+0000 mgr.x (mgr.14120) 4 : cephadm [INF] [22/Apr/2024:23:29:55] ENGINE Bus STARTING 2024-04-22T23:29:56.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: cephadm 2024-04-22T23:29:55.801751+0000 mgr.x (mgr.14120) 5 : cephadm [INF] [22/Apr/2024:23:29:55] ENGINE Serving on https://172.21.15.145:7150 2024-04-22T23:29:56.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: cephadm 2024-04-22T23:29:55.801751+0000 mgr.x (mgr.14120) 5 : cephadm [INF] [22/Apr/2024:23:29:55] ENGINE Serving on https://172.21.15.145:7150 2024-04-22T23:29:56.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: cephadm 2024-04-22T23:29:55.902887+0000 mgr.x (mgr.14120) 6 : cephadm [INF] [22/Apr/2024:23:29:55] ENGINE Serving on http://172.21.15.145:8765 2024-04-22T23:29:56.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: cephadm 2024-04-22T23:29:55.902887+0000 mgr.x (mgr.14120) 6 : cephadm [INF] [22/Apr/2024:23:29:55] ENGINE Serving on http://172.21.15.145:8765 2024-04-22T23:29:56.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: cephadm 2024-04-22T23:29:55.903058+0000 mgr.x (mgr.14120) 7 : cephadm [INF] [22/Apr/2024:23:29:55] ENGINE Bus STARTED 2024-04-22T23:29:56.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: cephadm 2024-04-22T23:29:55.903058+0000 mgr.x (mgr.14120) 7 : cephadm [INF] [22/Apr/2024:23:29:55] ENGINE Bus STARTED 2024-04-22T23:29:56.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: audit 2024-04-22T23:29:55.914005+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:56.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:56 smithi145 bash[21573]: audit 2024-04-22T23:29:55.914005+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:57.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:57 smithi145 bash[21573]: cluster 2024-04-22T23:29:56.397304+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e8: x(active, since 2s) 2024-04-22T23:29:57.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:57 smithi145 bash[21573]: cluster 2024-04-22T23:29:56.397304+0000 mon.a (mon.0) 60 : cluster [DBG] mgrmap e8: x(active, since 2s) 2024-04-22T23:29:57.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:57 smithi145 bash[21573]: audit 2024-04-22T23:29:57.296571+0000 mgr.x (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-22T23:29:57.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:57 smithi145 bash[21573]: audit 2024-04-22T23:29:57.296571+0000 mgr.x (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-22T23:29:57.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:57 smithi145 bash[21573]: audit 2024-04-22T23:29:57.303758+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:29:57.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:57 smithi145 bash[21573]: audit 2024-04-22T23:29:57.303758+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:29:57.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:57 smithi145 bash[21573]: audit 2024-04-22T23:29:57.334453+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:57.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:57 smithi145 bash[21573]: audit 2024-04-22T23:29:57.334453+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:29:59.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:59 smithi145 bash[21573]: audit 2024-04-22T23:29:59.189183+0000 mgr.x (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:29:59.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:29:59 smithi145 bash[21573]: audit 2024-04-22T23:29:59.189183+0000 mgr.x (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:29:59.790 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T23:29:59.790 INFO:teuthology.orchestra.run.smithi145.stdout:Generating ssh key... 2024-04-22T23:30:01.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21573]: audit 2024-04-22T23:30:01.077444+0000 mgr.x (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:01.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21573]: audit 2024-04-22T23:30:01.077444+0000 mgr.x (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:01.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21573]: cephadm 2024-04-22T23:30:01.077844+0000 mgr.x (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-22T23:30:01.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21573]: cephadm 2024-04-22T23:30:01.077844+0000 mgr.x (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: Generating public/private rsa key pair. 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: Your identification has been saved in /tmp/tmp9oji9_1h/key. 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: Your public key has been saved in /tmp/tmp9oji9_1h/key.pub. 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: The key fingerprint is: 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: SHA256:AoSirWECT+njaqm7qhZatdvNve/ot0w6WlM8PPAv4Q8 ceph-ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: The key's randomart image is: 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: +---[RSA 3072]----+ 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: | o. | 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: |o +. | 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: |o* . . | 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: |+.= .. = | 2024-04-22T23:30:01.667 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: |o+ o .. S O | 2024-04-22T23:30:01.668 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: |..o . . o = | 2024-04-22T23:30:01.668 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: |.oo o o .o E . | 2024-04-22T23:30:01.668 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: |o+ . . o.o*.+ | 2024-04-22T23:30:01.668 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: |%o .o=*=.. | 2024-04-22T23:30:01.668 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:01 smithi145 bash[21829]: +----[SHA256]-----+ 2024-04-22T23:30:02.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:02 smithi145 bash[21573]: audit 2024-04-22T23:30:01.394367+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:02.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:02 smithi145 bash[21573]: audit 2024-04-22T23:30:01.394367+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:02.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:02 smithi145 bash[21573]: audit 2024-04-22T23:30:01.397246+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:02.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:02 smithi145 bash[21573]: audit 2024-04-22T23:30:01.397246+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:03.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:03 smithi145 bash[21573]: audit 2024-04-22T23:30:03.304888+0000 mgr.x (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:03.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:03 smithi145 bash[21573]: audit 2024-04-22T23:30:03.304888+0000 mgr.x (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:03.876 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHn505Bcjv+ogaZtxNlW1BxfYi3j3vPu2l8UN5YFdAZHm/XV/BlxYM7w8VMg91CCxk/dK+l8CNsfs4dmwgrzUyYcZ4fDRXmGZvqPirgNesaL/zUaL2cmU69shMSgvziD+UcTZDg3eQVgTENTNbzrVLlPrFwp2f96P6UihyBjVlVpnw20UaQE5YwfBnvdb9a5l7UDa2oLWMKNOn/CLqOkA127IRBx4O9YwHmjTw0yF0CoHnHaZDfsx36szXdXGwZVAl+te93c1kmZmpjTQIMwIAcv9KvkrqbjKCdhVLGrbPGGzDAvE4fW2ZC7ZVh7OBk6KbS6MarrBBjGoyK/lk7DCamA5N/FOpTao/coSouwYd1iO0GT8cGAP2DrrH8v3HF/SFzv+PFAoBDp9Qivm9OHwzobnROOWqx2cYRAxgc9rCfJUka6EJAgiNzixd8CNm0kVgpyPmXPvpO+Nw5bHywDGuvDtJld2KCqXDaQ+3xbGZiPFkxR/bic6RuX+UTRjUuOE= ceph-ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:30:03.876 INFO:teuthology.orchestra.run.smithi145.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:30:03.876 INFO:teuthology.orchestra.run.smithi145.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T23:30:03.876 INFO:teuthology.orchestra.run.smithi145.stdout:Adding host smithi145... 2024-04-22T23:30:05.412 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:05 smithi145 bash[21573]: audit 2024-04-22T23:30:05.112919+0000 mgr.x (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "addr": "172.21.15.145", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:05.412 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:05 smithi145 bash[21573]: audit 2024-04-22T23:30:05.112919+0000 mgr.x (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "addr": "172.21.15.145", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:06.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:06 smithi145 bash[21573]: cephadm 2024-04-22T23:30:05.694389+0000 mgr.x (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi145 2024-04-22T23:30:06.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:06 smithi145 bash[21573]: cephadm 2024-04-22T23:30:05.694389+0000 mgr.x (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi145 2024-04-22T23:30:11.447 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout Added host 'smithi145' with addr '172.21.15.145' 2024-04-22T23:30:11.447 INFO:teuthology.orchestra.run.smithi145.stdout:Deploying unmanaged mon service... 2024-04-22T23:30:11.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:11 smithi145 bash[21573]: audit 2024-04-22T23:30:10.585297+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:11.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:11 smithi145 bash[21573]: audit 2024-04-22T23:30:10.585297+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:11.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:11 smithi145 bash[21573]: cephadm 2024-04-22T23:30:10.585769+0000 mgr.x (mgr.14120) 15 : cephadm [INF] Added host smithi145 2024-04-22T23:30:11.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:11 smithi145 bash[21573]: cephadm 2024-04-22T23:30:10.585769+0000 mgr.x (mgr.14120) 15 : cephadm [INF] Added host smithi145 2024-04-22T23:30:11.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:11 smithi145 bash[21573]: audit 2024-04-22T23:30:10.606993+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:11.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:11 smithi145 bash[21573]: audit 2024-04-22T23:30:10.606993+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:14.309 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T23:30:14.309 INFO:teuthology.orchestra.run.smithi145.stdout:Deploying unmanaged mgr service... 2024-04-22T23:30:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:14 smithi145 bash[21573]: audit 2024-04-22T23:30:13.480686+0000 mgr.x (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-22T23:30:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:14 smithi145 bash[21573]: audit 2024-04-22T23:30:13.480686+0000 mgr.x (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-22T23:30:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:14 smithi145 bash[21573]: cephadm 2024-04-22T23:30:13.484006+0000 mgr.x (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-22T23:30:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:14 smithi145 bash[21573]: cephadm 2024-04-22T23:30:13.484006+0000 mgr.x (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-22T23:30:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:14 smithi145 bash[21573]: audit 2024-04-22T23:30:13.487118+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:14 smithi145 bash[21573]: audit 2024-04-22T23:30:13.487118+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:14 smithi145 bash[21573]: audit 2024-04-22T23:30:14.083665+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:14 smithi145 bash[21573]: audit 2024-04-22T23:30:14.083665+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:15.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:15 smithi145 bash[21573]: cluster 2024-04-22T23:30:14.336487+0000 mgr.x (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:15.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:15 smithi145 bash[21573]: cluster 2024-04-22T23:30:14.336487+0000 mgr.x (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:15.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:15 smithi145 bash[21573]: audit 2024-04-22T23:30:14.621464+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:15.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:15 smithi145 bash[21573]: audit 2024-04-22T23:30:14.621464+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:16.241 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T23:30:16.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:16 smithi145 bash[21573]: audit 2024-04-22T23:30:15.628479+0000 mgr.x (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:16.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:16 smithi145 bash[21573]: audit 2024-04-22T23:30:15.628479+0000 mgr.x (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:16.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:16 smithi145 bash[21573]: cephadm 2024-04-22T23:30:15.631122+0000 mgr.x (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-22T23:30:16.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:16 smithi145 bash[21573]: cephadm 2024-04-22T23:30:15.631122+0000 mgr.x (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-22T23:30:16.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:16 smithi145 bash[21573]: audit 2024-04-22T23:30:15.636207+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:16.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:16 smithi145 bash[21573]: audit 2024-04-22T23:30:15.636207+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.145:0/4160804035' entity='mgr.x' 2024-04-22T23:30:17.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:17 smithi145 bash[21573]: cluster 2024-04-22T23:30:16.336892+0000 mgr.x (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:17.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:17 smithi145 bash[21573]: cluster 2024-04-22T23:30:16.336892+0000 mgr.x (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:17.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:17 smithi145 bash[21573]: audit 2024-04-22T23:30:17.541898+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.145:0/12992096' entity='client.admin' 2024-04-22T23:30:17.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:17 smithi145 bash[21573]: audit 2024-04-22T23:30:17.541898+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.145:0/12992096' entity='client.admin' 2024-04-22T23:30:19.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:19 smithi145 bash[21573]: cluster 2024-04-22T23:30:18.337316+0000 mgr.x (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:19.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:19 smithi145 bash[21573]: cluster 2024-04-22T23:30:18.337316+0000 mgr.x (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:19.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:19 smithi145 bash[21573]: audit 2024-04-22T23:30:19.360890+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.145:0/3652028718' entity='client.admin' 2024-04-22T23:30:19.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:19 smithi145 bash[21573]: audit 2024-04-22T23:30:19.360890+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.145:0/3652028718' entity='client.admin' 2024-04-22T23:30:19.943 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling the dashboard module... 2024-04-22T23:30:21.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:21 smithi145 bash[21573]: cluster 2024-04-22T23:30:20.337768+0000 mgr.x (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:21.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:21 smithi145 bash[21573]: cluster 2024-04-22T23:30:20.337768+0000 mgr.x (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:21.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:21 smithi145 bash[21573]: audit 2024-04-22T23:30:21.400378+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.145:0/2230542071' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:30:21.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:21 smithi145 bash[21573]: audit 2024-04-22T23:30:21.400378+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.145:0/2230542071' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:30:21.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:21 smithi145 bash[21829]: ignoring --setuser ceph since I am not root 2024-04-22T23:30:21.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:21 smithi145 bash[21829]: ignoring --setgroup ceph since I am not root 2024-04-22T23:30:21.917 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:21 smithi145 bash[21829]: debug 2024-04-22T23:30:21.843+0000 7fafc6da5200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:30:22.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:22 smithi145 bash[21573]: audit 2024-04-22T23:30:21.645373+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.145:0/2230542071' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:30:22.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:22 smithi145 bash[21573]: audit 2024-04-22T23:30:21.645373+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.145:0/2230542071' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:30:22.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:22 smithi145 bash[21573]: cluster 2024-04-22T23:30:21.651705+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e9: x(active, since 27s) 2024-04-22T23:30:22.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:22 smithi145 bash[21573]: cluster 2024-04-22T23:30:21.651705+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e9: x(active, since 27s) 2024-04-22T23:30:23.749 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:23 smithi145 bash[21829]: debug 2024-04-22T23:30:23.435+0000 7fafc6da5200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:30:23.749 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:23 smithi145 bash[21829]: debug 2024-04-22T23:30:23.531+0000 7fafc6da5200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:30:24.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:23 smithi145 bash[21573]: audit 2024-04-22T23:30:23.737373+0000 mon.a (mon.0) 76 : audit [DBG] from='client.? 172.21.15.145:0/683742355' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:30:24.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:23 smithi145 bash[21573]: audit 2024-04-22T23:30:23.737373+0000 mon.a (mon.0) 76 : audit [DBG] from='client.? 172.21.15.145:0/683742355' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:30:24.168 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:23 smithi145 bash[21829]: debug 2024-04-22T23:30:23.787+0000 7fafc6da5200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:30:24.369 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:30:24.370 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T23:30:24.370 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:30:24.370 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-04-22T23:30:24.370 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:30:24.370 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:30:24.370 INFO:teuthology.orchestra.run.smithi145.stdout:Waiting for the mgr to restart... 2024-04-22T23:30:24.370 INFO:teuthology.orchestra.run.smithi145.stdout:Waiting for mgr epoch 9... 2024-04-22T23:30:24.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:24 smithi145 bash[21829]: debug 2024-04-22T23:30:24.591+0000 7fafc6da5200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:30:25.010 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:24 smithi145 bash[21829]: debug 2024-04-22T23:30:24.703+0000 7fafc6da5200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:30:25.011 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:24 smithi145 bash[21829]: debug 2024-04-22T23:30:24.807+0000 7fafc6da5200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:30:25.293 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:25 smithi145 bash[21829]: debug 2024-04-22T23:30:25.179+0000 7fafc6da5200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:30:25.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:25 smithi145 bash[21829]: debug 2024-04-22T23:30:25.295+0000 7fafc6da5200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:30:25.666 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:25 smithi145 bash[21829]: debug 2024-04-22T23:30:25.399+0000 7fafc6da5200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:30:26.166 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:25 smithi145 bash[21829]: debug 2024-04-22T23:30:25.759+0000 7fafc6da5200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:30:26.166 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:26 smithi145 bash[21829]: debug 2024-04-22T23:30:25.999+0000 7fafc6da5200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:30:26.649 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:26 smithi145 bash[21829]: debug 2024-04-22T23:30:26.263+0000 7fafc6da5200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:30:26.649 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:26 smithi145 bash[21829]: debug 2024-04-22T23:30:26.375+0000 7fafc6da5200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:30:26.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:26 smithi145 bash[21829]: debug 2024-04-22T23:30:26.651+0000 7fafc6da5200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:30:27.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:27 smithi145 bash[21829]: debug 2024-04-22T23:30:27.071+0000 7fafc6da5200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:30:27.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:27 smithi145 bash[21829]: debug 2024-04-22T23:30:27.311+0000 7fafc6da5200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:30:27.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:27 smithi145 bash[21829]: debug 2024-04-22T23:30:27.431+0000 7fafc6da5200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:30:27.916 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:27 smithi145 bash[21829]: debug 2024-04-22T23:30:27.679+0000 7fafc6da5200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:30:29.104 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:28 smithi145 bash[21829]: debug 2024-04-22T23:30:28.691+0000 7fafc6da5200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:30:29.104 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:28 smithi145 bash[21829]: debug 2024-04-22T23:30:28.807+0000 7fafc6da5200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:30:29.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21829]: debug 2024-04-22T23:30:29.103+0000 7fafc6da5200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:30:29.416 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21829]: debug 2024-04-22T23:30:29.219+0000 7fafc6da5200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:30:29.925 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21829]: debug 2024-04-22T23:30:29.671+0000 7fafc6da5200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:30:29.925 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21829]: debug 2024-04-22T23:30:29.795+0000 7fafc6da5200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:30:29.925 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: cluster 2024-04-22T23:30:29.817964+0000 mon.a (mon.0) 77 : cluster [INF] Active manager daemon x restarted 2024-04-22T23:30:29.925 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: cluster 2024-04-22T23:30:29.817964+0000 mon.a (mon.0) 77 : cluster [INF] Active manager daemon x restarted 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: cluster 2024-04-22T23:30:29.818559+0000 mon.a (mon.0) 78 : cluster [INF] Activating manager daemon x 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: cluster 2024-04-22T23:30:29.818559+0000 mon.a (mon.0) 78 : cluster [INF] Activating manager daemon x 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: cluster 2024-04-22T23:30:29.826115+0000 mon.a (mon.0) 79 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: cluster 2024-04-22T23:30:29.826115+0000 mon.a (mon.0) 79 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: cluster 2024-04-22T23:30:29.826365+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e10: x(active, starting, since 0.00800656s) 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: cluster 2024-04-22T23:30:29.826365+0000 mon.a (mon.0) 80 : cluster [DBG] mgrmap e10: x(active, starting, since 0.00800656s) 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: audit 2024-04-22T23:30:29.827885+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: audit 2024-04-22T23:30:29.827885+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: audit 2024-04-22T23:30:29.830040+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: audit 2024-04-22T23:30:29.830040+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: audit 2024-04-22T23:30:29.831174+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: audit 2024-04-22T23:30:29.831174+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:30:29.926 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: audit 2024-04-22T23:30:29.831454+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:30:29.927 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: audit 2024-04-22T23:30:29.831454+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:30:29.927 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: audit 2024-04-22T23:30:29.831693+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:30:29.927 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: audit 2024-04-22T23:30:29.831693+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:30:29.927 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: cluster 2024-04-22T23:30:29.857924+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon x is now available 2024-04-22T23:30:29.927 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:29 smithi145 bash[21573]: cluster 2024-04-22T23:30:29.857924+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon x is now available 2024-04-22T23:30:31.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: audit 2024-04-22T23:30:29.882327+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: audit 2024-04-22T23:30:29.882327+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: audit 2024-04-22T23:30:29.903037+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: audit 2024-04-22T23:30:29.903037+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: audit 2024-04-22T23:30:29.906208+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: audit 2024-04-22T23:30:29.906208+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: cephadm 2024-04-22T23:30:30.264673+0000 mgr.x (mgr.14152) 1 : cephadm [INF] [22/Apr/2024:23:30:30] ENGINE Bus STARTING 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: cephadm 2024-04-22T23:30:30.264673+0000 mgr.x (mgr.14152) 1 : cephadm [INF] [22/Apr/2024:23:30:30] ENGINE Bus STARTING 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: cephadm 2024-04-22T23:30:30.366669+0000 mgr.x (mgr.14152) 2 : cephadm [INF] [22/Apr/2024:23:30:30] ENGINE Serving on http://172.21.15.145:8765 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: cephadm 2024-04-22T23:30:30.366669+0000 mgr.x (mgr.14152) 2 : cephadm [INF] [22/Apr/2024:23:30:30] ENGINE Serving on http://172.21.15.145:8765 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: cephadm 2024-04-22T23:30:30.482617+0000 mgr.x (mgr.14152) 3 : cephadm [INF] [22/Apr/2024:23:30:30] ENGINE Serving on https://172.21.15.145:7150 2024-04-22T23:30:31.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: cephadm 2024-04-22T23:30:30.482617+0000 mgr.x (mgr.14152) 3 : cephadm [INF] [22/Apr/2024:23:30:30] ENGINE Serving on https://172.21.15.145:7150 2024-04-22T23:30:31.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: cephadm 2024-04-22T23:30:30.482848+0000 mgr.x (mgr.14152) 4 : cephadm [INF] [22/Apr/2024:23:30:30] ENGINE Bus STARTED 2024-04-22T23:30:31.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: cephadm 2024-04-22T23:30:30.482848+0000 mgr.x (mgr.14152) 4 : cephadm [INF] [22/Apr/2024:23:30:30] ENGINE Bus STARTED 2024-04-22T23:30:31.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: cluster 2024-04-22T23:30:30.831470+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: x(active, since 1.01309s) 2024-04-22T23:30:31.168 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:30 smithi145 bash[21573]: cluster 2024-04-22T23:30:30.831470+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: x(active, since 1.01309s) 2024-04-22T23:30:31.568 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:30:31.569 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T23:30:31.569 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:30:31.569 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:30:31.569 INFO:teuthology.orchestra.run.smithi145.stdout:mgr epoch 9 is available 2024-04-22T23:30:31.569 INFO:teuthology.orchestra.run.smithi145.stdout:Generating a dashboard self-signed certificate... 2024-04-22T23:30:32.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:31 smithi145 bash[21573]: audit 2024-04-22T23:30:30.829920+0000 mgr.x (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:30:32.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:31 smithi145 bash[21573]: audit 2024-04-22T23:30:30.829920+0000 mgr.x (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:30:32.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:31 smithi145 bash[21573]: audit 2024-04-22T23:30:30.844101+0000 mgr.x (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:30:32.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:31 smithi145 bash[21573]: audit 2024-04-22T23:30:30.844101+0000 mgr.x (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:30:33.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:32 smithi145 bash[21573]: cluster 2024-04-22T23:30:31.878259+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: x(active, since 2s) 2024-04-22T23:30:33.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:32 smithi145 bash[21573]: cluster 2024-04-22T23:30:31.878259+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: x(active, since 2s) 2024-04-22T23:30:33.656 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T23:30:33.657 INFO:teuthology.orchestra.run.smithi145.stdout:Creating initial admin user... 2024-04-22T23:30:34.410 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:34 smithi145 bash[21573]: audit 2024-04-22T23:30:32.835453+0000 mgr.x (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:34.411 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:34 smithi145 bash[21573]: audit 2024-04-22T23:30:32.835453+0000 mgr.x (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:34.411 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:34 smithi145 bash[21573]: audit 2024-04-22T23:30:33.025177+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:34.411 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:34 smithi145 bash[21573]: audit 2024-04-22T23:30:33.025177+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:34.411 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:34 smithi145 bash[21573]: audit 2024-04-22T23:30:33.028572+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:34.411 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:34 smithi145 bash[21573]: audit 2024-04-22T23:30:33.028572+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:35.929 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$hGgnbpDyeJaYlxp2HbUfX.18b9WPibiMe7VAnIOMxnv/NKN7rEUtm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713828635, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T23:30:35.929 INFO:teuthology.orchestra.run.smithi145.stdout:Fetching dashboard port number... 2024-04-22T23:30:36.633 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:36 smithi145 bash[21573]: audit 2024-04-22T23:30:35.040773+0000 mgr.x (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-22T23:30:36.633 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:36 smithi145 bash[21573]: audit 2024-04-22T23:30:35.040773+0000 mgr.x (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-22T23:30:36.633 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:36 smithi145 bash[21573]: audit 2024-04-22T23:30:35.278567+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:36.633 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:36 smithi145 bash[21573]: audit 2024-04-22T23:30:35.278567+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:37.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:37 smithi145 bash[21573]: cluster 2024-04-22T23:30:36.283770+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: x(active, since 6s) 2024-04-22T23:30:37.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:37 smithi145 bash[21573]: cluster 2024-04-22T23:30:36.283770+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: x(active, since 6s) 2024-04-22T23:30:37.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:37 smithi145 bash[21573]: audit 2024-04-22T23:30:36.638143+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:37.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:37 smithi145 bash[21573]: audit 2024-04-22T23:30:36.638143+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:37.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:37 smithi145 bash[21573]: audit 2024-04-22T23:30:37.203650+0000 mon.a (mon.0) 97 : audit [DBG] from='client.? 172.21.15.145:0/784817084' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:30:37.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:37 smithi145 bash[21573]: audit 2024-04-22T23:30:37.203650+0000 mon.a (mon.0) 97 : audit [DBG] from='client.? 172.21.15.145:0/784817084' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:30:37.834 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T23:30:37.834 INFO:teuthology.orchestra.run.smithi145.stdout:firewalld does not appear to be present 2024-04-22T23:30:37.834 INFO:teuthology.orchestra.run.smithi145.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T23:30:37.835 INFO:teuthology.orchestra.run.smithi145.stdout:Ceph Dashboard is now available at: 2024-04-22T23:30:37.836 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:30:37.836 INFO:teuthology.orchestra.run.smithi145.stdout: URL: https://smithi145.front.sepia.ceph.com:8443/ 2024-04-22T23:30:37.836 INFO:teuthology.orchestra.run.smithi145.stdout: User: admin 2024-04-22T23:30:37.836 INFO:teuthology.orchestra.run.smithi145.stdout: Password: l7p0a11v98 2024-04-22T23:30:37.836 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:30:37.836 INFO:teuthology.orchestra.run.smithi145.stdout:Saving cluster configuration to /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/config directory 2024-04-22T23:30:37.836 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling autotune for osd_memory_target 2024-04-22T23:30:38.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:38 smithi145 bash[21573]: audit 2024-04-22T23:30:37.622980+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:38.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:38 smithi145 bash[21573]: audit 2024-04-22T23:30:37.622980+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:41.970 INFO:teuthology.orchestra.run.smithi145.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout: ceph telemetry on 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout:For more information see: 2024-04-22T23:30:41.971 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:30:41.972 INFO:teuthology.orchestra.run.smithi145.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T23:30:41.972 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:30:41.972 INFO:teuthology.orchestra.run.smithi145.stdout:Bootstrap complete. 2024-04-22T23:30:42.029 INFO:tasks.cephadm:Fetching config... 2024-04-22T23:30:42.029 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:30:42.029 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T23:30:42.035 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T23:30:42.035 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:30:42.035 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T23:30:42.084 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T23:30:42.084 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:30:42.084 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-22T23:30:42.140 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T23:30:42.140 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:30:42.140 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T23:30:42.188 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T23:30:42.188 DEBUG:teuthology.orchestra.run.smithi145:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHn505Bcjv+ogaZtxNlW1BxfYi3j3vPu2l8UN5YFdAZHm/XV/BlxYM7w8VMg91CCxk/dK+l8CNsfs4dmwgrzUyYcZ4fDRXmGZvqPirgNesaL/zUaL2cmU69shMSgvziD+UcTZDg3eQVgTENTNbzrVLlPrFwp2f96P6UihyBjVlVpnw20UaQE5YwfBnvdb9a5l7UDa2oLWMKNOn/CLqOkA127IRBx4O9YwHmjTw0yF0CoHnHaZDfsx36szXdXGwZVAl+te93c1kmZmpjTQIMwIAcv9KvkrqbjKCdhVLGrbPGGzDAvE4fW2ZC7ZVh7OBk6KbS6MarrBBjGoyK/lk7DCamA5N/FOpTao/coSouwYd1iO0GT8cGAP2DrrH8v3HF/SFzv+PFAoBDp9Qivm9OHwzobnROOWqx2cYRAxgc9rCfJUka6EJAgiNzixd8CNm0kVgpyPmXPvpO+Nw5bHywDGuvDtJld2KCqXDaQ+3xbGZiPFkxR/bic6RuX+UTRjUuOE= ceph-ec367bfc-00ff-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:30:42.252 INFO:teuthology.orchestra.run.smithi145.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHn505Bcjv+ogaZtxNlW1BxfYi3j3vPu2l8UN5YFdAZHm/XV/BlxYM7w8VMg91CCxk/dK+l8CNsfs4dmwgrzUyYcZ4fDRXmGZvqPirgNesaL/zUaL2cmU69shMSgvziD+UcTZDg3eQVgTENTNbzrVLlPrFwp2f96P6UihyBjVlVpnw20UaQE5YwfBnvdb9a5l7UDa2oLWMKNOn/CLqOkA127IRBx4O9YwHmjTw0yF0CoHnHaZDfsx36szXdXGwZVAl+te93c1kmZmpjTQIMwIAcv9KvkrqbjKCdhVLGrbPGGzDAvE4fW2ZC7ZVh7OBk6KbS6MarrBBjGoyK/lk7DCamA5N/FOpTao/coSouwYd1iO0GT8cGAP2DrrH8v3HF/SFzv+PFAoBDp9Qivm9OHwzobnROOWqx2cYRAxgc9rCfJUka6EJAgiNzixd8CNm0kVgpyPmXPvpO+Nw5bHywDGuvDtJld2KCqXDaQ+3xbGZiPFkxR/bic6RuX+UTRjUuOE= ceph-ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:30:42.261 DEBUG:teuthology.orchestra.run.smithi167:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHn505Bcjv+ogaZtxNlW1BxfYi3j3vPu2l8UN5YFdAZHm/XV/BlxYM7w8VMg91CCxk/dK+l8CNsfs4dmwgrzUyYcZ4fDRXmGZvqPirgNesaL/zUaL2cmU69shMSgvziD+UcTZDg3eQVgTENTNbzrVLlPrFwp2f96P6UihyBjVlVpnw20UaQE5YwfBnvdb9a5l7UDa2oLWMKNOn/CLqOkA127IRBx4O9YwHmjTw0yF0CoHnHaZDfsx36szXdXGwZVAl+te93c1kmZmpjTQIMwIAcv9KvkrqbjKCdhVLGrbPGGzDAvE4fW2ZC7ZVh7OBk6KbS6MarrBBjGoyK/lk7DCamA5N/FOpTao/coSouwYd1iO0GT8cGAP2DrrH8v3HF/SFzv+PFAoBDp9Qivm9OHwzobnROOWqx2cYRAxgc9rCfJUka6EJAgiNzixd8CNm0kVgpyPmXPvpO+Nw5bHywDGuvDtJld2KCqXDaQ+3xbGZiPFkxR/bic6RuX+UTRjUuOE= ceph-ec367bfc-00ff-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:30:42.284 INFO:teuthology.orchestra.run.smithi167.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDHn505Bcjv+ogaZtxNlW1BxfYi3j3vPu2l8UN5YFdAZHm/XV/BlxYM7w8VMg91CCxk/dK+l8CNsfs4dmwgrzUyYcZ4fDRXmGZvqPirgNesaL/zUaL2cmU69shMSgvziD+UcTZDg3eQVgTENTNbzrVLlPrFwp2f96P6UihyBjVlVpnw20UaQE5YwfBnvdb9a5l7UDa2oLWMKNOn/CLqOkA127IRBx4O9YwHmjTw0yF0CoHnHaZDfsx36szXdXGwZVAl+te93c1kmZmpjTQIMwIAcv9KvkrqbjKCdhVLGrbPGGzDAvE4fW2ZC7ZVh7OBk6KbS6MarrBBjGoyK/lk7DCamA5N/FOpTao/coSouwYd1iO0GT8cGAP2DrrH8v3HF/SFzv+PFAoBDp9Qivm9OHwzobnROOWqx2cYRAxgc9rCfJUka6EJAgiNzixd8CNm0kVgpyPmXPvpO+Nw5bHywDGuvDtJld2KCqXDaQ+3xbGZiPFkxR/bic6RuX+UTRjUuOE= ceph-ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:30:42.294 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T23:30:42.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:42 smithi145 bash[21573]: audit 2024-04-22T23:30:41.348445+0000 mon.a (mon.0) 99 : audit [INF] from='client.? 172.21.15.145:0/4280841267' entity='client.admin' 2024-04-22T23:30:42.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:42 smithi145 bash[21573]: audit 2024-04-22T23:30:41.348445+0000 mon.a (mon.0) 99 : audit [INF] from='client.? 172.21.15.145:0/4280841267' entity='client.admin' 2024-04-22T23:30:44.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:44 smithi145 bash[21573]: audit 2024-04-22T23:30:44.505904+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:30:44.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:44 smithi145 bash[21573]: audit 2024-04-22T23:30:44.505904+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi145", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:30:44.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:44 smithi145 bash[21573]: audit 2024-04-22T23:30:44.514442+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:44.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:44 smithi145 bash[21573]: audit 2024-04-22T23:30:44.514442+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:44.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:44 smithi145 bash[21573]: audit 2024-04-22T23:30:44.549138+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:44.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:44 smithi145 bash[21573]: audit 2024-04-22T23:30:44.549138+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:46.546 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:30:48.372 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T23:30:48.373 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T23:30:49.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:48 smithi145 bash[21573]: audit 2024-04-22T23:30:47.720896+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.145:0/2708799878' entity='client.admin' 2024-04-22T23:30:49.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:48 smithi145 bash[21573]: audit 2024-04-22T23:30:47.720896+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.145:0/2708799878' entity='client.admin' 2024-04-22T23:30:50.915 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:50 smithi145 bash[21573]: cluster 2024-04-22T23:30:50.560762+0000 mon.a (mon.0) 104 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:30:50.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:50 smithi145 bash[21573]: cluster 2024-04-22T23:30:50.560762+0000 mon.a (mon.0) 104 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:30:51.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:51 smithi145 bash[21573]: cluster 2024-04-22T23:30:50.509601+0000 mgr.x (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:51.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:51 smithi145 bash[21573]: cluster 2024-04-22T23:30:50.509601+0000 mgr.x (mgr.14152) 9 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:51.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:51 smithi145 bash[21573]: cluster 2024-04-22T23:30:50.632413+0000 mgr.x (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:51.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:51 smithi145 bash[21573]: cluster 2024-04-22T23:30:50.632413+0000 mgr.x (mgr.14152) 10 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:51.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:51 smithi145 bash[21573]: cluster 2024-04-22T23:30:50.633090+0000 mgr.x (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:51.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:51 smithi145 bash[21573]: cluster 2024-04-22T23:30:50.633090+0000 mgr.x (mgr.14152) 11 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:51.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:51 smithi145 bash[21573]: audit 2024-04-22T23:30:50.638117+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:51.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:51 smithi145 bash[21573]: audit 2024-04-22T23:30:50.638117+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:51.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:51 smithi145 bash[21573]: audit 2024-04-22T23:30:50.672088+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:51.917 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:51 smithi145 bash[21573]: audit 2024-04-22T23:30:50.672088+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:52.841 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:30:53.915 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:53 smithi145 bash[21573]: cluster 2024-04-22T23:30:52.633828+0000 mgr.x (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:53.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:53 smithi145 bash[21573]: cluster 2024-04-22T23:30:52.633828+0000 mgr.x (mgr.14152) 12 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:54.594 INFO:tasks.cephadm:Remote smithi167 excluded from cephadm cluster by role 2024-04-22T23:30:54.595 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T23:30:54.595 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T23:30:55.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:54 smithi145 bash[21573]: audit 2024-04-22T23:30:53.991443+0000 mgr.x (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:55.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:54 smithi145 bash[21573]: audit 2024-04-22T23:30:53.991443+0000 mgr.x (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:30:55.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:54 smithi145 bash[21573]: audit 2024-04-22T23:30:53.994736+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:55.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:54 smithi145 bash[21573]: audit 2024-04-22T23:30:53.994736+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:55.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:54 smithi145 bash[21573]: cluster 2024-04-22T23:30:54.634308+0000 mgr.x (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:55.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:54 smithi145 bash[21573]: cluster 2024-04-22T23:30:54.634308+0000 mgr.x (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:58.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: cluster 2024-04-22T23:30:56.634974+0000 mgr.x (mgr.14152) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:58.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: cluster 2024-04-22T23:30:56.634974+0000 mgr.x (mgr.14152) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:58.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: audit 2024-04-22T23:30:56.856119+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:30:58.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: audit 2024-04-22T23:30:56.856119+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:30:58.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: audit 2024-04-22T23:30:56.857881+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:30:58.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: audit 2024-04-22T23:30:56.857881+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:30:58.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: audit 2024-04-22T23:30:57.423857+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:58.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: audit 2024-04-22T23:30:57.423857+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:58.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: audit 2024-04-22T23:30:57.427483+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:58.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: audit 2024-04-22T23:30:57.427483+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:30:58.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: audit 2024-04-22T23:30:57.460952+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:58.167 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:57 smithi145 bash[21573]: audit 2024-04-22T23:30:57.460952+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:30:59.071 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:30:59.093 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cephadm 2024-04-22T23:30:56.860286+0000 mgr.x (mgr.14152) 16 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2024-04-22T23:30:59.093 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cephadm 2024-04-22T23:30:56.860286+0000 mgr.x (mgr.14152) 16 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.conf 2024-04-22T23:30:59.094 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cephadm 2024-04-22T23:30:57.075781+0000 mgr.x (mgr.14152) 17 : cephadm [INF] Updating smithi145:/var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:30:59.094 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cephadm 2024-04-22T23:30:57.075781+0000 mgr.x (mgr.14152) 17 : cephadm [INF] Updating smithi145:/var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:30:59.094 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cephadm 2024-04-22T23:30:57.189713+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:30:59.094 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cephadm 2024-04-22T23:30:57.189713+0000 mgr.x (mgr.14152) 18 : cephadm [INF] Updating smithi145:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:30:59.094 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cephadm 2024-04-22T23:30:57.304482+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi145:/var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:30:59.094 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cephadm 2024-04-22T23:30:57.304482+0000 mgr.x (mgr.14152) 19 : cephadm [INF] Updating smithi145:/var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:30:59.094 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cluster 2024-04-22T23:30:57.424704+0000 mgr.x (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:59.094 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cluster 2024-04-22T23:30:57.424704+0000 mgr.x (mgr.14152) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:59.094 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cluster 2024-04-22T23:30:57.425305+0000 mgr.x (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:30:59.094 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:30:58 smithi145 bash[21573]: cluster 2024-04-22T23:30:57.425305+0000 mgr.x (mgr.14152) 21 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:00.698 INFO:teuthology.orchestra.run.smithi145.stderr:adjusted tunables profile to default 2024-04-22T23:31:01.165 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:00 smithi145 bash[21573]: cluster 2024-04-22T23:30:59.425995+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:01.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:00 smithi145 bash[21573]: cluster 2024-04-22T23:30:59.425995+0000 mgr.x (mgr.14152) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:01.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:00 smithi145 bash[21573]: audit 2024-04-22T23:31:00.255528+0000 mon.a (mon.0) 113 : audit [INF] from='client.? 172.21.15.145:0/93435451' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:31:01.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:00 smithi145 bash[21573]: audit 2024-04-22T23:31:00.255528+0000 mon.a (mon.0) 113 : audit [INF] from='client.? 172.21.15.145:0/93435451' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:31:01.365 INFO:tasks.cephadm:Adding mon.a on smithi145 2024-04-22T23:31:01.365 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph orch apply mon '1;smithi145:172.21.15.145=a' 2024-04-22T23:31:02.109 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:01 smithi145 bash[21573]: audit 2024-04-22T23:31:00.696191+0000 mon.a (mon.0) 114 : audit [INF] from='client.? 172.21.15.145:0/93435451' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:31:02.109 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:01 smithi145 bash[21573]: audit 2024-04-22T23:31:00.696191+0000 mon.a (mon.0) 114 : audit [INF] from='client.? 172.21.15.145:0/93435451' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:31:02.109 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:01 smithi145 bash[21573]: cluster 2024-04-22T23:31:00.700121+0000 mon.a (mon.0) 115 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:31:02.109 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:01 smithi145 bash[21573]: cluster 2024-04-22T23:31:00.700121+0000 mon.a (mon.0) 115 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:31:02.979 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:02 smithi145 bash[21573]: cluster 2024-04-22T23:31:01.426433+0000 mgr.x (mgr.14152) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:02.979 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:02 smithi145 bash[21573]: cluster 2024-04-22T23:31:01.426433+0000 mgr.x (mgr.14152) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:05.104 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:31:05.128 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:04 smithi145 bash[21573]: cluster 2024-04-22T23:31:03.427165+0000 mgr.x (mgr.14152) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:05.128 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:04 smithi145 bash[21573]: cluster 2024-04-22T23:31:03.427165+0000 mgr.x (mgr.14152) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:05.128 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:04 smithi145 bash[21573]: audit 2024-04-22T23:31:04.093435+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:05.129 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:04 smithi145 bash[21573]: audit 2024-04-22T23:31:04.093435+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:05.129 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:04 smithi145 bash[21573]: audit 2024-04-22T23:31:04.095410+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:31:05.129 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:04 smithi145 bash[21573]: audit 2024-04-22T23:31:04.095410+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:31:05.129 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:04 smithi145 bash[21573]: audit 2024-04-22T23:31:04.104421+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:05.129 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:04 smithi145 bash[21573]: audit 2024-04-22T23:31:04.104421+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:06.165 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:05 smithi145 bash[21573]: cluster 2024-04-22T23:31:04.098070+0000 mgr.x (mgr.14152) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:06.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:05 smithi145 bash[21573]: cluster 2024-04-22T23:31:04.098070+0000 mgr.x (mgr.14152) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:06.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:05 smithi145 bash[21573]: cluster 2024-04-22T23:31:04.098665+0000 mgr.x (mgr.14152) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:06.166 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:05 smithi145 bash[21573]: cluster 2024-04-22T23:31:04.098665+0000 mgr.x (mgr.14152) 26 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:06.319 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled mon update... 2024-04-22T23:31:07.087 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2024-04-22T23:31:07.087 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:31:07.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:07 smithi145 bash[21573]: cluster 2024-04-22T23:31:06.099038+0000 mgr.x (mgr.14152) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:07.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:07 smithi145 bash[21573]: cluster 2024-04-22T23:31:06.099038+0000 mgr.x (mgr.14152) 27 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:07.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:07 smithi145 bash[21573]: audit 2024-04-22T23:31:06.312092+0000 mgr.x (mgr.14152) 28 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi145:172.21.15.145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:31:07.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:07 smithi145 bash[21573]: audit 2024-04-22T23:31:06.312092+0000 mgr.x (mgr.14152) 28 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi145:172.21.15.145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:31:07.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:07 smithi145 bash[21573]: cephadm 2024-04-22T23:31:06.318058+0000 mgr.x (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi145:172.21.15.145=a;count:1 2024-04-22T23:31:07.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:07 smithi145 bash[21573]: cephadm 2024-04-22T23:31:06.318058+0000 mgr.x (mgr.14152) 29 : cephadm [INF] Saving service mon spec with placement smithi145:172.21.15.145=a;count:1 2024-04-22T23:31:07.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:07 smithi145 bash[21573]: audit 2024-04-22T23:31:06.322865+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:07.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:07 smithi145 bash[21573]: audit 2024-04-22T23:31:06.322865+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:07.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:07 smithi145 bash[21573]: audit 2024-04-22T23:31:06.359622+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:31:07.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:07 smithi145 bash[21573]: audit 2024-04-22T23:31:06.359622+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:31:09.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:09 smithi145 bash[21573]: cluster 2024-04-22T23:31:08.099696+0000 mgr.x (mgr.14152) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:09.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:09 smithi145 bash[21573]: cluster 2024-04-22T23:31:08.099696+0000 mgr.x (mgr.14152) 30 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:11.265 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:31:11.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:11 smithi145 bash[21573]: cluster 2024-04-22T23:31:10.100404+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:11.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:11 smithi145 bash[21573]: cluster 2024-04-22T23:31:10.100404+0000 mgr.x (mgr.14152) 31 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:13.067 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-04-22T23:31:13.067 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":1,"fsid":"ec367bfc-00ff-11ef-bc93-c7b262605968","modified":"2024-04-22T23:29:18.139131Z","created":"2024-04-22T23:29:18.139131Z","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.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:31:13.070 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 1 2024-04-22T23:31:13.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:13 smithi145 bash[21573]: cluster 2024-04-22T23:31:12.101099+0000 mgr.x (mgr.14152) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:13.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:13 smithi145 bash[21573]: cluster 2024-04-22T23:31:12.101099+0000 mgr.x (mgr.14152) 32 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:13.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:13 smithi145 bash[21573]: audit 2024-04-22T23:31:13.071385+0000 mon.a (mon.0) 121 : audit [DBG] from='client.? 172.21.15.145:0/2632598538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:31:13.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:13 smithi145 bash[21573]: audit 2024-04-22T23:31:13.071385+0000 mon.a (mon.0) 121 : audit [DBG] from='client.? 172.21.15.145:0/2632598538' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:31:13.920 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T23:31:13.921 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T23:31:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.893982+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.893982+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.895269+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:31:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.895269+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:31:14.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.902062+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.902062+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.908631+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.908631+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.944613+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.944613+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.947347+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.947347+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.949873+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.949873+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.952473+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.952473+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.953470+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:31:14.667 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.953470+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:31:14.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.954345+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:31:14.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.954345+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:31:14.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.955184+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:14.668 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:14 smithi145 bash[21573]: audit 2024-04-22T23:31:13.955184+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:15.545 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:15 smithi145 bash[21573]: cluster 2024-04-22T23:31:13.897271+0000 mgr.x (mgr.14152) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:15.545 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:15 smithi145 bash[21573]: cluster 2024-04-22T23:31:13.897271+0000 mgr.x (mgr.14152) 33 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:15.546 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:15 smithi145 bash[21573]: cluster 2024-04-22T23:31:13.897656+0000 mgr.x (mgr.14152) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:15.546 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:15 smithi145 bash[21573]: cluster 2024-04-22T23:31:13.897656+0000 mgr.x (mgr.14152) 34 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:15.546 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:15 smithi145 bash[21573]: cephadm 2024-04-22T23:31:13.953046+0000 mgr.x (mgr.14152) 35 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:31:15.546 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:15 smithi145 bash[21573]: cephadm 2024-04-22T23:31:13.953046+0000 mgr.x (mgr.14152) 35 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:31:15.546 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:15 smithi145 bash[21573]: cephadm 2024-04-22T23:31:13.956444+0000 mgr.x (mgr.14152) 36 : cephadm [INF] Reconfiguring daemon mon.a on smithi145 2024-04-22T23:31:15.546 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:15 smithi145 bash[21573]: cephadm 2024-04-22T23:31:13.956444+0000 mgr.x (mgr.14152) 36 : cephadm [INF] Reconfiguring daemon mon.a on smithi145 2024-04-22T23:31:17.415 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:16 smithi145 bash[21573]: cluster 2024-04-22T23:31:15.898342+0000 mgr.x (mgr.14152) 37 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:17.415 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:16 smithi145 bash[21573]: cluster 2024-04-22T23:31:15.898342+0000 mgr.x (mgr.14152) 37 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:17.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:16 smithi145 bash[21573]: audit 2024-04-22T23:31:15.952904+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:17.416 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:16 smithi145 bash[21573]: audit 2024-04-22T23:31:15.952904+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:18.646 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:31:19.415 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:18 smithi145 bash[21573]: cluster 2024-04-22T23:31:17.899033+0000 mgr.x (mgr.14152) 38 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:19.415 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:18 smithi145 bash[21573]: cluster 2024-04-22T23:31:17.899033+0000 mgr.x (mgr.14152) 38 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:19.826 INFO:teuthology.orchestra.run.smithi145.stdout:# minimal ceph.conf for ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:31:19.826 INFO:teuthology.orchestra.run.smithi145.stdout:[global] 2024-04-22T23:31:19.827 INFO:teuthology.orchestra.run.smithi145.stdout: fsid = ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:31:19.827 INFO:teuthology.orchestra.run.smithi145.stdout: mon_host = [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] 2024-04-22T23:31:20.165 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:19 smithi145 bash[21573]: audit 2024-04-22T23:31:19.830520+0000 mon.a (mon.0) 134 : audit [DBG] from='client.? 172.21.15.145:0/3935517417' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:20.165 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:19 smithi145 bash[21573]: audit 2024-04-22T23:31:19.830520+0000 mon.a (mon.0) 134 : audit [DBG] from='client.? 172.21.15.145:0/3935517417' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:20.492 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T23:31:20.492 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:31:20.492 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:31:20.512 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:31:20.512 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:31:20.567 INFO:tasks.cephadm:Adding mgr.x on smithi145 2024-04-22T23:31:20.567 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph orch apply mgr '1;smithi145=x' 2024-04-22T23:31:21.415 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:20 smithi145 bash[21573]: cluster 2024-04-22T23:31:19.899709+0000 mgr.x (mgr.14152) 39 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:21.415 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:20 smithi145 bash[21573]: cluster 2024-04-22T23:31:19.899709+0000 mgr.x (mgr.14152) 39 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:23.415 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:22 smithi145 bash[21573]: cluster 2024-04-22T23:31:21.900424+0000 mgr.x (mgr.14152) 40 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:23.415 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:22 smithi145 bash[21573]: cluster 2024-04-22T23:31:21.900424+0000 mgr.x (mgr.14152) 40 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:25.324 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:31:25.347 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:24 smithi145 bash[21573]: cluster 2024-04-22T23:31:23.901111+0000 mgr.x (mgr.14152) 41 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:25.347 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:24 smithi145 bash[21573]: cluster 2024-04-22T23:31:23.901111+0000 mgr.x (mgr.14152) 41 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:26.456 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled mgr update... 2024-04-22T23:31:27.113 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T23:31:27.113 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-04-22T23:31:27.114 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:31:27.120 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-22T23:31:27.120 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_1 2024-04-22T23:31:27.168 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:31:27.168 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:31:27.168 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-04-22T23:31:27.168 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:31:27.168 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-04-22 23:22:15.406207469 +0000 2024-04-22T23:31:27.168 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-04-22 23:22:15.166209613 +0000 2024-04-22T23:31:27.168 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-04-22 23:22:15.166209613 +0000 2024-04-22T23:31:27.168 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-04-22T23:31:27.169 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:31:27.222 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-04-22T23:31:27.222 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-04-22T23:31:27.222 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000442111 s, 1.2 MB/s 2024-04-22T23:31:27.223 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:31:27.273 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_2 2024-04-22T23:31:27.319 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:31:27.320 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:31:27.320 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 899 Links: 1 2024-04-22T23:31:27.320 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:31:27.320 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-04-22 23:22:15.870203325 +0000 2024-04-22T23:31:27.320 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-04-22 23:22:15.622205540 +0000 2024-04-22T23:31:27.320 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-04-22 23:22:15.622205540 +0000 2024-04-22T23:31:27.320 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-04-22T23:31:27.320 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:31:27.378 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-04-22T23:31:27.378 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-04-22T23:31:27.378 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000437034 s, 1.2 MB/s 2024-04-22T23:31:27.379 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:31:27.428 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_3 2024-04-22T23:31:27.476 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:31:27.477 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:31:27.477 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 917 Links: 1 2024-04-22T23:31:27.477 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:31:27.477 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-04-22 23:22:16.362198930 +0000 2024-04-22T23:31:27.477 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-04-22 23:22:16.090201360 +0000 2024-04-22T23:31:27.477 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-04-22 23:22:16.090201360 +0000 2024-04-22T23:31:27.477 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-04-22T23:31:27.477 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:31:27.534 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-04-22T23:31:27.534 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-04-22T23:31:27.535 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000343603 s, 1.5 MB/s 2024-04-22T23:31:27.536 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:31:27.586 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_4 2024-04-22T23:31:27.635 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:31:27.635 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:31:27.635 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-04-22T23:31:27.635 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:31:27.635 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-04-22 23:22:16.886194249 +0000 2024-04-22T23:31:27.636 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-04-22 23:22:16.622196607 +0000 2024-04-22T23:31:27.636 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-04-22 23:22:16.622196607 +0000 2024-04-22T23:31:27.636 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: - 2024-04-22T23:31:27.636 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:31:27.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:27 smithi145 bash[21573]: cluster 2024-04-22T23:31:25.901875+0000 mgr.x (mgr.14152) 42 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:27.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:27 smithi145 bash[21573]: cluster 2024-04-22T23:31:25.901875+0000 mgr.x (mgr.14152) 42 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:27.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:27 smithi145 bash[21573]: audit 2024-04-22T23:31:26.451626+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi145=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:31:27.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:27 smithi145 bash[21573]: audit 2024-04-22T23:31:26.451626+0000 mgr.x (mgr.14152) 43 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi145=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:31:27.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:27 smithi145 bash[21573]: cephadm 2024-04-22T23:31:26.454762+0000 mgr.x (mgr.14152) 44 : cephadm [INF] Saving service mgr spec with placement smithi145=x;count:1 2024-04-22T23:31:27.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:27 smithi145 bash[21573]: cephadm 2024-04-22T23:31:26.454762+0000 mgr.x (mgr.14152) 44 : cephadm [INF] Saving service mgr spec with placement smithi145=x;count:1 2024-04-22T23:31:27.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:27 smithi145 bash[21573]: audit 2024-04-22T23:31:26.459778+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:27.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:27 smithi145 bash[21573]: audit 2024-04-22T23:31:26.459778+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:27.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:27 smithi145 bash[21573]: audit 2024-04-22T23:31:26.466606+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:31:27.666 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:27 smithi145 bash[21573]: audit 2024-04-22T23:31:26.466606+0000 mon.a (mon.0) 136 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:31:27.677 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-04-22T23:31:27.677 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-04-22T23:31:27.677 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000291844 s, 1.8 MB/s 2024-04-22T23:31:27.679 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:31:27.729 INFO:tasks.cephadm:Deploying osd.0 on smithi145 with /dev/vg_nvme/lv_4... 2024-04-22T23:31:27.730 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-22T23:31:29.915 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:29 smithi145 bash[21573]: cluster 2024-04-22T23:31:27.902659+0000 mgr.x (mgr.14152) 45 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:29.915 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:29 smithi145 bash[21573]: cluster 2024-04-22T23:31:27.902659+0000 mgr.x (mgr.14152) 45 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:31.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:31 smithi145 bash[21573]: cluster 2024-04-22T23:31:29.903392+0000 mgr.x (mgr.14152) 46 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:31.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:31 smithi145 bash[21573]: cluster 2024-04-22T23:31:29.903392+0000 mgr.x (mgr.14152) 46 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:32.378 INFO:teuthology.orchestra.run.smithi145.stderr:Inferring config /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:31:33.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:33 smithi145 bash[21573]: cluster 2024-04-22T23:31:31.904179+0000 mgr.x (mgr.14152) 47 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:33.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:33 smithi145 bash[21573]: cluster 2024-04-22T23:31:31.904179+0000 mgr.x (mgr.14152) 47 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:34.182 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: Unknown device, --name=, --path=, or absolute path in /dev/ or /sys expected. 2024-04-22T23:31:34.182 INFO:teuthology.orchestra.run.smithi145.stderr:usage: ceph-volume lvm zap [-h] [--destroy] [--osd-id OSD_ID] 2024-04-22T23:31:34.182 INFO:teuthology.orchestra.run.smithi145.stderr: [--osd-fsid OSD_FSID] [--no-systemd] 2024-04-22T23:31:34.182 INFO:teuthology.orchestra.run.smithi145.stderr: [DEVICES [DEVICES ...]] 2024-04-22T23:31:34.182 INFO:teuthology.orchestra.run.smithi145.stderr:ceph-volume lvm zap: error: Unable to proceed with non-existing device: /dev/vg_nvme/lv_4 2024-04-22T23:31:34.915 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.101216+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.101216+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.102804+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.102804+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.108261+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.108261+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.114167+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.114167+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.148469+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.148469+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.149684+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.149684+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.150672+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:34.916 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:34 smithi145 bash[21573]: audit 2024-04-22T23:31:34.150672+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.145:0/3910585678' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:31:35.239 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-22T23:31:35.240 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return 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 smithi145 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:31:35.242 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:31:35.255 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:31:35.268 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-22T23:31:35.269 DEBUG:teuthology.orchestra.run.smithi145:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:31:35.303 DEBUG:teuthology.orchestra.run.smithi167:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:31:35.316 INFO:tasks.cephadm:Stopping all daemons... 2024-04-22T23:31:35.316 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-22T23:31:35.317 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:31:35.526 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 systemd[1]: Stopping Ceph mon.a for ec367bfc-00ff-11ef-bc93-c7b262605968... 2024-04-22T23:31:35.526 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: cluster 2024-04-22T23:31:33.904898+0000 mgr.x (mgr.14152) 48 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:35.526 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: cluster 2024-04-22T23:31:33.904898+0000 mgr.x (mgr.14152) 48 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:35.526 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: cluster 2024-04-22T23:31:34.104988+0000 mgr.x (mgr.14152) 49 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:35.526 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: cluster 2024-04-22T23:31:34.104988+0000 mgr.x (mgr.14152) 49 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:35.526 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: cluster 2024-04-22T23:31:34.105504+0000 mgr.x (mgr.14152) 50 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:35.526 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: cluster 2024-04-22T23:31:34.105504+0000 mgr.x (mgr.14152) 50 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:31:35.526 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: cephadm 2024-04-22T23:31:34.148009+0000 mgr.x (mgr.14152) 51 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-04-22T23:31:35.526 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: cephadm 2024-04-22T23:31:34.148009+0000 mgr.x (mgr.14152) 51 : cephadm [INF] Reconfiguring mgr.x (unknown last config time)... 2024-04-22T23:31:35.526 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: cephadm 2024-04-22T23:31:34.151517+0000 mgr.x (mgr.14152) 52 : cephadm [INF] Reconfiguring daemon mgr.x on smithi145 2024-04-22T23:31:35.527 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: cephadm 2024-04-22T23:31:34.151517+0000 mgr.x (mgr.14152) 52 : cephadm [INF] Reconfiguring daemon mgr.x on smithi145 2024-04-22T23:31:35.527 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: debug 2024-04-22T23:31:35.526+0000 7fbc2dea5700 -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-22T23:31:35.527 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:35 smithi145 bash[21573]: debug 2024-04-22T23:31:35.526+0000 7fbc2dea5700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:31:36.665 INFO:journalctl@ceph.mon.a.smithi145.stdout:Apr 22 23:31:36 smithi145 bash[27459]: ceph-ec367bfc-00ff-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:31:36.701 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mon.a.service' 2024-04-22T23:31:36.727 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:31:36.728 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-22T23:31:36.728 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-04-22T23:31:36.728 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mgr.x 2024-04-22T23:31:36.947 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:31:36 smithi145 systemd[1]: Stopping Ceph mgr.x for ec367bfc-00ff-11ef-bc93-c7b262605968... 2024-04-22T23:31:36.947 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:31:36 smithi145 bash[21829]: debug 2024-04-22T23:31:36.906+0000 7fafbb7b0700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.x -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-22T23:31:36.947 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Apr 22 23:31:36 smithi145 bash[21829]: debug 2024-04-22T23:31:36.906+0000 7fafbb7b0700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-22T23:31:37.639 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ec367bfc-00ff-11ef-bc93-c7b262605968@mgr.x.service' 2024-04-22T23:31:37.677 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:31:37.677 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-04-22T23:31:37.677 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:31:37.877 INFO:teuthology.orchestra.run.smithi145.stdout:Deleting cluster with fsid: ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:31:39.911 DEBUG:teuthology.orchestra.run.smithi167:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:31:40.076 INFO:teuthology.orchestra.run.smithi167.stdout:Deleting cluster with fsid: ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:31:41.415 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:31:41.430 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:31:41.443 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T23:31:41.445 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208/remote/smithi145/crash 2024-04-22T23:31:41.445 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:31:41.483 INFO:teuthology.orchestra.run.smithi145.stderr:tar: /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:31:41.483 INFO:teuthology.orchestra.run.smithi145.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:31:41.484 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208/remote/smithi167/crash 2024-04-22T23:31:41.485 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:31:41.496 INFO:teuthology.orchestra.run.smithi167.stderr:tar: /var/lib/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:31:41.497 INFO:teuthology.orchestra.run.smithi167.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:31:41.498 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T23:31:41.498 DEBUG:teuthology.orchestra.run.smithi145:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T23:31:41.539 INFO:teuthology.orchestra.run.smithi145.stdout:2024-04-22T23:30:50.560762+0000 mon.a (mon.0) 104 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:31:41.540 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-22T23:31:41.541 DEBUG:teuthology.orchestra.run.smithi145:> sudo egrep '\[SEC\]' /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T23:31:41.596 DEBUG:teuthology.orchestra.run.smithi145:> sudo egrep '\[ERR\]' /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T23:31:41.652 DEBUG:teuthology.orchestra.run.smithi145:> sudo egrep '\[WRN\]' /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T23:31:41.705 INFO:teuthology.orchestra.run.smithi145.stdout:2024-04-22T23:30:50.560762+0000 mon.a (mon.0) 104 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED) 2024-04-22T23:31:41.706 INFO:tasks.cephadm:Compressing logs... 2024-04-22T23:31:41.706 DEBUG:teuthology.orchestra.run.smithi145:> 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-22T23:31:41.756 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T23:31:41.764 INFO:teuthology.orchestra.run.smithi145.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T23:31:41.770 INFO:teuthology.orchestra.run.smithi167.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T23:31:41.778 INFO:teuthology.orchestra.run.smithi167.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:31:41.778 INFO:teuthology.orchestra.run.smithi167.stderr:/var/log/ceph/cephadm.log: 70.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:31:41.779 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:31:41.779 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-22T23:31:41.780 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:31:41.780 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph-mgr.x.log 2024-04-22T23:31:41.780 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:31:41.780 INFO:teuthology.orchestra.run.smithi145.stderr: 75.2% -- replaced with /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:31:41.782 INFO:teuthology.orchestra.run.smithi167.stderr: 2024-04-22T23:31:41.782 INFO:teuthology.orchestra.run.smithi167.stderr:real 0m0.020s 2024-04-22T23:31:41.782 INFO:teuthology.orchestra.run.smithi167.stderr:user 0m0.014s 2024-04-22T23:31:41.782 INFO:teuthology.orchestra.run.smithi167.stderr:sys 0m0.008s 2024-04-22T23:31:41.783 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:31:41.783 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph-mgr.x.log: /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:31:41.784 INFO:teuthology.orchestra.run.smithi145.stderr: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:31:41.784 INFO:teuthology.orchestra.run.smithi145.stderr: 83.8% -- replaced with /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:31:41.784 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph-volume.log: 85.0% -- replaced with /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:31:41.784 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.audit.log: 87.2% -- replaced with /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:31:41.809 INFO:teuthology.orchestra.run.smithi145.stderr: 89.5% -- replaced with /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph-mgr.x.log.gz 2024-04-22T23:31:41.818 INFO:teuthology.orchestra.run.smithi145.stderr: 91.1% -- replaced with /var/log/ceph/ec367bfc-00ff-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-22T23:31:41.819 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-04-22T23:31:41.819 INFO:teuthology.orchestra.run.smithi145.stderr:real 0m0.061s 2024-04-22T23:31:41.819 INFO:teuthology.orchestra.run.smithi145.stderr:user 0m0.080s 2024-04-22T23:31:41.819 INFO:teuthology.orchestra.run.smithi145.stderr:sys 0m0.012s 2024-04-22T23:31:41.820 INFO:tasks.cephadm:Archiving logs... 2024-04-22T23:31:41.820 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208/remote/smithi145/log 2024-04-22T23:31:41.821 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:31:41.890 DEBUG:teuthology.misc:Transferring archived files from smithi167:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208/remote/smithi167/log 2024-04-22T23:31:41.891 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:31:41.906 INFO:tasks.cephadm:Removing cluster... 2024-04-22T23:31:41.906 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 --force 2024-04-22T23:31:42.088 INFO:teuthology.orchestra.run.smithi145.stdout:Deleting cluster with fsid: ec367bfc-00ff-11ef-bc93-c7b262605968 2024-04-22T23:31:43.432 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T23:31:43.432 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:31:43.437 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:31:43.443 INFO:tasks.cephadm:Teardown complete 2024-04-22T23:31:43.443 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return 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 smithi145 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:31:43.657 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8acfbd3efb364250a923e60342141db5 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, 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_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return 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 smithi145 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ec367bfc-00ff-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:31:43.661 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T23:31:43.671 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-04-22T23:31:43.692 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T23:31:43.750 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-22T23:31:43.750 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:31:43.764 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:31:43.827 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T23:31:43.839 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T23:31:43.839 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:31:43.841 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:31:43.850 INFO:teuthology.orchestra.run.smithi145.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:31:43.851 INFO:teuthology.orchestra.run.smithi145.stdout:============================================================================== 2024-04-22T23:31:43.851 INFO:teuthology.orchestra.run.smithi145.stdout:*hv01.front.sepi 44.4.53.2 2 u 36 64 77 0.121 -1.053 0.916 2024-04-22T23:31:43.851 INFO:teuthology.orchestra.run.smithi145.stdout:+hv02.front.sepi 63.231.80.2 3 u 40 64 77 0.131 -0.595 0.946 2024-04-22T23:31:43.851 INFO:teuthology.orchestra.run.smithi145.stdout:+hv03.front.sepi 74.6.168.72 3 u 38 64 77 0.123 -0.747 0.883 2024-04-22T23:31:43.851 INFO:teuthology.orchestra.run.smithi145.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:31:43.855 INFO:teuthology.orchestra.run.smithi167.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:31:43.855 INFO:teuthology.orchestra.run.smithi167.stdout:============================================================================== 2024-04-22T23:31:43.855 INFO:teuthology.orchestra.run.smithi167.stdout:*hv01.front.sepi 44.4.53.2 2 u 39 64 77 0.135 -0.907 0.372 2024-04-22T23:31:43.855 INFO:teuthology.orchestra.run.smithi167.stdout:+hv02.front.sepi 63.231.80.2 3 u 32 64 77 0.140 -0.391 0.430 2024-04-22T23:31:43.855 INFO:teuthology.orchestra.run.smithi167.stdout:+hv03.front.sepi 74.6.168.72 3 u 33 64 77 0.128 -0.588 0.540 2024-04-22T23:31:43.855 INFO:teuthology.orchestra.run.smithi167.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:31:43.856 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T23:31:43.915 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T23:31:43.916 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T23:31:43.930 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T23:31:43.940 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T23:31:43.954 INFO:teuthology.task.internal:Duration was 792.522155 seconds 2024-04-22T23:31:43.955 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T23:31:43.964 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T23:31:43.964 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:31:43.967 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:31:44.006 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T23:31:44.006 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2024-04-22T23:31:44.007 DEBUG:teuthology.orchestra.run.smithi145:> 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-22T23:31:44.056 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi167.front.sepia.ceph.com 2024-04-22T23:31:44.057 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T23:31:44.067 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T23:31:44.067 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:31:44.100 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:31:44.132 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T23:31:44.133 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:31:44.172 DEBUG:teuthology.orchestra.run.smithi167:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:31:44.237 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T23:31:44.250 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T23:31:44.250 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:31:44.260 DEBUG:teuthology.orchestra.run.smithi167:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:31:44.272 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T23:31:44.286 DEBUG:teuthology.orchestra.run.smithi145:> 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-22T23:31:44.304 DEBUG:teuthology.orchestra.run.smithi167:> 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-22T23:31:44.311 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2024-04-22T23:31:44.326 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = core 2024-04-22T23:31:44.348 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:31:44.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:31:44.382 DEBUG:teuthology.orchestra.run.smithi167:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:31:44.395 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:31:44.396 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T23:31:44.408 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T23:31:44.409 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208/remote/smithi145 2024-04-22T23:31:44.409 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:31:44.447 DEBUG:teuthology.misc:Transferring archived files from smithi167:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208/remote/smithi167 2024-04-22T23:31:44.448 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:31:44.469 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T23:31:44.469 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:31:44.492 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:31:44.512 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T23:31:44.526 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T23:31:44.526 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T23:31:44.550 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T23:31:44.550 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:31:44.552 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:31:44.556 INFO:teuthology.orchestra.run.smithi145.stdout: 658623 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:31 /home/ubuntu/cephtest 2024-04-22T23:31:44.560 INFO:teuthology.orchestra.run.smithi167.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:31 /home/ubuntu/cephtest 2024-04-22T23:31:44.561 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T23:31:44.574 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T23:31:44.598 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T23:31:44.624 DEBUG:teuthology.nuke:shortname: smithi145 2024-04-22T23:31:44.625 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:31:44.647 DEBUG:teuthology.nuke:shortname: smithi167 2024-04-22T23:31:44.647 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:31:44.651 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208', '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-22 23:08:15.026798', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLBKR3ZoyzWXjHv/NSWr1KOj6lDJS+1lhQm4bO7RgnB0y6OTPX1K//v6Q8R3TzdM4R2rtb+K1DwG36ubnwxuydg='} 2024-04-22T23:31:44.678 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669208', '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-22 23:08:15.028577', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMIeFE97uf6PCZD+5hzuM62baeSpHGU4vJMayFGwGIDxYbBK/cxfMv/gaXE5MX+IESpxQzMnZXenk+zSV/aTzEM='} 2024-04-22T23:31:44.710 INFO:teuthology.orchestra.console.smithi145:Power off 2024-04-22T23:31:44.711 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:31:44.735 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2024-04-22T23:31:44.735 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:31:44.754 INFO:teuthology.orchestra.console.smithi167:Power off 2024-04-22T23:31:44.755 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:31:44.770 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-04-22T23:31:44.782 DEBUG:teuthology.orchestra.console.smithi167:power off output: Chassis Power Control: Down/Off 2024-04-22T23:31:44.783 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:31:44.808 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-22T23:31:48.771 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:31:48.809 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:31:48.883 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-04-22T23:31:48.922 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-22T23:31:52.886 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:31:52.923 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:31:53.001 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2024-04-22T23:31:53.034 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2024-04-22T23:31:57.006 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:31:57.035 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:31:57.131 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2024-04-22T23:31:57.150 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is off 2024-04-22T23:31:57.233 INFO:teuthology.orchestra.console.smithi145:Power off completed 2024-04-22T23:31:57.252 INFO:teuthology.orchestra.console.smithi167:Power off completed 2024-04-22T23:31:57.356 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_basic} duration: 792.522155046463 failure_reason: '"2024-04-22T23:30:50.560762+0000 mon.a (mon.0) 104 : cluster [WRN] Health check failed: failed to probe daemons or devices (CEPHADM_REFRESH_FAILED)" in cluster log' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8acfbd3efb364250a923e60342141db5 status: fail success: false 2024-04-22T23:31:57.357 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:31:57.440 INFO:teuthology.run:FAIL