2024-04-24T13:04:41.347 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-24T13:04:41.347 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325 --name adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi --verbose --description orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} -- /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325/orig.config.yaml 2024-04-24T13:04:41.379 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T13:04:41.461 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325 branch: wip-adk-testing-2024-04-23-1222 description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} email: adking@redhat.com first_in_suite: false job_id: '7671325' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-04-23-1222 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: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-04-23-1222 sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 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: 6222 sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-23-1222 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec targets: smithi032.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDF+7nTuuQT4k3RKoQHeO0Pvt1sLunmhj2GjQMATq7YtYvJbJnSlXxaNm85XPV54fSN9VuIM2RScuxeEuOHjemY= smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPa74RrsIO8eWIIhF5KrR7saXQpGbarUBmaB2dKYTc9GPW4lgmvJOW86b3LoxYDpSFYtAixhlvcTqmd4kDFT/pE= 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-24_11:41:41 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-24T13:04:41.462 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa; will attempt to use it 2024-04-24T13:04:41.462 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks 2024-04-24T13:04:41.462 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-24T13:04:41.464 INFO:teuthology.task.internal:Checking packages... 2024-04-24T13:04:41.487 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec' 2024-04-24T13:04:41.488 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-24T13:04:41.488 INFO:teuthology.packaging:ref: None 2024-04-24T13:04:41.488 INFO:teuthology.packaging:tag: None 2024-04-24T13:04:41.488 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-23-1222 2024-04-24T13:04:41.488 INFO:teuthology.packaging:sha1: 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:04:41.488 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-adk-testing-2024-04-23-1222 2024-04-24T13:04:41.710 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3259.g23fcfb96 2024-04-24T13:04:41.712 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-24T13:04:41.719 INFO:teuthology.task.internal:no buildpackages task found 2024-04-24T13:04:41.719 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-24T13:04:41.776 INFO:teuthology.task.internal:Saving configuration 2024-04-24T13:04:41.789 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-24T13:04:41.795 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T13:04:41.821 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-24 12:59:33.173315', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDF+7nTuuQT4k3RKoQHeO0Pvt1sLunmhj2GjQMATq7YtYvJbJnSlXxaNm85XPV54fSN9VuIM2RScuxeEuOHjemY='} 2024-04-24T13:04:41.844 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-24 12:59:33.171824', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPa74RrsIO8eWIIhF5KrR7saXQpGbarUBmaB2dKYTc9GPW4lgmvJOW86b3LoxYDpSFYtAixhlvcTqmd4kDFT/pE='} 2024-04-24T13:04:41.845 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-24T13:04:41.850 INFO:teuthology.task.internal:roles: ubuntu@smithi032.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-24T13:04:41.851 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-24T13:04:41.851 INFO:teuthology.run_tasks:Running task console_log... 2024-04-24T13:04:41.921 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1d27987f70>, signals=[15]) 2024-04-24T13:04:41.921 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-24T13:04:41.927 INFO:teuthology.task.internal:Opening connections... 2024-04-24T13:04:41.927 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi032.front.sepia.ceph.com 2024-04-24T13:04:41.929 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T13:04:42.008 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-04-24T13:04:42.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T13:04:42.083 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-24T13:04:42.090 DEBUG:teuthology.orchestra.run.smithi032:> uname -m 2024-04-24T13:04:42.108 INFO:teuthology.orchestra.run.smithi032.stdout:x86_64 2024-04-24T13:04:42.109 DEBUG:teuthology.orchestra.run.smithi032:> cat /etc/os-release 2024-04-24T13:04:42.167 INFO:teuthology.orchestra.run.smithi032.stdout:NAME="CentOS Stream" 2024-04-24T13:04:42.167 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION="9" 2024-04-24T13:04:42.168 INFO:teuthology.orchestra.run.smithi032.stdout:ID="centos" 2024-04-24T13:04:42.168 INFO:teuthology.orchestra.run.smithi032.stdout:ID_LIKE="rhel fedora" 2024-04-24T13:04:42.168 INFO:teuthology.orchestra.run.smithi032.stdout:VERSION_ID="9" 2024-04-24T13:04:42.168 INFO:teuthology.orchestra.run.smithi032.stdout:PLATFORM_ID="platform:el9" 2024-04-24T13:04:42.168 INFO:teuthology.orchestra.run.smithi032.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-24T13:04:42.168 INFO:teuthology.orchestra.run.smithi032.stdout:ANSI_COLOR="0;31" 2024-04-24T13:04:42.168 INFO:teuthology.orchestra.run.smithi032.stdout:LOGO="fedora-logo-icon" 2024-04-24T13:04:42.168 INFO:teuthology.orchestra.run.smithi032.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-24T13:04:42.168 INFO:teuthology.orchestra.run.smithi032.stdout:HOME_URL="https://centos.org/" 2024-04-24T13:04:42.168 INFO:teuthology.orchestra.run.smithi032.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-24T13:04:42.169 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-24T13:04:42.169 INFO:teuthology.orchestra.run.smithi032.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-24T13:04:42.169 INFO:teuthology.lock.ops:Updating smithi032.front.sepia.ceph.com on lock server 2024-04-24T13:04:42.190 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-04-24T13:04:42.208 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-04-24T13:04:42.209 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-04-24T13:04:42.266 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="9" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="9" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el9" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:LOGO="fedora-logo-icon" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-24T13:04:42.267 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-24T13:04:42.268 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-04-24T13:04:42.290 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-24T13:04:42.298 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-24T13:04:42.305 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-24T13:04:42.306 DEBUG:teuthology.orchestra.run.smithi032:> test '!' -e /home/ubuntu/cephtest 2024-04-24T13:04:42.308 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-04-24T13:04:42.325 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-24T13:04:42.331 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-24T13:04:42.331 DEBUG:teuthology.orchestra.run.smithi032:> test -z $(ls -A /var/lib/ceph) 2024-04-24T13:04:42.366 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-04-24T13:04:42.393 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-24T13:04:42.445 INFO:teuthology.run_tasks:Running task kernel... 2024-04-24T13:04:42.459 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-24T13:04:42.460 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-24T13:04:42.460 DEBUG:teuthology.orchestra.run.smithi032:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T13:04:42.460 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-24T13:04:42.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:04:42.478 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:04:42.479 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-04-24T13:04:42.479 DEBUG:teuthology.orchestra.run.smithi032:> uname -r 2024-04-24T13:04:42.536 INFO:teuthology.orchestra.run.smithi040.stdout:5.14.0-437.el9.x86_64 2024-04-24T13:04:42.536 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.14.0-437.el9.x86_64 2024-04-24T13:04:42.536 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2024-04-24T13:04:42.537 INFO:teuthology.orchestra.run.smithi032.stdout:5.14.0-437.el9.x86_64 2024-04-24T13:04:42.537 INFO:teuthology.task.kernel:Running kernel on smithi032: 5.14.0-437.el9.x86_64 2024-04-24T13:04:42.537 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum install -y kernel 2024-04-24T13:04:45.335 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - BaseOS 6.5 MB/s | 8.0 MB 00:01 2024-04-24T13:04:46.294 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 9 - BaseOS 3.9 MB/s | 8.0 MB 00:02 2024-04-24T13:04:52.070 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 9 - AppStream 4.1 MB/s | 19 MB 00:04 2024-04-24T13:04:58.187 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 9 - CRB 2.5 MB/s | 6.2 MB 00:02 2024-04-24T13:04:59.721 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 9 - Extras packages 50 kB/s | 16 kB 00:00 2024-04-24T13:05:00.781 INFO:teuthology.orchestra.run.smithi032.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-24T13:05:05.956 INFO:teuthology.orchestra.run.smithi032.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-24T13:05:07.360 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - AppStream 932 kB/s | 19 MB 00:20 2024-04-24T13:05:07.929 INFO:teuthology.orchestra.run.smithi032.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-24T13:05:07.929 INFO:teuthology.orchestra.run.smithi032.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-24T13:05:08.025 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:05:08.026 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-04-24T13:05:08.026 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:05:08.124 DEBUG:teuthology.orchestra.run.smithi032:> echo no | sudo yum reinstall kernel || true 2024-04-24T13:05:08.644 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:03 ago on Wed 24 Apr 2024 01:05:05 PM UTC. 2024-04-24T13:05:08.767 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout: Package Architecture Version Repository Size 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:Reinstalling: 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 255 k 2024-04-24T13:05:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 0 2024-04-24T13:05:08.786 INFO:teuthology.orchestra.run.smithi032.stderr:Operation aborted. 2024-04-24T13:05:08.848 INFO:teuthology.orchestra.run.smithi032.stdout:Is this ok [y/N]: 2024-04-24T13:05:08.848 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum reinstall -y kernel || true 2024-04-24T13:05:09.366 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:04 ago on Wed 24 Apr 2024 01:05:05 PM UTC. 2024-04-24T13:05:09.486 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:05:09.486 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:05:09.486 INFO:teuthology.orchestra.run.smithi032.stdout: Package Architecture Version Repository Size 2024-04-24T13:05:09.487 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:05:09.487 INFO:teuthology.orchestra.run.smithi032.stdout:Reinstalling: 2024-04-24T13:05:09.487 INFO:teuthology.orchestra.run.smithi032.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-24T13:05:09.487 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:05:09.487 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:05:09.487 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:05:09.487 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:05:09.487 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 255 k 2024-04-24T13:05:09.488 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 0 2024-04-24T13:05:09.488 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:05:10.142 INFO:teuthology.orchestra.run.smithi032.stdout:kernel-5.14.0-437.el9.x86_64.rpm 435 kB/s | 255 kB 00:00 2024-04-24T13:05:10.142 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:05:10.142 INFO:teuthology.orchestra.run.smithi032.stdout:Total 389 kB/s | 255 kB 00:00 2024-04-24T13:05:10.160 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:05:10.349 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:05:10.349 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:05:10.354 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:05:10.354 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:05:10.503 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:05:10.559 INFO:teuthology.orchestra.run.smithi032.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-24T13:05:10.559 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T13:05:11.302 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T13:05:11.302 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-24T13:05:12.004 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T13:05:12.004 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:05:12.004 INFO:teuthology.orchestra.run.smithi032.stdout:Reinstalled: 2024-04-24T13:05:12.004 INFO:teuthology.orchestra.run.smithi032.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-24T13:05:12.004 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:05:12.004 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:05:12.204 DEBUG:teuthology.orchestra.run.smithi032:> rpm -q kernel | sort -rV | head -n 1 2024-04-24T13:05:12.253 INFO:teuthology.orchestra.run.smithi032.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-24T13:05:12.253 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-24T13:05:12.253 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-24T13:05:12.253 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-24T13:05:12.254 DEBUG:teuthology.orchestra.run.smithi032:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T13:05:12.284 INFO:teuthology.orchestra.run.smithi032.stdout:ttyS1 2024-04-24T13:05:12.307 DEBUG:teuthology.parallel:result is None 2024-04-24T13:05:19.043 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - CRB 792 kB/s | 6.2 MB 00:07 2024-04-24T13:05:20.560 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - Extras packages 54 kB/s | 16 kB 00:00 2024-04-24T13:05:21.886 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-24T13:05:27.145 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 23 kB/s | 1.7 kB 00:00 2024-04-24T13:05:29.093 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-24T13:05:29.093 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-24T13:05:29.198 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:05:29.199 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-24T13:05:29.200 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:05:29.307 DEBUG:teuthology.orchestra.run.smithi040:> echo no | sudo yum reinstall kernel || true 2024-04-24T13:05:29.865 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:02 ago on Wed 24 Apr 2024 01:05:27 PM UTC. 2024-04-24T13:05:29.995 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:05:30.003 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:05:30.003 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-04-24T13:05:30.003 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:05:30.003 INFO:teuthology.orchestra.run.smithi040.stdout:Reinstalling: 2024-04-24T13:05:30.003 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-24T13:05:30.003 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:05:30.003 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:05:30.003 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:05:30.003 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:05:30.004 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 255 k 2024-04-24T13:05:30.004 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 0 2024-04-24T13:05:30.004 INFO:teuthology.orchestra.run.smithi040.stderr:Operation aborted. 2024-04-24T13:05:30.066 INFO:teuthology.orchestra.run.smithi040.stdout:Is this ok [y/N]: 2024-04-24T13:05:30.067 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum reinstall -y kernel || true 2024-04-24T13:05:30.581 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:03 ago on Wed 24 Apr 2024 01:05:27 PM UTC. 2024-04-24T13:05:30.702 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:05:30.703 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:05:30.703 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-04-24T13:05:30.703 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:05:30.703 INFO:teuthology.orchestra.run.smithi040.stdout:Reinstalling: 2024-04-24T13:05:30.704 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-24T13:05:30.704 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:05:30.704 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:05:30.704 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:05:30.704 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:05:30.704 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 255 k 2024-04-24T13:05:30.704 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 0 2024-04-24T13:05:30.704 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:05:31.364 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-437.el9.x86_64.rpm 434 kB/s | 255 kB 00:00 2024-04-24T13:05:31.364 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:05:31.364 INFO:teuthology.orchestra.run.smithi040.stdout:Total 386 kB/s | 255 kB 00:00 2024-04-24T13:05:31.380 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:05:31.585 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:05:31.585 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:05:31.590 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:05:31.591 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:05:31.728 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:05:31.823 INFO:teuthology.orchestra.run.smithi040.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-24T13:05:31.823 INFO:teuthology.orchestra.run.smithi040.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T13:05:32.492 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T13:05:32.492 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-24T13:05:33.204 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-24T13:05:33.204 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:05:33.204 INFO:teuthology.orchestra.run.smithi040.stdout:Reinstalled: 2024-04-24T13:05:33.204 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-24T13:05:33.204 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:05:33.204 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:05:33.361 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-04-24T13:05:33.449 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-24T13:05:33.450 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-24T13:05:33.450 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-24T13:05:33.450 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-24T13:05:33.450 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-24T13:05:33.483 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-04-24T13:05:33.502 DEBUG:teuthology.parallel:result is None 2024-04-24T13:05:33.502 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-24T13:05:33.512 INFO:teuthology.task.internal:Creating test directory... 2024-04-24T13:05:33.512 DEBUG:teuthology.orchestra.run.smithi032:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T13:05:33.515 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-24T13:05:33.557 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-24T13:05:33.563 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-24T13:05:33.571 INFO:teuthology.task.internal:Creating archive directory... 2024-04-24T13:05:33.571 DEBUG:teuthology.orchestra.run.smithi032:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T13:05:33.573 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-24T13:05:33.622 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-24T13:05:33.628 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-24T13:05:33.629 DEBUG:teuthology.orchestra.run.smithi032:> 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-24T13:05:33.634 DEBUG:teuthology.orchestra.run.smithi040:> 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-24T13:05:33.664 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T13:05:33.675 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T13:05:33.691 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T13:05:33.700 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-24T13:05:33.702 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-24T13:05:33.710 INFO:teuthology.task.internal:Configuring sudo... 2024-04-24T13:05:33.710 DEBUG:teuthology.orchestra.run.smithi032:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T13:05:33.720 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-24T13:05:33.767 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-24T13:05:33.776 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-24T13:05:33.777 DEBUG:teuthology.orchestra.run.smithi032:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T13:05:33.788 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-24T13:05:33.822 DEBUG:teuthology.orchestra.run.smithi032:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T13:05:33.889 DEBUG:teuthology.orchestra.run.smithi032:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T13:05:33.941 DEBUG:teuthology.orchestra.run.smithi032:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T13:05:34.025 DEBUG:teuthology.orchestra.run.smithi032:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T13:05:34.072 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:05:34.072 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T13:05:34.140 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T13:05:34.182 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-24T13:05:34.233 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T13:05:34.317 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-24T13:05:34.356 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-24T13:05:34.357 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-24T13:05:34.420 DEBUG:teuthology.orchestra.run.smithi032:> sudo service rsyslog restart 2024-04-24T13:05:34.423 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-04-24T13:05:34.470 INFO:teuthology.orchestra.run.smithi032.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-24T13:05:34.495 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-24T13:05:34.788 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-24T13:05:34.796 INFO:teuthology.task.internal:Starting timer... 2024-04-24T13:05:34.797 INFO:teuthology.run_tasks:Running task pcp... 2024-04-24T13:05:34.808 INFO:teuthology.run_tasks:Running task selinux... 2024-04-24T13:05:34.817 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-24T13:05:34.817 DEBUG:teuthology.orchestra.run.smithi032:> sudo service auditd rotate 2024-04-24T13:05:34.877 INFO:teuthology.orchestra.run.smithi032.stdout:Rotating logs: 2024-04-24T13:05:34.879 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2024-04-24T13:05:34.931 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2024-04-24T13:05:34.933 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-24T13:05:34.933 DEBUG:teuthology.orchestra.run.smithi032:> /usr/sbin/getenforce 2024-04-24T13:05:34.959 INFO:teuthology.orchestra.run.smithi032.stdout:Permissive 2024-04-24T13:05:34.959 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2024-04-24T13:05:34.981 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2024-04-24T13:05:34.981 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi032.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi040.front.sepia.ceph.com': 'permissive'} 2024-04-24T13:05:34.981 DEBUG:teuthology.orchestra.run.smithi032:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-24T13:05:35.026 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:05:35.027 DEBUG:teuthology.orchestra.run.smithi040:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-24T13:05:35.052 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:05:35.052 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-24T13:05:35.053 DEBUG:teuthology.orchestra.run.smithi032:> sudo /usr/sbin/setenforce permissive 2024-04-24T13:05:35.096 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2024-04-24T13:05:35.121 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-24T13:05:35.183 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-24T13:05:35.189 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-24T13:05:35.336 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-24T13:05:35.363 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-24T13:05:35.365 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi032.front.sepia.ceph.com,smithi040.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-24T13:09:12.870 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi032.front.sepia.ceph.com'), Remote(name='ubuntu@smithi040.front.sepia.ceph.com')] 2024-04-24T13:09:12.871 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-04-24T13:09:12.872 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi032.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T13:09:12.952 DEBUG:teuthology.orchestra.run.smithi032:> true 2024-04-24T13:09:13.042 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi032.front.sepia.ceph.com' 2024-04-24T13:09:13.043 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-24T13:09:13.043 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-24T13:09:13.116 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-04-24T13:09:13.194 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-24T13:09:13.195 INFO:teuthology.run_tasks:Running task clock... 2024-04-24T13:09:13.205 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-24T13:09:13.206 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T13:09:13.206 DEBUG:teuthology.orchestra.run.smithi032:> 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-24T13:09:13.209 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-24T13:09:13.209 DEBUG:teuthology.orchestra.run.smithi040:> 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-24T13:09:13.237 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-24T13:09:13.251 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-24T13:09:13.265 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-24T13:09:13.275 INFO:teuthology.orchestra.run.smithi032.stderr:sudo: ntpd: command not found 2024-04-24T13:09:13.280 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-24T13:09:13.286 INFO:teuthology.orchestra.run.smithi032.stdout:506 Cannot talk to daemon 2024-04-24T13:09:13.300 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-24T13:09:13.304 INFO:teuthology.orchestra.run.smithi040.stderr:sudo: ntpd: command not found 2024-04-24T13:09:13.314 INFO:teuthology.orchestra.run.smithi032.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-24T13:09:13.315 INFO:teuthology.orchestra.run.smithi040.stdout:506 Cannot talk to daemon 2024-04-24T13:09:13.329 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-24T13:09:13.343 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-24T13:09:13.370 INFO:teuthology.orchestra.run.smithi032.stderr:bash: line 1: ntpq: command not found 2024-04-24T13:09:13.374 INFO:teuthology.orchestra.run.smithi032.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-24T13:09:13.374 INFO:teuthology.orchestra.run.smithi032.stdout:=============================================================================== 2024-04-24T13:09:13.374 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:09:13.374 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:09:13.374 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:09:13.374 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:09:13.401 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-04-24T13:09:13.405 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-24T13:09:13.405 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-04-24T13:09:13.405 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:09:13.405 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:09:13.405 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:09:13.405 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:09:13.406 INFO:teuthology.run_tasks:Running task install... 2024-04-24T13:09:13.415 DEBUG:teuthology.task.install:project ceph 2024-04-24T13:09:13.415 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec'}} 2024-04-24T13:09:13.416 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec'} 2024-04-24T13:09:13.416 INFO:teuthology.task.install:Using flavor: default 2024-04-24T13:09:13.424 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-24T13:09:13.424 INFO:teuthology.task.install:extra packages: [] 2024-04-24T13:09:13.425 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', 'tag': None, 'wait_for_package': False} 2024-04-24T13:09:13.426 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:09:13.428 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', 'tag': None, 'wait_for_package': False} 2024-04-24T13:09:13.429 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:09:13.571 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/ 2024-04-24T13:09:13.572 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3259.g23fcfb96 2024-04-24T13:09:13.587 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/ 2024-04-24T13:09:13.587 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3259.g23fcfb96 2024-04-24T13:09:13.743 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-24T13:09:13.744 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:09:13.744 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-24T13:09:13.756 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-24T13:09:13.756 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-24T13:09:13.756 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-24T13:09:13.770 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-04-24T13:09:13.770 DEBUG:teuthology.orchestra.run.smithi032:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-24T13:09:13.783 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-04-24T13:09:13.783 DEBUG:teuthology.orchestra.run.smithi040:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-24T13:09:13.834 DEBUG:teuthology.orchestra.run.smithi032:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-24T13:09:13.849 DEBUG:teuthology.orchestra.run.smithi040:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-24T13:09:13.908 DEBUG:teuthology.orchestra.run.smithi032:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-24T13:09:13.924 DEBUG:teuthology.orchestra.run.smithi040:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-24T13:09:13.972 INFO:teuthology.orchestra.run.smithi032.stdout:check_obsoletes = 1 2024-04-24T13:09:13.973 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum clean all 2024-04-24T13:09:13.988 INFO:teuthology.orchestra.run.smithi040.stdout:check_obsoletes = 1 2024-04-24T13:09:13.990 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum clean all 2024-04-24T13:09:14.208 INFO:teuthology.orchestra.run.smithi032.stdout:48 files removed 2024-04-24T13:09:14.223 INFO:teuthology.orchestra.run.smithi040.stdout:48 files removed 2024-04-24T13:09:14.236 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-radosgw 2024-04-24T13:09:14.250 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-radosgw 2024-04-24T13:09:14.868 INFO:teuthology.orchestra.run.smithi032.stdout:ceph packages for x86_64 234 kB/s | 83 kB 00:00 2024-04-24T13:09:14.998 INFO:teuthology.orchestra.run.smithi040.stdout:ceph packages for x86_64 175 kB/s | 83 kB 00:00 2024-04-24T13:09:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:ceph noarch packages 36 kB/s | 12 kB 00:00 2024-04-24T13:09:15.441 INFO:teuthology.orchestra.run.smithi040.stdout:ceph noarch packages 29 kB/s | 12 kB 00:00 2024-04-24T13:09:15.602 INFO:teuthology.orchestra.run.smithi032.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-04-24T13:09:15.800 INFO:teuthology.orchestra.run.smithi040.stdout:ceph source packages 5.9 kB/s | 1.9 kB 00:00 2024-04-24T13:09:16.917 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - BaseOS 7.4 MB/s | 8.0 MB 00:01 2024-04-24T13:09:17.253 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 9 - BaseOS 5.0 MB/s | 8.0 MB 00:01 2024-04-24T13:09:18.926 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-24T13:09:23.494 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - CRB 7.2 MB/s | 6.2 MB 00:00 2024-04-24T13:09:25.020 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 16 kB 00:00 2024-04-24T13:09:27.057 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-24T13:09:32.321 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-24T13:09:34.567 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:09:34.586 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:09:34.586 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-24T13:09:34.586 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:09:34.586 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:09:34.586 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-radosgw x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 11 M 2024-04-24T13:09:34.586 INFO:teuthology.orchestra.run.smithi040.stdout:Upgrading: 2024-04-24T13:09:34.586 INFO:teuthology.orchestra.run.smithi040.stdout: librados2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.4 M 2024-04-24T13:09:34.586 INFO:teuthology.orchestra.run.smithi040.stdout: librbd1 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.1 M 2024-04-24T13:09:34.586 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-base x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 5.4 M 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-common x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 21 M 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-selinux x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 25 k 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 747 k 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: libradosstriper1 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 500 k 2024-04-24T13:09:34.587 INFO:teuthology.orchestra.run.smithi040.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: librgw2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 5.4 M 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-argparse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 45 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-common x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 135 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cephfs x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 161 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rados x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 321 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rbd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 297 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rgw x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 99 k 2024-04-24T13:09:34.588 INFO:teuthology.orchestra.run.smithi040.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout:Installing weak dependencies: 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout:Install 30 Packages 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout:Upgrade 2 Packages 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 60 M 2024-04-24T13:09:34.589 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:09:35.958 INFO:teuthology.orchestra.run.smithi040.stdout:(1/32): ceph-radosgw-19.0.0-3259.g23fcfb96.el8. 9.9 MB/s | 11 MB 00:01 2024-04-24T13:09:36.023 INFO:teuthology.orchestra.run.smithi040.stdout:(2/32): ceph-base-19.0.0-3259.g23fcfb96.el8.x86 4.7 MB/s | 5.4 MB 00:01 2024-04-24T13:09:36.048 INFO:teuthology.orchestra.run.smithi040.stdout:(3/32): ceph-selinux-19.0.0-3259.g23fcfb96.el8. 274 kB/s | 25 kB 00:00 2024-04-24T13:09:36.132 INFO:teuthology.orchestra.run.smithi040.stdout:(4/32): libradosstriper1-19.0.0-3259.g23fcfb96. 5.9 MB/s | 500 kB 00:00 2024-04-24T13:09:36.165 INFO:teuthology.orchestra.run.smithi040.stdout:(5/32): libcephfs2-19.0.0-3259.g23fcfb96.el8.x8 5.1 MB/s | 747 kB 00:00 2024-04-24T13:09:36.257 INFO:teuthology.orchestra.run.smithi040.stdout:(6/32): python3-ceph-argparse-19.0.0-3259.g23fc 491 kB/s | 45 kB 00:00 2024-04-24T13:09:36.366 INFO:teuthology.orchestra.run.smithi040.stdout:(7/32): python3-ceph-common-19.0.0-3259.g23fcfb 1.2 MB/s | 135 kB 00:00 2024-04-24T13:09:36.474 INFO:teuthology.orchestra.run.smithi040.stdout:(8/32): python3-cephfs-19.0.0-3259.g23fcfb96.el 1.5 MB/s | 161 kB 00:00 2024-04-24T13:09:36.558 INFO:teuthology.orchestra.run.smithi040.stdout:(9/32): librgw2-19.0.0-3259.g23fcfb96.el8.x86_6 13 MB/s | 5.4 MB 00:00 2024-04-24T13:09:36.584 INFO:teuthology.orchestra.run.smithi040.stdout:(10/32): python3-rados-19.0.0-3259.g23fcfb96.el 2.9 MB/s | 321 kB 00:00 2024-04-24T13:09:36.633 INFO:teuthology.orchestra.run.smithi040.stdout:(11/32): python3-rbd-19.0.0-3259.g23fcfb96.el8. 3.9 MB/s | 297 kB 00:00 2024-04-24T13:09:36.659 INFO:teuthology.orchestra.run.smithi040.stdout:(12/32): python3-rgw-19.0.0-3259.g23fcfb96.el8. 1.3 MB/s | 99 kB 00:00 2024-04-24T13:09:36.759 INFO:teuthology.orchestra.run.smithi040.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 853 kB/s | 107 kB 00:00 2024-04-24T13:09:36.809 INFO:teuthology.orchestra.run.smithi040.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.0 MB/s | 160 kB 00:00 2024-04-24T13:09:36.835 INFO:teuthology.orchestra.run.smithi040.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 600 kB/s | 45 kB 00:00 2024-04-24T13:09:37.052 INFO:teuthology.orchestra.run.smithi040.stdout:(16/32): ceph-common-19.0.0-3259.g23fcfb96.el8. 9.8 MB/s | 21 MB 00:02 2024-04-24T13:09:37.110 INFO:teuthology.orchestra.run.smithi040.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.2 MB/s | 662 kB 00:00 2024-04-24T13:09:37.135 INFO:teuthology.orchestra.run.smithi040.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 973 kB/s | 292 kB 00:00 2024-04-24T13:09:37.169 INFO:teuthology.orchestra.run.smithi040.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-04-24T13:09:37.186 INFO:teuthology.orchestra.run.smithi040.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 715 kB/s | 36 kB 00:00 2024-04-24T13:09:37.203 INFO:teuthology.orchestra.run.smithi040.stdout:(21/32): python3-prettytable-0.7.2-27.el9.noarc 280 kB/s | 42 kB 00:00 2024-04-24T13:09:37.219 INFO:teuthology.orchestra.run.smithi040.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 939 kB/s | 47 kB 00:00 2024-04-24T13:09:37.337 INFO:teuthology.orchestra.run.smithi040.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 221 kB/s | 26 kB 00:00 2024-04-24T13:09:37.429 INFO:teuthology.orchestra.run.smithi040.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 530 kB/s | 49 kB 00:00 2024-04-24T13:09:37.454 INFO:teuthology.orchestra.run.smithi040.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-24T13:09:37.505 INFO:teuthology.orchestra.run.smithi040.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 895 kB/s | 67 kB 00:00 2024-04-24T13:09:37.588 INFO:teuthology.orchestra.run.smithi040.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 6.1 MB/s | 838 kB 00:00 2024-04-24T13:09:37.614 INFO:teuthology.orchestra.run.smithi040.stdout:(28/32): re2-20211101-3.el9.x86_64.rpm 1.7 MB/s | 192 kB 00:00 2024-04-24T13:09:37.672 INFO:teuthology.orchestra.run.smithi040.stdout:(29/32): libarrow-9.0.0-10.el9.x86_64.rpm 9.4 MB/s | 4.4 MB 00:00 2024-04-24T13:09:37.714 INFO:teuthology.orchestra.run.smithi040.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2024-04-24T13:09:38.048 INFO:teuthology.orchestra.run.smithi040.stdout:(31/32): librbd1-19.0.0-3259.g23fcfb96.el8.x86_ 8.4 MB/s | 3.1 MB 00:00 2024-04-24T13:09:38.106 INFO:teuthology.orchestra.run.smithi040.stdout:(32/32): librados2-19.0.0-3259.g23fcfb96.el8.x8 6.9 MB/s | 3.4 MB 00:00 2024-04-24T13:09:38.108 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:09:38.109 INFO:teuthology.orchestra.run.smithi040.stdout:Total 17 MB/s | 60 MB 00:03 2024-04-24T13:09:38.214 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:09:38.254 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:09:38.254 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:09:38.747 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:09:38.747 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:09:39.145 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 9 - AppStream 937 kB/s | 19 MB 00:20 2024-04-24T13:09:40.450 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:09:40.533 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-24T13:09:40.561 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-24T13:09:40.586 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-24T13:09:40.610 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-24T13:09:40.637 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-24T13:09:40.836 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-24T13:09:40.891 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-24T13:09:41.290 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-24T13:09:41.380 INFO:teuthology.orchestra.run.smithi040.stdout: Upgrading : librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T13:09:41.474 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T13:09:41.563 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 8/34 2024-04-24T13:09:41.590 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 9/34 2024-04-24T13:09:41.653 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 9/34 2024-04-24T13:09:41.691 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-24T13:09:41.735 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8. 11/34 2024-04-24T13:09:41.805 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 12/34 2024-04-24T13:09:41.834 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 13/34 2024-04-24T13:09:41.891 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 13/34 2024-04-24T13:09:41.924 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-24T13:09:42.036 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-24T13:09:42.067 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-24T13:09:42.107 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-24T13:09:42.132 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-24T13:09:42.161 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-24T13:09:42.194 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-24T13:09:42.516 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-24T13:09:42.557 INFO:teuthology.orchestra.run.smithi040.stdout: Upgrading : librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 22/34 2024-04-24T13:09:42.648 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 22/34 2024-04-24T13:09:42.678 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 23/34 2024-04-24T13:09:42.714 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-24T13:09:43.219 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-24T13:09:43.251 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 26/34 2024-04-24T13:09:43.322 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 26/34 2024-04-24T13:09:43.403 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 27/34 2024-04-24T13:09:43.437 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x8 28/34 2024-04-24T13:09:44.403 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 6.2 MB 00:01 2024-04-24T13:09:45.807 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T13:09:45.843 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T13:09:45.946 INFO:teuthology.orchestra.run.smithi032.stdout:CentOS Stream 9 - Extras packages 46 kB/s | 16 kB 00:00 2024-04-24T13:09:46.415 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T13:09:46.455 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 30/34 2024-04-24T13:09:46.547 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 30/34 2024-04-24T13:09:46.547 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-24T13:09:46.547 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-24T13:09:46.547 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:09:46.581 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T13:09:47.497 INFO:teuthology.orchestra.run.smithi032.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-24T13:09:52.647 INFO:teuthology.orchestra.run.smithi032.stdout:lab-extras 49 kB/s | 1.7 kB 00:00 2024-04-24T13:09:54.868 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:09:54.870 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:09:54.870 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-radosgw x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 11 M 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout:Upgrading: 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout: librados2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.4 M 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout: librbd1 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.1 M 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-base x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 5.4 M 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-common x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 21 M 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-selinux x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 25 k 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-24T13:09:54.871 INFO:teuthology.orchestra.run.smithi032.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: libcephfs2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 747 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: libradosstriper1 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 500 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: librgw2 x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 5.4 M 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ceph-argparse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 45 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ceph-common x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 135 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cephfs x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 161 k 2024-04-24T13:09:54.872 INFO:teuthology.orchestra.run.smithi032.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rados x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 321 k 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rbd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 297 k 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rgw x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 99 k 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout:Installing weak dependencies: 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout:Install 30 Packages 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout:Upgrade 2 Packages 2024-04-24T13:09:54.873 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:09:54.874 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 60 M 2024-04-24T13:09:54.874 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:09:55.857 INFO:teuthology.orchestra.run.smithi032.stdout:(1/32): ceph-base-19.0.0-3259.g23fcfb96.el8.x86 8.7 MB/s | 5.4 MB 00:00 2024-04-24T13:09:55.924 INFO:teuthology.orchestra.run.smithi032.stdout:(2/32): ceph-selinux-19.0.0-3259.g23fcfb96.el8. 378 kB/s | 25 kB 00:00 2024-04-24T13:09:56.018 INFO:teuthology.orchestra.run.smithi032.stdout:(3/32): libcephfs2-19.0.0-3259.g23fcfb96.el8.x8 8.0 MB/s | 747 kB 00:00 2024-04-24T13:09:56.100 INFO:teuthology.orchestra.run.smithi032.stdout:(4/32): libradosstriper1-19.0.0-3259.g23fcfb96. 5.8 MB/s | 500 kB 00:00 2024-04-24T13:09:56.242 INFO:teuthology.orchestra.run.smithi032.stdout:(5/32): ceph-radosgw-19.0.0-3259.g23fcfb96.el8. 11 MB/s | 11 MB 00:01 2024-04-24T13:09:56.292 INFO:teuthology.orchestra.run.smithi032.stdout:(6/32): python3-ceph-argparse-19.0.0-3259.g23fc 905 kB/s | 45 kB 00:00 2024-04-24T13:09:56.417 INFO:teuthology.orchestra.run.smithi032.stdout:(7/32): librgw2-19.0.0-3259.g23fcfb96.el8.x86_6 17 MB/s | 5.4 MB 00:00 2024-04-24T13:09:56.434 INFO:teuthology.orchestra.run.smithi032.stdout:(8/32): python3-ceph-common-19.0.0-3259.g23fcfb 954 kB/s | 135 kB 00:00 2024-04-24T13:09:56.468 INFO:teuthology.orchestra.run.smithi032.stdout:(9/32): python3-cephfs-19.0.0-3259.g23fcfb96.el 3.1 MB/s | 161 kB 00:00 2024-04-24T13:09:56.493 INFO:teuthology.orchestra.run.smithi032.stdout:(10/32): python3-rados-19.0.0-3259.g23fcfb96.el 5.4 MB/s | 321 kB 00:00 2024-04-24T13:09:56.519 INFO:teuthology.orchestra.run.smithi032.stdout:(11/32): python3-rbd-19.0.0-3259.g23fcfb96.el8. 5.8 MB/s | 297 kB 00:00 2024-04-24T13:09:56.544 INFO:teuthology.orchestra.run.smithi032.stdout:(12/32): python3-rgw-19.0.0-3259.g23fcfb96.el8. 1.9 MB/s | 99 kB 00:00 2024-04-24T13:09:56.551 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T13:09:56.551 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /sys 2024-04-24T13:09:56.551 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /proc 2024-04-24T13:09:56.551 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /mnt 2024-04-24T13:09:56.551 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /var/tmp 2024-04-24T13:09:56.551 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /home 2024-04-24T13:09:56.551 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /root 2024-04-24T13:09:56.551 INFO:teuthology.orchestra.run.smithi040.stdout:skipping the directory /tmp 2024-04-24T13:09:56.551 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:09:56.969 INFO:teuthology.orchestra.run.smithi032.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 237 kB/s | 107 kB 00:00 2024-04-24T13:09:56.995 INFO:teuthology.orchestra.run.smithi032.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 355 kB/s | 160 kB 00:00 2024-04-24T13:09:57.361 INFO:teuthology.orchestra.run.smithi032.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.8 MB/s | 662 kB 00:00 2024-04-24T13:09:57.445 INFO:teuthology.orchestra.run.smithi032.stdout:(16/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 95 kB/s | 45 kB 00:00 2024-04-24T13:09:57.557 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/34 2024-04-24T13:09:57.582 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/34 2024-04-24T13:09:57.582 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:09:57.582 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-24T13:09:57.582 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-24T13:09:57.583 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-24T13:09:57.583 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:09:57.584 INFO:teuthology.orchestra.run.smithi040.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-24T13:09:57.668 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-24T13:09:57.668 INFO:teuthology.orchestra.run.smithi040.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T13:09:57.762 INFO:teuthology.orchestra.run.smithi032.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 732 kB/s | 292 kB 00:00 2024-04-24T13:09:58.229 INFO:teuthology.orchestra.run.smithi032.stdout:(18/32): ceph-common-19.0.0-3259.g23fcfb96.el8. 7.1 MB/s | 21 MB 00:02 2024-04-24T13:09:58.371 INFO:teuthology.orchestra.run.smithi032.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 46 kB/s | 42 kB 00:00 2024-04-24T13:09:58.421 INFO:teuthology.orchestra.run.smithi032.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 335 kB/s | 221 kB 00:00 2024-04-24T13:09:58.530 INFO:teuthology.orchestra.run.smithi032.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 119 kB/s | 36 kB 00:00 2024-04-24T13:09:58.597 INFO:teuthology.orchestra.run.smithi032.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.7 MB/s | 309 kB 00:00 2024-04-24T13:09:58.631 INFO:teuthology.orchestra.run.smithi032.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 775 kB/s | 26 kB 00:00 2024-04-24T13:09:58.665 INFO:teuthology.orchestra.run.smithi032.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.4 MB/s | 49 kB 00:00 2024-04-24T13:09:58.690 INFO:teuthology.orchestra.run.smithi032.stdout:(25/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 162 kB/s | 47 kB 00:00 2024-04-24T13:09:58.715 INFO:teuthology.orchestra.run.smithi032.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-24T13:09:58.790 INFO:teuthology.orchestra.run.smithi032.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.5 MB/s | 192 kB 00:00 2024-04-24T13:09:59.057 INFO:teuthology.orchestra.run.smithi032.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.2 MB/s | 838 kB 00:00 2024-04-24T13:09:59.068 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T13:09:59.068 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/34 2024-04-24T13:09:59.068 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/34 2024-04-24T13:09:59.068 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 5/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 6/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8. 8/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x8 9/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 10/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 11/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 12/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 13/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-24T13:09:59.069 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-24T13:09:59.070 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-24T13:09:59.071 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T13:09:59.071 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-24T13:09:59.071 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/34 2024-04-24T13:09:59.091 INFO:teuthology.orchestra.run.smithi032.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 5.3 MB/s | 1.6 MB 00:00 2024-04-24T13:09:59.366 INFO:teuthology.orchestra.run.smithi032.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 5.3 MB/s | 4.4 MB 00:00 2024-04-24T13:09:59.433 INFO:teuthology.orchestra.run.smithi032.stdout:(31/32): librados2-19.0.0-3259.g23fcfb96.el8.x8 9.0 MB/s | 3.4 MB 00:00 2024-04-24T13:09:59.492 INFO:teuthology.orchestra.run.smithi032.stdout:(32/32): librbd1-19.0.0-3259.g23fcfb96.el8.x86_ 7.8 MB/s | 3.1 MB 00:00 2024-04-24T13:09:59.494 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:09:59.494 INFO:teuthology.orchestra.run.smithi032.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-24T13:09:59.586 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:09:59.625 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:09:59.625 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:09:59.875 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T13:09:59.875 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:09:59.875 INFO:teuthology.orchestra.run.smithi040.stdout:Upgraded: 2024-04-24T13:09:59.875 INFO:teuthology.orchestra.run.smithi040.stdout: librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.875 INFO:teuthology.orchestra.run.smithi040.stdout: librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.875 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:09:59.875 INFO:teuthology.orchestra.run.smithi040.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.876 INFO:teuthology.orchestra.run.smithi040.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-24T13:09:59.877 INFO:teuthology.orchestra.run.smithi040.stdout: re2-1:20211101-3.el9.x86_64 2024-04-24T13:09:59.878 INFO:teuthology.orchestra.run.smithi040.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-24T13:09:59.878 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:09:59.878 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:10:00.116 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:10:00.116 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:10:00.153 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-test 2024-04-24T13:10:00.742 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:28 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:10:00.866 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:10:00.867 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:00.867 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-24T13:10:00.867 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:00.867 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:10:00.867 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-test x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 49 M 2024-04-24T13:10:00.867 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-24T13:10:00.867 INFO:teuthology.orchestra.run.smithi040.stdout: libcephsqlite x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 164 k 2024-04-24T13:10:00.868 INFO:teuthology.orchestra.run.smithi040.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-24T13:10:00.868 INFO:teuthology.orchestra.run.smithi040.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-24T13:10:00.868 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:00.868 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:10:00.868 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:00.868 INFO:teuthology.orchestra.run.smithi040.stdout:Install 4 Packages 2024-04-24T13:10:00.868 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:00.869 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 50 M 2024-04-24T13:10:00.869 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 211 M 2024-04-24T13:10:00.869 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:10:01.386 INFO:teuthology.orchestra.run.smithi040.stdout:(1/4): libcephsqlite-19.0.0-3259.g23fcfb96.el8. 653 kB/s | 164 kB 00:00 2024-04-24T13:10:01.462 INFO:teuthology.orchestra.run.smithi040.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 934 kB/s | 305 kB 00:00 2024-04-24T13:10:01.538 INFO:teuthology.orchestra.run.smithi040.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 421 kB/s | 64 kB 00:00 2024-04-24T13:10:01.599 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:10:01.802 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-24T13:10:01.830 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-24T13:10:01.855 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-24T13:10:01.878 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-24T13:10:01.919 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-24T13:10:02.130 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-24T13:10:02.185 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-24T13:10:02.530 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-24T13:10:02.641 INFO:teuthology.orchestra.run.smithi032.stdout: Upgrading : librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T13:10:02.734 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T13:10:02.823 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 8/34 2024-04-24T13:10:02.859 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 9/34 2024-04-24T13:10:02.922 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 9/34 2024-04-24T13:10:02.951 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-24T13:10:02.995 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8. 11/34 2024-04-24T13:10:03.073 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 12/34 2024-04-24T13:10:03.095 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 13/34 2024-04-24T13:10:03.159 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 13/34 2024-04-24T13:10:03.193 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-24T13:10:03.306 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-24T13:10:03.363 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-24T13:10:03.379 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-24T13:10:03.410 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-24T13:10:03.439 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-24T13:10:03.474 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-24T13:10:03.555 INFO:teuthology.orchestra.run.smithi040.stdout:(4/4): ceph-test-19.0.0-3259.g23fcfb96.el8.x86_ 20 MB/s | 49 MB 00:02 2024-04-24T13:10:03.557 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:03.557 INFO:teuthology.orchestra.run.smithi040.stdout:Total 18 MB/s | 50 MB 00:02 2024-04-24T13:10:03.585 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:10:03.608 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:10:03.608 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:10:03.803 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-24T13:10:03.837 INFO:teuthology.orchestra.run.smithi032.stdout: Upgrading : librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 22/34 2024-04-24T13:10:03.910 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 22/34 2024-04-24T13:10:03.941 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 23/34 2024-04-24T13:10:03.978 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-24T13:10:03.998 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:10:03.998 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:10:04.484 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-24T13:10:04.514 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 26/34 2024-04-24T13:10:04.544 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:10:04.569 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 26/34 2024-04-24T13:10:04.615 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-24T13:10:04.649 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 27/34 2024-04-24T13:10:04.654 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-24T13:10:04.681 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/4 2024-04-24T13:10:04.691 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x8 28/34 2024-04-24T13:10:07.076 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T13:10:07.134 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T13:10:07.704 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 29/34 2024-04-24T13:10:07.742 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 30/34 2024-04-24T13:10:07.841 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 30/34 2024-04-24T13:10:07.841 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-24T13:10:07.841 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-24T13:10:07.841 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:07.869 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T13:10:09.536 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/4 2024-04-24T13:10:09.615 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/4 2024-04-24T13:10:11.988 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/4 2024-04-24T13:10:11.988 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/4 2024-04-24T13:10:11.988 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/4 2024-04-24T13:10:11.988 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-24T13:10:12.239 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-24T13:10:12.239 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:12.240 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:10:12.240 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:12.240 INFO:teuthology.orchestra.run.smithi040.stdout: libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:12.240 INFO:teuthology.orchestra.run.smithi040.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-24T13:10:12.240 INFO:teuthology.orchestra.run.smithi040.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-24T13:10:12.240 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:12.240 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:10:12.505 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph 2024-04-24T13:10:13.044 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:41 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:10:13.173 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:10:13.175 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:13.175 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout: ceph x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 6.6 k 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mds x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 2.4 M 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 1.5 M 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 249 k 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mon x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 4.7 M 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-osd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 17 M 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-24T13:10:13.176 INFO:teuthology.orchestra.run.smithi040.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-collections 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-24T13:10:13.177 INFO:teuthology.orchestra.run.smithi040.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-24T13:10:13.178 INFO:teuthology.orchestra.run.smithi040.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-24T13:10:13.179 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:13.179 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:10:13.179 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:13.179 INFO:teuthology.orchestra.run.smithi040.stdout:Install 36 Packages 2024-04-24T13:10:13.179 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:13.179 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 30 M 2024-04-24T13:10:13.179 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 108 M 2024-04-24T13:10:13.180 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:10:13.956 INFO:teuthology.orchestra.run.smithi040.stdout:(1/36): ceph-19.0.0-3259.g23fcfb96.el8.x86_64.r 33 kB/s | 6.6 kB 00:00 2024-04-24T13:10:14.148 INFO:teuthology.orchestra.run.smithi040.stdout:(2/36): ceph-mds-19.0.0-3259.g23fcfb96.el8.x86_ 6.0 MB/s | 2.4 MB 00:00 2024-04-24T13:10:14.524 INFO:teuthology.orchestra.run.smithi040.stdout:(3/36): ceph-mgr-19.0.0-3259.g23fcfb96.el8.x86_ 1.9 MB/s | 1.5 MB 00:00 2024-04-24T13:10:14.641 INFO:teuthology.orchestra.run.smithi040.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3259.g23fc 2.1 MB/s | 249 kB 00:00 2024-04-24T13:10:14.724 INFO:teuthology.orchestra.run.smithi040.stdout:(5/36): ceph-mon-19.0.0-3259.g23fcfb96.el8.x86_ 6.1 MB/s | 4.7 MB 00:00 2024-04-24T13:10:14.891 INFO:teuthology.orchestra.run.smithi040.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2024-04-24T13:10:15.066 INFO:teuthology.orchestra.run.smithi040.stdout:(7/36): ceph-osd-19.0.0-3259.g23fcfb96.el8.x86_ 18 MB/s | 17 MB 00:00 2024-04-24T13:10:15.091 INFO:teuthology.orchestra.run.smithi040.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 532 kB/s | 106 kB 00:00 2024-04-24T13:10:15.175 INFO:teuthology.orchestra.run.smithi040.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.5 MB/s | 125 kB 00:00 2024-04-24T13:10:15.209 INFO:teuthology.orchestra.run.smithi040.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 2.5 MB/s | 1.2 MB 00:00 2024-04-24T13:10:15.234 INFO:teuthology.orchestra.run.smithi040.stdout:(11/36): python3-pycparser-2.20-6.el9.noarch.rp 809 kB/s | 135 kB 00:00 2024-04-24T13:10:15.259 INFO:teuthology.orchestra.run.smithi040.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-04-24T13:10:15.410 INFO:teuthology.orchestra.run.smithi040.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 231 kB/s | 35 kB 00:00 2024-04-24T13:10:15.477 INFO:teuthology.orchestra.run.smithi040.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 710 kB/s | 172 kB 00:00 2024-04-24T13:10:15.502 INFO:teuthology.orchestra.run.smithi040.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 643 kB/s | 188 kB 00:00 2024-04-24T13:10:15.569 INFO:teuthology.orchestra.run.smithi040.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 335 kB/s | 22 kB 00:00 2024-04-24T13:10:15.602 INFO:teuthology.orchestra.run.smithi040.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 265 kB/s | 51 kB 00:00 2024-04-24T13:10:15.694 INFO:teuthology.orchestra.run.smithi040.stdout:(18/36): python3-toml-0.10.2-6.el9.noarch.rpm 191 kB/s | 42 kB 00:00 2024-04-24T13:10:15.861 INFO:teuthology.orchestra.run.smithi040.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 168 kB/s | 43 kB 00:00 2024-04-24T13:10:15.961 INFO:teuthology.orchestra.run.smithi040.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 385 kB/s | 151 kB 00:00 2024-04-24T13:10:15.995 INFO:teuthology.orchestra.run.smithi040.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 574 kB/s | 172 kB 00:00 2024-04-24T13:10:16.062 INFO:teuthology.orchestra.run.smithi040.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-04-24T13:10:16.087 INFO:teuthology.orchestra.run.smithi040.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 85 kB/s | 11 kB 00:00 2024-04-24T13:10:16.112 INFO:teuthology.orchestra.run.smithi040.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-24T13:10:16.138 INFO:teuthology.orchestra.run.smithi040.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-04-24T13:10:16.180 INFO:teuthology.orchestra.run.smithi040.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 290 kB/s | 19 kB 00:00 2024-04-24T13:10:16.205 INFO:teuthology.orchestra.run.smithi040.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 213 kB/s | 20 kB 00:00 2024-04-24T13:10:16.230 INFO:teuthology.orchestra.run.smithi040.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 502 kB/s | 46 kB 00:00 2024-04-24T13:10:16.256 INFO:teuthology.orchestra.run.smithi040.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-24T13:10:16.289 INFO:teuthology.orchestra.run.smithi040.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 3.2 MB/s | 272 kB 00:00 2024-04-24T13:10:16.314 INFO:teuthology.orchestra.run.smithi040.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-24T13:10:16.340 INFO:teuthology.orchestra.run.smithi040.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.1 MB/s | 90 kB 00:00 2024-04-24T13:10:16.365 INFO:teuthology.orchestra.run.smithi040.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 473 kB/s | 36 kB 00:00 2024-04-24T13:10:16.399 INFO:teuthology.orchestra.run.smithi040.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-04-24T13:10:16.441 INFO:teuthology.orchestra.run.smithi040.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-04-24T13:10:16.465 INFO:teuthology.orchestra.run.smithi040.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 199 kB/s | 20 kB 00:00 2024-04-24T13:10:16.470 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:16.470 INFO:teuthology.orchestra.run.smithi040.stdout:Total 9.2 MB/s | 30 MB 00:03 2024-04-24T13:10:16.612 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:10:16.656 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:10:16.656 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:10:16.967 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:10:16.968 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:10:17.956 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T13:10:17.956 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /sys 2024-04-24T13:10:17.956 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /proc 2024-04-24T13:10:17.956 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /mnt 2024-04-24T13:10:17.956 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /var/tmp 2024-04-24T13:10:17.956 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /home 2024-04-24T13:10:17.956 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /root 2024-04-24T13:10:17.957 INFO:teuthology.orchestra.run.smithi032.stdout:skipping the directory /tmp 2024-04-24T13:10:17.957 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:18.228 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:10:18.293 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-24T13:10:18.327 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-24T13:10:18.354 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-24T13:10:18.429 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-24T13:10:18.479 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-24T13:10:18.511 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-24T13:10:18.607 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-24T13:10:18.684 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-24T13:10:18.731 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-24T13:10:18.766 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-24T13:10:18.796 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-24T13:10:18.830 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-24T13:10:18.863 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-24T13:10:18.904 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-24T13:10:18.947 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-24T13:10:18.970 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/34 2024-04-24T13:10:18.990 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-24T13:10:18.995 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/34 2024-04-24T13:10:18.995 INFO:teuthology.orchestra.run.smithi032.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:18.995 INFO:teuthology.orchestra.run.smithi032.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-24T13:10:18.996 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-24T13:10:18.996 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-24T13:10:18.996 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:18.997 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-24T13:10:19.028 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-24T13:10:19.081 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-24T13:10:19.081 INFO:teuthology.orchestra.run.smithi032.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T13:10:19.104 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-24T13:10:19.256 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-24T13:10:19.340 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-24T13:10:19.391 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-24T13:10:19.437 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-24T13:10:19.495 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-24T13:10:19.559 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-24T13:10:19.781 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-24T13:10:19.832 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-24T13:10:19.906 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-24T13:10:20.003 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-24T13:10:20.040 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-24T13:10:20.164 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-24T13:10:20.303 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 5/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_6 6/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 7/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8. 8/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x8 9/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 10/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 11/34 2024-04-24T13:10:20.304 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 12/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 13/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-24T13:10:20.305 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-24T13:10:20.306 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-24T13:10:20.306 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-24T13:10:20.306 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-24T13:10:20.306 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 31/34 2024-04-24T13:10:20.306 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-24T13:10:20.306 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/34 2024-04-24T13:10:20.328 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8. 31/36 2024-04-24T13:10:20.358 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/36 2024-04-24T13:10:20.385 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/36 2024-04-24T13:10:20.385 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:20.385 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-24T13:10:20.385 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-24T13:10:20.385 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-24T13:10:20.385 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:21.074 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout:Upgraded: 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-radosgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-selinux-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-24T13:10:21.075 INFO:teuthology.orchestra.run.smithi032.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: libradosstriper1-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: librgw2-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ceph-argparse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ceph-common-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.076 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout: re2-1:20211101-3.el9.x86_64 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:21.077 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:10:21.349 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-test 2024-04-24T13:10:21.909 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/36 2024-04-24T13:10:21.909 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:29 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:10:21.936 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/36 2024-04-24T13:10:21.937 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:21.937 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-24T13:10:21.937 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-24T13:10:21.937 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-24T13:10:21.937 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:22.035 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:10:22.036 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:22.036 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-04-24T13:10:22.036 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:22.036 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:10:22.036 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-test x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 49 M 2024-04-24T13:10:22.036 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2024-04-24T13:10:22.036 INFO:teuthology.orchestra.run.smithi032.stdout: libcephsqlite x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 164 k 2024-04-24T13:10:22.036 INFO:teuthology.orchestra.run.smithi032.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-24T13:10:22.037 INFO:teuthology.orchestra.run.smithi032.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-24T13:10:22.037 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:22.037 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:10:22.037 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:22.037 INFO:teuthology.orchestra.run.smithi032.stdout:Install 4 Packages 2024-04-24T13:10:22.037 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:22.038 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 50 M 2024-04-24T13:10:22.038 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 211 M 2024-04-24T13:10:22.038 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:10:22.417 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 34/36 2024-04-24T13:10:22.442 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 34/36 2024-04-24T13:10:22.442 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:22.442 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-24T13:10:22.442 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-24T13:10:22.442 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-24T13:10:22.442 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:22.484 INFO:teuthology.orchestra.run.smithi032.stdout:(1/4): libcephsqlite-19.0.0-3259.g23fcfb96.el8. 442 kB/s | 164 kB 00:00 2024-04-24T13:10:22.676 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 35/36 2024-04-24T13:10:22.700 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 35/36 2024-04-24T13:10:22.700 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:22.700 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-24T13:10:22.701 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-24T13:10:22.701 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-24T13:10:22.701 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:22.767 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 36/36 2024-04-24T13:10:22.838 INFO:teuthology.orchestra.run.smithi032.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 180 kB/s | 64 kB 00:00 2024-04-24T13:10:23.108 INFO:teuthology.orchestra.run.smithi032.stdout:(3/4): socat-1.7.4.1-5.el9.x86_64.rpm 307 kB/s | 305 kB 00:00 2024-04-24T13:10:24.616 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 36/36 2024-04-24T13:10:24.616 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/36 2024-04-24T13:10:24.616 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/36 2024-04-24T13:10:24.616 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/36 2024-04-24T13:10:24.616 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/36 2024-04-24T13:10:24.616 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 5/36 2024-04-24T13:10:24.616 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8. 6/36 2024-04-24T13:10:24.616 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-24T13:10:24.617 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-24T13:10:24.618 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-24T13:10:24.645 INFO:teuthology.orchestra.run.smithi032.stdout:(4/4): ceph-test-19.0.0-3259.g23fcfb96.el8.x86_ 19 MB/s | 49 MB 00:02 2024-04-24T13:10:24.646 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:24.647 INFO:teuthology.orchestra.run.smithi032.stdout:Total 19 MB/s | 50 MB 00:02 2024-04-24T13:10:24.674 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:10:24.697 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:10:24.697 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:10:25.088 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:10:25.089 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:10:25.605 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-24T13:10:25.605 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:25.605 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:10:25.605 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:25.605 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:25.605 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: lua-5.4.4-4.el9.x86_64 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-24T13:10:25.606 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ply-3.11-14.el9.noarch 2024-04-24T13:10:25.607 INFO:teuthology.orchestra.run.smithi040.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:25.608 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:10:25.626 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:10:25.713 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-24T13:10:25.761 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-24T13:10:25.788 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/4 2024-04-24T13:10:25.932 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-base 2024-04-24T13:10:26.462 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:54 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:10:26.544 INFO:teuthology.orchestra.run.smithi040.stdout:Package ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:10:26.587 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:10:26.588 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-24T13:10:26.589 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:10:26.651 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install cephadm 2024-04-24T13:10:27.178 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:55 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:10:27.301 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:10:27.302 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:27.302 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-24T13:10:27.302 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:27.302 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:10:27.302 INFO:teuthology.orchestra.run.smithi040.stdout: cephadm noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 763 k 2024-04-24T13:10:27.302 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:27.302 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:10:27.302 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:27.302 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-24T13:10:27.302 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:27.303 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 763 k 2024-04-24T13:10:27.303 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 769 k 2024-04-24T13:10:27.303 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:10:27.727 INFO:teuthology.orchestra.run.smithi040.stdout:cephadm-19.0.0-3259.g23fcfb96.el8.noarch.rpm 1.8 MB/s | 763 kB 00:00 2024-04-24T13:10:27.727 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:27.727 INFO:teuthology.orchestra.run.smithi040.stdout:Total 1.8 MB/s | 763 kB 00:00 2024-04-24T13:10:27.728 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:10:27.733 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:10:27.734 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:10:27.740 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:10:27.740 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:10:27.815 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:10:28.237 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T13:10:28.323 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T13:10:28.609 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T13:10:28.828 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T13:10:28.829 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:28.829 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:10:28.829 INFO:teuthology.orchestra.run.smithi040.stdout: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:28.829 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:28.829 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:10:29.007 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-immutable-object-cache 2024-04-24T13:10:29.547 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:57 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:10:29.673 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:10:29.673 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 145 k 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 145 k 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 435 k 2024-04-24T13:10:29.674 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:10:30.025 INFO:teuthology.orchestra.run.smithi040.stdout:ceph-immutable-object-cache-19.0.0-3259.g23fcfb 414 kB/s | 145 kB 00:00 2024-04-24T13:10:30.025 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:30.026 INFO:teuthology.orchestra.run.smithi040.stdout:Total 412 kB/s | 145 kB 00:00 2024-04-24T13:10:30.026 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:10:30.034 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:10:30.034 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:10:30.095 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:10:30.095 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:10:30.239 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:10:30.334 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T13:10:30.360 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T13:10:30.360 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:30.361 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-24T13:10:30.361 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:30.676 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/4 2024-04-24T13:10:30.755 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/4 2024-04-24T13:10:31.201 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T13:10:31.201 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:31.201 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:10:31.201 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:31.202 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:31.202 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:10:31.397 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr 2024-04-24T13:10:31.934 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:59 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:10:32.018 INFO:teuthology.orchestra.run.smithi040.stdout:Package ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:10:32.062 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:10:32.063 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-24T13:10:32.063 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:10:32.128 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-dashboard 2024-04-24T13:10:32.655 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:00 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:10:32.780 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:10:32.781 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:32.781 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 3.5 M 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 34 k 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 16 k 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-24T13:10:32.782 INFO:teuthology.orchestra.run.smithi040.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-24T13:10:32.783 INFO:teuthology.orchestra.run.smithi040.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-24T13:10:32.783 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:32.783 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:10:32.783 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:32.783 INFO:teuthology.orchestra.run.smithi040.stdout:Install 12 Packages 2024-04-24T13:10:32.783 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:32.783 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 8.6 M 2024-04-24T13:10:32.784 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 104 M 2024-04-24T13:10:32.784 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:10:33.161 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/4 2024-04-24T13:10:33.161 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/4 2024-04-24T13:10:33.162 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/4 2024-04-24T13:10:33.162 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-24T13:10:33.447 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-24T13:10:33.447 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:33.447 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:10:33.447 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-test-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:33.447 INFO:teuthology.orchestra.run.smithi032.stdout: libcephsqlite-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:33.447 INFO:teuthology.orchestra.run.smithi032.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-24T13:10:33.448 INFO:teuthology.orchestra.run.smithi032.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-24T13:10:33.448 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:33.448 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:10:33.521 INFO:teuthology.orchestra.run.smithi040.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3259.g23f 82 kB/s | 16 kB 00:00 2024-04-24T13:10:33.621 INFO:teuthology.orchestra.run.smithi040.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3259.g23 114 kB/s | 34 kB 00:00 2024-04-24T13:10:33.713 INFO:teuthology.orchestra.run.smithi040.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.2 MB/s | 1.0 MB 00:00 2024-04-24T13:10:33.737 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph 2024-04-24T13:10:33.772 INFO:teuthology.orchestra.run.smithi040.stdout:(4/12): ceph-mgr-dashboard-19.0.0-3259.g23fcfb9 7.8 MB/s | 3.5 MB 00:00 2024-04-24T13:10:33.797 INFO:teuthology.orchestra.run.smithi040.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.5 MB/s | 269 kB 00:00 2024-04-24T13:10:34.031 INFO:teuthology.orchestra.run.smithi040.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 83 kB/s | 19 kB 00:00 2024-04-24T13:10:34.115 INFO:teuthology.orchestra.run.smithi040.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.1 MB/s | 863 kB 00:00 2024-04-24T13:10:34.231 INFO:teuthology.orchestra.run.smithi040.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.2 MB/s | 548 kB 00:00 2024-04-24T13:10:34.268 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:42 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:10:34.315 INFO:teuthology.orchestra.run.smithi040.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 722 kB/s | 144 kB 00:00 2024-04-24T13:10:34.357 INFO:teuthology.orchestra.run.smithi040.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 6.3 MB/s | 2.0 MB 00:00 2024-04-24T13:10:34.382 INFO:teuthology.orchestra.run.smithi040.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 206 kB/s | 31 kB 00:00 2024-04-24T13:10:34.394 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:10:34.396 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:34.396 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-04-24T13:10:34.396 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:34.396 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:10:34.396 INFO:teuthology.orchestra.run.smithi032.stdout: ceph x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 6.6 k 2024-04-24T13:10:34.396 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2024-04-24T13:10:34.396 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mds x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 2.4 M 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 1.5 M 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 249 k 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mon x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 4.7 M 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-osd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 17 M 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-24T13:10:34.397 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco-collections 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-24T13:10:34.398 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-24T13:10:34.399 INFO:teuthology.orchestra.run.smithi032.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-24T13:10:34.400 INFO:teuthology.orchestra.run.smithi032.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-24T13:10:34.400 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:34.400 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:10:34.400 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:34.400 INFO:teuthology.orchestra.run.smithi032.stdout:Install 36 Packages 2024-04-24T13:10:34.400 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:34.401 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 30 M 2024-04-24T13:10:34.401 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 108 M 2024-04-24T13:10:34.401 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:10:34.407 INFO:teuthology.orchestra.run.smithi040.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-24T13:10:34.411 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:34.412 INFO:teuthology.orchestra.run.smithi040.stdout:Total 5.3 MB/s | 8.6 MB 00:01 2024-04-24T13:10:34.461 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:10:34.479 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:10:34.480 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:10:34.643 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:10:34.644 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:10:34.964 INFO:teuthology.orchestra.run.smithi032.stdout:(1/36): ceph-19.0.0-3259.g23fcfb96.el8.x86_64.r 40 kB/s | 6.6 kB 00:00 2024-04-24T13:10:35.179 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:10:35.251 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-24T13:10:35.294 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-24T13:10:35.342 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-24T13:10:35.371 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-24T13:10:35.373 INFO:teuthology.orchestra.run.smithi032.stdout:(2/36): ceph-mon-19.0.0-3259.g23fcfb96.el8.x86_ 12 MB/s | 4.7 MB 00:00 2024-04-24T13:10:35.450 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-24T13:10:35.465 INFO:teuthology.orchestra.run.smithi032.stdout:(3/36): ceph-mds-19.0.0-3259.g23fcfb96.el8.x86_ 3.6 MB/s | 2.4 MB 00:00 2024-04-24T13:10:35.498 INFO:teuthology.orchestra.run.smithi032.stdout:(4/36): ceph-mgr-19.0.0-3259.g23fcfb96.el8.x86_ 2.1 MB/s | 1.5 MB 00:00 2024-04-24T13:10:35.567 INFO:teuthology.orchestra.run.smithi032.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3259.g23fc 2.4 MB/s | 249 kB 00:00 2024-04-24T13:10:35.586 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-24T13:10:35.666 INFO:teuthology.orchestra.run.smithi032.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.5 MB/s | 253 kB 00:00 2024-04-24T13:10:35.686 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-24T13:10:35.708 INFO:teuthology.orchestra.run.smithi032.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-04-24T13:10:35.735 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-24T13:10:35.749 INFO:teuthology.orchestra.run.smithi032.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 3.2 MB/s | 135 kB 00:00 2024-04-24T13:10:35.762 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-24T13:10:35.795 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8 10/12 2024-04-24T13:10:35.799 INFO:teuthology.orchestra.run.smithi032.stdout:(9/36): python3-cryptography-36.0.1-4.el9.x86_6 5.2 MB/s | 1.2 MB 00:00 2024-04-24T13:10:35.825 INFO:teuthology.orchestra.run.smithi032.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.6 MB/s | 125 kB 00:00 2024-04-24T13:10:35.851 INFO:teuthology.orchestra.run.smithi032.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 4.2 MB/s | 215 kB 00:00 2024-04-24T13:10:35.973 INFO:teuthology.orchestra.run.smithi032.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-04-24T13:10:36.017 INFO:teuthology.orchestra.run.smithi032.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.0 MB/s | 172 kB 00:00 2024-04-24T13:10:36.049 INFO:teuthology.orchestra.run.smithi032.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 461 kB/s | 35 kB 00:00 2024-04-24T13:10:36.068 INFO:teuthology.orchestra.run.smithi032.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-24T13:10:36.097 INFO:teuthology.orchestra.run.smithi032.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 827 kB/s | 42 kB 00:00 2024-04-24T13:10:36.260 INFO:teuthology.orchestra.run.smithi032.stdout:(17/36): ceph-osd-19.0.0-3259.g23fcfb96.el8.x86 19 MB/s | 17 MB 00:00 2024-04-24T13:10:36.569 INFO:teuthology.orchestra.run.smithi032.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 141 kB/s | 43 kB 00:00 2024-04-24T13:10:36.602 INFO:teuthology.orchestra.run.smithi032.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 297 kB/s | 151 kB 00:00 2024-04-24T13:10:36.753 INFO:teuthology.orchestra.run.smithi032.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 935 kB/s | 172 kB 00:00 2024-04-24T13:10:36.778 INFO:teuthology.orchestra.run.smithi032.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.0 MB/s | 358 kB 00:00 2024-04-24T13:10:36.803 INFO:teuthology.orchestra.run.smithi032.stdout:(22/36): lua-devel-5.4.4-4.el9.x86_64.rpm 30 kB/s | 22 kB 00:00 2024-04-24T13:10:36.828 INFO:teuthology.orchestra.run.smithi032.stdout:(23/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-04-24T13:10:36.854 INFO:teuthology.orchestra.run.smithi032.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 236 kB/s | 18 kB 00:00 2024-04-24T13:10:36.879 INFO:teuthology.orchestra.run.smithi032.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 306 kB/s | 23 kB 00:00 2024-04-24T13:10:36.901 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el 11/12 2024-04-24T13:10:36.929 INFO:teuthology.orchestra.run.smithi032.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 262 kB/s | 20 kB 00:00 2024-04-24T13:10:36.935 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 12/12 2024-04-24T13:10:36.988 INFO:teuthology.orchestra.run.smithi032.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 573 kB/s | 46 kB 00:00 2024-04-24T13:10:37.013 INFO:teuthology.orchestra.run.smithi032.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 944 kB/s | 79 kB 00:00 2024-04-24T13:10:37.080 INFO:teuthology.orchestra.run.smithi032.stdout:(29/36): python3-jaraco-functools-3.5.0-2.el9.n 77 kB/s | 19 kB 00:00 2024-04-24T13:10:37.106 INFO:teuthology.orchestra.run.smithi032.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 178 kB/s | 16 kB 00:00 2024-04-24T13:10:37.131 INFO:teuthology.orchestra.run.smithi032.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-04-24T13:10:37.173 INFO:teuthology.orchestra.run.smithi032.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 535 kB/s | 36 kB 00:00 2024-04-24T13:10:37.231 INFO:teuthology.orchestra.run.smithi032.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-04-24T13:10:37.257 INFO:teuthology.orchestra.run.smithi032.stdout:(34/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 511 kB/s | 90 kB 00:00 2024-04-24T13:10:37.282 INFO:teuthology.orchestra.run.smithi032.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-04-24T13:10:37.307 INFO:teuthology.orchestra.run.smithi032.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 265 kB/s | 20 kB 00:00 2024-04-24T13:10:37.312 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:37.312 INFO:teuthology.orchestra.run.smithi032.stdout:Total 10 MB/s | 30 MB 00:02 2024-04-24T13:10:37.454 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:10:37.499 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:10:37.499 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:10:37.811 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:10:37.811 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:10:38.242 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 12/12 2024-04-24T13:10:38.242 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el 1/12 2024-04-24T13:10:38.242 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 2/12 2024-04-24T13:10:38.242 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8 3/12 2024-04-24T13:10:38.242 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-24T13:10:38.242 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-24T13:10:38.242 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-24T13:10:38.243 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-24T13:10:38.243 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-24T13:10:38.243 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-24T13:10:38.243 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-24T13:10:38.243 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-24T13:10:38.542 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-24T13:10:38.542 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:38.542 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:10:38.542 INFO:teuthology.orchestra.run.smithi040.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-24T13:10:38.542 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:38.543 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:38.543 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:38.543 INFO:teuthology.orchestra.run.smithi040.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-24T13:10:38.543 INFO:teuthology.orchestra.run.smithi040.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-24T13:10:38.543 INFO:teuthology.orchestra.run.smithi040.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-24T13:10:38.543 INFO:teuthology.orchestra.run.smithi040.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-24T13:10:38.544 INFO:teuthology.orchestra.run.smithi040.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-24T13:10:38.544 INFO:teuthology.orchestra.run.smithi040.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-24T13:10:38.544 INFO:teuthology.orchestra.run.smithi040.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-24T13:10:38.544 INFO:teuthology.orchestra.run.smithi040.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-24T13:10:38.544 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:38.544 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:10:38.781 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-24T13:10:39.245 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:10:39.310 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:07 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:10:39.310 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-24T13:10:39.343 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-24T13:10:39.371 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-24T13:10:39.436 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:10:39.437 INFO:teuthology.orchestra.run.smithi040.stdout:======================================================================================= 2024-04-24T13:10:39.437 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-24T13:10:39.437 INFO:teuthology.orchestra.run.smithi040.stdout:======================================================================================= 2024-04-24T13:10:39.437 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:10:39.438 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 7.4 M 2024-04-24T13:10:39.438 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-24T13:10:39.438 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-24T13:10:39.438 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-24T13:10:39.438 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-24T13:10:39.438 INFO:teuthology.orchestra.run.smithi040.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-24T13:10:39.438 INFO:teuthology.orchestra.run.smithi040.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-24T13:10:39.438 INFO:teuthology.orchestra.run.smithi040.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-24T13:10:39.438 INFO:teuthology.orchestra.run.smithi040.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-24T13:10:39.438 INFO:teuthology.orchestra.run.smithi040.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-24T13:10:39.439 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-24T13:10:39.439 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-24T13:10:39.439 INFO:teuthology.orchestra.run.smithi040.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-24T13:10:39.439 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:39.439 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:10:39.439 INFO:teuthology.orchestra.run.smithi040.stdout:======================================================================================= 2024-04-24T13:10:39.439 INFO:teuthology.orchestra.run.smithi040.stdout:Install 12 Packages 2024-04-24T13:10:39.439 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:39.440 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 38 M 2024-04-24T13:10:39.440 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 209 M 2024-04-24T13:10:39.440 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:10:39.447 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-24T13:10:39.496 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-24T13:10:39.528 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-24T13:10:39.626 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-24T13:10:39.811 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-24T13:10:39.857 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-24T13:10:39.891 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-24T13:10:39.920 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-24T13:10:39.955 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-24T13:10:39.988 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-24T13:10:40.030 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-24T13:10:40.073 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-24T13:10:40.115 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-24T13:10:40.154 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-24T13:10:40.232 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-24T13:10:40.386 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-24T13:10:40.440 INFO:teuthology.orchestra.run.smithi040.stdout:(1/12): ceph-mgr-diskprediction-local-19.0.0-32 12 MB/s | 7.4 MB 00:00 2024-04-24T13:10:40.483 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-24T13:10:40.542 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-24T13:10:40.574 INFO:teuthology.orchestra.run.smithi040.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 246 kB/s | 33 kB 00:00 2024-04-24T13:10:40.579 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-24T13:10:40.637 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-24T13:10:40.702 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-24T13:10:40.799 INFO:teuthology.orchestra.run.smithi040.stdout:(3/12): libquadmath-11.4.1-3.el9.x86_64.rpm 203 kB/s | 195 kB 00:00 2024-04-24T13:10:40.910 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-24T13:10:40.949 INFO:teuthology.orchestra.run.smithi040.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 122 kB/s | 18 kB 00:00 2024-04-24T13:10:40.958 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-24T13:10:41.040 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-24T13:10:41.066 INFO:teuthology.orchestra.run.smithi040.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 302 kB/s | 35 kB 00:00 2024-04-24T13:10:41.131 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-24T13:10:41.165 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-24T13:10:41.191 INFO:teuthology.orchestra.run.smithi040.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.8 MB/s | 3.0 MB 00:00 2024-04-24T13:10:41.297 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-24T13:10:41.325 INFO:teuthology.orchestra.run.smithi040.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.8 MB/s | 244 kB 00:00 2024-04-24T13:10:41.462 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8. 31/36 2024-04-24T13:10:41.491 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/36 2024-04-24T13:10:41.492 INFO:teuthology.orchestra.run.smithi040.stdout:(8/12): libgfortran-11.4.1-3.el9.x86_64.rpm 485 kB/s | 803 kB 00:01 2024-04-24T13:10:41.518 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 32/36 2024-04-24T13:10:41.518 INFO:teuthology.orchestra.run.smithi032.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:41.518 INFO:teuthology.orchestra.run.smithi032.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-24T13:10:41.518 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-24T13:10:41.518 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-24T13:10:41.518 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:41.609 INFO:teuthology.orchestra.run.smithi040.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 8.7 MB/s | 4.7 MB 00:00 2024-04-24T13:10:41.676 INFO:teuthology.orchestra.run.smithi040.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.3 MB/s | 250 kB 00:00 2024-04-24T13:10:41.859 INFO:teuthology.orchestra.run.smithi040.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 9.5 MB/s | 5.1 MB 00:00 2024-04-24T13:10:42.451 INFO:teuthology.orchestra.run.smithi040.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 19 MB/s | 16 MB 00:00 2024-04-24T13:10:42.452 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:42.453 INFO:teuthology.orchestra.run.smithi040.stdout:Total 13 MB/s | 38 MB 00:03 2024-04-24T13:10:42.812 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:10:42.841 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:10:42.841 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:10:43.045 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/36 2024-04-24T13:10:43.070 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 33/36 2024-04-24T13:10:43.071 INFO:teuthology.orchestra.run.smithi032.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:43.071 INFO:teuthology.orchestra.run.smithi032.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-24T13:10:43.071 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-24T13:10:43.071 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-24T13:10:43.071 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:43.274 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:10:43.274 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:10:43.535 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 34/36 2024-04-24T13:10:43.560 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 34/36 2024-04-24T13:10:43.560 INFO:teuthology.orchestra.run.smithi032.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:43.560 INFO:teuthology.orchestra.run.smithi032.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-24T13:10:43.560 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-24T13:10:43.560 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-24T13:10:43.560 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:43.802 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 35/36 2024-04-24T13:10:43.827 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 35/36 2024-04-24T13:10:43.827 INFO:teuthology.orchestra.run.smithi032.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:43.827 INFO:teuthology.orchestra.run.smithi032.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-24T13:10:43.827 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-24T13:10:43.827 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-24T13:10:43.827 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:43.892 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 36/36 2024-04-24T13:10:44.158 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:10:44.214 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-24T13:10:44.258 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-24T13:10:44.363 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-24T13:10:44.410 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-24T13:10:44.594 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-24T13:10:44.625 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-24T13:10:44.704 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-24T13:10:45.394 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-24T13:10:45.520 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-24T13:10:45.567 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 36/36 2024-04-24T13:10:45.567 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/36 2024-04-24T13:10:45.567 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/36 2024-04-24T13:10:45.567 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 3/36 2024-04-24T13:10:45.567 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 4/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 5/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8. 6/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-24T13:10:45.568 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-24T13:10:45.569 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-24T13:10:45.570 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-24T13:10:45.570 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-24T13:10:45.570 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-24T13:10:46.406 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-24T13:10:46.406 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:46.406 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:10:46.406 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:46.406 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mds-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:46.406 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:46.406 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-modules-core-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:46.406 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mon-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:46.406 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-osd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:46.406 INFO:teuthology.orchestra.run.smithi032.stdout: lua-5.4.4-4.el9.x86_64 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-24T13:10:46.407 INFO:teuthology.orchestra.run.smithi032.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-ply-3.11-14.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-24T13:10:46.408 INFO:teuthology.orchestra.run.smithi032.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-24T13:10:46.409 INFO:teuthology.orchestra.run.smithi032.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-24T13:10:46.409 INFO:teuthology.orchestra.run.smithi032.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-24T13:10:46.409 INFO:teuthology.orchestra.run.smithi032.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-24T13:10:46.409 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:46.409 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:10:46.786 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-base 2024-04-24T13:10:46.834 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-24T13:10:47.315 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:55 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:10:47.396 INFO:teuthology.orchestra.run.smithi032.stdout:Package ceph-base-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:10:47.439 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:10:47.440 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-04-24T13:10:47.440 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:10:47.513 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install cephadm 2024-04-24T13:10:47.919 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-24T13:10:47.949 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 12/12 2024-04-24T13:10:48.039 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:56 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:10:48.162 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:10:48.163 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:48.163 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-04-24T13:10:48.163 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:48.163 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:10:48.164 INFO:teuthology.orchestra.run.smithi032.stdout: cephadm noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 763 k 2024-04-24T13:10:48.164 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:48.164 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:10:48.164 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:48.164 INFO:teuthology.orchestra.run.smithi032.stdout:Install 1 Package 2024-04-24T13:10:48.164 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:48.164 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 763 k 2024-04-24T13:10:48.164 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 769 k 2024-04-24T13:10:48.164 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:10:48.453 INFO:teuthology.orchestra.run.smithi032.stdout:cephadm-19.0.0-3259.g23fcfb96.el8.noarch.rpm 2.6 MB/s | 763 kB 00:00 2024-04-24T13:10:48.453 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:48.454 INFO:teuthology.orchestra.run.smithi032.stdout:Total 2.6 MB/s | 763 kB 00:00 2024-04-24T13:10:48.454 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:10:48.459 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:10:48.459 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:10:48.465 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:10:48.466 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:10:48.540 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:10:48.992 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T13:10:49.066 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T13:10:49.388 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T13:10:49.641 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/1 2024-04-24T13:10:49.641 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:49.641 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:10:49.641 INFO:teuthology.orchestra.run.smithi032.stdout: cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:49.641 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:49.641 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:10:49.851 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-immutable-object-cache 2024-04-24T13:10:50.389 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:00:58 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:10:50.495 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 12/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 1/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-24T13:10:50.496 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-24T13:10:50.516 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:10:50.516 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:50.516 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repo Size 2024-04-24T13:10:50.516 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:50.516 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:10:50.516 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 145 k 2024-04-24T13:10:50.517 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:50.517 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:10:50.517 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:50.517 INFO:teuthology.orchestra.run.smithi032.stdout:Install 1 Package 2024-04-24T13:10:50.517 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:50.517 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 145 k 2024-04-24T13:10:50.518 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 435 k 2024-04-24T13:10:50.518 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:10:50.727 INFO:teuthology.orchestra.run.smithi032.stdout:ceph-immutable-object-cache-19.0.0-3259.g23fcfb 695 kB/s | 145 kB 00:00 2024-04-24T13:10:50.727 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:50.728 INFO:teuthology.orchestra.run.smithi032.stdout:Total 688 kB/s | 145 kB 00:00 2024-04-24T13:10:50.728 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:10:50.736 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:10:50.736 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:10:50.796 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:10:50.797 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:10:50.918 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-24T13:10:50.919 INFO:teuthology.orchestra.run.smithi040.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-24T13:10:50.920 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:50.920 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:10:50.955 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:10:51.036 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T13:10:51.062 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T13:10:51.062 INFO:teuthology.orchestra.run.smithi032.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:10:51.063 INFO:teuthology.orchestra.run.smithi032.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-24T13:10:51.063 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:51.306 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-rook 2024-04-24T13:10:51.837 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:19 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:10:51.920 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96. 1/1 2024-04-24T13:10:51.920 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:51.920 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:10:51.920 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-immutable-object-cache-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:10:51.921 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:51.921 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:10:51.962 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:10:51.964 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:51.964 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-24T13:10:51.964 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:51.964 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:10:51.964 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-rook noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 49 k 2024-04-24T13:10:51.964 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-24T13:10:51.964 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-24T13:10:51.964 INFO:teuthology.orchestra.run.smithi040.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-24T13:10:51.964 INFO:teuthology.orchestra.run.smithi040.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:51.965 INFO:teuthology.orchestra.run.smithi040.stdout:Install 13 Packages 2024-04-24T13:10:51.966 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:51.966 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 2.2 M 2024-04-24T13:10:51.966 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 26 M 2024-04-24T13:10:51.966 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:10:52.138 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-mgr 2024-04-24T13:10:52.673 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:00 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:10:52.685 INFO:teuthology.orchestra.run.smithi040.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 93 kB/s | 26 kB 00:00 2024-04-24T13:10:52.710 INFO:teuthology.orchestra.run.smithi040.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 64 kB/s | 19 kB 00:00 2024-04-24T13:10:52.736 INFO:teuthology.orchestra.run.smithi040.stdout:(3/13): ceph-mgr-rook-19.0.0-3259.g23fcfb96.el8 152 kB/s | 49 kB 00:00 2024-04-24T13:10:52.757 INFO:teuthology.orchestra.run.smithi032.stdout:Package ceph-mgr-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:10:52.801 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:10:52.802 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-04-24T13:10:52.802 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:10:52.874 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-mgr-dashboard 2024-04-24T13:10:53.052 INFO:teuthology.orchestra.run.smithi040.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 464 kB/s | 159 kB 00:00 2024-04-24T13:10:53.136 INFO:teuthology.orchestra.run.smithi040.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 522 kB/s | 222 kB 00:00 2024-04-24T13:10:53.161 INFO:teuthology.orchestra.run.smithi040.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 495 kB/s | 54 kB 00:00 2024-04-24T13:10:53.386 INFO:teuthology.orchestra.run.smithi040.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 129 kB/s | 32 kB 00:00 2024-04-24T13:10:53.405 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:01 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:10:53.412 INFO:teuthology.orchestra.run.smithi040.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 412 kB/s | 279 kB 00:00 2024-04-24T13:10:53.437 INFO:teuthology.orchestra.run.smithi040.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 54 kB/s | 15 kB 00:00 2024-04-24T13:10:53.530 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:10:53.531 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:53.531 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-04-24T13:10:53.531 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:53.531 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 3.5 M 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 34 k 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 16 k 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-24T13:10:53.532 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:53.533 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:10:53.533 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:10:53.533 INFO:teuthology.orchestra.run.smithi032.stdout:Install 12 Packages 2024-04-24T13:10:53.533 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:53.533 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 8.6 M 2024-04-24T13:10:53.533 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 104 M 2024-04-24T13:10:53.533 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:10:53.621 INFO:teuthology.orchestra.run.smithi040.stdout:(10/13): python3-google-auth-2.29.0-1.el9.noarc 879 kB/s | 206 kB 00:00 2024-04-24T13:10:53.721 INFO:teuthology.orchestra.run.smithi040.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 897 kB/s | 90 kB 00:00 2024-04-24T13:10:53.746 INFO:teuthology.orchestra.run.smithi040.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 192 kB/s | 59 kB 00:00 2024-04-24T13:10:53.963 INFO:teuthology.orchestra.run.smithi040.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 1.9 MB/s | 1.0 MB 00:00 2024-04-24T13:10:53.963 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:53.964 INFO:teuthology.orchestra.run.smithi040.stdout:Total 1.1 MB/s | 2.2 MB 00:01 2024-04-24T13:10:54.034 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:10:54.050 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:10:54.050 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:10:54.144 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:10:54.144 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:10:54.406 INFO:teuthology.orchestra.run.smithi032.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3259.g23f 68 kB/s | 16 kB 00:00 2024-04-24T13:10:54.431 INFO:teuthology.orchestra.run.smithi032.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3259.g23 127 kB/s | 34 kB 00:00 2024-04-24T13:10:54.640 INFO:teuthology.orchestra.run.smithi032.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3259.g23fcfb9 7.4 MB/s | 3.5 MB 00:00 2024-04-24T13:10:54.656 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:10:54.665 INFO:teuthology.orchestra.run.smithi032.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.1 MB/s | 269 kB 00:00 2024-04-24T13:10:54.757 INFO:teuthology.orchestra.run.smithi032.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 2.9 MB/s | 1.0 MB 00:00 2024-04-24T13:10:54.835 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-24T13:10:54.840 INFO:teuthology.orchestra.run.smithi032.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 237 kB/s | 19 kB 00:00 2024-04-24T13:10:54.908 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-24T13:10:54.932 INFO:teuthology.orchestra.run.smithi032.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 2.0 MB/s | 548 kB 00:00 2024-04-24T13:10:54.963 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-24T13:10:55.000 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-24T13:10:55.025 INFO:teuthology.orchestra.run.smithi032.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 11 MB/s | 2.0 MB 00:00 2024-04-24T13:10:55.041 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-24T13:10:55.050 INFO:teuthology.orchestra.run.smithi032.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.2 MB/s | 144 kB 00:00 2024-04-24T13:10:55.075 INFO:teuthology.orchestra.run.smithi032.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 618 kB/s | 31 kB 00:00 2024-04-24T13:10:55.100 INFO:teuthology.orchestra.run.smithi032.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 3.7 MB/s | 188 kB 00:00 2024-04-24T13:10:55.139 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-24T13:10:55.251 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-24T13:10:55.303 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-24T13:10:55.517 INFO:teuthology.orchestra.run.smithi032.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 984 kB/s | 863 kB 00:00 2024-04-24T13:10:55.520 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:10:55.520 INFO:teuthology.orchestra.run.smithi032.stdout:Total 4.4 MB/s | 8.6 MB 00:01 2024-04-24T13:10:55.570 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:10:55.590 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:10:55.590 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:10:55.755 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:10:55.756 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:10:56.069 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-24T13:10:56.124 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-24T13:10:56.157 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-24T13:10:56.207 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-24T13:10:56.235 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 13/13 2024-04-24T13:10:56.288 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:10:56.360 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-24T13:10:56.404 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-24T13:10:56.451 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-24T13:10:56.489 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-24T13:10:56.569 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-24T13:10:56.704 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-24T13:10:56.797 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-24T13:10:56.853 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-24T13:10:56.881 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-24T13:10:56.914 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8 10/12 2024-04-24T13:10:56.977 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 13/13 2024-04-24T13:10:56.977 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 1/13 2024-04-24T13:10:56.977 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-24T13:10:56.977 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-24T13:10:56.977 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-24T13:10:56.977 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-24T13:10:56.977 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-24T13:10:56.977 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-24T13:10:56.978 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-24T13:10:56.978 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-24T13:10:56.978 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-24T13:10:56.978 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-24T13:10:56.978 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-24T13:10:57.279 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-24T13:10:57.279 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:57.279 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:57.280 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:10:57.499 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-mgr-cephadm 2024-04-24T13:10:58.023 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el 11/12 2024-04-24T13:10:58.031 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:26 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:10:58.055 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 12/12 2024-04-24T13:10:58.157 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:10:58.158 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:58.158 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-24T13:10:58.158 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:58.158 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:10:58.158 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 143 k 2024-04-24T13:10:58.158 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-24T13:10:58.158 INFO:teuthology.orchestra.run.smithi040.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-24T13:10:58.159 INFO:teuthology.orchestra.run.smithi040.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-24T13:10:58.159 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-24T13:10:58.159 INFO:teuthology.orchestra.run.smithi040.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-24T13:10:58.159 INFO:teuthology.orchestra.run.smithi040.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-24T13:10:58.159 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:58.159 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:10:58.159 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:10:58.159 INFO:teuthology.orchestra.run.smithi040.stdout:Install 6 Packages 2024-04-24T13:10:58.159 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:10:58.160 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 7.0 M 2024-04-24T13:10:58.160 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 33 M 2024-04-24T13:10:58.160 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:10:58.724 INFO:teuthology.orchestra.run.smithi040.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 747 kB/s | 248 kB 00:00 2024-04-24T13:10:58.800 INFO:teuthology.orchestra.run.smithi040.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3259.g23fcfb96.e 351 kB/s | 143 kB 00:00 2024-04-24T13:10:59.017 INFO:teuthology.orchestra.run.smithi040.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 267 kB/s | 58 kB 00:00 2024-04-24T13:10:59.125 INFO:teuthology.orchestra.run.smithi040.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 471 kB/s | 51 kB 00:00 2024-04-24T13:10:59.183 INFO:teuthology.orchestra.run.smithi040.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.2 MB/s | 548 kB 00:00 2024-04-24T13:10:59.355 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 12/12 2024-04-24T13:10:59.355 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el 1/12 2024-04-24T13:10:59.355 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noa 2/12 2024-04-24T13:10:59.355 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8 3/12 2024-04-24T13:10:59.355 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-24T13:10:59.355 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-24T13:10:59.355 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-24T13:10:59.355 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-24T13:10:59.356 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-24T13:10:59.356 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-24T13:10:59.356 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-24T13:10:59.356 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-24T13:10:59.649 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-24T13:10:59.649 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-grafana-dashboards-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-dashboard-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-prometheus-alerts-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-24T13:10:59.650 INFO:teuthology.orchestra.run.smithi032.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-24T13:10:59.651 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:10:59.651 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:10:59.900 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-24T13:11:00.084 INFO:teuthology.orchestra.run.smithi040.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.5 MB/s | 6.0 MB 00:01 2024-04-24T13:11:00.084 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:00.085 INFO:teuthology.orchestra.run.smithi040.stdout:Total 3.6 MB/s | 7.0 MB 00:01 2024-04-24T13:11:00.158 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:11:00.170 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:11:00.170 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:11:00.275 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:11:00.277 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:11:00.427 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:08 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:00.554 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:00.555 INFO:teuthology.orchestra.run.smithi032.stdout:======================================================================================= 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout:======================================================================================= 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 7.4 M 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-24T13:11:00.556 INFO:teuthology.orchestra.run.smithi032.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-24T13:11:00.557 INFO:teuthology.orchestra.run.smithi032.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-24T13:11:00.557 INFO:teuthology.orchestra.run.smithi032.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-24T13:11:00.557 INFO:teuthology.orchestra.run.smithi032.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-24T13:11:00.557 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:00.557 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:11:00.557 INFO:teuthology.orchestra.run.smithi032.stdout:======================================================================================= 2024-04-24T13:11:00.557 INFO:teuthology.orchestra.run.smithi032.stdout:Install 12 Packages 2024-04-24T13:11:00.557 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:00.558 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 38 M 2024-04-24T13:11:00.558 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 209 M 2024-04-24T13:11:00.558 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:11:00.716 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:11:00.892 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-24T13:11:00.937 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-24T13:11:01.144 INFO:teuthology.orchestra.run.smithi032.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 613 kB/s | 195 kB 00:00 2024-04-24T13:11:01.311 INFO:teuthology.orchestra.run.smithi032.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 196 kB/s | 33 kB 00:00 2024-04-24T13:11:01.378 INFO:teuthology.orchestra.run.smithi032.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.4 MB/s | 803 kB 00:00 2024-04-24T13:11:01.470 INFO:teuthology.orchestra.run.smithi032.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 199 kB/s | 18 kB 00:00 2024-04-24T13:11:01.495 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-24T13:11:01.561 INFO:teuthology.orchestra.run.smithi032.stdout:(5/12): ceph-mgr-diskprediction-local-19.0.0-32 10 MB/s | 7.4 MB 00:00 2024-04-24T13:11:01.578 INFO:teuthology.orchestra.run.smithi032.stdout:(6/12): openblas-0.3.21-2.el9.x86_64.rpm 325 kB/s | 35 kB 00:00 2024-04-24T13:11:01.592 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-24T13:11:01.629 INFO:teuthology.orchestra.run.smithi032.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 9.4 MB/s | 3.0 MB 00:00 2024-04-24T13:11:01.663 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-24T13:11:01.689 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 6/6 2024-04-24T13:11:01.695 INFO:teuthology.orchestra.run.smithi032.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.0 MB/s | 244 kB 00:00 2024-04-24T13:11:01.820 INFO:teuthology.orchestra.run.smithi032.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 27 MB/s | 5.1 MB 00:00 2024-04-24T13:11:01.846 INFO:teuthology.orchestra.run.smithi032.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.6 MB/s | 250 kB 00:00 2024-04-24T13:11:02.063 INFO:teuthology.orchestra.run.smithi032.stdout:(11/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 9.5 MB/s | 4.7 MB 00:00 2024-04-24T13:11:02.363 INFO:teuthology.orchestra.run.smithi032.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 30 MB/s | 16 MB 00:00 2024-04-24T13:11:02.364 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:02.365 INFO:teuthology.orchestra.run.smithi032.stdout:Total 21 MB/s | 38 MB 00:01 2024-04-24T13:11:02.460 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 6/6 2024-04-24T13:11:02.460 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/6 2024-04-24T13:11:02.461 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-24T13:11:02.461 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-24T13:11:02.461 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-24T13:11:02.461 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-24T13:11:02.705 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-24T13:11:02.705 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:02.705 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:11:02.705 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:11:02.705 INFO:teuthology.orchestra.run.smithi040.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-24T13:11:02.705 INFO:teuthology.orchestra.run.smithi040.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-24T13:11:02.705 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-24T13:11:02.705 INFO:teuthology.orchestra.run.smithi040.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-24T13:11:02.705 INFO:teuthology.orchestra.run.smithi040.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-24T13:11:02.705 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:02.706 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:02.722 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:11:02.750 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:11:02.750 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:11:02.900 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-fuse 2024-04-24T13:11:03.185 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:11:03.185 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:11:03.431 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:31 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:03.555 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-fuse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 890 k 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout:Install 2 Packages 2024-04-24T13:11:03.556 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:03.557 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 970 k 2024-04-24T13:11:03.557 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 2.8 M 2024-04-24T13:11:03.557 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:11:03.811 INFO:teuthology.orchestra.run.smithi040.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 703 kB/s | 80 kB 00:00 2024-04-24T13:11:04.044 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:11:04.110 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-24T13:11:04.127 INFO:teuthology.orchestra.run.smithi040.stdout:(2/2): ceph-fuse-19.0.0-3259.g23fcfb96.el8.x86_ 2.0 MB/s | 890 kB 00:00 2024-04-24T13:11:04.128 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:04.128 INFO:teuthology.orchestra.run.smithi040.stdout:Total 1.7 MB/s | 970 kB 00:00 2024-04-24T13:11:04.140 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:11:04.154 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-24T13:11:04.163 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:11:04.164 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:11:04.246 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:11:04.246 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:11:04.258 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-24T13:11:04.305 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-24T13:11:04.439 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:11:04.491 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-24T13:11:04.521 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-24T13:11:04.586 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-24T13:11:04.600 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-24T13:11:04.656 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/2 2024-04-24T13:11:05.274 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/2 2024-04-24T13:11:05.353 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/2 2024-04-24T13:11:05.353 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-24T13:11:05.406 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-24T13:11:05.502 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-24T13:11:05.502 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:05.503 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:11:05.503 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-24T13:11:05.503 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:05.503 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:05.744 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install ceph-volume 2024-04-24T13:11:06.278 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:34 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:06.405 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:06.405 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:06.405 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-04-24T13:11:06.405 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:06.405 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:11:06.406 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-volume noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 273 k 2024-04-24T13:11:06.406 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-04-24T13:11:06.406 INFO:teuthology.orchestra.run.smithi040.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-24T13:11:06.406 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:06.406 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:11:06.406 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:06.406 INFO:teuthology.orchestra.run.smithi040.stdout:Install 2 Packages 2024-04-24T13:11:06.406 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:06.407 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 350 k 2024-04-24T13:11:06.407 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 1.5 M 2024-04-24T13:11:06.407 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:11:06.714 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-24T13:11:06.793 INFO:teuthology.orchestra.run.smithi040.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 299 kB/s | 77 kB 00:00 2024-04-24T13:11:06.918 INFO:teuthology.orchestra.run.smithi040.stdout:(2/2): ceph-volume-19.0.0-3259.g23fcfb96.el8.no 713 kB/s | 273 kB 00:00 2024-04-24T13:11:06.919 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:06.919 INFO:teuthology.orchestra.run.smithi040.stdout:Total 682 kB/s | 350 kB 00:00 2024-04-24T13:11:06.931 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:11:06.941 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:11:06.941 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:11:06.969 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:11:06.969 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:11:07.115 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:11:07.303 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-24T13:11:07.329 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2/2 2024-04-24T13:11:07.345 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2/2 2024-04-24T13:11:07.345 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:11:07.345 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-24T13:11:07.345 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:07.789 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-24T13:11:07.821 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 12/12 2024-04-24T13:11:08.057 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 1/2 2024-04-24T13:11:08.338 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-24T13:11:08.338 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:08.338 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:11:08.339 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:11:08.339 INFO:teuthology.orchestra.run.smithi040.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-24T13:11:08.339 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:08.339 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:08.669 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install librados-devel 2024-04-24T13:11:09.210 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:37 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:09.335 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:09.335 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:09.335 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout: librados-devel x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 127 k 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 127 k 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 456 k 2024-04-24T13:11:09.336 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:11:09.541 INFO:teuthology.orchestra.run.smithi040.stdout:librados-devel-19.0.0-3259.g23fcfb96.el8.x86_64 620 kB/s | 127 kB 00:00 2024-04-24T13:11:09.542 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:09.542 INFO:teuthology.orchestra.run.smithi040.stdout:Total 615 kB/s | 127 kB 00:00 2024-04-24T13:11:09.542 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:11:09.548 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:11:09.548 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:11:09.615 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:11:09.615 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:11:09.772 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:11:09.873 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:10.235 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 12/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcf 1/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-24T13:11:10.400 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-24T13:11:10.461 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:10.462 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:10.462 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:11:10.462 INFO:teuthology.orchestra.run.smithi040.stdout: librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:11:10.462 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:10.462 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:10.660 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install libcephfs2 2024-04-24T13:11:10.791 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-24T13:11:10.791 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:10.791 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:11:10.791 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:11:10.791 INFO:teuthology.orchestra.run.smithi032.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-24T13:11:10.791 INFO:teuthology.orchestra.run.smithi032.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-24T13:11:10.791 INFO:teuthology.orchestra.run.smithi032.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-24T13:11:10.792 INFO:teuthology.orchestra.run.smithi032.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-24T13:11:10.792 INFO:teuthology.orchestra.run.smithi032.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-24T13:11:10.792 INFO:teuthology.orchestra.run.smithi032.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-24T13:11:10.792 INFO:teuthology.orchestra.run.smithi032.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-24T13:11:10.792 INFO:teuthology.orchestra.run.smithi032.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-24T13:11:10.792 INFO:teuthology.orchestra.run.smithi032.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-24T13:11:10.792 INFO:teuthology.orchestra.run.smithi032.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-24T13:11:10.792 INFO:teuthology.orchestra.run.smithi032.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-24T13:11:10.792 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:10.792 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:11.189 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-mgr-rook 2024-04-24T13:11:11.200 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:39 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:11.282 INFO:teuthology.orchestra.run.smithi040.stdout:Package libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:11.326 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:11.327 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-24T13:11:11.327 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:11.393 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install libcephfs-devel 2024-04-24T13:11:11.725 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:19 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:11.849 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:11.850 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:11.850 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-04-24T13:11:11.850 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:11.850 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:11:11.850 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-rook noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 49 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-google-auth noarch 1:2.29.0-1.el9 epel 206 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-24T13:11:11.851 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:11.852 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:11:11.852 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:11.852 INFO:teuthology.orchestra.run.smithi032.stdout:Install 13 Packages 2024-04-24T13:11:11.852 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:11.852 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 2.2 M 2024-04-24T13:11:11.852 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 26 M 2024-04-24T13:11:11.852 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:11:11.975 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:39 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:12.100 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:12.100 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs-devel x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 32 k 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 32 k 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 142 k 2024-04-24T13:11:12.101 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:11:12.332 INFO:teuthology.orchestra.run.smithi032.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 257 kB/s | 26 kB 00:00 2024-04-24T13:11:12.357 INFO:teuthology.orchestra.run.smithi032.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 153 kB/s | 19 kB 00:00 2024-04-24T13:11:12.361 INFO:teuthology.orchestra.run.smithi040.stdout:libcephfs-devel-19.0.0-3259.g23fcfb96.el8.x86_6 122 kB/s | 32 kB 00:00 2024-04-24T13:11:12.361 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:12.362 INFO:teuthology.orchestra.run.smithi040.stdout:Total 121 kB/s | 32 kB 00:00 2024-04-24T13:11:12.362 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:11:12.366 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:11:12.366 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:11:12.368 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:11:12.368 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:11:12.440 INFO:teuthology.orchestra.run.smithi032.stdout:(3/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.9 MB/s | 159 kB 00:00 2024-04-24T13:11:12.458 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:11:12.466 INFO:teuthology.orchestra.run.smithi032.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.0 MB/s | 222 kB 00:00 2024-04-24T13:11:12.499 INFO:teuthology.orchestra.run.smithi032.stdout:(5/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.6 MB/s | 279 kB 00:00 2024-04-24T13:11:12.525 INFO:teuthology.orchestra.run.smithi032.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 914 kB/s | 54 kB 00:00 2024-04-24T13:11:12.550 INFO:teuthology.orchestra.run.smithi032.stdout:(7/13): ceph-mgr-rook-19.0.0-3259.g23fcfb96.el8 155 kB/s | 49 kB 00:00 2024-04-24T13:11:12.559 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:12.659 INFO:teuthology.orchestra.run.smithi032.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 112 kB/s | 15 kB 00:00 2024-04-24T13:11:12.692 INFO:teuthology.orchestra.run.smithi032.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 167 kB/s | 32 kB 00:00 2024-04-24T13:11:12.818 INFO:teuthology.orchestra.run.smithi032.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 473 kB/s | 59 kB 00:00 2024-04-24T13:11:12.843 INFO:teuthology.orchestra.run.smithi032.stdout:(11/13): python3-google-auth-2.29.0-1.el9.noarc 702 kB/s | 206 kB 00:00 2024-04-24T13:11:12.902 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:12.918 INFO:teuthology.orchestra.run.smithi032.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 896 kB/s | 90 kB 00:00 2024-04-24T13:11:12.952 INFO:teuthology.orchestra.run.smithi032.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.5 MB/s | 1.0 MB 00:00 2024-04-24T13:11:12.953 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:12.953 INFO:teuthology.orchestra.run.smithi032.stdout:Total 2.0 MB/s | 2.2 MB 00:01 2024-04-24T13:11:13.024 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:11:13.040 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:11:13.040 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:11:13.111 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:13.111 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:13.112 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:11:13.112 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:11:13.112 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:13.112 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:13.137 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:11:13.137 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:11:13.295 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install librados2 2024-04-24T13:11:13.649 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:11:13.825 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:41 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:13.833 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-24T13:11:13.905 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-24T13:11:13.906 INFO:teuthology.orchestra.run.smithi040.stdout:Package librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:13.950 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:13.951 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-24T13:11:13.951 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:13.969 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-24T13:11:14.005 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-24T13:11:14.013 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install librbd1 2024-04-24T13:11:14.046 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-24T13:11:14.144 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-24T13:11:14.257 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-google-auth-1:2.29.0-1.el9.noarch 7/13 2024-04-24T13:11:14.308 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-24T13:11:14.543 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:42 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:14.624 INFO:teuthology.orchestra.run.smithi040.stdout:Package librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:14.668 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:14.669 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-24T13:11:14.669 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:14.739 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-rados 2024-04-24T13:11:15.090 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-24T13:11:15.137 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-24T13:11:15.171 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-24T13:11:15.220 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-24T13:11:15.249 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 13/13 2024-04-24T13:11:15.280 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:43 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:15.362 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:15.405 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:15.406 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-24T13:11:15.406 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:15.469 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-rgw 2024-04-24T13:11:16.004 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 13/13 2024-04-24T13:11:16.004 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 1/13 2024-04-24T13:11:16.004 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-24T13:11:16.004 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-24T13:11:16.005 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-24T13:11:16.005 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-24T13:11:16.005 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-24T13:11:16.005 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-24T13:11:16.005 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-24T13:11:16.005 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-24T13:11:16.005 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-google-auth-1:2.29.0-1.el9.noarch 10/13 2024-04-24T13:11:16.005 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-24T13:11:16.005 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-24T13:11:16.007 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:44 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:16.089 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:16.132 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:16.133 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-24T13:11:16.133 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:16.196 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-cephfs 2024-04-24T13:11:16.307 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-rook-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-google-auth-1:2.29.0-1.el9.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-24T13:11:16.308 INFO:teuthology.orchestra.run.smithi032.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-24T13:11:16.309 INFO:teuthology.orchestra.run.smithi032.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-24T13:11:16.309 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:16.309 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:16.570 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-mgr-cephadm 2024-04-24T13:11:16.733 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:44 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:16.816 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:16.859 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:16.860 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-24T13:11:16.860 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:16.917 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install python3-rbd 2024-04-24T13:11:17.105 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:25 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:17.230 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:17.231 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:17.231 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-04-24T13:11:17.231 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:17.231 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:11:17.231 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 143 k 2024-04-24T13:11:17.231 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2024-04-24T13:11:17.232 INFO:teuthology.orchestra.run.smithi032.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-24T13:11:17.232 INFO:teuthology.orchestra.run.smithi032.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-24T13:11:17.232 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-24T13:11:17.232 INFO:teuthology.orchestra.run.smithi032.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-24T13:11:17.232 INFO:teuthology.orchestra.run.smithi032.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-24T13:11:17.232 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:17.232 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:11:17.232 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:17.232 INFO:teuthology.orchestra.run.smithi032.stdout:Install 6 Packages 2024-04-24T13:11:17.232 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:17.233 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 7.0 M 2024-04-24T13:11:17.233 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 33 M 2024-04-24T13:11:17.233 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:11:17.455 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:45 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:17.537 INFO:teuthology.orchestra.run.smithi040.stdout:Package python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:17.580 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:17.581 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2024-04-24T13:11:17.582 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:17.643 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install rbd-fuse 2024-04-24T13:11:17.715 INFO:teuthology.orchestra.run.smithi032.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-04-24T13:11:17.874 INFO:teuthology.orchestra.run.smithi032.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3259.g23fcfb96.e 417 kB/s | 143 kB 00:00 2024-04-24T13:11:18.183 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:46 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:18.199 INFO:teuthology.orchestra.run.smithi032.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 177 kB/s | 58 kB 00:00 2024-04-24T13:11:18.299 INFO:teuthology.orchestra.run.smithi032.stdout:(4/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 939 kB/s | 548 kB 00:00 2024-04-24T13:11:18.312 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:18.312 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:18.312 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-04-24T13:11:18.312 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:18.312 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:11:18.313 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-fuse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 85 k 2024-04-24T13:11:18.313 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:18.313 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:11:18.313 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:18.313 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-24T13:11:18.313 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:18.313 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 85 k 2024-04-24T13:11:18.313 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 231 k 2024-04-24T13:11:18.314 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:11:18.333 INFO:teuthology.orchestra.run.smithi032.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 382 kB/s | 51 kB 00:00 2024-04-24T13:11:18.523 INFO:teuthology.orchestra.run.smithi040.stdout:rbd-fuse-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 407 kB/s | 85 kB 00:00 2024-04-24T13:11:18.524 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:18.524 INFO:teuthology.orchestra.run.smithi040.stdout:Total 404 kB/s | 85 kB 00:00 2024-04-24T13:11:18.524 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:11:18.532 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:11:18.532 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:11:18.599 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:11:18.599 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:11:18.750 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:11:18.847 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:19.209 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:19.460 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:19.460 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:19.461 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:11:19.461 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:11:19.461 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:19.461 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:19.726 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install rbd-mirror 2024-04-24T13:11:19.866 INFO:teuthology.orchestra.run.smithi032.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 2.6 MB/s | 6.0 MB 00:02 2024-04-24T13:11:19.867 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:19.868 INFO:teuthology.orchestra.run.smithi032.stdout:Total 2.7 MB/s | 7.0 MB 00:02 2024-04-24T13:11:19.943 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:11:19.956 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:11:19.956 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:11:20.061 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:11:20.062 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:11:20.257 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:48 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:20.381 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:20.382 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:20.382 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repo Size 2024-04-24T13:11:20.382 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:20.382 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:11:20.382 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-mirror x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.1 M 2024-04-24T13:11:20.382 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:20.382 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:11:20.382 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:20.382 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-24T13:11:20.383 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:20.383 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 3.1 M 2024-04-24T13:11:20.383 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 13 M 2024-04-24T13:11:20.383 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:11:20.399 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:11:20.574 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-24T13:11:20.635 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-24T13:11:20.744 INFO:teuthology.orchestra.run.smithi040.stdout:rbd-mirror-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 8.6 MB/s | 3.1 MB 00:00 2024-04-24T13:11:20.744 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:20.745 INFO:teuthology.orchestra.run.smithi040.stdout:Total 8.5 MB/s | 3.1 MB 00:00 2024-04-24T13:11:20.745 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:11:20.755 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:11:20.755 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:11:20.840 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:11:20.840 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:11:21.196 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-24T13:11:21.290 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-24T13:11:21.290 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:11:21.345 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:21.362 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-24T13:11:21.371 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:21.371 INFO:teuthology.orchestra.run.smithi040.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:11:21.371 INFO:teuthology.orchestra.run.smithi040.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-24T13:11:21.371 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-24T13:11:21.371 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-24T13:11:21.372 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:21.389 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 6/6 2024-04-24T13:11:22.105 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 6/6 2024-04-24T13:11:22.105 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 1/6 2024-04-24T13:11:22.105 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-24T13:11:22.105 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-24T13:11:22.105 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-24T13:11:22.105 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-24T13:11:22.347 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-24T13:11:22.348 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:22.348 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:11:22.348 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-mgr-cephadm-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:11:22.348 INFO:teuthology.orchestra.run.smithi032.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-24T13:11:22.348 INFO:teuthology.orchestra.run.smithi032.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-24T13:11:22.348 INFO:teuthology.orchestra.run.smithi032.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-24T13:11:22.348 INFO:teuthology.orchestra.run.smithi032.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-24T13:11:22.348 INFO:teuthology.orchestra.run.smithi032.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-24T13:11:22.348 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:22.348 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:22.360 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:22.361 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:22.361 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:11:22.361 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:11:22.361 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:22.361 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:22.584 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-fuse 2024-04-24T13:11:22.599 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum -y install rbd-nbd 2024-04-24T13:11:23.113 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:31 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:23.140 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:01:51 ago on Wed 24 Apr 2024 01:09:32 PM UTC. 2024-04-24T13:11:23.238 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:23.238 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:23.238 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-04-24T13:11:23.239 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:23.239 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:11:23.239 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-fuse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 890 k 2024-04-24T13:11:23.239 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2024-04-24T13:11:23.239 INFO:teuthology.orchestra.run.smithi032.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-24T13:11:23.239 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:23.239 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:11:23.239 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:23.239 INFO:teuthology.orchestra.run.smithi032.stdout:Install 2 Packages 2024-04-24T13:11:23.239 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:23.240 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 970 k 2024-04-24T13:11:23.240 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 2.8 M 2024-04-24T13:11:23.240 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:11:23.266 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-04-24T13:11:23.267 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:23.267 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-04-24T13:11:23.267 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:23.267 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-04-24T13:11:23.267 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-nbd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 170 k 2024-04-24T13:11:23.267 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:23.267 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-04-24T13:11:23.268 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-04-24T13:11:23.268 INFO:teuthology.orchestra.run.smithi040.stdout:Install 1 Package 2024-04-24T13:11:23.268 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:23.268 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 170 k 2024-04-24T13:11:23.268 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 494 k 2024-04-24T13:11:23.268 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-04-24T13:11:23.497 INFO:teuthology.orchestra.run.smithi040.stdout:rbd-nbd-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 740 kB/s | 170 kB 00:00 2024-04-24T13:11:23.499 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:23.499 INFO:teuthology.orchestra.run.smithi040.stdout:Total 736 kB/s | 170 kB 00:00 2024-04-24T13:11:23.499 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-04-24T13:11:23.507 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-04-24T13:11:23.507 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-04-24T13:11:23.574 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-04-24T13:11:23.574 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-04-24T13:11:23.676 INFO:teuthology.orchestra.run.smithi032.stdout:(1/2): ceph-fuse-19.0.0-3259.g23fcfb96.el8.x86_ 3.0 MB/s | 890 kB 00:00 2024-04-24T13:11:23.733 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-04-24T13:11:23.810 INFO:teuthology.orchestra.run.smithi032.stdout:(2/2): fuse-2.9.9-15.el9.x86_64.rpm 190 kB/s | 80 kB 00:00 2024-04-24T13:11:23.810 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:23.811 INFO:teuthology.orchestra.run.smithi032.stdout:Total 1.7 MB/s | 970 kB 00:00 2024-04-24T13:11:23.823 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:11:23.838 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:23.847 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:11:23.848 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:11:23.931 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:11:23.931 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:11:24.125 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:11:24.232 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:24.274 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-24T13:11:24.344 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/2 2024-04-24T13:11:24.457 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:24.457 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:24.458 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-04-24T13:11:24.458 INFO:teuthology.orchestra.run.smithi040.stdout: rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:11:24.458 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:24.458 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-04-24T13:11:24.711 DEBUG:teuthology.parallel:result is None 2024-04-24T13:11:25.032 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2/2 2024-04-24T13:11:25.033 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/2 2024-04-24T13:11:25.288 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-24T13:11:25.288 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:25.288 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:11:25.288 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-24T13:11:25.288 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:25.288 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:25.582 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install ceph-volume 2024-04-24T13:11:26.124 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:34 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:26.252 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:26.252 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:26.252 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repository Size 2024-04-24T13:11:26.252 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:26.252 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:11:26.252 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-volume noarch 2:19.0.0-3259.g23fcfb96.el8 ceph-noarch 273 k 2024-04-24T13:11:26.253 INFO:teuthology.orchestra.run.smithi032.stdout:Installing dependencies: 2024-04-24T13:11:26.253 INFO:teuthology.orchestra.run.smithi032.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-24T13:11:26.253 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:26.253 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:11:26.253 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:26.253 INFO:teuthology.orchestra.run.smithi032.stdout:Install 2 Packages 2024-04-24T13:11:26.253 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:26.253 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 350 k 2024-04-24T13:11:26.254 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 1.5 M 2024-04-24T13:11:26.254 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:11:26.565 INFO:teuthology.orchestra.run.smithi032.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 334 kB/s | 77 kB 00:00 2024-04-24T13:11:26.798 INFO:teuthology.orchestra.run.smithi032.stdout:(2/2): ceph-volume-19.0.0-3259.g23fcfb96.el8.no 588 kB/s | 273 kB 00:00 2024-04-24T13:11:26.800 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:26.801 INFO:teuthology.orchestra.run.smithi032.stdout:Total 641 kB/s | 350 kB 00:00 2024-04-24T13:11:26.811 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:11:26.823 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:11:26.823 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:11:26.850 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:11:26.850 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:11:27.000 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:11:27.187 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-24T13:11:27.226 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2/2 2024-04-24T13:11:27.242 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2/2 2024-04-24T13:11:27.242 INFO:teuthology.orchestra.run.smithi032.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:11:27.242 INFO:teuthology.orchestra.run.smithi032.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-24T13:11:27.242 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:27.886 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 1/2 2024-04-24T13:11:28.171 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-24T13:11:28.172 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:28.172 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:11:28.172 INFO:teuthology.orchestra.run.smithi032.stdout: ceph-volume-2:19.0.0-3259.g23fcfb96.el8.noarch 2024-04-24T13:11:28.172 INFO:teuthology.orchestra.run.smithi032.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-24T13:11:28.172 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:28.172 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:28.474 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install librados-devel 2024-04-24T13:11:29.015 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:37 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:29.142 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:29.142 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:29.142 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repo Size 2024-04-24T13:11:29.143 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:29.143 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:11:29.143 INFO:teuthology.orchestra.run.smithi032.stdout: librados-devel x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 127 k 2024-04-24T13:11:29.143 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:29.143 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:11:29.143 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:29.143 INFO:teuthology.orchestra.run.smithi032.stdout:Install 1 Package 2024-04-24T13:11:29.143 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:29.144 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 127 k 2024-04-24T13:11:29.144 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 456 k 2024-04-24T13:11:29.144 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:11:29.476 INFO:teuthology.orchestra.run.smithi032.stdout:librados-devel-19.0.0-3259.g23fcfb96.el8.x86_64 381 kB/s | 127 kB 00:00 2024-04-24T13:11:29.477 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:29.477 INFO:teuthology.orchestra.run.smithi032.stdout:Total 379 kB/s | 127 kB 00:00 2024-04-24T13:11:29.477 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:11:29.484 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:11:29.484 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:11:29.551 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:11:29.552 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:11:29.708 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:11:29.820 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:30.246 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:30.500 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:30.500 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:30.500 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:11:30.500 INFO:teuthology.orchestra.run.smithi032.stdout: librados-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:11:30.500 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:30.500 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:30.738 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install libcephfs2 2024-04-24T13:11:31.274 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:39 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:31.357 INFO:teuthology.orchestra.run.smithi032.stdout:Package libcephfs2-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:31.401 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:31.401 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-04-24T13:11:31.402 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:31.464 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install libcephfs-devel 2024-04-24T13:11:32.002 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:40 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:32.127 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:32.128 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:32.128 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repo Size 2024-04-24T13:11:32.128 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:32.128 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:11:32.128 INFO:teuthology.orchestra.run.smithi032.stdout: libcephfs-devel x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 32 k 2024-04-24T13:11:32.128 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:32.128 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:11:32.129 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:32.129 INFO:teuthology.orchestra.run.smithi032.stdout:Install 1 Package 2024-04-24T13:11:32.129 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:32.129 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 32 k 2024-04-24T13:11:32.129 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 142 k 2024-04-24T13:11:32.129 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:11:32.291 INFO:teuthology.orchestra.run.smithi032.stdout:libcephfs-devel-19.0.0-3259.g23fcfb96.el8.x86_6 195 kB/s | 32 kB 00:00 2024-04-24T13:11:32.292 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:32.292 INFO:teuthology.orchestra.run.smithi032.stdout:Total 194 kB/s | 32 kB 00:00 2024-04-24T13:11:32.292 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:11:32.296 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:11:32.296 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:11:32.298 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:11:32.299 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:11:32.384 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:11:32.490 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:32.836 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:33.052 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:33.052 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:33.052 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:11:33.052 INFO:teuthology.orchestra.run.smithi032.stdout: libcephfs-devel-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:11:33.052 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:33.052 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:33.227 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install librados2 2024-04-24T13:11:33.759 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:41 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:33.841 INFO:teuthology.orchestra.run.smithi032.stdout:Package librados2-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:33.884 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:33.885 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-04-24T13:11:33.885 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:33.958 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install librbd1 2024-04-24T13:11:34.492 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:42 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:34.573 INFO:teuthology.orchestra.run.smithi032.stdout:Package librbd1-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:34.616 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:34.617 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-04-24T13:11:34.617 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:34.690 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install python3-rados 2024-04-24T13:11:35.230 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:43 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:35.311 INFO:teuthology.orchestra.run.smithi032.stdout:Package python3-rados-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:35.355 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:35.356 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-04-24T13:11:35.356 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:35.424 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install python3-rgw 2024-04-24T13:11:35.955 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:43 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:36.036 INFO:teuthology.orchestra.run.smithi032.stdout:Package python3-rgw-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:36.080 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:36.081 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-04-24T13:11:36.081 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:36.160 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install python3-cephfs 2024-04-24T13:11:36.696 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:44 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:36.777 INFO:teuthology.orchestra.run.smithi032.stdout:Package python3-cephfs-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:36.823 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:36.823 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-04-24T13:11:36.823 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:36.890 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install python3-rbd 2024-04-24T13:11:37.430 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:45 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:37.512 INFO:teuthology.orchestra.run.smithi032.stdout:Package python3-rbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 is already installed. 2024-04-24T13:11:37.556 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:37.557 INFO:teuthology.orchestra.run.smithi032.stdout:Nothing to do. 2024-04-24T13:11:37.557 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:37.623 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install rbd-fuse 2024-04-24T13:11:38.161 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:46 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:38.288 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout: Package Architecture Version Repository Size 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout: rbd-fuse x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 85 k 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout:Install 1 Package 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 85 k 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 231 k 2024-04-24T13:11:38.289 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:11:38.495 INFO:teuthology.orchestra.run.smithi032.stdout:rbd-fuse-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 415 kB/s | 85 kB 00:00 2024-04-24T13:11:38.495 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:38.495 INFO:teuthology.orchestra.run.smithi032.stdout:Total 413 kB/s | 85 kB 00:00 2024-04-24T13:11:38.496 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:11:38.503 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:11:38.503 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:11:38.571 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:11:38.571 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:11:38.717 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:11:38.810 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:39.166 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:39.428 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:39.429 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:39.429 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:11:39.429 INFO:teuthology.orchestra.run.smithi032.stdout: rbd-fuse-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:11:39.429 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:39.429 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:39.697 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install rbd-mirror 2024-04-24T13:11:40.240 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:48 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:40.369 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:40.370 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:40.370 INFO:teuthology.orchestra.run.smithi032.stdout: Package Arch Version Repo Size 2024-04-24T13:11:40.370 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:40.370 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:11:40.370 INFO:teuthology.orchestra.run.smithi032.stdout: rbd-mirror x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 3.1 M 2024-04-24T13:11:40.370 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:40.370 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:11:40.370 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:40.371 INFO:teuthology.orchestra.run.smithi032.stdout:Install 1 Package 2024-04-24T13:11:40.371 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:40.371 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 3.1 M 2024-04-24T13:11:40.371 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 13 M 2024-04-24T13:11:40.371 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:11:40.890 INFO:teuthology.orchestra.run.smithi032.stdout:rbd-mirror-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 6.0 MB/s | 3.1 MB 00:00 2024-04-24T13:11:40.891 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:40.891 INFO:teuthology.orchestra.run.smithi032.stdout:Total 5.9 MB/s | 3.1 MB 00:00 2024-04-24T13:11:40.891 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:11:40.901 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:11:40.902 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:11:40.986 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:11:40.986 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:11:41.434 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:11:41.499 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:41.525 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:41.525 INFO:teuthology.orchestra.run.smithi032.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-24T13:11:41.525 INFO:teuthology.orchestra.run.smithi032.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-24T13:11:41.525 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-24T13:11:41.525 INFO:teuthology.orchestra.run.smithi032.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-24T13:11:41.525 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:42.553 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:42.554 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:42.554 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:11:42.554 INFO:teuthology.orchestra.run.smithi032.stdout: rbd-mirror-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:11:42.554 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:42.554 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:42.778 DEBUG:teuthology.orchestra.run.smithi032:> sudo yum -y install rbd-nbd 2024-04-24T13:11:43.314 INFO:teuthology.orchestra.run.smithi032.stdout:Last metadata expiration check: 0:01:51 ago on Wed 24 Apr 2024 01:09:52 PM UTC. 2024-04-24T13:11:43.443 INFO:teuthology.orchestra.run.smithi032.stdout:Dependencies resolved. 2024-04-24T13:11:43.444 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:43.444 INFO:teuthology.orchestra.run.smithi032.stdout: Package Architecture Version Repository Size 2024-04-24T13:11:43.444 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:43.444 INFO:teuthology.orchestra.run.smithi032.stdout:Installing: 2024-04-24T13:11:43.444 INFO:teuthology.orchestra.run.smithi032.stdout: rbd-nbd x86_64 2:19.0.0-3259.g23fcfb96.el8 ceph 170 k 2024-04-24T13:11:43.444 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:43.444 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction Summary 2024-04-24T13:11:43.444 INFO:teuthology.orchestra.run.smithi032.stdout:================================================================================ 2024-04-24T13:11:43.445 INFO:teuthology.orchestra.run.smithi032.stdout:Install 1 Package 2024-04-24T13:11:43.445 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:43.445 INFO:teuthology.orchestra.run.smithi032.stdout:Total download size: 170 k 2024-04-24T13:11:43.445 INFO:teuthology.orchestra.run.smithi032.stdout:Installed size: 494 k 2024-04-24T13:11:43.445 INFO:teuthology.orchestra.run.smithi032.stdout:Downloading Packages: 2024-04-24T13:11:43.677 INFO:teuthology.orchestra.run.smithi032.stdout:rbd-nbd-19.0.0-3259.g23fcfb96.el8.x86_64.rpm 734 kB/s | 170 kB 00:00 2024-04-24T13:11:43.678 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:11:43.678 INFO:teuthology.orchestra.run.smithi032.stdout:Total 729 kB/s | 170 kB 00:00 2024-04-24T13:11:43.678 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction check 2024-04-24T13:11:43.687 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction check succeeded. 2024-04-24T13:11:43.687 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction test 2024-04-24T13:11:43.754 INFO:teuthology.orchestra.run.smithi032.stdout:Transaction test succeeded. 2024-04-24T13:11:43.755 INFO:teuthology.orchestra.run.smithi032.stdout:Running transaction 2024-04-24T13:11:43.911 INFO:teuthology.orchestra.run.smithi032.stdout: Preparing : 1/1 2024-04-24T13:11:44.017 INFO:teuthology.orchestra.run.smithi032.stdout: Installing : rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:44.403 INFO:teuthology.orchestra.run.smithi032.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:44.653 INFO:teuthology.orchestra.run.smithi032.stdout: Verifying : rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 1/1 2024-04-24T13:11:44.653 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:44.653 INFO:teuthology.orchestra.run.smithi032.stdout:Installed: 2024-04-24T13:11:44.653 INFO:teuthology.orchestra.run.smithi032.stdout: rbd-nbd-2:19.0.0-3259.g23fcfb96.el8.x86_64 2024-04-24T13:11:44.653 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:11:44.653 INFO:teuthology.orchestra.run.smithi032.stdout:Complete! 2024-04-24T13:11:44.899 DEBUG:teuthology.parallel:result is None 2024-04-24T13:11:44.900 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:11:45.137 DEBUG:teuthology.orchestra.run.smithi032:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-24T13:11:45.159 INFO:teuthology.orchestra.run.smithi032.stdout:19.0.0-3259.g23fcfb96.el8 2024-04-24T13:11:45.159 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3259.g23fcfb96.el8 2024-04-24T13:11:45.159 INFO:teuthology.task.install:The correct ceph version 19.0.0-3259.g23fcfb96 is installed. 2024-04-24T13:11:45.161 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:11:45.328 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-24T13:11:45.362 INFO:teuthology.orchestra.run.smithi040.stdout:19.0.0-3259.g23fcfb96.el8 2024-04-24T13:11:45.362 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3259.g23fcfb96.el8 2024-04-24T13:11:45.362 INFO:teuthology.task.install:The correct ceph version 19.0.0-3259.g23fcfb96 is installed. 2024-04-24T13:11:45.365 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-24T13:11:45.365 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:11:45.365 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T13:11:45.395 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-24T13:11:45.396 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-24T13:11:45.448 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-24T13:11:45.448 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:11:45.448 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T13:11:45.478 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T13:11:45.553 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-24T13:11:45.554 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/usr/bin/daemon-helper 2024-04-24T13:11:45.584 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-24T13:11:45.662 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-24T13:11:45.662 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:11:45.662 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T13:11:45.703 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T13:11:45.776 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-24T13:11:45.776 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-24T13:11:45.809 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-24T13:11:45.879 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-24T13:11:45.879 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:11:45.879 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T13:11:45.906 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T13:11:45.975 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-24T13:11:45.975 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/usr/bin/stdin-killer 2024-04-24T13:11:46.024 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-24T13:11:46.094 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-04-24T13:11:46.237 INFO:tasks.cephadm:Testing if podman is available 2024-04-24T13:11:46.237 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman --help 2024-04-24T13:11:46.987 INFO:teuthology.orchestra.run.smithi040.stdout:Manage pods, containers and images 2024-04-24T13:11:46.987 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:46.988 INFO:teuthology.orchestra.run.smithi040.stdout:Usage: 2024-04-24T13:11:46.988 INFO:teuthology.orchestra.run.smithi040.stdout: podman [options] [command] 2024-04-24T13:11:46.988 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:46.988 INFO:teuthology.orchestra.run.smithi040.stdout:Available Commands: 2024-04-24T13:11:46.988 INFO:teuthology.orchestra.run.smithi040.stdout: attach Attach to a running container 2024-04-24T13:11:46.988 INFO:teuthology.orchestra.run.smithi040.stdout: auto-update Auto update containers according to their auto-update policy 2024-04-24T13:11:46.988 INFO:teuthology.orchestra.run.smithi040.stdout: build Build an image using instructions from Containerfiles 2024-04-24T13:11:46.989 INFO:teuthology.orchestra.run.smithi040.stdout: commit Create new image based on the changed container 2024-04-24T13:11:46.989 INFO:teuthology.orchestra.run.smithi040.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-04-24T13:11:46.989 INFO:teuthology.orchestra.run.smithi040.stdout: container Manage containers 2024-04-24T13:11:46.989 INFO:teuthology.orchestra.run.smithi040.stdout: cp Copy files/folders between a container and the local filesystem 2024-04-24T13:11:46.989 INFO:teuthology.orchestra.run.smithi040.stdout: create Create but do not start a container 2024-04-24T13:11:46.989 INFO:teuthology.orchestra.run.smithi040.stdout: diff Display the changes to the object's file system 2024-04-24T13:11:46.990 INFO:teuthology.orchestra.run.smithi040.stdout: events Show podman system events 2024-04-24T13:11:46.990 INFO:teuthology.orchestra.run.smithi040.stdout: exec Run a process in a running container 2024-04-24T13:11:46.990 INFO:teuthology.orchestra.run.smithi040.stdout: export Export container's filesystem contents as a tar archive 2024-04-24T13:11:46.990 INFO:teuthology.orchestra.run.smithi040.stdout: farm Farm out builds to remote machines 2024-04-24T13:11:46.990 INFO:teuthology.orchestra.run.smithi040.stdout: generate Generate structured data based on containers, pods or volumes 2024-04-24T13:11:46.990 INFO:teuthology.orchestra.run.smithi040.stdout: healthcheck Manage health checks on containers 2024-04-24T13:11:46.990 INFO:teuthology.orchestra.run.smithi040.stdout: help Help about any command 2024-04-24T13:11:46.991 INFO:teuthology.orchestra.run.smithi040.stdout: history Show history of a specified image 2024-04-24T13:11:46.991 INFO:teuthology.orchestra.run.smithi040.stdout: image Manage images 2024-04-24T13:11:46.991 INFO:teuthology.orchestra.run.smithi040.stdout: images List images in local storage 2024-04-24T13:11:46.991 INFO:teuthology.orchestra.run.smithi040.stdout: import Import a tarball to create a filesystem image 2024-04-24T13:11:46.991 INFO:teuthology.orchestra.run.smithi040.stdout: info Display podman system information 2024-04-24T13:11:46.991 INFO:teuthology.orchestra.run.smithi040.stdout: init Initialize one or more containers 2024-04-24T13:11:46.991 INFO:teuthology.orchestra.run.smithi040.stdout: inspect Display the configuration of object denoted by ID 2024-04-24T13:11:46.992 INFO:teuthology.orchestra.run.smithi040.stdout: kill Kill one or more running containers with a specific signal 2024-04-24T13:11:46.992 INFO:teuthology.orchestra.run.smithi040.stdout: kube Play containers, pods or volumes from a structured file 2024-04-24T13:11:46.992 INFO:teuthology.orchestra.run.smithi040.stdout: load Load image(s) from a tar archive 2024-04-24T13:11:46.992 INFO:teuthology.orchestra.run.smithi040.stdout: login Log in to a container registry 2024-04-24T13:11:46.992 INFO:teuthology.orchestra.run.smithi040.stdout: logout Log out of a container registry 2024-04-24T13:11:46.992 INFO:teuthology.orchestra.run.smithi040.stdout: logs Fetch the logs of one or more containers 2024-04-24T13:11:46.992 INFO:teuthology.orchestra.run.smithi040.stdout: machine Manage a virtual machine 2024-04-24T13:11:46.992 INFO:teuthology.orchestra.run.smithi040.stdout: manifest Manipulate manifest lists and image indexes 2024-04-24T13:11:46.992 INFO:teuthology.orchestra.run.smithi040.stdout: mount Mount a working container's root filesystem 2024-04-24T13:11:46.993 INFO:teuthology.orchestra.run.smithi040.stdout: network Manage networks 2024-04-24T13:11:46.993 INFO:teuthology.orchestra.run.smithi040.stdout: pause Pause all the processes in one or more containers 2024-04-24T13:11:46.993 INFO:teuthology.orchestra.run.smithi040.stdout: pod Manage pods 2024-04-24T13:11:46.993 INFO:teuthology.orchestra.run.smithi040.stdout: port List port mappings or a specific mapping for the container 2024-04-24T13:11:46.993 INFO:teuthology.orchestra.run.smithi040.stdout: ps List containers 2024-04-24T13:11:46.993 INFO:teuthology.orchestra.run.smithi040.stdout: pull Pull an image from a registry 2024-04-24T13:11:46.993 INFO:teuthology.orchestra.run.smithi040.stdout: push Push an image to a specified destination 2024-04-24T13:11:46.993 INFO:teuthology.orchestra.run.smithi040.stdout: rename Rename an existing container 2024-04-24T13:11:46.994 INFO:teuthology.orchestra.run.smithi040.stdout: restart Restart one or more containers 2024-04-24T13:11:46.994 INFO:teuthology.orchestra.run.smithi040.stdout: rm Remove one or more containers 2024-04-24T13:11:46.994 INFO:teuthology.orchestra.run.smithi040.stdout: rmi Remove one or more images from local storage 2024-04-24T13:11:46.994 INFO:teuthology.orchestra.run.smithi040.stdout: run Run a command in a new container 2024-04-24T13:11:46.994 INFO:teuthology.orchestra.run.smithi040.stdout: save Save image(s) to an archive 2024-04-24T13:11:46.994 INFO:teuthology.orchestra.run.smithi040.stdout: search Search registry for image 2024-04-24T13:11:46.994 INFO:teuthology.orchestra.run.smithi040.stdout: secret Manage secrets 2024-04-24T13:11:46.995 INFO:teuthology.orchestra.run.smithi040.stdout: start Start one or more containers 2024-04-24T13:11:46.995 INFO:teuthology.orchestra.run.smithi040.stdout: stats Display a live stream of container resource usage statistics 2024-04-24T13:11:46.995 INFO:teuthology.orchestra.run.smithi040.stdout: stop Stop one or more containers 2024-04-24T13:11:46.995 INFO:teuthology.orchestra.run.smithi040.stdout: system Manage podman 2024-04-24T13:11:46.995 INFO:teuthology.orchestra.run.smithi040.stdout: tag Add an additional name to a local image 2024-04-24T13:11:46.995 INFO:teuthology.orchestra.run.smithi040.stdout: top Display the running processes of a container 2024-04-24T13:11:46.995 INFO:teuthology.orchestra.run.smithi040.stdout: unmount Unmount working container's root filesystem 2024-04-24T13:11:46.995 INFO:teuthology.orchestra.run.smithi040.stdout: unpause Unpause the processes in one or more containers 2024-04-24T13:11:46.996 INFO:teuthology.orchestra.run.smithi040.stdout: unshare Run a command in a modified user namespace 2024-04-24T13:11:46.996 INFO:teuthology.orchestra.run.smithi040.stdout: untag Remove a name from a local image 2024-04-24T13:11:46.996 INFO:teuthology.orchestra.run.smithi040.stdout: update Update an existing container 2024-04-24T13:11:46.996 INFO:teuthology.orchestra.run.smithi040.stdout: version Display the Podman version information 2024-04-24T13:11:46.996 INFO:teuthology.orchestra.run.smithi040.stdout: volume Manage volumes 2024-04-24T13:11:46.996 INFO:teuthology.orchestra.run.smithi040.stdout: wait Block on one or more containers 2024-04-24T13:11:46.996 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:46.996 INFO:teuthology.orchestra.run.smithi040.stdout:Options: 2024-04-24T13:11:46.997 INFO:teuthology.orchestra.run.smithi040.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-04-24T13:11:46.997 INFO:teuthology.orchestra.run.smithi040.stdout: --conmon string Path of the conmon binary 2024-04-24T13:11:46.997 INFO:teuthology.orchestra.run.smithi040.stdout: -c, --connection string Connection to use for remote Podman service 2024-04-24T13:11:46.997 INFO:teuthology.orchestra.run.smithi040.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-04-24T13:11:46.997 INFO:teuthology.orchestra.run.smithi040.stdout: --help Help for podman 2024-04-24T13:11:46.997 INFO:teuthology.orchestra.run.smithi040.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-04-24T13:11:46.997 INFO:teuthology.orchestra.run.smithi040.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-04-24T13:11:46.997 INFO:teuthology.orchestra.run.smithi040.stdout: --imagestore string Path to the 'image store', different from 'graph root', use this to split storing the image into a separate 'image store', see 'man containers-storage.conf' for details 2024-04-24T13:11:46.997 INFO:teuthology.orchestra.run.smithi040.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-04-24T13:11:46.998 INFO:teuthology.orchestra.run.smithi040.stdout: --module strings Load the containers.conf(5) module 2024-04-24T13:11:46.998 INFO:teuthology.orchestra.run.smithi040.stdout: --network-cmd-path string Path to the command for configuring the network 2024-04-24T13:11:46.998 INFO:teuthology.orchestra.run.smithi040.stdout: --network-config-dir string Path of the configuration directory for networks 2024-04-24T13:11:46.998 INFO:teuthology.orchestra.run.smithi040.stdout: --out string Send output (stdout) from podman to a file 2024-04-24T13:11:46.998 INFO:teuthology.orchestra.run.smithi040.stdout: -r, --remote Access remote Podman service 2024-04-24T13:11:46.998 INFO:teuthology.orchestra.run.smithi040.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-04-24T13:11:46.998 INFO:teuthology.orchestra.run.smithi040.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-04-24T13:11:46.999 INFO:teuthology.orchestra.run.smithi040.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2024-04-24T13:11:46.999 INFO:teuthology.orchestra.run.smithi040.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-04-24T13:11:46.999 INFO:teuthology.orchestra.run.smithi040.stdout: --ssh string define the ssh mode (default "golang") 2024-04-24T13:11:46.999 INFO:teuthology.orchestra.run.smithi040.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-04-24T13:11:46.999 INFO:teuthology.orchestra.run.smithi040.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-04-24T13:11:46.999 INFO:teuthology.orchestra.run.smithi040.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-04-24T13:11:46.999 INFO:teuthology.orchestra.run.smithi040.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-04-24T13:11:46.999 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-24T13:11:46.999 INFO:teuthology.orchestra.run.smithi040.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-04-24T13:11:46.999 INFO:teuthology.orchestra.run.smithi040.stdout: (default "/run/libpod") 2024-04-24T13:11:47.000 INFO:teuthology.orchestra.run.smithi040.stdout: --transient-store Enable transient container storage 2024-04-24T13:11:47.000 INFO:teuthology.orchestra.run.smithi040.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-04-24T13:11:47.000 INFO:teuthology.orchestra.run.smithi040.stdout: -v, --version version for podman 2024-04-24T13:11:47.000 INFO:teuthology.orchestra.run.smithi040.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-04-24T13:11:47.002 DEBUG:teuthology.orchestra.run.smithi040:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-04-24T13:11:47.784 INFO:teuthology.orchestra.run.smithi040.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-04-24T13:11:48.290 INFO:teuthology.orchestra.run.smithi040.stderr:Getting image source signatures 2024-04-24T13:11:48.290 INFO:teuthology.orchestra.run.smithi040.stderr:Copying blob sha256:56cb492c9457f06f8581bb8152e82487a348d9fb328383f0066f0c0d2cae1c23 2024-04-24T13:11:48.291 INFO:teuthology.orchestra.run.smithi040.stderr:Copying blob sha256:ac106c007a1749787fcd7b332725ff0ddf80b453923f9b8317693b2fe701d5f9 2024-04-24T13:11:52.658 INFO:teuthology.orchestra.run.smithi040.stderr:Copying config sha256:626cd35b2388ede04882ce9b5453fffadc801131cdacf9059812c04e130ea8ec 2024-04-24T13:11:52.816 INFO:teuthology.orchestra.run.smithi040.stderr:Writing manifest to image destination 2024-04-24T13:11:53.014 INFO:teuthology.orchestra.run.smithi040.stdout:626cd35b2388ede04882ce9b5453fffadc801131cdacf9059812c04e130ea8ec 2024-04-24T13:11:53.021 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-24T13:11:53.033 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': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec'} 2024-04-24T13:11:53.034 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:11:53.034 INFO:tasks.cephadm:Cluster fsid is 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:11:53.034 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-24T13:11:53.034 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.32'} 2024-04-24T13:11:53.035 INFO:tasks.cephadm:First mon is mon.a on smithi032 2024-04-24T13:11:53.035 INFO:tasks.cephadm:First mgr is x 2024-04-24T13:11:53.035 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-24T13:11:53.035 DEBUG:teuthology.orchestra.run.smithi032:> sudo hostname $(hostname -s) 2024-04-24T13:11:53.064 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2024-04-24T13:11:53.094 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-24T13:11:53.094 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:11:53.242 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/78820/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3259-g23fcfb96', 'node_name': '172.21.5.40+adami10', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3259.g23fcfb96'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-23 18:44:57.190083', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-23-1222', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-24T13:11:53.464 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-04-23-1222, sha1 23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:11:53.465 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/x86_64/flavors/default/cephadm 2024-04-24T13:11:53.466 DEBUG:teuthology.orchestra.run.smithi032:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T13:11:54.008 INFO:teuthology.orchestra.run.smithi032.stdout:-rw-r--r--. 1 ubuntu ubuntu 782463 Apr 24 13:11 /home/ubuntu/cephtest/cephadm 2024-04-24T13:11:54.009 DEBUG:teuthology.orchestra.run.smithi040:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-23-1222/23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-24T13:11:54.398 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-r--r--. 1 ubuntu ubuntu 782463 Apr 24 13:11 /home/ubuntu/cephtest/cephadm 2024-04-24T13:11:54.398 DEBUG:teuthology.orchestra.run.smithi032:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T13:11:54.418 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-24T13:11:54.447 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec on all hosts... 2024-04-24T13:11:54.447 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec pull 2024-04-24T13:11:54.460 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec pull 2024-04-24T13:11:54.673 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:11:55.983 INFO:teuthology.orchestra.run.smithi032.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:12:33.590 INFO:teuthology.orchestra.run.smithi032.stdout:{ 2024-04-24T13:12:33.591 INFO:teuthology.orchestra.run.smithi032.stdout: "ceph_version": "ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev)", 2024-04-24T13:12:33.591 INFO:teuthology.orchestra.run.smithi032.stdout: "image_id": "01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4", 2024-04-24T13:12:33.591 INFO:teuthology.orchestra.run.smithi032.stdout: "repo_digests": [ 2024-04-24T13:12:33.591 INFO:teuthology.orchestra.run.smithi032.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3" 2024-04-24T13:12:33.591 INFO:teuthology.orchestra.run.smithi032.stdout: ] 2024-04-24T13:12:33.591 INFO:teuthology.orchestra.run.smithi032.stdout:} 2024-04-24T13:12:40.561 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2024-04-24T13:12:40.561 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph_version": "ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev)", 2024-04-24T13:12:40.562 INFO:teuthology.orchestra.run.smithi040.stdout: "image_id": "01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4", 2024-04-24T13:12:40.562 INFO:teuthology.orchestra.run.smithi040.stdout: "repo_digests": [ 2024-04-24T13:12:40.562 INFO:teuthology.orchestra.run.smithi040.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b1a4f18206d969ec8a3f0d5924b327efe17688984ba122c5777da380066780a3" 2024-04-24T13:12:40.562 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2024-04-24T13:12:40.562 INFO:teuthology.orchestra.run.smithi040.stdout:} 2024-04-24T13:12:40.586 DEBUG:teuthology.orchestra.run.smithi032:> sudo mkdir -p /etc/ceph 2024-04-24T13:12:40.619 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /etc/ceph 2024-04-24T13:12:40.646 DEBUG:teuthology.orchestra.run.smithi032:> sudo chmod 777 /etc/ceph 2024-04-24T13:12:40.688 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 777 /etc/ceph 2024-04-24T13:12:40.711 INFO:tasks.cephadm:Writing seed config... 2024-04-24T13:12:40.713 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-24T13:12:40.713 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-24T13:12:40.713 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-24T13:12:40.713 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-24T13:12:40.713 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-24T13:12:40.713 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-24T13:12:40.713 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-24T13:12:40.714 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:12:40.714 DEBUG:teuthology.orchestra.run.smithi032:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-24T13:12:40.746 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 = 37ddb808-023c-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-24T13:12:40.747 DEBUG:teuthology.orchestra.run.smithi032:mon.a> sudo journalctl -f -n 0 -u ceph-37ddb808-023c-11ef-bc93-c7b262605968@mon.a.service 2024-04-24T13:12:40.791 DEBUG:teuthology.orchestra.run.smithi032:mgr.x> sudo journalctl -f -n 0 -u ceph-37ddb808-023c-11ef-bc93-c7b262605968@mgr.x.service 2024-04-24T13:12:40.834 INFO:tasks.cephadm:Bootstrapping... 2024-04-24T13:12:40.835 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec -v bootstrap --fsid 37ddb808-023c-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.32 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:12:41.041 INFO:teuthology.orchestra.run.smithi032.stdout:-------------------------------------------------------------------------------- 2024-04-24T13:12:41.041 INFO:teuthology.orchestra.run.smithi032.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec', '-v', 'bootstrap', '--fsid', '37ddb808-023c-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.32', '--skip-admin-label'] 2024-04-24T13:12:41.042 INFO:teuthology.orchestra.run.smithi032.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-24T13:12:41.042 INFO:teuthology.orchestra.run.smithi032.stdout:Verifying podman|docker is present... 2024-04-24T13:12:41.076 INFO:teuthology.orchestra.run.smithi032.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-24T13:12:41.076 INFO:teuthology.orchestra.run.smithi032.stdout:Verifying lvm2 is present... 2024-04-24T13:12:41.076 INFO:teuthology.orchestra.run.smithi032.stdout:Verifying time synchronization is in place... 2024-04-24T13:12:41.085 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T13:12:41.085 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T13:12:41.092 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T13:12:41.092 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout inactive 2024-04-24T13:12:41.100 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout enabled 2024-04-24T13:12:41.107 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout active 2024-04-24T13:12:41.107 INFO:teuthology.orchestra.run.smithi032.stdout:Unit chronyd.service is enabled and running 2024-04-24T13:12:41.107 INFO:teuthology.orchestra.run.smithi032.stdout:Repeating the final host check... 2024-04-24T13:12:41.132 INFO:teuthology.orchestra.run.smithi032.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-24T13:12:41.132 INFO:teuthology.orchestra.run.smithi032.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-24T13:12:41.132 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl is present 2024-04-24T13:12:41.133 INFO:teuthology.orchestra.run.smithi032.stdout:lvcreate is present 2024-04-24T13:12:41.139 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-24T13:12:41.139 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-24T13:12:41.146 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-24T13:12:41.146 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout inactive 2024-04-24T13:12:41.153 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout enabled 2024-04-24T13:12:41.160 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout active 2024-04-24T13:12:41.160 INFO:teuthology.orchestra.run.smithi032.stdout:Unit chronyd.service is enabled and running 2024-04-24T13:12:41.160 INFO:teuthology.orchestra.run.smithi032.stdout:Host looks OK 2024-04-24T13:12:41.160 INFO:teuthology.orchestra.run.smithi032.stdout:Cluster fsid: 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:12:41.160 INFO:teuthology.orchestra.run.smithi032.stdout:Acquiring lock 140688957284896 on /run/cephadm/37ddb808-023c-11ef-bc93-c7b262605968.lock 2024-04-24T13:12:41.160 INFO:teuthology.orchestra.run.smithi032.stdout:Lock 140688957284896 acquired on /run/cephadm/37ddb808-023c-11ef-bc93-c7b262605968.lock 2024-04-24T13:12:41.160 INFO:teuthology.orchestra.run.smithi032.stdout:Verifying IP 172.21.15.32 port 3300 ... 2024-04-24T13:12:41.161 INFO:teuthology.orchestra.run.smithi032.stdout:Verifying IP 172.21.15.32 port 6789 ... 2024-04-24T13:12:41.161 INFO:teuthology.orchestra.run.smithi032.stdout:Base mon IP(s) is [172.21.15.32:3300, 172.21.15.32:6789], mon addrv is [v2:172.21.15.32:3300,v1:172.21.15.32:6789] 2024-04-24T13:12:41.164 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.32 metric 100 2024-04-24T13:12:41.164 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.32 metric 100 2024-04-24T13:12:41.167 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-24T13:12:41.167 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-04-24T13:12:41.168 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-04-24T13:12:41.170 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-24T13:12:41.170 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-24T13:12:41.170 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T13:12:41.170 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-24T13:12:41.170 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fef8:2602/64 scope link noprefixroute 2024-04-24T13:12:41.170 INFO:teuthology.orchestra.run.smithi032.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-24T13:12:41.171 INFO:teuthology.orchestra.run.smithi032.stdout:Mon IP `172.21.15.32` is in CIDR network `172.21.0.0/20` 2024-04-24T13:12:41.171 INFO:teuthology.orchestra.run.smithi032.stdout:Mon IP `172.21.15.32` is in CIDR network `172.21.0.0/20` 2024-04-24T13:12:41.171 INFO:teuthology.orchestra.run.smithi032.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-24T13:12:41.171 INFO:teuthology.orchestra.run.smithi032.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-24T13:12:41.172 INFO:teuthology.orchestra.run.smithi032.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:12:41.670 INFO:teuthology.orchestra.run.smithi032.stdout:/bin/podman: stdout 01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4 2024-04-24T13:12:41.670 INFO:teuthology.orchestra.run.smithi032.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec... 2024-04-24T13:12:41.670 INFO:teuthology.orchestra.run.smithi032.stdout:/bin/podman: stderr Getting image source signatures 2024-04-24T13:12:41.671 INFO:teuthology.orchestra.run.smithi032.stdout:/bin/podman: stderr Copying blob sha256:a4982283557e5bd1184f6de140fa756eb0a6d32757a69fa2aeef6902a5048d66 2024-04-24T13:12:41.671 INFO:teuthology.orchestra.run.smithi032.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-24T13:12:41.671 INFO:teuthology.orchestra.run.smithi032.stdout:/bin/podman: stderr Copying config sha256:01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4 2024-04-24T13:12:41.671 INFO:teuthology.orchestra.run.smithi032.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-24T13:12:42.597 INFO:teuthology.orchestra.run.smithi032.stdout:ceph: stdout ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev) 2024-04-24T13:12:42.598 INFO:teuthology.orchestra.run.smithi032.stdout:Ceph version: ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev) 2024-04-24T13:12:42.598 INFO:teuthology.orchestra.run.smithi032.stdout:Extracting ceph user uid/gid from container image... 2024-04-24T13:12:43.655 INFO:teuthology.orchestra.run.smithi032.stdout:stat: stdout 167 167 2024-04-24T13:12:43.655 INFO:teuthology.orchestra.run.smithi032.stdout:Creating initial keys... 2024-04-24T13:12:44.501 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph-authtool: stdout AQBMBSlm8/x5ARAAu05BQKaUvEbGUtAgZz0z/Q== 2024-04-24T13:12:45.351 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph-authtool: stdout AQBMBSlmJaXfMBAA+fiw08gZ5Ti8/2DO0nWbXg== 2024-04-24T13:12:46.207 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph-authtool: stdout AQBNBSlmo1FiJxAA56R2MKK1s0eQyEYgXzCJtA== 2024-04-24T13:12:46.207 INFO:teuthology.orchestra.run.smithi032.stdout:Creating initial monmap... 2024-04-24T13:12:47.133 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T13:12:47.133 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-24T13:12:47.135 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:12:47.135 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T13:12:47.135 INFO:teuthology.orchestra.run.smithi032.stdout:monmaptool for a [v2:172.21.15.32:3300,v1:172.21.15.32:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-24T13:12:47.135 INFO:teuthology.orchestra.run.smithi032.stdout:setting min_mon_release = quincy 2024-04-24T13:12:47.136 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/monmaptool: set fsid to 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:12:47.136 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-24T13:12:47.136 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:12:47.136 INFO:teuthology.orchestra.run.smithi032.stdout:Creating mon... 2024-04-24T13:12:47.969 INFO:teuthology.orchestra.run.smithi032.stdout:create mon.a on 2024-04-24T13:12:48.276 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-24T13:12:48.428 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-24T13:12:48.614 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-37ddb808-023c-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-37ddb808-023c-11ef-bc93-c7b262605968.target. 2024-04-24T13:12:48.614 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-37ddb808-023c-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-37ddb808-023c-11ef-bc93-c7b262605968.target. 2024-04-24T13:12:48.867 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-37ddb808-023c-11ef-bc93-c7b262605968@mon.a 2024-04-24T13:12:48.867 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stderr Failed to reset failed state of unit ceph-37ddb808-023c-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-37ddb808-023c-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-24T13:12:49.035 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-37ddb808-023c-11ef-bc93-c7b262605968.target.wants/ceph-37ddb808-023c-11ef-bc93-c7b262605968@mon.a.service → /etc/systemd/system/ceph-37ddb808-023c-11ef-bc93-c7b262605968@.service. 2024-04-24T13:12:49.594 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-24T13:12:49.594 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout disabled 2024-04-24T13:12:49.601 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-24T13:12:49.601 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout inactive 2024-04-24T13:12:49.601 INFO:teuthology.orchestra.run.smithi032.stdout:firewalld.service is not enabled 2024-04-24T13:12:49.601 INFO:teuthology.orchestra.run.smithi032.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T13:12:49.601 INFO:teuthology.orchestra.run.smithi032.stdout:Waiting for mon to start... 2024-04-24T13:12:49.601 INFO:teuthology.orchestra.run.smithi032.stdout:Waiting for mon... 2024-04-24T13:12:50.686 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:12:50 smithi032 ceph-mon[26719]: from='client.? 172.21.15.32:0/1880964993' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-24T13:12:50.689 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout cluster: 2024-04-24T13:12:50.691 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout id: 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:12:50.691 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-24T13:12:50.691 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:12:50.691 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout services: 2024-04-24T13:12:50.691 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.574003s) 2024-04-24T13:12:50.691 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-24T13:12:50.691 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-24T13:12:50.691 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:12:50.691 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout data: 2024-04-24T13:12:50.691 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-24T13:12:50.692 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-24T13:12:50.692 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-24T13:12:50.692 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout pgs: 2024-04-24T13:12:50.692 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:12:50.692 INFO:teuthology.orchestra.run.smithi032.stdout:mon is available 2024-04-24T13:12:50.692 INFO:teuthology.orchestra.run.smithi032.stdout:Assimilating anything we can from ceph.conf... 2024-04-24T13:12:51.772 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:12:51.772 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T13:12:51.772 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout fsid = 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:12:51.772 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T13:12:51.772 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.32:3300,v1:172.21.15.32:6789] 2024-04-24T13:12:51.772 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T13:12:51.772 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T13:12:51.772 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T13:12:51.772 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T13:12:51.772 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:12:51.773 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T13:12:51.773 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T13:12:51.773 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:12:51.773 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T13:12:51.773 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T13:12:51.773 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T13:12:51.773 INFO:teuthology.orchestra.run.smithi032.stdout:Generating new minimal ceph.conf... 2024-04-24T13:12:51.895 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:12:51 smithi032 ceph-mon[26719]: from='client.? 172.21.15.32:0/3773058559' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T13:12:51.895 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:12:51 smithi032 ceph-mon[26719]: from='client.? 172.21.15.32:0/3773058559' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-24T13:12:54.223 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:12:54 smithi032 ceph-mon[26719]: from='client.? 172.21.15.32:0/3199105453' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:13:00.170 INFO:teuthology.orchestra.run.smithi032.stdout:Restarting the monitor... 2024-04-24T13:13:00.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:00 smithi032 systemd[1]: Stopping Ceph mon.a for 37ddb808-023c-11ef-bc93-c7b262605968... 2024-04-24T13:13:01.223 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:00 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a[26715]: 2024-04-24T13:13:00.862+0000 7f350f44a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-24T13:13:01.224 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:00 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a[26715]: 2024-04-24T13:13:00.862+0000 7f350f44a700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T13:13:01.224 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:01 smithi032 podman[26964]: 2024-04-24 13:13:01.09858358 +0000 UTC m=+0.749324924 container died 780d0a460012eb4415c038a28f6a87bc0e8d53984083b05a1ea97305fbc475b4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, GIT_CLEAN=True) 2024-04-24T13:13:01.723 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:01 smithi032 podman[26964]: 2024-04-24 13:13:01.477795366 +0000 UTC m=+1.128536709 container cleanup 780d0a460012eb4415c038a28f6a87bc0e8d53984083b05a1ea97305fbc475b4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, org.label-schema.license=GPLv2) 2024-04-24T13:13:01.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:01 smithi032 bash[26964]: ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a 2024-04-24T13:13:02.120 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:01 smithi032 podman[26978]: 2024-04-24 13:13:01.736813813 +0000 UTC m=+0.626838336 container remove 780d0a460012eb4415c038a28f6a87bc0e8d53984083b05a1ea97305fbc475b4 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, ceph=True, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-04-24T13:13:02.120 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:01 smithi032 systemd[1]: ceph-37ddb808-023c-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-24T13:13:02.120 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:01 smithi032 systemd[1]: Stopped Ceph mon.a for 37ddb808-023c-11ef-bc93-c7b262605968. 2024-04-24T13:13:02.120 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:01 smithi032 systemd[1]: Starting Ceph mon.a for 37ddb808-023c-11ef-bc93-c7b262605968... 2024-04-24T13:13:02.372 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 podman[27068]: 2024-04-24 13:13:02.121114352 +0000 UTC m=+0.103776551 container create 8c15f5288d8b5d3b46fcddb6716240e294295cb9d64f1271a91b1f99bdaec451 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-04-24T13:13:02.372 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 podman[27068]: 2024-04-24 13:13:02.03536739 +0000 UTC m=+0.018029548 image pull 01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 podman[27068]: 2024-04-24 13:13:02.298454187 +0000 UTC m=+0.281116345 container init 8c15f5288d8b5d3b46fcddb6716240e294295cb9d64f1271a91b1f99bdaec451 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 podman[27068]: 2024-04-24 13:13:02.301291465 +0000 UTC m=+0.283953623 container start 8c15f5288d8b5d3b46fcddb6716240e294295cb9d64f1271a91b1f99bdaec451 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a, GIT_CLEAN=True, org.label-schema.build-date=20240416, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, GIT_BRANCH=HEAD) 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: set uid:gid to 167:167 (ceph:ceph) 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: ceph version 19.0.0-3259-g23fcfb96 (23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec) squid (dev), process ceph-mon, pid 2 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: pidfile_write: ignore empty --pid-file 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: load: jerasure load: lrc 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: RocksDB version: 7.9.2 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Git sha 0 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Compile date 2024-04-23 19:26:43 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: DB SUMMARY 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: DB Session ID: YC2TDPHIJRNWW0B3NVFW 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: CURRENT file: CURRENT 2024-04-24T13:13:02.373 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: IDENTITY file: IDENTITY 2024-04-24T13:13:02.374 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-24T13:13:02.374 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-24T13:13:02.374 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88013 ; 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.error_if_exists: 0 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.create_if_missing: 0 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.paranoid_checks: 1 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.env: 0x55785e8cfcc0 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.fs: PosixFileSystem 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.info_log: 0x55786060fbe0 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_file_opening_threads: 16 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.statistics: (nil) 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.use_fsync: 0 2024-04-24T13:13:02.375 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_log_file_size: 0 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.keep_log_file_num: 1000 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.recycle_log_file_num: 0 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.allow_fallocate: 1 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.allow_mmap_reads: 0 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.allow_mmap_writes: 0 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.use_direct_reads: 0 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.create_missing_column_families: 0 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.db_log_dir: 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.wal_dir: 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-24T13:13:02.376 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.advise_random_on_open: 1 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.db_write_buffer_size: 0 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.write_buffer_manager: 0x5578605a30e0 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.rate_limiter: (nil) 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.wal_recovery_mode: 2 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.enable_thread_tracking: 0 2024-04-24T13:13:02.377 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.enable_pipelined_write: 0 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.unordered_write: 0 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.row_cache: None 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.wal_filter: None 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.allow_ingest_behind: 0 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.two_write_queues: 0 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.manual_wal_flush: 0 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.wal_compression: 0 2024-04-24T13:13:02.378 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.atomic_flush: 0 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.log_readahead_size: 0 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.best_efforts_recovery: 0 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.allow_data_in_errors: 0 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.db_host_id: __hostname__ 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_background_jobs: 2 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_background_compactions: -1 2024-04-24T13:13:02.379 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_subcompactions: 1 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_total_wal_size: 0 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_open_files: -1 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bytes_per_sync: 0 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_readahead_size: 0 2024-04-24T13:13:02.380 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_background_flushes: -1 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Compression algorithms supported: 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: kZSTD supported: 0 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: kXpressCompression supported: 0 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: kLZ4HCCompression supported: 1 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: kZlibCompression supported: 1 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: kSnappyCompression supported: 1 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: kLZ4Compression supported: 1 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: kBZip2Compression supported: 0 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-24T13:13:02.381 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.merge_operator: 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_filter: None 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_filter_factory: None 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.sst_partitioner_factory: None 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55786060fdc0) 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout: cache_index_and_filter_blocks: 1 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout: pin_top_level_index_and_filter: 1 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout: index_type: 0 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout: data_block_index_type: 0 2024-04-24T13:13:02.382 INFO:journalctl@ceph.mon.a.smithi032.stdout: index_shortening: 1 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: checksum: 4 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: no_block_cache: 0 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: block_cache: 0x5578605d51f0 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: block_cache_name: BinnedLRUCache 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: block_cache_options: 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: capacity : 536870912 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: num_shard_bits : 4 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: strict_capacity_limit : 0 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: high_pri_pool_ratio: 0.000 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: block_cache_compressed: (nil) 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: persistent_cache: (nil) 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: block_size: 4096 2024-04-24T13:13:02.383 INFO:journalctl@ceph.mon.a.smithi032.stdout: block_size_deviation: 10 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: block_restart_interval: 16 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: index_block_restart_interval: 1 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: metadata_block_size: 4096 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: partition_filters: 0 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: use_delta_encoding: 1 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: filter_policy: bloomfilter 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: whole_key_filtering: 1 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: verify_compression: 0 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: read_amp_bytes_per_bit: 0 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: format_version: 5 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: enable_index_compression: 1 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: block_align: 0 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: max_auto_readahead_size: 262144 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: prepopulate_block_cache: 0 2024-04-24T13:13:02.384 INFO:journalctl@ceph.mon.a.smithi032.stdout: initial_auto_readahead_size: 8192 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout: num_file_reads_for_auto_readahead: 2 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.write_buffer_size: 33554432 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_write_buffer_number: 2 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compression: NoCompression 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bottommost_compression: Disabled 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.prefix_extractor: nullptr 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.num_levels: 7 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-24T13:13:02.385 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compression_opts.level: 32767 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compression_opts.strategy: 0 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compression_opts.enabled: false 2024-04-24T13:13:02.386 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-24T13:13:02.387 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-24T13:13:02.387 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-24T13:13:02.387 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-24T13:13:02.387 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.target_file_size_base: 67108864 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-24T13:13:02.388 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-24T13:13:02.389 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.arena_block_size: 1048576 2024-04-24T13:13:02.389 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-24T13:13:02.389 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-24T13:13:02.389 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.disable_auto_compactions: 0 2024-04-24T13:13:02.389 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-24T13:13:02.389 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-24T13:13:02.389 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-24T13:13:02.389 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-24T13:13:02.389 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-24T13:13:02.389 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.inplace_update_support: 0 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.bloom_locality: 0 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.max_successive_merges: 0 2024-04-24T13:13:02.390 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.paranoid_file_checks: 0 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.force_consistency_checks: 1 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.report_bg_io_stats: 0 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.ttl: 2592000 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.enable_blob_files: false 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.min_blob_size: 0 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.blob_file_size: 268435456 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-24T13:13:02.391 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.blob_file_starting_level: 0 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: 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-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: dc2cb5b4-3f96-44d9-ad26-fc6fbf82f432 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713964382331041, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713964382332001, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84783, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 82923, "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": 77244, "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": 1713964382, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "dc2cb5b4-3f96-44d9-ad26-fc6fbf82f432", "db_session_id": "YC2TDPHIJRNWW0B3NVFW", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713964382332086, "job": 1, "event": "recovery_finished"} 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: 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-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5578606ea000 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: DB pointer 0x5578606d4000 2024-04-24T13:13:02.392 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: ** DB Stats ** 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: 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-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: 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-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: ** Compaction Stats [default] ** 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: 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-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-24T13:13:02.393 INFO:journalctl@ceph.mon.a.smithi032.stdout: L0 2/0 84.66 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: Sum 2/0 84.66 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 130.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: ** Compaction Stats [default] ** 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: 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-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 130.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-24T13:13:02.394 INFO:journalctl@ceph.mon.a.smithi032.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: Cumulative compaction: 0.00 GB write, 27.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: Interval compaction: 0.00 GB write, 27.16 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: 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-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: Block cache BinnedLRUCache@0x5578605d51f0#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: 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-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: starting mon.a rank 0 at public addrs [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] at bind addrs [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: mon.a@-1(???) e1 preinit fsid 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: mon.a@-1(???).mds e1 new map 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: mon.a@-1(???).mds e1 print_map 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: e1 2024-04-24T13:13:02.395 INFO:journalctl@ceph.mon.a.smithi032.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout: 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-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout: legacy client fscid: -1 2024-04-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout: 2024-04-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout: No filesystems configured 2024-04-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 bash[27068]: 8c15f5288d8b5d3b46fcddb6716240e294295cb9d64f1271a91b1f99bdaec451 2024-04-24T13:13:02.396 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 systemd[1]: Started Ceph mon.a for 37ddb808-023c-11ef-bc93-c7b262605968. 2024-04-24T13:13:02.397 INFO:teuthology.orchestra.run.smithi032.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-24T13:13:02.683 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-24T13:13:02.683 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: monmap epoch 1 2024-04-24T13:13:02.683 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: fsid 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:13:02.683 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: last_changed 2024-04-24T13:12:46.574428+0000 2024-04-24T13:13:02.684 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: created 2024-04-24T13:12:46.574428+0000 2024-04-24T13:13:02.684 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: min_mon_release 19 (squid) 2024-04-24T13:13:02.684 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: election_strategy: 1 2024-04-24T13:13:02.684 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: 0: [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] mon.a 2024-04-24T13:13:02.684 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: fsmap 2024-04-24T13:13:02.684 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: osdmap e1: 0 total, 0 up, 0 in 2024-04-24T13:13:02.684 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:02 smithi032 ceph-mon[27087]: mgrmap e1: no daemons active 2024-04-24T13:13:03.423 INFO:teuthology.orchestra.run.smithi032.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-24T13:13:03.444 INFO:teuthology.orchestra.run.smithi032.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:13:03.444 INFO:teuthology.orchestra.run.smithi032.stdout:Creating mgr... 2024-04-24T13:13:03.444 INFO:teuthology.orchestra.run.smithi032.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-24T13:13:03.445 INFO:teuthology.orchestra.run.smithi032.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-24T13:13:03.702 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-37ddb808-023c-11ef-bc93-c7b262605968@mgr.x 2024-04-24T13:13:03.703 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stderr Failed to reset failed state of unit ceph-37ddb808-023c-11ef-bc93-c7b262605968@mgr.x.service: Unit ceph-37ddb808-023c-11ef-bc93-c7b262605968@mgr.x.service not loaded. 2024-04-24T13:13:03.858 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-37ddb808-023c-11ef-bc93-c7b262605968.target.wants/ceph-37ddb808-023c-11ef-bc93-c7b262605968@mgr.x.service → /etc/systemd/system/ceph-37ddb808-023c-11ef-bc93-c7b262605968@.service. 2024-04-24T13:13:03.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:03 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/2023036741' entity='client.admin' 2024-04-24T13:13:03.973 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:03 smithi032 systemd[1]: Starting Ceph mgr.x for 37ddb808-023c-11ef-bc93-c7b262605968... 2024-04-24T13:13:04.399 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:04 smithi032 podman[27305]: 2024-04-24 13:13:04.005669921 +0000 UTC m=+0.018206860 image pull 01e475dee377e4d10713a1a957e7791906c0e935596677455ab84ab10e5119c4 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec 2024-04-24T13:13:04.400 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:04 smithi032 podman[27305]: 2024-04-24 13:13:04.106225812 +0000 UTC m=+0.118762769 container create 29abc2ca97e9c580695e84cf585f19ab0ea3b1c70cd07ec1f7c7de223dd91d77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x, GIT_CLEAN=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, io.buildah.version=1.33.5) 2024-04-24T13:13:04.400 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:04 smithi032 podman[27305]: 2024-04-24 13:13:04.325071894 +0000 UTC m=+0.337608821 container init 29abc2ca97e9c580695e84cf585f19ab0ea3b1c70cd07ec1f7c7de223dd91d77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5) 2024-04-24T13:13:04.400 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:04 smithi032 podman[27305]: 2024-04-24 13:13:04.327649756 +0000 UTC m=+0.340186668 container start 29abc2ca97e9c580695e84cf585f19ab0ea3b1c70cd07ec1f7c7de223dd91d77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-24T13:13:04.400 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:04 smithi032 bash[27305]: 29abc2ca97e9c580695e84cf585f19ab0ea3b1c70cd07ec1f7c7de223dd91d77 2024-04-24T13:13:04.415 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-24T13:13:04.415 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout disabled 2024-04-24T13:13:04.424 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-24T13:13:04.424 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout inactive 2024-04-24T13:13:04.424 INFO:teuthology.orchestra.run.smithi032.stdout:firewalld.service is not enabled 2024-04-24T13:13:04.424 INFO:teuthology.orchestra.run.smithi032.stdout:Not possible to enable service . firewalld.service is not available 2024-04-24T13:13:04.433 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-24T13:13:04.434 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout disabled 2024-04-24T13:13:04.442 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-24T13:13:04.442 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout inactive 2024-04-24T13:13:04.443 INFO:teuthology.orchestra.run.smithi032.stdout:firewalld.service is not enabled 2024-04-24T13:13:04.443 INFO:teuthology.orchestra.run.smithi032.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-24T13:13:04.443 INFO:teuthology.orchestra.run.smithi032.stdout:Waiting for mgr to start... 2024-04-24T13:13:04.443 INFO:teuthology.orchestra.run.smithi032.stdout:Waiting for mgr... 2024-04-24T13:13:04.683 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:04 smithi032 systemd[1]: Started Ceph mgr.x for 37ddb808-023c-11ef-bc93-c7b262605968. 2024-04-24T13:13:04.683 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:04 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:04.502+0000 7f7662917200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T13:13:04.973 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:04 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:04.698+0000 7f7662917200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:13:04.973 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:04 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:04.803+0000 7f7662917200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T13:13:05.338 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:05 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/3544995094' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:13:05.338 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:05 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:05.150+0000 7f7662917200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T13:13:05.339 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:05 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:05.238+0000 7f7662917200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T13:13:05.643 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:13:05.643 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:13:05.643 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "fsid": "37ddb808-023c-11ef-bc93-c7b262605968", 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:13:05.644 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:13:05.645 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:13:05.646 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T13:13:05.647 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:13:05.648 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:13:05.648 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:13:05.648 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:13:05.648 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:13:05.648 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:05.648 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:13:05.648 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:05.648 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:13:05.648 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:05.648 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:12:49.551085+0000", 2024-04-24T13:13:05.649 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:13:05.649 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:05.649 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:13:05.649 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:13:05.649 INFO:teuthology.orchestra.run.smithi032.stdout:mgr not available, waiting (1/15)... 2024-04-24T13:13:06.851 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:06 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:06.501+0000 7f7662917200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T13:13:06.852 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:06 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:06.676+0000 7f7662917200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T13:13:06.852 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:06 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:06.852+0000 7f7662917200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T13:13:07.464 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:07 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:07.160+0000 7f7662917200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T13:13:07.464 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:07 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:07.257+0000 7f7662917200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T13:13:07.464 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:07 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:07.465+0000 7f7662917200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T13:13:07.723 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:07 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:07.663+0000 7f7662917200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:13:08.298 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:08 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/1718324409' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:13:08.723 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:08 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:08.298+0000 7f7662917200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T13:13:08.784 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:13:08.784 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:13:08.784 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "fsid": "37ddb808-023c-11ef-bc93-c7b262605968", 2024-04-24T13:13:08.784 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:13:08.784 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:08.785 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:13:08.786 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T13:13:08.787 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:12:49.551085+0000", 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:13:08.788 INFO:teuthology.orchestra.run.smithi032.stdout:mgr not available, waiting (2/15)... 2024-04-24T13:13:09.046 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:08 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:08.741+0000 7f7662917200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T13:13:09.046 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:08 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:08.840+0000 7f7662917200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T13:13:09.047 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:09 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:09.047+0000 7f7662917200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T13:13:09.926 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:09 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:09.585+0000 7f7662917200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T13:13:09.926 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:09 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:09.679+0000 7f7662917200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T13:13:10.223 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:09 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:09.927+0000 7f7662917200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T13:13:10.223 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:10 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:10.063+0000 7f7662917200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T13:13:10.223 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:10 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:10.160+0000 7f7662917200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T13:13:10.507 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:10 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:10.281+0000 7f7662917200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T13:13:10.909 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:10 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:10.596+0000 7f7662917200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T13:13:11.505 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:11 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/1353572802' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:13:11.506 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:11 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:11.245+0000 7f7662917200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T13:13:11.506 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:11 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:11.475+0000 7f7662917200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T13:13:11.869 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:13:11.874 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "fsid": "37ddb808-023c-11ef-bc93-c7b262605968", 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T13:13:11.875 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:13:11.876 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:13:11.877 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:11.878 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:13:11.879 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:11.879 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:13:11.879 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:11.879 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:12:49.551085+0000", 2024-04-24T13:13:11.879 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:13:11.879 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:11.879 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:13:11.879 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:13:11.879 INFO:teuthology.orchestra.run.smithi032.stdout:mgr not available, waiting (3/15)... 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: Activating manager daemon x 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: mgrmap e2: x(active, starting, since 0.00314246s) 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: from='mgr.14100 172.21.15.32:0/2689452805' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: from='mgr.14100 172.21.15.32:0/2689452805' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: from='mgr.14100 172.21.15.32:0/2689452805' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: from='mgr.14100 172.21.15.32:0/2689452805' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: from='mgr.14100 172.21.15.32:0/2689452805' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: Manager daemon x is now available 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: from='mgr.14100 172.21.15.32:0/2689452805' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: from='mgr.14100 172.21.15.32:0/2689452805' entity='mgr.x' 2024-04-24T13:13:12.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: from='mgr.14100 172.21.15.32:0/2689452805' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-24T13:13:12.725 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: from='mgr.14100 172.21.15.32:0/2689452805' entity='mgr.x' 2024-04-24T13:13:12.725 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:12 smithi032 ceph-mon[27087]: from='mgr.14100 172.21.15.32:0/2689452805' entity='mgr.x' 2024-04-24T13:13:13.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:13 smithi032 ceph-mon[27087]: mgrmap e3: x(active, since 1.00717s) 2024-04-24T13:13:14.631 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:14 smithi032 ceph-mon[27087]: mgrmap e4: x(active, since 2s) 2024-04-24T13:13:15.231 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:13:15.231 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:13:15.231 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "fsid": "37ddb808-023c-11ef-bc93-c7b262605968", 2024-04-24T13:13:15.231 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "health": { 2024-04-24T13:13:15.231 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-24T13:13:15.231 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-24T13:13:15.231 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-24T13:13:15.231 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 0 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "a" 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-24T13:13:15.232 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-24T13:13:15.233 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-24T13:13:15.234 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "restful" 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ], 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "modified": "2024-04-24T13:12:49.551085+0000", 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout }, 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:13:15.235 INFO:teuthology.orchestra.run.smithi032.stdout:mgr is available 2024-04-24T13:13:15.918 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:15 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/2031688493' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout [global] 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout fsid = 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-24T13:13:16.474 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-24T13:13:16.475 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 2024-04-24T13:13:16.475 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout [osd] 2024-04-24T13:13:16.475 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-24T13:13:16.475 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-24T13:13:16.475 INFO:teuthology.orchestra.run.smithi032.stdout:Enabling cephadm module... 2024-04-24T13:13:16.789 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:16 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/1112379555' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-24T13:13:17.802 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:17 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/11331113' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-24T13:13:17.802 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:17 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: ignoring --setuser ceph since I am not root 2024-04-24T13:13:17.802 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:17 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: ignoring --setgroup ceph since I am not root 2024-04-24T13:13:17.802 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:17 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:17.660+0000 7f91f4713200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T13:13:18.094 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:17 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:17.853+0000 7f91f4713200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:13:18.094 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:17 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:17.959+0000 7f91f4713200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T13:13:18.378 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:18 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:18.286+0000 7f91f4713200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T13:13:18.378 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:18 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:18.378+0000 7f91f4713200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T13:13:18.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:18 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/11331113' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-24T13:13:18.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:18 smithi032 ceph-mon[27087]: mgrmap e5: x(active, since 6s) 2024-04-24T13:13:19.452 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:13:19.453 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-24T13:13:19.453 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T13:13:19.453 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-04-24T13:13:19.453 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T13:13:19.453 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:13:19.453 INFO:teuthology.orchestra.run.smithi032.stdout:Waiting for the mgr to restart... 2024-04-24T13:13:19.453 INFO:teuthology.orchestra.run.smithi032.stdout:Waiting for mgr epoch 5... 2024-04-24T13:13:19.703 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:19 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/591103608' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T13:13:19.704 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:19 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:19.648+0000 7f91f4713200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T13:13:19.973 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:19 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:19.828+0000 7f91f4713200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T13:13:20.305 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:20 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:20.006+0000 7f91f4713200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T13:13:20.305 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:20 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:20.305+0000 7f91f4713200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T13:13:20.611 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:20 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:20.400+0000 7f91f4713200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T13:13:20.611 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:20 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:20.610+0000 7f91f4713200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T13:13:20.960 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:20 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:20.812+0000 7f91f4713200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:13:21.723 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:21 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:21.441+0000 7f91f4713200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T13:13:22.193 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:21 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:21.883+0000 7f91f4713200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T13:13:22.193 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:21 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:21.983+0000 7f91f4713200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T13:13:22.193 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:22 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:22.192+0000 7f91f4713200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T13:13:23.086 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:22 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:22.737+0000 7f91f4713200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T13:13:23.086 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:22 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:22.832+0000 7f91f4713200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T13:13:23.440 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:23 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:23.085+0000 7f91f4713200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T13:13:23.441 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:23 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:23.223+0000 7f91f4713200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T13:13:23.441 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:23 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:23.321+0000 7f91f4713200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T13:13:23.441 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:23 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:23.440+0000 7f91f4713200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T13:13:24.223 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:23 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:23.752+0000 7f91f4713200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T13:13:24.658 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:24.379+0000 7f91f4713200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T13:13:24.658 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:24.605+0000 7f91f4713200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T13:13:24.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: Active manager daemon x restarted 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: Activating manager daemon x 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: osdmap e2: 0 total, 0 up, 0 in 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: mgrmap e6: x(active, starting, since 0.00340453s) 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: Manager daemon x is now available 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:24.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:24.975 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:13:24.975 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:13:24.975 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:24 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:13:25.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:25 smithi032 ceph-mon[27087]: Found migration_current of "None". Setting to last migration. 2024-04-24T13:13:25.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:25 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-24T13:13:25.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:25 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:25.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:25 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:25.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:25 smithi032 ceph-mon[27087]: mgrmap e7: x(active, since 1.00526s) 2024-04-24T13:13:26.241 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:13:26.241 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-24T13:13:26.241 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T13:13:26.241 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:13:26.241 INFO:teuthology.orchestra.run.smithi032.stdout:mgr epoch 5 is available 2024-04-24T13:13:26.242 INFO:teuthology.orchestra.run.smithi032.stdout:Setting orchestrator backend to cephadm... 2024-04-24T13:13:26.940 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:26 smithi032 ceph-mon[27087]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-24T13:13:26.940 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:26 smithi032 ceph-mon[27087]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-24T13:13:27.863 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:27 smithi032 ceph-mon[27087]: [24/Apr/2024:13:13:26] ENGINE Bus STARTING 2024-04-24T13:13:27.864 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:27 smithi032 ceph-mon[27087]: mgrmap e8: x(active, since 2s) 2024-04-24T13:13:27.864 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:27 smithi032 ceph-mon[27087]: [24/Apr/2024:13:13:26] ENGINE Serving on https://172.21.15.32:7150 2024-04-24T13:13:27.864 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:27 smithi032 ceph-mon[27087]: [24/Apr/2024:13:13:26] ENGINE Serving on http://172.21.15.32:8765 2024-04-24T13:13:27.864 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:27 smithi032 ceph-mon[27087]: [24/Apr/2024:13:13:26] ENGINE Bus STARTED 2024-04-24T13:13:27.864 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:27 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:13:27.864 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:27 smithi032 ceph-mon[27087]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:13:27.864 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:27 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:27.864 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:27 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:13:28.723 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:28 smithi032 ceph-mon[27087]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:13:28.745 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-24T13:13:28.745 INFO:teuthology.orchestra.run.smithi032.stdout:Generating ssh key... 2024-04-24T13:13:29.964 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-mon[27087]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:13:29.964 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-mon[27087]: Generating ssh key... 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: Generating public/private rsa key pair. 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: Your identification has been saved in /tmp/tmp2qg6kj67/key. 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: Your public key has been saved in /tmp/tmp2qg6kj67/key.pub. 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: The key fingerprint is: 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: SHA256:FqzJi2Fd8u7oiY0k+sH015ChOOQ4oG3wWqYCDEHQn+I ceph-37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: The key's randomart image is: 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: +---[RSA 3072]----+ 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: |=o | 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: | .. . | 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: |+ .. .o + | 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: |=B..o+ O . | 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: |=o@.+ B S | 2024-04-24T13:13:29.965 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: |.XE+ o * | 2024-04-24T13:13:29.966 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: |+ + + o o | 2024-04-24T13:13:29.966 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: |.. + = + | 2024-04-24T13:13:29.966 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: |... o.= . | 2024-04-24T13:13:29.966 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:29 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: +----[SHA256]-----+ 2024-04-24T13:13:30.899 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:30 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:30.899 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:30 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:31.498 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs7sZlQs8uAFdgxjqxwSUt3j9KC8hCyq7My6xdVOER0O5WBpec8L5ARaKXkgoC2HhQDCEkpAu1MOGsX5o/1P16vMKlMqqoVynjzl2IxcHyf4PQ34sIgyg/Y5WtcCU017NQ3CBhcd1x69gssWqEa67DpwlUzu9lsLr9ZB7WQ+VxO2t79MiPF/hMr9mTFs5ZZXUuKT3OayjILewu08hx8K9eim9sr1RjkaQ5afcuJmVIYCs8mepUm+EZg7mM1iMQtcUWm3GkDrrqscHDOLBbnxbkK2wnzwi/A2tKusuJxL74kae+1+4j4rZTqk/kOyUPKO8MWy8miCxbQl4B9ZPTz+FcVVlngExTcWelZ8Djc1Gq9HGbHWmjFRwWgX5oqIa1VjjdFsFHKox7xQ66B74C74GViN6+ML6QJrNbzKJvbs0K2AibGZj0FZ04Uux6BIvTScDk7xeKAivcuMW4PDBq8M0q1qAuYT/VCYGUe8dW32Sx6r23Ahrn0DVSzjmDoMpKs/k= ceph-37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:13:31.498 INFO:teuthology.orchestra.run.smithi032.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-24T13:13:31.499 INFO:teuthology.orchestra.run.smithi032.stdout:Adding key to root@localhost authorized_keys... 2024-04-24T13:13:31.499 INFO:teuthology.orchestra.run.smithi032.stdout:Adding host smithi032... 2024-04-24T13:13:31.931 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:31 smithi032 ceph-mon[27087]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:13:32.787 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:32 smithi032 ceph-mon[27087]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi032", "addr": "172.21.15.32", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:13:33.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:33 smithi032 ceph-mon[27087]: Deploying cephadm binary to smithi032 2024-04-24T13:13:37.065 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout Added host 'smithi032' with addr '172.21.15.32' 2024-04-24T13:13:37.065 INFO:teuthology.orchestra.run.smithi032.stdout:Deploying unmanaged mon service... 2024-04-24T13:13:37.650 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:37 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:37.650 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:37 smithi032 ceph-mon[27087]: Added host smithi032 2024-04-24T13:13:37.650 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:37 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:13:38.792 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-24T13:13:38.793 INFO:teuthology.orchestra.run.smithi032.stdout:Deploying unmanaged mgr service... 2024-04-24T13:13:39.083 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:38 smithi032 ceph-mon[27087]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:13:39.083 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:38 smithi032 ceph-mon[27087]: Saving service mon spec with placement count:5 2024-04-24T13:13:39.083 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:38 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:40.452 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-24T13:13:40.723 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:40 smithi032 ceph-mon[27087]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:13:40.723 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:40 smithi032 ceph-mon[27087]: Saving service mgr spec with placement count:2 2024-04-24T13:13:40.723 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:40 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:40.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:40 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:40.724 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:40 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:42.450 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:42 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/1476410404' entity='client.admin' 2024-04-24T13:13:42.450 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:42 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:43.843 INFO:teuthology.orchestra.run.smithi032.stdout:Enabling the dashboard module... 2024-04-24T13:13:44.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:44 smithi032 ceph-mon[27087]: from='mgr.14120 172.21.15.32:0/3515700689' entity='mgr.x' 2024-04-24T13:13:44.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:44 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/4040336875' entity='client.admin' 2024-04-24T13:13:45.423 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:45 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/497118486' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-24T13:13:45.423 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:45 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: ignoring --setuser ceph since I am not root 2024-04-24T13:13:45.424 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:45 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: ignoring --setgroup ceph since I am not root 2024-04-24T13:13:45.424 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:45 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:45.367+0000 7fc31a20e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-24T13:13:45.723 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:45 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:45.559+0000 7fc31a20e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:13:45.723 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:45 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:45.666+0000 7fc31a20e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-24T13:13:46.027 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:45 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:45.987+0000 7fc31a20e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-24T13:13:46.374 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:46 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/497118486' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-24T13:13:46.374 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:46 smithi032 ceph-mon[27087]: mgrmap e9: x(active, since 20s) 2024-04-24T13:13:46.374 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:46 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:46.078+0000 7fc31a20e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-24T13:13:47.389 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:13:47.389 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-24T13:13:47.389 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-24T13:13:47.389 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-04-24T13:13:47.389 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-24T13:13:47.389 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:13:47.390 INFO:teuthology.orchestra.run.smithi032.stdout:Waiting for the mgr to restart... 2024-04-24T13:13:47.390 INFO:teuthology.orchestra.run.smithi032.stdout:Waiting for mgr epoch 9... 2024-04-24T13:13:47.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:47 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/1567672923' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-24T13:13:47.473 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:47 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:47.339+0000 7fc31a20e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-24T13:13:47.838 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:47 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:47.519+0000 7fc31a20e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-24T13:13:47.839 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:47 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:47.700+0000 7fc31a20e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-24T13:13:48.105 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:48 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:48.007+0000 7fc31a20e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-24T13:13:48.106 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:48 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:48.104+0000 7fc31a20e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-24T13:13:48.473 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:48 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:48.315+0000 7fc31a20e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-24T13:13:48.973 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:48 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:48.516+0000 7fc31a20e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-24T13:13:49.473 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:49 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:49.143+0000 7fc31a20e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-24T13:13:49.892 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:49 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:49.582+0000 7fc31a20e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-24T13:13:49.892 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:49 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:49.682+0000 7fc31a20e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-24T13:13:49.893 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:49 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:49.893+0000 7fc31a20e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-24T13:13:50.723 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:50 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:50.441+0000 7fc31a20e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-24T13:13:50.723 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:50 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:50.537+0000 7fc31a20e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-24T13:13:51.147 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:50 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:50.790+0000 7fc31a20e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-24T13:13:51.147 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:50 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:50.928+0000 7fc31a20e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-24T13:13:51.148 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:51 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:51.027+0000 7fc31a20e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-24T13:13:51.148 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:51 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:51.148+0000 7fc31a20e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-24T13:13:51.723 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:51 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:51.459+0000 7fc31a20e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-24T13:13:52.317 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:52.091+0000 7fc31a20e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-24T13:13:52.581 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:13:52.316+0000 7fc31a20e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-24T13:13:52.581 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: Active manager daemon x restarted 2024-04-24T13:13:52.581 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: Activating manager daemon x 2024-04-24T13:13:52.582 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: osdmap e3: 0 total, 0 up, 0 in 2024-04-24T13:13:52.582 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: mgrmap e10: x(active, starting, since 0.00327337s) 2024-04-24T13:13:52.582 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-24T13:13:52.582 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-24T13:13:52.582 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-24T13:13:52.582 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-24T13:13:52.582 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-24T13:13:52.582 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: Manager daemon x is now available 2024-04-24T13:13:52.582 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:52 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:13:53.627 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:53 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-24T13:13:53.627 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:53 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-24T13:13:53.627 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:53 smithi032 ceph-mon[27087]: mgrmap e11: x(active, since 1.0057s) 2024-04-24T13:13:53.939 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout { 2024-04-24T13:13:53.939 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-24T13:13:53.939 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-24T13:13:53.939 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout } 2024-04-24T13:13:53.939 INFO:teuthology.orchestra.run.smithi032.stdout:mgr epoch 9 is available 2024-04-24T13:13:53.940 INFO:teuthology.orchestra.run.smithi032.stdout:Generating a dashboard self-signed certificate... 2024-04-24T13:13:54.591 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:54 smithi032 ceph-mon[27087]: [24/Apr/2024:13:13:53] ENGINE Bus STARTING 2024-04-24T13:13:54.591 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:54 smithi032 ceph-mon[27087]: [24/Apr/2024:13:13:53] ENGINE Serving on http://172.21.15.32:8765 2024-04-24T13:13:54.591 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:54 smithi032 ceph-mon[27087]: [24/Apr/2024:13:13:53] ENGINE Serving on https://172.21.15.32:7150 2024-04-24T13:13:54.591 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:54 smithi032 ceph-mon[27087]: [24/Apr/2024:13:13:53] ENGINE Bus STARTED 2024-04-24T13:13:55.513 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-24T13:13:55.514 INFO:teuthology.orchestra.run.smithi032.stdout:Creating initial admin user... 2024-04-24T13:13:55.636 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:55 smithi032 ceph-mon[27087]: mgrmap e12: x(active, since 2s) 2024-04-24T13:13:55.636 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:55 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:13:55.636 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:55 smithi032 ceph-mon[27087]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:13:55.636 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:55 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:13:55.636 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:55 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:13:57.136 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$hxFsuvlLB7u.UOkOp2EDzONIGAD4h/3L.NccN/Bh.xBHSa1iwdjGW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713964436, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-24T13:13:57.137 INFO:teuthology.orchestra.run.smithi032.stdout:Fetching dashboard port number... 2024-04-24T13:13:57.445 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:57 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:13:57.445 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:57 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:13:58.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:58 smithi032 ceph-mon[27087]: 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-24T13:13:58.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:13:58 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/2032059502' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-24T13:13:58.914 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stdout 8443 2024-04-24T13:13:58.926 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-24T13:13:58.926 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout disabled 2024-04-24T13:13:58.934 INFO:teuthology.orchestra.run.smithi032.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-24T13:13:58.934 INFO:teuthology.orchestra.run.smithi032.stdout:systemctl: stdout inactive 2024-04-24T13:13:58.934 INFO:teuthology.orchestra.run.smithi032.stdout:firewalld.service is not enabled 2024-04-24T13:13:58.934 INFO:teuthology.orchestra.run.smithi032.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-24T13:13:58.936 INFO:teuthology.orchestra.run.smithi032.stdout:Ceph Dashboard is now available at: 2024-04-24T13:13:58.936 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:13:58.936 INFO:teuthology.orchestra.run.smithi032.stdout: URL: https://smithi032:8443/ 2024-04-24T13:13:58.936 INFO:teuthology.orchestra.run.smithi032.stdout: User: admin 2024-04-24T13:13:58.936 INFO:teuthology.orchestra.run.smithi032.stdout: Password: 96lc43ch19 2024-04-24T13:13:58.936 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:13:58.937 INFO:teuthology.orchestra.run.smithi032.stdout:Saving cluster configuration to /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/config directory 2024-04-24T13:13:58.937 INFO:teuthology.orchestra.run.smithi032.stdout:Enabling autotune for osd_memory_target 2024-04-24T13:14:00.328 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:00 smithi032 ceph-mon[27087]: mgrmap e13: x(active, since 6s) 2024-04-24T13:14:01.704 INFO:teuthology.orchestra.run.smithi032.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-24T13:14:01.704 INFO:teuthology.orchestra.run.smithi032.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-24T13:14:01.704 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout:Or, if you are only running a single cluster on this host: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: ceph telemetry on 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout:For more information see: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:14:01.705 INFO:teuthology.orchestra.run.smithi032.stdout:Bootstrap complete. 2024-04-24T13:14:01.753 INFO:tasks.cephadm:Fetching config... 2024-04-24T13:14:01.753 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:14:01.753 DEBUG:teuthology.orchestra.run.smithi032:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-24T13:14:01.770 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-24T13:14:01.771 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:14:01.771 DEBUG:teuthology.orchestra.run.smithi032:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-24T13:14:01.826 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-24T13:14:01.826 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:14:01.826 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-24T13:14:01.891 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-24T13:14:01.891 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:14:01.891 DEBUG:teuthology.orchestra.run.smithi032:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-24T13:14:01.947 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-24T13:14:01.948 DEBUG:teuthology.orchestra.run.smithi032:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs7sZlQs8uAFdgxjqxwSUt3j9KC8hCyq7My6xdVOER0O5WBpec8L5ARaKXkgoC2HhQDCEkpAu1MOGsX5o/1P16vMKlMqqoVynjzl2IxcHyf4PQ34sIgyg/Y5WtcCU017NQ3CBhcd1x69gssWqEa67DpwlUzu9lsLr9ZB7WQ+VxO2t79MiPF/hMr9mTFs5ZZXUuKT3OayjILewu08hx8K9eim9sr1RjkaQ5afcuJmVIYCs8mepUm+EZg7mM1iMQtcUWm3GkDrrqscHDOLBbnxbkK2wnzwi/A2tKusuJxL74kae+1+4j4rZTqk/kOyUPKO8MWy8miCxbQl4B9ZPTz+FcVVlngExTcWelZ8Djc1Gq9HGbHWmjFRwWgX5oqIa1VjjdFsFHKox7xQ66B74C74GViN6+ML6QJrNbzKJvbs0K2AibGZj0FZ04Uux6BIvTScDk7xeKAivcuMW4PDBq8M0q1qAuYT/VCYGUe8dW32Sx6r23Ahrn0DVSzjmDoMpKs/k= ceph-37ddb808-023c-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T13:14:02.024 INFO:teuthology.orchestra.run.smithi032.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs7sZlQs8uAFdgxjqxwSUt3j9KC8hCyq7My6xdVOER0O5WBpec8L5ARaKXkgoC2HhQDCEkpAu1MOGsX5o/1P16vMKlMqqoVynjzl2IxcHyf4PQ34sIgyg/Y5WtcCU017NQ3CBhcd1x69gssWqEa67DpwlUzu9lsLr9ZB7WQ+VxO2t79MiPF/hMr9mTFs5ZZXUuKT3OayjILewu08hx8K9eim9sr1RjkaQ5afcuJmVIYCs8mepUm+EZg7mM1iMQtcUWm3GkDrrqscHDOLBbnxbkK2wnzwi/A2tKusuJxL74kae+1+4j4rZTqk/kOyUPKO8MWy8miCxbQl4B9ZPTz+FcVVlngExTcWelZ8Djc1Gq9HGbHWmjFRwWgX5oqIa1VjjdFsFHKox7xQ66B74C74GViN6+ML6QJrNbzKJvbs0K2AibGZj0FZ04Uux6BIvTScDk7xeKAivcuMW4PDBq8M0q1qAuYT/VCYGUe8dW32Sx6r23Ahrn0DVSzjmDoMpKs/k= ceph-37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:14:02.036 DEBUG:teuthology.orchestra.run.smithi040:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs7sZlQs8uAFdgxjqxwSUt3j9KC8hCyq7My6xdVOER0O5WBpec8L5ARaKXkgoC2HhQDCEkpAu1MOGsX5o/1P16vMKlMqqoVynjzl2IxcHyf4PQ34sIgyg/Y5WtcCU017NQ3CBhcd1x69gssWqEa67DpwlUzu9lsLr9ZB7WQ+VxO2t79MiPF/hMr9mTFs5ZZXUuKT3OayjILewu08hx8K9eim9sr1RjkaQ5afcuJmVIYCs8mepUm+EZg7mM1iMQtcUWm3GkDrrqscHDOLBbnxbkK2wnzwi/A2tKusuJxL74kae+1+4j4rZTqk/kOyUPKO8MWy8miCxbQl4B9ZPTz+FcVVlngExTcWelZ8Djc1Gq9HGbHWmjFRwWgX5oqIa1VjjdFsFHKox7xQ66B74C74GViN6+ML6QJrNbzKJvbs0K2AibGZj0FZ04Uux6BIvTScDk7xeKAivcuMW4PDBq8M0q1qAuYT/VCYGUe8dW32Sx6r23Ahrn0DVSzjmDoMpKs/k= ceph-37ddb808-023c-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-24T13:14:02.076 INFO:teuthology.orchestra.run.smithi040.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCs7sZlQs8uAFdgxjqxwSUt3j9KC8hCyq7My6xdVOER0O5WBpec8L5ARaKXkgoC2HhQDCEkpAu1MOGsX5o/1P16vMKlMqqoVynjzl2IxcHyf4PQ34sIgyg/Y5WtcCU017NQ3CBhcd1x69gssWqEa67DpwlUzu9lsLr9ZB7WQ+VxO2t79MiPF/hMr9mTFs5ZZXUuKT3OayjILewu08hx8K9eim9sr1RjkaQ5afcuJmVIYCs8mepUm+EZg7mM1iMQtcUWm3GkDrrqscHDOLBbnxbkK2wnzwi/A2tKusuJxL74kae+1+4j4rZTqk/kOyUPKO8MWy8miCxbQl4B9ZPTz+FcVVlngExTcWelZ8Djc1Gq9HGbHWmjFRwWgX5oqIa1VjjdFsFHKox7xQ66B74C74GViN6+ML6QJrNbzKJvbs0K2AibGZj0FZ04Uux6BIvTScDk7xeKAivcuMW4PDBq8M0q1qAuYT/VCYGUe8dW32Sx6r23Ahrn0DVSzjmDoMpKs/k= ceph-37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:14:02.089 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-24T13:14:02.331 INFO:teuthology.orchestra.run.smithi032.stderr:Inferring config /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:14:02.454 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:02 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/2759142538' entity='client.admin' 2024-04-24T13:14:03.690 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-24T13:14:03.691 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-24T13:14:04.190 INFO:teuthology.orchestra.run.smithi032.stderr:Inferring config /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:14:04.423 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:04 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/2544036603' entity='client.admin' 2024-04-24T13:14:05.959 INFO:tasks.cephadm:Remote smithi040 excluded from cephadm cluster by role 2024-04-24T13:14:06.285 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-24T13:14:06.286 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-24T13:14:06.588 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:06 smithi032 ceph-mon[27087]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:14:06.588 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:06 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:06.661 INFO:teuthology.orchestra.run.smithi032.stderr:Inferring config /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:14:07.679 INFO:teuthology.orchestra.run.smithi032.stderr:adjusted tunables profile to default 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi032", "name": "osd_memory_target"}]: dispatch 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: Updating smithi032:/etc/ceph/ceph.conf 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: Updating smithi032:/var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: Updating smithi032:/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/848380878' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:07.972 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:07.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:14:07.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:07.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:14:07.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:07 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:08.277 INFO:tasks.cephadm:Adding mon.a on smithi032 2024-04-24T13:14:08.277 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph orch apply mon '1;smithi032:172.21.15.32=a' 2024-04-24T13:14:08.520 INFO:teuthology.orchestra.run.smithi032.stderr:Inferring config /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:14:08.934 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:08 smithi032 ceph-mon[27087]: Updating smithi032:/var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-24T13:14:08.934 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:08 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/848380878' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-24T13:14:08.934 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:08 smithi032 ceph-mon[27087]: osdmap e4: 0 total, 0 up, 0 in 2024-04-24T13:14:09.211 INFO:teuthology.orchestra.run.smithi032.stdout:Scheduled mon update... 2024-04-24T13:14:09.847 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2024-04-24T13:14:09.848 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-24T13:14:10.474 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi032:172.21.15.32=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:14:10.474 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: Saving service mon spec with placement smithi032:172.21.15.32=a;count:1 2024-04-24T13:14:10.474 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:10.474 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:14:10.474 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:10.474 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:14:10.474 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:10.475 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:10.475 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:10.475 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:10.475 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:10.475 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:10.475 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-24T13:14:10.475 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-24T13:14:10.475 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:10 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:10.906 INFO:teuthology.orchestra.run.smithi032.stderr:Inferring config /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:14:11.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:11 smithi032 ceph-mon[27087]: Reconfiguring mon.a (unknown last config time)... 2024-04-24T13:14:11.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:11 smithi032 ceph-mon[27087]: Reconfiguring daemon mon.a on smithi032 2024-04-24T13:14:11.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:11 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:11.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:11 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:11.692 INFO:teuthology.orchestra.run.smithi032.stdout: 2024-04-24T13:14:11.692 INFO:teuthology.orchestra.run.smithi032.stdout:{"epoch":1,"fsid":"37ddb808-023c-11ef-bc93-c7b262605968","modified":"2024-04-24T13:12:46.574428Z","created":"2024-04-24T13:12:46.574428Z","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.32:3300","nonce":0},{"type":"v1","addr":"172.21.15.32:6789","nonce":0}]},"addr":"172.21.15.32:6789/0","public_addr":"172.21.15.32:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-24T13:14:11.694 INFO:teuthology.orchestra.run.smithi032.stderr:dumped monmap epoch 1 2024-04-24T13:14:12.270 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:12 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/4117580943' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-24T13:14:12.271 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-24T13:14:12.272 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-24T13:14:12.528 INFO:teuthology.orchestra.run.smithi032.stderr:Inferring config /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:14:13.190 INFO:teuthology.orchestra.run.smithi032.stdout:# minimal ceph.conf for 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:14:13.190 INFO:teuthology.orchestra.run.smithi032.stdout:[global] 2024-04-24T13:14:13.190 INFO:teuthology.orchestra.run.smithi032.stdout: fsid = 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:14:13.190 INFO:teuthology.orchestra.run.smithi032.stdout: mon_host = [v2:172.21.15.32:3300/0,v1:172.21.15.32:6789/0] 2024-04-24T13:14:13.473 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:13 smithi032 ceph-mon[27087]: from='client.? 172.21.15.32:0/3334021377' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:13.767 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-24T13:14:13.767 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:14:13.767 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/ceph/ceph.conf 2024-04-24T13:14:13.794 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:14:13.794 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-24T13:14:13.859 INFO:tasks.cephadm:Adding mgr.x on smithi032 2024-04-24T13:14:13.859 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph orch apply mgr '1;smithi032=x' 2024-04-24T13:14:14.137 INFO:teuthology.orchestra.run.smithi032.stderr:Inferring config /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:14:14.474 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:14 smithi032 ceph-mon[27087]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:14.835 INFO:teuthology.orchestra.run.smithi032.stdout:Scheduled mgr update... 2024-04-24T13:14:15.498 INFO:tasks.cephadm:Deploying OSDs... 2024-04-24T13:14:15.498 DEBUG:teuthology.orchestra.run.smithi032:> set -ex 2024-04-24T13:14:15.498 DEBUG:teuthology.orchestra.run.smithi032:> dd if=/scratch_devs of=/dev/stdout 2024-04-24T13:14:15.514 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-24T13:14:15.514 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_1 2024-04-24T13:14:15.570 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-24T13:14:15.570 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T13:14:15.570 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 5h/5d Inode: 664 Links: 1 2024-04-24T13:14:15.570 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T13:14:15.570 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2024-04-24T13:14:15.570 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-04-24 13:14:05.130128046 +0000 2024-04-24T13:14:15.570 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-04-24 13:08:53.361802002 +0000 2024-04-24T13:14:15.570 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-04-24 13:08:53.361802002 +0000 2024-04-24T13:14:15.570 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: 2024-04-24 13:08:53.361802002 +0000 2024-04-24T13:14:15.571 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-24T13:14:15.634 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-04-24T13:14:15.634 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-04-24T13:14:15.635 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000107161 s, 4.8 MB/s 2024-04-24T13:14:15.635 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-24T13:14:15.692 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_2 2024-04-24T13:14:15.749 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-24T13:14:15.749 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T13:14:15.749 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-04-24T13:14:15.749 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T13:14:15.749 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2024-04-24T13:14:15.749 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-04-24 13:14:05.161127448 +0000 2024-04-24T13:14:15.749 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-04-24 13:08:53.703795067 +0000 2024-04-24T13:14:15.749 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-04-24 13:08:53.703795067 +0000 2024-04-24T13:14:15.749 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: 2024-04-24 13:08:53.703795067 +0000 2024-04-24T13:14:15.750 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-24T13:14:15.812 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-04-24T13:14:15.813 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-04-24T13:14:15.813 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 9.3144e-05 s, 5.5 MB/s 2024-04-24T13:14:15.814 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-24T13:14:15.871 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_3 2024-04-24T13:14:15.927 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-24T13:14:15.927 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T13:14:15.927 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-24T13:14:15.927 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T13:14:15.927 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2024-04-24T13:14:15.927 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-04-24 13:14:05.190126888 +0000 2024-04-24T13:14:15.927 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-04-24 13:08:54.037788295 +0000 2024-04-24T13:14:15.927 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-04-24 13:08:54.037788295 +0000 2024-04-24T13:14:15.927 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: 2024-04-24 13:08:54.037788295 +0000 2024-04-24T13:14:15.928 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-24T13:14:15.988 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:15.988 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi032=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-24T13:14:15.988 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: Saving service mgr spec with placement smithi032=x;count:1 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: Reconfiguring mgr.x (unknown last config time)... 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-24T13:14:15.989 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:15 smithi032 ceph-mon[27087]: Reconfiguring daemon mgr.x on smithi032 2024-04-24T13:14:15.990 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-04-24T13:14:15.991 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-04-24T13:14:15.991 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.00010053 s, 5.1 MB/s 2024-04-24T13:14:15.992 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-24T13:14:16.048 DEBUG:teuthology.orchestra.run.smithi032:> stat /dev/vg_nvme/lv_4 2024-04-24T13:14:16.106 INFO:teuthology.orchestra.run.smithi032.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-24T13:14:16.107 INFO:teuthology.orchestra.run.smithi032.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-24T13:14:16.107 INFO:teuthology.orchestra.run.smithi032.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-24T13:14:16.107 INFO:teuthology.orchestra.run.smithi032.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-24T13:14:16.107 INFO:teuthology.orchestra.run.smithi032.stdout:Context: system_u:object_r:device_t:s0 2024-04-24T13:14:16.108 INFO:teuthology.orchestra.run.smithi032.stdout:Access: 2024-04-24 13:14:05.219126328 +0000 2024-04-24T13:14:16.108 INFO:teuthology.orchestra.run.smithi032.stdout:Modify: 2024-04-24 13:08:54.388781178 +0000 2024-04-24T13:14:16.108 INFO:teuthology.orchestra.run.smithi032.stdout:Change: 2024-04-24 13:08:54.388781178 +0000 2024-04-24T13:14:16.108 INFO:teuthology.orchestra.run.smithi032.stdout: Birth: 2024-04-24 13:08:54.388781178 +0000 2024-04-24T13:14:16.108 DEBUG:teuthology.orchestra.run.smithi032:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-24T13:14:16.170 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records in 2024-04-24T13:14:16.170 INFO:teuthology.orchestra.run.smithi032.stderr:1+0 records out 2024-04-24T13:14:16.170 INFO:teuthology.orchestra.run.smithi032.stderr:512 bytes copied, 0.000102479 s, 5.0 MB/s 2024-04-24T13:14:16.171 DEBUG:teuthology.orchestra.run.smithi032:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-24T13:14:16.228 INFO:tasks.cephadm:Deploying osd.0 on smithi032 with /dev/vg_nvme/lv_4... 2024-04-24T13:14:16.228 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-24T13:14:16.689 INFO:teuthology.orchestra.run.smithi032.stderr:Inferring config /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/mon.a/config 2024-04-24T13:14:17.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:17 smithi032 ceph-mon[27087]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-24T13:14:17.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:17 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:17.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:17 smithi032 ceph-mon[27087]: from='mgr.14152 172.21.15.32:0/914239414' entity='mgr.x' 2024-04-24T13:14:18.954 INFO:teuthology.orchestra.run.smithi032.stderr:Non-zero exit code 2 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec -e NODE_NAME=smithi032 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/37ddb808-023c-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /run/systemd/journal:/run/systemd/journal -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/selinux:/sys/fs/selinux:ro -v /:/rootfs:slave -v /etc/hosts:/etc/hosts:ro -v /tmp/ceph-tmpxb4xwxsg:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp3kw4i817:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-24T13:14:18.954 INFO:teuthology.orchestra.run.smithi032.stderr:/bin/podman: stderr usage: ceph-volume [-h] [--cluster CLUSTER] 2024-04-24T13:14:18.954 INFO:teuthology.orchestra.run.smithi032.stderr:/bin/podman: stderr [--log-level {debug,info,warning,error,critical}] 2024-04-24T13:14:18.954 INFO:teuthology.orchestra.run.smithi032.stderr:/bin/podman: stderr [--log-path LOG_PATH] 2024-04-24T13:14:18.954 INFO:teuthology.orchestra.run.smithi032.stderr:/bin/podman: stderr ceph-volume: error: unrecognized arguments: ceph-volume 2024-04-24T13:14:18.954 INFO:teuthology.orchestra.run.smithi032.stderr:Traceback (most recent call last): 2024-04-24T13:14:18.954 INFO:teuthology.orchestra.run.smithi032.stderr: File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main 2024-04-24T13:14:18.962 INFO:teuthology.orchestra.run.smithi032.stderr: return _run_code(code, main_globals, None, 2024-04-24T13:14:18.962 INFO:teuthology.orchestra.run.smithi032.stderr: File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code 2024-04-24T13:14:18.962 INFO:teuthology.orchestra.run.smithi032.stderr: exec(code, run_globals) 2024-04-24T13:14:18.962 INFO:teuthology.orchestra.run.smithi032.stderr: File "/tmp/tmp4r9cezha.cephadm.build/app/__main__.py", line 5642, in 2024-04-24T13:14:18.962 INFO:teuthology.orchestra.run.smithi032.stderr: File "/tmp/tmp4r9cezha.cephadm.build/app/__main__.py", line 5630, in main 2024-04-24T13:14:18.962 INFO:teuthology.orchestra.run.smithi032.stderr: File "/tmp/tmp4r9cezha.cephadm.build/app/__main__.py", line 408, in _infer_config 2024-04-24T13:14:18.962 INFO:teuthology.orchestra.run.smithi032.stderr: File "/tmp/tmp4r9cezha.cephadm.build/app/__main__.py", line 323, in _infer_fsid 2024-04-24T13:14:18.963 INFO:teuthology.orchestra.run.smithi032.stderr: File "/tmp/tmp4r9cezha.cephadm.build/app/__main__.py", line 436, in _infer_image 2024-04-24T13:14:18.963 INFO:teuthology.orchestra.run.smithi032.stderr: File "/tmp/tmp4r9cezha.cephadm.build/app/__main__.py", line 310, in _validate_fsid 2024-04-24T13:14:18.963 INFO:teuthology.orchestra.run.smithi032.stderr: File "/tmp/tmp4r9cezha.cephadm.build/app/__main__.py", line 3380, in command_ceph_volume 2024-04-24T13:14:18.963 INFO:teuthology.orchestra.run.smithi032.stderr: File "/tmp/tmp4r9cezha.cephadm.build/app/cephadmlib/call_wrappers.py", line 310, in call_throws 2024-04-24T13:14:18.963 INFO:teuthology.orchestra.run.smithi032.stderr:RuntimeError: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec -e NODE_NAME=smithi032 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/37ddb808-023c-11ef-bc93-c7b262605968:/var/run/ceph:z -v /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/crash:/var/lib/ceph/crash:z -v /run/systemd/journal:/run/systemd/journal -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/selinux:/sys/fs/selinux:ro -v /:/rootfs:slave -v /etc/hosts:/etc/hosts:ro -v /tmp/ceph-tmpxb4xwxsg:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp3kw4i817:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-24T13:14:18.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:14:18.993 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_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi032 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-24T13:14:18.995 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:14:19.025 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:14:19.055 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-24T13:14:19.055 DEBUG:teuthology.orchestra.run.smithi032:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T13:14:19.083 DEBUG:teuthology.orchestra.run.smithi040:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-24T13:14:19.113 INFO:tasks.cephadm:Stopping all daemons... 2024-04-24T13:14:19.114 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-24T13:14:19.114 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-37ddb808-023c-11ef-bc93-c7b262605968@mon.a 2024-04-24T13:14:19.413 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:19 smithi032 systemd[1]: Stopping Ceph mon.a for 37ddb808-023c-11ef-bc93-c7b262605968... 2024-04-24T13:14:19.695 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:19 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a[27083]: 2024-04-24T13:14:19.411+0000 7fafdabee700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-04-24T13:14:19.696 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:19 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a[27083]: 2024-04-24T13:14:19.411+0000 7fafdabee700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-24T13:14:19.696 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:19 smithi032 podman[38374]: 2024-04-24 13:14:19.433218559 +0000 UTC m=+0.103924994 container died 8c15f5288d8b5d3b46fcddb6716240e294295cb9d64f1271a91b1f99bdaec451 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, ceph=True, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-04-24T13:14:19.973 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:19 smithi032 podman[38374]: 2024-04-24 13:14:19.786416519 +0000 UTC m=+0.457122953 container cleanup 8c15f5288d8b5d3b46fcddb6716240e294295cb9d64f1271a91b1f99bdaec451 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a, GIT_BRANCH=HEAD, ceph=True, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-24T13:14:19.974 INFO:journalctl@ceph.mon.a.smithi032.stdout:Apr 24 13:14:19 smithi032 bash[38374]: ceph-37ddb808-023c-11ef-bc93-c7b262605968-mon-a 2024-04-24T13:14:20.226 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-37ddb808-023c-11ef-bc93-c7b262605968@mon.a.service' 2024-04-24T13:14:20.320 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T13:14:20.320 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-24T13:14:20.320 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-04-24T13:14:20.320 DEBUG:teuthology.orchestra.run.smithi032:> sudo systemctl stop ceph-37ddb808-023c-11ef-bc93-c7b262605968@mgr.x 2024-04-24T13:14:20.616 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:14:20 smithi032 systemd[1]: Stopping Ceph mgr.x for 37ddb808-023c-11ef-bc93-c7b262605968... 2024-04-24T13:14:20.898 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:14:20 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:14:20.615+0000 7fc30ec19700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.x -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-04-24T13:14:20.898 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:14:20 smithi032 ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x[27320]: 2024-04-24T13:14:20.615+0000 7fc30ec19700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-24T13:14:20.899 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:14:20 smithi032 podman[38497]: 2024-04-24 13:14:20.647299878 +0000 UTC m=+0.142081722 container died 29abc2ca97e9c580695e84cf585f19ab0ea3b1c70cd07ec1f7c7de223dd91d77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x, io.buildah.version=1.33.5, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-04-24T13:14:21.201 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:14:20 smithi032 podman[38497]: 2024-04-24 13:14:20.990471475 +0000 UTC m=+0.485253322 container cleanup 29abc2ca97e9c580695e84cf585f19ab0ea3b1c70cd07ec1f7c7de223dd91d77 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec, name=ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=wip-adk-testing-2024-04-23-1222-23fcfb9, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67) 2024-04-24T13:14:21.201 INFO:journalctl@ceph.mgr.x.smithi032.stdout:Apr 24 13:14:20 smithi032 bash[38497]: ceph-37ddb808-023c-11ef-bc93-c7b262605968-mgr-x 2024-04-24T13:14:21.420 DEBUG:teuthology.orchestra.run.smithi032:> sudo pkill -f 'journalctl -f -n 0 -u ceph-37ddb808-023c-11ef-bc93-c7b262605968@mgr.x.service' 2024-04-24T13:14:21.470 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-24T13:14:21.470 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-04-24T13:14:21.470 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 37ddb808-023c-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T13:14:21.694 INFO:teuthology.orchestra.run.smithi032.stdout:Deleting cluster with fsid: 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:14:22.589 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 37ddb808-023c-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-24T13:14:22.794 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:14:23.057 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:14:23.086 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-24T13:14:23.112 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-24T13:14:23.114 DEBUG:teuthology.misc:Transferring archived files from smithi032:/var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325/remote/smithi032/crash 2024-04-24T13:14:23.115 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/crash -- . 2024-04-24T13:14:23.169 INFO:teuthology.orchestra.run.smithi032.stderr:tar: /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T13:14:23.169 INFO:teuthology.orchestra.run.smithi032.stderr:tar: Error is not recoverable: exiting now 2024-04-24T13:14:23.171 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325/remote/smithi040/crash 2024-04-24T13:14:23.172 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/crash -- . 2024-04-24T13:14:23.212 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/37ddb808-023c-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-24T13:14:23.212 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2024-04-24T13:14:23.213 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-24T13:14:23.213 DEBUG:teuthology.orchestra.run.smithi032:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-24T13:14:23.241 INFO:tasks.cephadm:Compressing logs... 2024-04-24T13:14:23.241 DEBUG:teuthology.orchestra.run.smithi032:> 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-24T13:14:23.284 DEBUG:teuthology.orchestra.run.smithi040:> 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-24T13:14:23.308 INFO:teuthology.orchestra.run.smithi032.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph.log 2024-04-24T13:14:23.308 INFO:teuthology.orchestra.run.smithi032.stderr:: No such file or directory 2024-04-24T13:14:23.308 INFO:teuthology.orchestra.run.smithi032.stderr:gzip -5 --verbose -- /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-24T13:14:23.308 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph-mgr.x.log 2024-04-24T13:14:23.309 INFO:teuthology.orchestra.run.smithi032.stderr: 80.5% -- replaced with /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-24T13:14:23.309 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-24T13:14:23.309 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-24T13:14:23.309 INFO:teuthology.orchestra.run.smithi032.stderr: 87.1% -- replaced with /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-24T13:14:23.309 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-24T13:14:23.309 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-24T13:14:23.309 INFO:teuthology.orchestra.run.smithi032.stderr: 75.5% -- replaced with /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-24T13:14:23.310 INFO:teuthology.orchestra.run.smithi032.stderr:/var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 91.0% -- replaced with /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-24T13:14:23.310 INFO:teuthology.orchestra.run.smithi032.stderr: 86.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T13:14:23.311 INFO:teuthology.orchestra.run.smithi040.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory 2024-04-24T13:14:23.311 INFO:teuthology.orchestra.run.smithi040.stderr: /var/log/ceph/cephadm.log 2024-04-24T13:14:23.311 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/cephadm.log: 70.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-24T13:14:23.311 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-24T13:14:23.311 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m0.012s 2024-04-24T13:14:23.311 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m0.009s 2024-04-24T13:14:23.311 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m0.011s 2024-04-24T13:14:23.328 INFO:teuthology.orchestra.run.smithi032.stderr: 88.8% -- replaced with /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph-mgr.x.log.gz 2024-04-24T13:14:23.338 INFO:teuthology.orchestra.run.smithi032.stderr: 91.3% -- replaced with /var/log/ceph/37ddb808-023c-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-24T13:14:23.340 INFO:teuthology.orchestra.run.smithi032.stderr: 2024-04-24T13:14:23.340 INFO:teuthology.orchestra.run.smithi032.stderr:real 0m0.044s 2024-04-24T13:14:23.340 INFO:teuthology.orchestra.run.smithi032.stderr:user 0m0.068s 2024-04-24T13:14:23.340 INFO:teuthology.orchestra.run.smithi032.stderr:sys 0m0.012s 2024-04-24T13:14:23.341 INFO:tasks.cephadm:Archiving logs... 2024-04-24T13:14:23.341 DEBUG:teuthology.misc:Transferring archived files from smithi032:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325/remote/smithi032/log 2024-04-24T13:14:23.342 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T13:14:23.420 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325/remote/smithi040/log 2024-04-24T13:14:23.421 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-24T13:14:23.446 INFO:tasks.cephadm:Removing cluster... 2024-04-24T13:14:23.446 DEBUG:teuthology.orchestra.run.smithi032:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 37ddb808-023c-11ef-bc93-c7b262605968 --force 2024-04-24T13:14:23.638 INFO:teuthology.orchestra.run.smithi032.stdout:Deleting cluster with fsid: 37ddb808-023c-11ef-bc93-c7b262605968 2024-04-24T13:14:23.905 INFO:tasks.cephadm:Removing cephadm ... 2024-04-24T13:14:23.905 DEBUG:teuthology.orchestra.run.smithi032:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T13:14:23.922 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-24T13:14:23.939 INFO:tasks.cephadm:Teardown complete 2024-04-24T13:14:23.939 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_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 2220, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi032 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-24T13:14:24.146 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=fa5c161fe76540d7b23faf6a546b97d2 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_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 2220, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1849, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec/qa/tasks/cephadm.py", line 1091, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi032 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-24T13:14:24.150 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-24T13:14:24.159 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-04-24T13:14:24.177 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-24T13:14:24.186 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-24T13:14:24.187 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T13:14:24.201 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-24T13:14:24.273 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-24T13:14:24.282 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-24T13:14:24.283 DEBUG:teuthology.orchestra.run.smithi032:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T13:14:24.286 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-24T13:14:24.297 INFO:teuthology.orchestra.run.smithi032.stderr:bash: line 1: ntpq: command not found 2024-04-24T13:14:24.301 INFO:teuthology.orchestra.run.smithi032.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-24T13:14:24.302 INFO:teuthology.orchestra.run.smithi032.stdout:=============================================================================== 2024-04-24T13:14:24.302 INFO:teuthology.orchestra.run.smithi032.stdout:^- hv01.front.sepia.ceph.com 2 6 377 46 +146us[ +139us] +/- 575ms 2024-04-24T13:14:24.302 INFO:teuthology.orchestra.run.smithi032.stdout:^* hv02.front.sepia.ceph.com 3 6 377 46 -501us[ -508us] +/- 54ms 2024-04-24T13:14:24.302 INFO:teuthology.orchestra.run.smithi032.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 46 +561us[ +561us] +/- 64ms 2024-04-24T13:14:24.302 INFO:teuthology.orchestra.run.smithi032.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:14:24.306 INFO:teuthology.orchestra.run.smithi040.stderr:bash: line 1: ntpq: command not found 2024-04-24T13:14:24.311 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-24T13:14:24.311 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-04-24T13:14:24.311 INFO:teuthology.orchestra.run.smithi040.stdout:^- hv01.front.sepia.ceph.com 2 6 377 46 +152us[ +145us] +/- 575ms 2024-04-24T13:14:24.311 INFO:teuthology.orchestra.run.smithi040.stdout:^* hv02.front.sepia.ceph.com 3 6 377 45 -489us[ -496us] +/- 54ms 2024-04-24T13:14:24.311 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 47 +555us[ +548us] +/- 64ms 2024-04-24T13:14:24.312 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-24T13:14:24.313 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-24T13:14:24.326 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-24T13:14:24.328 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-24T13:14:24.702 DEBUG:teuthology.orchestra.run.smithi032:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-24T13:14:24.768 DEBUG:teuthology.orchestra.run.smithi040:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-24T13:14:24.833 DEBUG:teuthology.orchestra.run.smithi032:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-24T13:14:24.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:14:24.867 DEBUG:teuthology.orchestra.run.smithi040:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-24T13:14:24.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:14:24.897 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-24T13:14:24.909 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-24T13:14:24.929 INFO:teuthology.task.internal:Duration was 530.132022 seconds 2024-04-24T13:14:24.929 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-24T13:14:24.939 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-24T13:14:24.940 DEBUG:teuthology.orchestra.run.smithi032:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T13:14:24.943 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-24T13:14:24.980 INFO:teuthology.orchestra.run.smithi032.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-24T13:14:24.984 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-24T13:14:25.294 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-24T13:14:25.294 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi032.front.sepia.ceph.com 2024-04-24T13:14:25.294 DEBUG:teuthology.orchestra.run.smithi032:> 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-24T13:14:25.317 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-04-24T13:14:25.317 DEBUG:teuthology.orchestra.run.smithi040:> 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-24T13:14:25.356 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-24T13:14:25.356 DEBUG:teuthology.orchestra.run.smithi032:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T13:14:25.360 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-24T13:14:25.424 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-24T13:14:25.425 DEBUG:teuthology.orchestra.run.smithi032:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T13:14:25.428 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-24T13:14:25.563 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-24T13:14:25.573 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-24T13:14:25.574 DEBUG:teuthology.orchestra.run.smithi032:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T13:14:25.599 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-24T13:14:25.624 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-24T13:14:25.634 DEBUG:teuthology.orchestra.run.smithi032:> 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-24T13:14:25.641 DEBUG:teuthology.orchestra.run.smithi040:> 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-24T13:14:25.662 INFO:teuthology.orchestra.run.smithi032.stdout:kernel.core_pattern = core 2024-04-24T13:14:25.688 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-04-24T13:14:25.704 DEBUG:teuthology.orchestra.run.smithi032:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T13:14:25.739 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:14:25.740 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-24T13:14:25.759 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-24T13:14:25.760 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-24T13:14:25.772 INFO:teuthology.task.internal:Transferring archived files... 2024-04-24T13:14:25.773 DEBUG:teuthology.misc:Transferring archived files from smithi032:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325/remote/smithi032 2024-04-24T13:14:25.773 DEBUG:teuthology.orchestra.run.smithi032:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T13:14:25.814 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325/remote/smithi040 2024-04-24T13:14:25.814 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-24T13:14:25.851 INFO:teuthology.task.internal:Removing archive directory... 2024-04-24T13:14:25.852 DEBUG:teuthology.orchestra.run.smithi032:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T13:14:25.855 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-24T13:14:25.897 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-24T13:14:25.908 INFO:teuthology.task.internal:Not uploading archives. 2024-04-24T13:14:25.908 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-24T13:14:25.919 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-24T13:14:25.919 DEBUG:teuthology.orchestra.run.smithi032:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T13:14:25.922 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-24T13:14:25.935 INFO:teuthology.orchestra.run.smithi032.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 13:14 /home/ubuntu/cephtest 2024-04-24T13:14:25.952 INFO:teuthology.orchestra.run.smithi040.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 24 13:14 /home/ubuntu/cephtest 2024-04-24T13:14:25.953 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-24T13:14:25.965 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-24T13:14:25.997 INFO:teuthology.nuke:Checking targets against current locks 2024-04-24T13:14:26.026 DEBUG:teuthology.nuke:shortname: smithi032 2024-04-24T13:14:26.026 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T13:14:26.047 DEBUG:teuthology.nuke:shortname: smithi040 2024-04-24T13:14:26.047 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-24T13:14:26.052 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi032.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-24 12:59:33.173315', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDF+7nTuuQT4k3RKoQHeO0Pvt1sLunmhj2GjQMATq7YtYvJbJnSlXxaNm85XPV54fSN9VuIM2RScuxeEuOHjemY='} 2024-04-24T13:14:26.076 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-24_11:41:41-orch:cephadm-wip-adk-testing-2024-04-23-1222-distro-default-smithi/7671325', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-24 12:59:33.171824', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPa74RrsIO8eWIIhF5KrR7saXQpGbarUBmaB2dKYTc9GPW4lgmvJOW86b3LoxYDpSFYtAixhlvcTqmd4kDFT/pE='} 2024-04-24T13:14:26.104 INFO:teuthology.orchestra.console.smithi032:Power off 2024-04-24T13:14:26.105 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T13:14:26.134 DEBUG:teuthology.orchestra.console.smithi032:power off output: Chassis Power Control: Down/Off 2024-04-24T13:14:26.134 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:14:26.151 INFO:teuthology.orchestra.console.smithi040:Power off 2024-04-24T13:14:26.152 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-24T13:14:26.163 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is on 2024-04-24T13:14:26.176 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2024-04-24T13:14:26.176 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:14:26.201 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-04-24T13:14:30.164 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:14:30.202 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:14:30.277 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is on 2024-04-24T13:14:30.313 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-04-24T13:14:34.278 DEBUG:teuthology.orchestra.console.smithi032:pexpect command: ipmitool -H smithi032.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:14:34.314 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-24T13:14:34.391 DEBUG:teuthology.orchestra.console.smithi032:check power output: Chassis Power is off 2024-04-24T13:14:34.428 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2024-04-24T13:14:34.492 INFO:teuthology.orchestra.console.smithi032:Power off completed 2024-04-24T13:14:34.529 INFO:teuthology.orchestra.console.smithi040:Power off completed 2024-04-24T13:14:34.634 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} duration: 530.1320219039917 failure_reason: 'Command failed on smithi032 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:23fcfb96e7e1a49d12a94e3f87a8e3f06db2a1ec ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 37ddb808-023c-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=fa5c161fe76540d7b23faf6a546b97d2 status: fail success: false 2024-04-24T13:14:34.635 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-24T13:14:34.727 INFO:teuthology.run:FAIL