2024-04-22T23:29:54.901 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T23:29:54.901 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243 --owner scheduled_adking@teuthology --name adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi --description orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} --verbose -- /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243/orig.config.yaml 2024-04-22T23:29:54.935 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:29:55.016 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243 branch: wip-adk-testing-2024-04-22-1618 description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} email: adking@redhat.com first_in_suite: false job_id: '7669243' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-adk-testing-2024-04-22-1618 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2024-04-22-1618 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 6551 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-22-1618 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 targets: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIw2m5PC18jc/w7O0EfvjfFdqrovxEdwQHCW03ZYkAh/tzGTIPsT68x17qjCwkPk6aoZVTCRmezCe8phNj9hrYo= smithi072.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBqN4LVayizuOYUMtw5DQn3v3tQKUcCcztl3c9vGPKfbP/IsMHzvJskTmWIg29CViFGGwNt9KCh1n8imXDRd/U4= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cephadm.apply: specs: - cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb - cephadm.wait_for_service: service: smb.saserv1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_22:45:33 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T23:29:55.016 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa; will attempt to use it 2024-04-22T23:29:55.017 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks 2024-04-22T23:29:55.017 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T23:29:55.018 INFO:teuthology.task.internal:Checking packages... 2024-04-22T23:29:55.042 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '43be020184947e53516056c9931e1ac5bdbbb1a5' 2024-04-22T23:29:55.042 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T23:29:55.043 INFO:teuthology.packaging:ref: None 2024-04-22T23:29:55.043 INFO:teuthology.packaging:tag: None 2024-04-22T23:29:55.043 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-1618 2024-04-22T23:29:55.043 INFO:teuthology.packaging:sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:29:55.043 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-22-1618 2024-04-22T23:29:55.187 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3252.g43be0201 2024-04-22T23:29:55.188 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T23:29:55.195 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T23:29:55.195 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T23:29:55.214 INFO:teuthology.task.internal:Saving configuration 2024-04-22T23:29:55.226 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T23:29:55.232 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:29:55.257 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243', '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-22 23:24:00.204064', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIw2m5PC18jc/w7O0EfvjfFdqrovxEdwQHCW03ZYkAh/tzGTIPsT68x17qjCwkPk6aoZVTCRmezCe8phNj9hrYo='} 2024-04-22T23:29:55.283 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243', '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-22 23:24:00.202651', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBqN4LVayizuOYUMtw5DQn3v3tQKUcCcztl3c9vGPKfbP/IsMHzvJskTmWIg29CViFGGwNt9KCh1n8imXDRd/U4='} 2024-04-22T23:29:55.284 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T23:29:55.291 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-22T23:29:55.291 INFO:teuthology.task.internal:roles: ubuntu@smithi072.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-22T23:29:55.291 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T23:29:55.368 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f41c145f160>, signals=[15]) 2024-04-22T23:29:55.368 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T23:29:55.380 INFO:teuthology.task.internal:Opening connections... 2024-04-22T23:29:55.380 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2024-04-22T23:29:55.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:29:55.460 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi072.front.sepia.ceph.com 2024-04-22T23:29:55.461 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:29:55.536 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T23:29:55.547 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2024-04-22T23:29:55.565 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2024-04-22T23:29:55.566 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2024-04-22T23:29:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="CentOS Stream" 2024-04-22T23:29:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="9" 2024-04-22T23:29:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:ID="centos" 2024-04-22T23:29:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE="rhel fedora" 2024-04-22T23:29:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="9" 2024-04-22T23:29:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:PLATFORM_ID="platform:el9" 2024-04-22T23:29:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T23:29:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:ANSI_COLOR="0;31" 2024-04-22T23:29:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:LOGO="fedora-logo-icon" 2024-04-22T23:29:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T23:29:55.624 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://centos.org/" 2024-04-22T23:29:55.624 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T23:29:55.624 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T23:29:55.624 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T23:29:55.624 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2024-04-22T23:29:55.643 DEBUG:teuthology.orchestra.run.smithi072:> uname -m 2024-04-22T23:29:55.660 INFO:teuthology.orchestra.run.smithi072.stdout:x86_64 2024-04-22T23:29:55.661 DEBUG:teuthology.orchestra.run.smithi072:> cat /etc/os-release 2024-04-22T23:29:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:NAME="CentOS Stream" 2024-04-22T23:29:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION="9" 2024-04-22T23:29:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:ID="centos" 2024-04-22T23:29:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:ID_LIKE="rhel fedora" 2024-04-22T23:29:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:VERSION_ID="9" 2024-04-22T23:29:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:PLATFORM_ID="platform:el9" 2024-04-22T23:29:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T23:29:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:ANSI_COLOR="0;31" 2024-04-22T23:29:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:LOGO="fedora-logo-icon" 2024-04-22T23:29:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T23:29:55.718 INFO:teuthology.orchestra.run.smithi072.stdout:HOME_URL="https://centos.org/" 2024-04-22T23:29:55.718 INFO:teuthology.orchestra.run.smithi072.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T23:29:55.718 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T23:29:55.718 INFO:teuthology.orchestra.run.smithi072.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T23:29:55.718 INFO:teuthology.lock.ops:Updating smithi072.front.sepia.ceph.com on lock server 2024-04-22T23:29:55.742 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T23:29:55.753 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T23:29:55.766 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T23:29:55.766 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:29:55.769 DEBUG:teuthology.orchestra.run.smithi072:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:29:55.785 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T23:29:55.791 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T23:29:55.791 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:29:55.825 DEBUG:teuthology.orchestra.run.smithi072:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:29:55.852 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T23:29:55.908 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T23:29:55.927 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T23:29:55.928 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T23:29:55.928 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:29:55.928 DEBUG:teuthology.orchestra.run.smithi072:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:29:55.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:29:55.945 DEBUG:teuthology.orchestra.run.smithi072:> uname -r 2024-04-22T23:29:55.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:29:55.946 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2024-04-22T23:29:56.002 INFO:teuthology.orchestra.run.smithi072.stdout:5.14.0-437.el9.x86_64 2024-04-22T23:29:56.002 INFO:teuthology.task.kernel:Running kernel on smithi072: 5.14.0-437.el9.x86_64 2024-04-22T23:29:56.002 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum install -y kernel 2024-04-22T23:29:56.003 INFO:teuthology.orchestra.run.smithi026.stdout:5.14.0-437.el9.x86_64 2024-04-22T23:29:56.004 INFO:teuthology.task.kernel:Running kernel on smithi026: 5.14.0-437.el9.x86_64 2024-04-22T23:29:56.004 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum install -y kernel 2024-04-22T23:29:58.975 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - BaseOS 6.0 MB/s | 8.0 MB 00:01 2024-04-22T23:29:59.499 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - BaseOS 6.8 MB/s | 8.0 MB 00:01 2024-04-22T23:30:00.768 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - AppStream 27 MB/s | 19 MB 00:00 2024-04-22T23:30:01.493 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-22T23:30:04.976 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-04-22T23:30:05.728 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - CRB 9.6 MB/s | 6.2 MB 00:00 2024-04-22T23:30:06.444 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-04-22T23:30:07.363 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-22T23:30:08.612 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 10 MB/s | 21 MB 00:02 2024-04-22T23:30:08.984 INFO:teuthology.orchestra.run.smithi072.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-22T23:30:13.895 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 33 kB/s | 1.7 kB 00:00 2024-04-22T23:30:14.018 INFO:teuthology.orchestra.run.smithi072.stdout:lab-extras 23 kB/s | 1.7 kB 00:00 2024-04-22T23:30:15.834 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T23:30:15.834 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T23:30:15.884 INFO:teuthology.orchestra.run.smithi072.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T23:30:15.884 INFO:teuthology.orchestra.run.smithi072.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T23:30:15.926 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:30:15.927 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-22T23:30:15.927 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:30:16.003 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:30:16.004 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-22T23:30:16.004 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:30:16.044 DEBUG:teuthology.orchestra.run.smithi026:> echo no | sudo yum reinstall kernel || true 2024-04-22T23:30:16.133 DEBUG:teuthology.orchestra.run.smithi072:> echo no | sudo yum reinstall kernel || true 2024-04-22T23:30:16.567 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 11:30:13 PM UTC. 2024-04-22T23:30:16.632 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 11:30:13 PM UTC. 2024-04-22T23:30:16.691 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:30:16.699 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:30:16.699 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-04-22T23:30:16.699 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:30:16.700 INFO:teuthology.orchestra.run.smithi026.stdout:Reinstalling: 2024-04-22T23:30:16.700 INFO:teuthology.orchestra.run.smithi026.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:30:16.700 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:30:16.700 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:30:16.700 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:30:16.700 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:30:16.700 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 255 k 2024-04-22T23:30:16.700 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 0 2024-04-22T23:30:16.700 INFO:teuthology.orchestra.run.smithi026.stderr:Operation aborted. 2024-04-22T23:30:16.754 INFO:teuthology.orchestra.run.smithi026.stdout:Is this ok [y/N]: 2024-04-22T23:30:16.754 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum reinstall -y kernel || true 2024-04-22T23:30:16.762 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:30:16.788 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stdout:Reinstalling: 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 255 k 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 0 2024-04-22T23:30:16.789 INFO:teuthology.orchestra.run.smithi072.stderr:Operation aborted. 2024-04-22T23:30:16.864 INFO:teuthology.orchestra.run.smithi072.stdout:Is this ok [y/N]: 2024-04-22T23:30:16.864 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum reinstall -y kernel || true 2024-04-22T23:30:17.271 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 11:30:13 PM UTC. 2024-04-22T23:30:17.356 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 11:30:13 PM UTC. 2024-04-22T23:30:17.392 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout:Reinstalling: 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 255 k 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 0 2024-04-22T23:30:17.393 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:30:17.471 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:30:17.472 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:30:17.472 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2024-04-22T23:30:17.472 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:30:17.472 INFO:teuthology.orchestra.run.smithi072.stdout:Reinstalling: 2024-04-22T23:30:17.472 INFO:teuthology.orchestra.run.smithi072.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T23:30:17.473 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:30:17.473 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:30:17.473 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:30:17.473 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:30:17.473 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 255 k 2024-04-22T23:30:17.473 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 0 2024-04-22T23:30:17.473 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:30:17.805 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.7 MB/s | 255 kB 00:00 2024-04-22T23:30:17.805 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:30:17.805 INFO:teuthology.orchestra.run.smithi026.stdout:Total 619 kB/s | 255 kB 00:00 2024-04-22T23:30:17.826 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:30:18.006 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:30:18.006 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:30:18.010 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:30:18.010 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:30:18.056 INFO:teuthology.orchestra.run.smithi072.stdout:kernel-5.14.0-437.el9.x86_64.rpm 491 kB/s | 255 kB 00:00 2024-04-22T23:30:18.056 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:30:18.056 INFO:teuthology.orchestra.run.smithi072.stdout:Total 437 kB/s | 255 kB 00:00 2024-04-22T23:30:18.075 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:30:18.153 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:30:18.231 INFO:teuthology.orchestra.run.smithi026.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:30:18.231 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:30:18.276 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:30:18.276 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:30:18.281 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:30:18.281 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:30:18.454 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:30:18.534 INFO:teuthology.orchestra.run.smithi072.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:30:18.534 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:30:18.905 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:30:18.906 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:30:19.669 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:30:19.669 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:30:19.669 INFO:teuthology.orchestra.run.smithi026.stdout:Reinstalled: 2024-04-22T23:30:19.669 INFO:teuthology.orchestra.run.smithi026.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T23:30:19.669 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:30:19.669 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:30:19.686 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:30:19.686 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T23:30:19.855 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T23:30:19.903 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T23:30:19.903 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T23:30:19.903 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T23:30:19.904 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T23:30:19.904 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:30:19.937 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2024-04-22T23:30:19.969 DEBUG:teuthology.parallel:result is None 2024-04-22T23:30:20.590 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T23:30:20.590 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:30:20.590 INFO:teuthology.orchestra.run.smithi072.stdout:Reinstalled: 2024-04-22T23:30:20.590 INFO:teuthology.orchestra.run.smithi072.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T23:30:20.590 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:30:20.590 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:30:20.806 DEBUG:teuthology.orchestra.run.smithi072:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T23:30:20.853 INFO:teuthology.orchestra.run.smithi072.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T23:30:20.855 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T23:30:20.855 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T23:30:20.855 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T23:30:20.855 DEBUG:teuthology.orchestra.run.smithi072:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:30:20.890 INFO:teuthology.orchestra.run.smithi072.stdout:ttyS1 2024-04-22T23:30:20.911 DEBUG:teuthology.parallel:result is None 2024-04-22T23:30:20.912 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T23:30:20.918 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T23:30:20.919 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:30:20.922 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:30:20.967 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T23:30:20.974 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T23:30:20.986 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T23:30:20.986 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:30:20.989 DEBUG:teuthology.orchestra.run.smithi072:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:30:21.029 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T23:30:21.037 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T23:30:21.037 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T23:30:21.057 DEBUG:teuthology.orchestra.run.smithi072:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T23:30:21.093 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:30:21.099 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:30:21.105 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:30:21.108 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:30:21.110 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T23:30:21.118 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T23:30:21.118 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:30:21.149 DEBUG:teuthology.orchestra.run.smithi072:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:30:21.173 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T23:30:21.183 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T23:30:21.184 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:30:21.216 DEBUG:teuthology.orchestra.run.smithi072:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:30:21.230 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:30:21.313 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:30:21.371 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:30:21.452 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:30:21.495 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:30:21.495 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:30:21.560 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:30:21.602 DEBUG:teuthology.orchestra.run.smithi072:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:30:21.652 DEBUG:teuthology.orchestra.run.smithi072:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:30:21.735 DEBUG:teuthology.orchestra.run.smithi072:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:30:21.772 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-22T23:30:21.772 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:30:21.836 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2024-04-22T23:30:21.838 DEBUG:teuthology.orchestra.run.smithi072:> sudo service rsyslog restart 2024-04-22T23:30:21.877 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:30:21.913 INFO:teuthology.orchestra.run.smithi072.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:30:22.401 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T23:30:22.409 INFO:teuthology.task.internal:Starting timer... 2024-04-22T23:30:22.409 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T23:30:22.433 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T23:30:22.442 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T23:30:22.442 DEBUG:teuthology.orchestra.run.smithi026:> sudo service auditd rotate 2024-04-22T23:30:22.503 INFO:teuthology.orchestra.run.smithi026.stdout:Rotating logs: 2024-04-22T23:30:22.505 DEBUG:teuthology.orchestra.run.smithi072:> sudo service auditd rotate 2024-04-22T23:30:22.574 INFO:teuthology.orchestra.run.smithi072.stdout:Rotating logs: 2024-04-22T23:30:22.575 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T23:30:22.575 DEBUG:teuthology.orchestra.run.smithi026:> /usr/sbin/getenforce 2024-04-22T23:30:22.599 INFO:teuthology.orchestra.run.smithi026.stdout:Permissive 2024-04-22T23:30:22.599 DEBUG:teuthology.orchestra.run.smithi072:> /usr/sbin/getenforce 2024-04-22T23:30:22.621 INFO:teuthology.orchestra.run.smithi072.stdout:Permissive 2024-04-22T23:30:22.622 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi026.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi072.front.sepia.ceph.com': 'permissive'} 2024-04-22T23:30:22.622 DEBUG:teuthology.orchestra.run.smithi026:> 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-22T23:30:22.666 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:30:22.667 DEBUG:teuthology.orchestra.run.smithi072:> 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-22T23:30:22.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:30:22.691 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T23:30:22.691 DEBUG:teuthology.orchestra.run.smithi026:> sudo /usr/sbin/setenforce permissive 2024-04-22T23:30:22.732 DEBUG:teuthology.orchestra.run.smithi072:> sudo /usr/sbin/setenforce permissive 2024-04-22T23:30:22.755 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T23:30:22.764 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T23:30:22.781 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-22T23:30:22.783 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi072.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T23:33:55.522 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi072.front.sepia.ceph.com')] 2024-04-22T23:33:55.523 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-04-22T23:33:55.524 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:33:55.604 DEBUG:teuthology.orchestra.run.smithi026:> true 2024-04-22T23:33:55.681 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2024-04-22T23:33:55.682 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-04-22T23:33:55.682 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi072.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:33:55.757 DEBUG:teuthology.orchestra.run.smithi072:> true 2024-04-22T23:33:55.805 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi072.front.sepia.ceph.com' 2024-04-22T23:33:55.806 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T23:33:55.821 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T23:33:55.822 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:33:55.822 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:33:55.825 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:33:55.825 DEBUG:teuthology.orchestra.run.smithi072:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:33:55.851 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:33:55.866 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:33:55.873 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:33:55.887 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:33:55.891 INFO:teuthology.orchestra.run.smithi026.stderr:sudo: ntpd: command not found 2024-04-22T23:33:55.901 INFO:teuthology.orchestra.run.smithi026.stdout:506 Cannot talk to daemon 2024-04-22T23:33:55.909 INFO:teuthology.orchestra.run.smithi072.stderr:sudo: ntpd: command not found 2024-04-22T23:33:55.916 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:33:55.919 INFO:teuthology.orchestra.run.smithi072.stdout:506 Cannot talk to daemon 2024-04-22T23:33:55.931 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:33:55.932 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:33:55.945 INFO:teuthology.orchestra.run.smithi072.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:33:55.985 INFO:teuthology.orchestra.run.smithi026.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:33:55.988 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:33:55.988 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-04-22T23:33:55.988 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:55.988 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:55.988 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:55.988 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:56.003 INFO:teuthology.orchestra.run.smithi072.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:33:56.006 INFO:teuthology.orchestra.run.smithi072.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:33:56.006 INFO:teuthology.orchestra.run.smithi072.stdout:=============================================================================== 2024-04-22T23:33:56.006 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:56.007 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:56.007 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:56.007 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:33:56.007 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T23:33:56.016 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T23:33:56.016 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi026.front.sepia.ceph.com 2024-04-22T23:33:56.017 DEBUG:teuthology.orchestra.run.smithi026:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T23:33:56.017 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi072.front.sepia.ceph.com 2024-04-22T23:33:56.017 DEBUG:teuthology.orchestra.run.smithi072:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T23:33:56.569 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:43 ago on Mon 22 Apr 2024 11:33:13 PM UTC. 2024-04-22T23:33:56.578 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:39 ago on Mon 22 Apr 2024 11:33:17 PM UTC. 2024-04-22T23:33:56.684 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:33:56.685 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:33:56.685 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2024-04-22T23:33:56.685 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:33:56.685 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:33:56.685 INFO:teuthology.orchestra.run.smithi072.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T23:33:56.685 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:33:56.685 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:33:56.686 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:33:56.686 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-22T23:33:56.686 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:33:56.686 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 3.1 M 2024-04-22T23:33:56.686 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 9.8 M 2024-04-22T23:33:56.686 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:33:56.699 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 3.1 M 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 9.8 M 2024-04-22T23:33:56.700 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:33:57.220 INFO:teuthology.orchestra.run.smithi072.stdout:runc-1.1.12-2.el9.x86_64.rpm 13 MB/s | 3.1 MB 00:00 2024-04-22T23:33:57.221 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:33:57.221 INFO:teuthology.orchestra.run.smithi072.stdout:Total 5.9 MB/s | 3.1 MB 00:00 2024-04-22T23:33:57.256 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:33:57.262 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:33:57.263 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:33:57.346 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:33:57.347 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:33:57.558 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:33:57.656 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:33:58.280 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:33:58.571 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:33:58.571 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:33:58.571 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:33:58.571 INFO:teuthology.orchestra.run.smithi072.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T23:33:58.571 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:33:58.572 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:33:58.836 DEBUG:teuthology.parallel:result is None 2024-04-22T23:34:01.585 INFO:teuthology.orchestra.run.smithi026.stdout:runc-1.1.12-2.el9.x86_64.rpm 677 kB/s | 3.1 MB 00:04 2024-04-22T23:34:01.585 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:01.586 INFO:teuthology.orchestra.run.smithi026.stdout:Total 655 kB/s | 3.1 MB 00:04 2024-04-22T23:34:01.625 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:34:01.632 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:34:01.632 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:34:01.722 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:34:01.722 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:34:01.951 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:34:02.047 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:34:02.568 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:34:02.842 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T23:34:02.843 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:02.843 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:34:02.843 INFO:teuthology.orchestra.run.smithi026.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T23:34:02.843 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:02.843 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:34:03.066 DEBUG:teuthology.parallel:result is None 2024-04-22T23:34:03.066 INFO:teuthology.run_tasks:Running task install... 2024-04-22T23:34:03.076 DEBUG:teuthology.task.install:project ceph 2024-04-22T23:34:03.076 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'}} 2024-04-22T23:34:03.077 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:34:03.077 INFO:teuthology.task.install:Using flavor: default 2024-04-22T23:34:03.082 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-22T23:34:03.082 INFO:teuthology.task.install:extra packages: [] 2024-04-22T23:34:03.082 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': '43be020184947e53516056c9931e1ac5bdbbb1a5', 'tag': None, 'wait_for_package': False} 2024-04-22T23:34:03.083 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:34:03.084 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': '43be020184947e53516056c9931e1ac5bdbbb1a5', 'tag': None, 'wait_for_package': False} 2024-04-22T23:34:03.084 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:34:03.224 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/ 2024-04-22T23:34:03.225 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:34:03.296 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/ 2024-04-22T23:34:03.296 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:34:03.335 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T23:34:03.335 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-22T23:34:03.335 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:34:03.365 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-22T23:34:03.365 DEBUG:teuthology.orchestra.run.smithi072:> 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/43be020184947e53516056c9931e1ac5bdbbb1a5/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T23:34:03.406 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T23:34:03.406 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:34:03.406 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:34:03.431 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-22T23:34:03.431 DEBUG:teuthology.orchestra.run.smithi026:> 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/43be020184947e53516056c9931e1ac5bdbbb1a5/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T23:34:03.433 DEBUG:teuthology.orchestra.run.smithi072:> 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-22T23:34:03.497 DEBUG:teuthology.orchestra.run.smithi026:> 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-22T23:34:03.510 DEBUG:teuthology.orchestra.run.smithi072:> 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-22T23:34:03.575 DEBUG:teuthology.orchestra.run.smithi026:> 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-22T23:34:03.576 INFO:teuthology.orchestra.run.smithi072.stdout:check_obsoletes = 1 2024-04-22T23:34:03.577 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum clean all 2024-04-22T23:34:03.639 INFO:teuthology.orchestra.run.smithi026.stdout:check_obsoletes = 1 2024-04-22T23:34:03.641 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum clean all 2024-04-22T23:34:03.807 INFO:teuthology.orchestra.run.smithi072.stdout:48 files removed 2024-04-22T23:34:03.833 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-radosgw 2024-04-22T23:34:03.917 INFO:teuthology.orchestra.run.smithi026.stdout:48 files removed 2024-04-22T23:34:03.951 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-radosgw 2024-04-22T23:34:04.566 INFO:teuthology.orchestra.run.smithi072.stdout:ceph packages for x86_64 175 kB/s | 83 kB 00:00 2024-04-22T23:34:04.654 INFO:teuthology.orchestra.run.smithi026.stdout:ceph packages for x86_64 196 kB/s | 83 kB 00:00 2024-04-22T23:34:04.935 INFO:teuthology.orchestra.run.smithi072.stdout:ceph noarch packages 36 kB/s | 12 kB 00:00 2024-04-22T23:34:05.050 INFO:teuthology.orchestra.run.smithi026.stdout:ceph noarch packages 33 kB/s | 12 kB 00:00 2024-04-22T23:34:05.320 INFO:teuthology.orchestra.run.smithi072.stdout:ceph source packages 5.4 kB/s | 1.9 kB 00:00 2024-04-22T23:34:05.420 INFO:teuthology.orchestra.run.smithi026.stdout:ceph source packages 5.7 kB/s | 1.9 kB 00:00 2024-04-22T23:34:05.896 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-22T23:34:06.040 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.0 MB 00:00 2024-04-22T23:34:08.375 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - AppStream 16 MB/s | 19 MB 00:01 2024-04-22T23:34:10.490 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - AppStream 5.4 MB/s | 19 MB 00:03 2024-04-22T23:34:13.634 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 6.2 MB 00:01 2024-04-22T23:34:14.946 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - CRB 7.0 MB/s | 6.2 MB 00:00 2024-04-22T23:34:15.084 INFO:teuthology.orchestra.run.smithi026.stdout:CentOS Stream 9 - Extras packages 63 kB/s | 16 kB 00:00 2024-04-22T23:34:16.589 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-22T23:34:16.754 INFO:teuthology.orchestra.run.smithi072.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 16 kB 00:00 2024-04-22T23:34:18.699 INFO:teuthology.orchestra.run.smithi072.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-22T23:34:21.928 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-22T23:34:23.719 INFO:teuthology.orchestra.run.smithi072.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-22T23:34:24.160 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:34:24.163 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:34:24.163 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-22T23:34:24.163 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:34:24.163 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:34:24.163 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:34:24.163 INFO:teuthology.orchestra.run.smithi026.stdout:Upgrading: 2024-04-22T23:34:24.163 INFO:teuthology.orchestra.run.smithi026.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:34:24.163 INFO:teuthology.orchestra.run.smithi026.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:34:24.163 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:34:24.164 INFO:teuthology.orchestra.run.smithi026.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:34:24.165 INFO:teuthology.orchestra.run.smithi026.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:34:24.166 INFO:teuthology.orchestra.run.smithi026.stdout:Installing weak dependencies: 2024-04-22T23:34:24.166 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:34:24.166 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:24.166 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:34:24.166 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:34:24.166 INFO:teuthology.orchestra.run.smithi026.stdout:Install 30 Packages 2024-04-22T23:34:24.166 INFO:teuthology.orchestra.run.smithi026.stdout:Upgrade 2 Packages 2024-04-22T23:34:24.166 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:24.166 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 60 M 2024-04-22T23:34:24.167 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:34:25.936 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:34:25.939 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:34:25.939 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-22T23:34:25.939 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:34:25.939 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:34:25.939 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:34:25.939 INFO:teuthology.orchestra.run.smithi072.stdout:Upgrading: 2024-04-22T23:34:25.939 INFO:teuthology.orchestra.run.smithi072.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:34:25.939 INFO:teuthology.orchestra.run.smithi072.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:34:25.939 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-22T23:34:25.939 INFO:teuthology.orchestra.run.smithi072.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:34:25.940 INFO:teuthology.orchestra.run.smithi072.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout:Installing weak dependencies: 2024-04-22T23:34:25.941 INFO:teuthology.orchestra.run.smithi072.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:34:25.942 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:34:25.942 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:34:25.942 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:34:25.942 INFO:teuthology.orchestra.run.smithi072.stdout:Install 30 Packages 2024-04-22T23:34:25.942 INFO:teuthology.orchestra.run.smithi072.stdout:Upgrade 2 Packages 2024-04-22T23:34:25.942 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:34:25.942 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 60 M 2024-04-22T23:34:25.942 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:34:26.046 INFO:teuthology.orchestra.run.smithi026.stdout:(1/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 3.5 MB/s | 5.4 MB 00:01 2024-04-22T23:34:26.088 INFO:teuthology.orchestra.run.smithi026.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 608 kB/s | 25 kB 00:00 2024-04-22T23:34:26.179 INFO:teuthology.orchestra.run.smithi026.stdout:(3/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 8.0 MB/s | 746 kB 00:00 2024-04-22T23:34:26.255 INFO:teuthology.orchestra.run.smithi026.stdout:(4/32): libradosstriper1-19.0.0-3252.g43be0201. 6.5 MB/s | 500 kB 00:00 2024-04-22T23:34:26.630 INFO:teuthology.orchestra.run.smithi026.stdout:(5/32): librgw2-19.0.0-3252.g43be0201.el9.x86_6 14 MB/s | 5.4 MB 00:00 2024-04-22T23:34:26.680 INFO:teuthology.orchestra.run.smithi026.stdout:(6/32): python3-ceph-argparse-19.0.0-3252.g43be 908 kB/s | 45 kB 00:00 2024-04-22T23:34:26.755 INFO:teuthology.orchestra.run.smithi026.stdout:(7/32): python3-ceph-common-19.0.0-3252.g43be02 1.8 MB/s | 135 kB 00:00 2024-04-22T23:34:26.839 INFO:teuthology.orchestra.run.smithi026.stdout:(8/32): python3-cephfs-19.0.0-3252.g43be0201.el 1.9 MB/s | 161 kB 00:00 2024-04-22T23:34:26.948 INFO:teuthology.orchestra.run.smithi026.stdout:(9/32): python3-rados-19.0.0-3252.g43be0201.el9 2.9 MB/s | 321 kB 00:00 2024-04-22T23:34:27.048 INFO:teuthology.orchestra.run.smithi026.stdout:(10/32): python3-rbd-19.0.0-3252.g43be0201.el9. 2.9 MB/s | 298 kB 00:00 2024-04-22T23:34:27.140 INFO:teuthology.orchestra.run.smithi026.stdout:(11/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.1 MB/s | 99 kB 00:00 2024-04-22T23:34:27.228 INFO:teuthology.orchestra.run.smithi072.stdout:(1/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 5.2 MB/s | 5.4 MB 00:01 2024-04-22T23:34:27.295 INFO:teuthology.orchestra.run.smithi072.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 377 kB/s | 25 kB 00:00 2024-04-22T23:34:27.382 INFO:teuthology.orchestra.run.smithi026.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 443 kB/s | 107 kB 00:00 2024-04-22T23:34:27.438 INFO:teuthology.orchestra.run.smithi072.stdout:(3/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 5.1 MB/s | 746 kB 00:00 2024-04-22T23:34:27.549 INFO:teuthology.orchestra.run.smithi026.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 962 kB/s | 160 kB 00:00 2024-04-22T23:34:27.571 INFO:teuthology.orchestra.run.smithi072.stdout:(4/32): libradosstriper1-19.0.0-3252.g43be0201. 3.7 MB/s | 500 kB 00:00 2024-04-22T23:34:27.607 INFO:teuthology.orchestra.run.smithi026.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 776 kB/s | 45 kB 00:00 2024-04-22T23:34:28.008 INFO:teuthology.orchestra.run.smithi026.stdout:(15/32): ceph-radosgw-19.0.0-3252.g43be0201.el9 3.0 MB/s | 11 MB 00:03 2024-04-22T23:34:28.033 INFO:teuthology.orchestra.run.smithi026.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.5 MB/s | 662 kB 00:00 2024-04-22T23:34:28.150 INFO:teuthology.orchestra.run.smithi026.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.0 MB/s | 292 kB 00:00 2024-04-22T23:34:28.208 INFO:teuthology.orchestra.run.smithi026.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 241 kB/s | 42 kB 00:00 2024-04-22T23:34:28.275 INFO:teuthology.orchestra.run.smithi026.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 538 kB/s | 36 kB 00:00 2024-04-22T23:34:28.301 INFO:teuthology.orchestra.run.smithi026.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.4 MB/s | 221 kB 00:00 2024-04-22T23:34:28.334 INFO:teuthology.orchestra.run.smithi026.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 810 kB/s | 47 kB 00:00 2024-04-22T23:34:28.355 INFO:teuthology.orchestra.run.smithi072.stdout:(5/32): ceph-radosgw-19.0.0-3252.g43be0201.el9. 4.9 MB/s | 11 MB 00:02 2024-04-22T23:34:28.451 INFO:teuthology.orchestra.run.smithi026.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.0 MB/s | 309 kB 00:00 2024-04-22T23:34:28.489 INFO:teuthology.orchestra.run.smithi072.stdout:(6/32): librgw2-19.0.0-3252.g43be0201.el9.x86_6 5.9 MB/s | 5.4 MB 00:00 2024-04-22T23:34:28.493 INFO:teuthology.orchestra.run.smithi026.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 623 kB/s | 26 kB 00:00 2024-04-22T23:34:28.514 INFO:teuthology.orchestra.run.smithi072.stdout:(7/32): python3-ceph-argparse-19.0.0-3252.g43be 283 kB/s | 45 kB 00:00 2024-04-22T23:34:28.535 INFO:teuthology.orchestra.run.smithi026.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 1.1 MB/s | 49 kB 00:00 2024-04-22T23:34:28.540 INFO:teuthology.orchestra.run.smithi072.stdout:(8/32): python3-ceph-common-19.0.0-3252.g43be02 2.6 MB/s | 135 kB 00:00 2024-04-22T23:34:28.574 INFO:teuthology.orchestra.run.smithi072.stdout:(9/32): python3-cephfs-19.0.0-3252.g43be0201.el 2.7 MB/s | 161 kB 00:00 2024-04-22T23:34:28.577 INFO:teuthology.orchestra.run.smithi026.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.6 MB/s | 67 kB 00:00 2024-04-22T23:34:28.608 INFO:teuthology.orchestra.run.smithi072.stdout:(10/32): python3-rados-19.0.0-3252.g43be0201.el 4.6 MB/s | 321 kB 00:00 2024-04-22T23:34:28.642 INFO:teuthology.orchestra.run.smithi072.stdout:(11/32): python3-rbd-19.0.0-3252.g43be0201.el9. 4.3 MB/s | 298 kB 00:00 2024-04-22T23:34:28.669 INFO:teuthology.orchestra.run.smithi072.stdout:(12/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.6 MB/s | 99 kB 00:00 2024-04-22T23:34:28.704 INFO:teuthology.orchestra.run.smithi026.stdout:(26/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 6.4 MB/s | 838 kB 00:00 2024-04-22T23:34:28.736 INFO:teuthology.orchestra.run.smithi072.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 1.1 MB/s | 107 kB 00:00 2024-04-22T23:34:28.746 INFO:teuthology.orchestra.run.smithi026.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 4.5 MB/s | 192 kB 00:00 2024-04-22T23:34:28.803 INFO:teuthology.orchestra.run.smithi072.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 676 kB/s | 45 kB 00:00 2024-04-22T23:34:28.813 INFO:teuthology.orchestra.run.smithi026.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 9.2 MB/s | 4.4 MB 00:00 2024-04-22T23:34:28.923 INFO:teuthology.orchestra.run.smithi026.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 9.0 MB/s | 1.6 MB 00:00 2024-04-22T23:34:29.162 INFO:teuthology.orchestra.run.smithi072.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 325 kB/s | 160 kB 00:00 2024-04-22T23:34:29.422 INFO:teuthology.orchestra.run.smithi026.stdout:(30/32): librados2-19.0.0-3252.g43be0201.el9.x8 5.6 MB/s | 3.4 MB 00:00 2024-04-22T23:34:29.571 INFO:teuthology.orchestra.run.smithi072.stdout:(16/32): ceph-common-19.0.0-3252.g43be0201.el9. 6.3 MB/s | 21 MB 00:03 2024-04-22T23:34:29.605 INFO:teuthology.orchestra.run.smithi072.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 826 kB/s | 662 kB 00:00 2024-04-22T23:34:29.639 INFO:teuthology.orchestra.run.smithi072.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 614 kB/s | 292 kB 00:00 2024-04-22T23:34:29.639 INFO:teuthology.orchestra.run.smithi026.stdout:(31/32): ceph-common-19.0.0-3252.g43be0201.el9. 4.1 MB/s | 21 MB 00:05 2024-04-22T23:34:29.664 INFO:teuthology.orchestra.run.smithi072.stdout:(19/32): python3-prettytable-0.7.2-27.el9.noarc 456 kB/s | 42 kB 00:00 2024-04-22T23:34:29.698 INFO:teuthology.orchestra.run.smithi026.stdout:(32/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 4.1 MB/s | 3.1 MB 00:00 2024-04-22T23:34:29.701 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:29.701 INFO:teuthology.orchestra.run.smithi026.stdout:Total 11 MB/s | 60 MB 00:05 2024-04-22T23:34:29.748 INFO:teuthology.orchestra.run.smithi072.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.5 MB/s | 221 kB 00:00 2024-04-22T23:34:29.774 INFO:teuthology.orchestra.run.smithi072.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 434 kB/s | 47 kB 00:00 2024-04-22T23:34:29.802 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:34:29.843 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:34:29.843 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:34:30.335 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:34:30.335 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:34:30.391 INFO:teuthology.orchestra.run.smithi072.stdout:(22/32): qatlib-service-24.02.0-1.el9.x86_64.rp 48 kB/s | 36 kB 00:00 2024-04-22T23:34:30.441 INFO:teuthology.orchestra.run.smithi072.stdout:(23/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 446 kB/s | 309 kB 00:00 2024-04-22T23:34:30.550 INFO:teuthology.orchestra.run.smithi072.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 447 kB/s | 49 kB 00:00 2024-04-22T23:34:30.667 INFO:teuthology.orchestra.run.smithi072.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 576 kB/s | 67 kB 00:00 2024-04-22T23:34:30.793 INFO:teuthology.orchestra.run.smithi072.stdout:(26/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 65 kB/s | 26 kB 00:00 2024-04-22T23:34:30.887 INFO:teuthology.orchestra.run.smithi072.stdout:(27/32): libarrow-9.0.0-10.el9.x86_64.rpm 4.0 MB/s | 4.4 MB 00:01 2024-04-22T23:34:30.962 INFO:teuthology.orchestra.run.smithi072.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 2.8 MB/s | 838 kB 00:00 2024-04-22T23:34:31.038 INFO:teuthology.orchestra.run.smithi072.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-04-22T23:34:31.130 INFO:teuthology.orchestra.run.smithi072.stdout:(30/32): re2-20211101-3.el9.x86_64.rpm 569 kB/s | 192 kB 00:00 2024-04-22T23:34:31.355 INFO:teuthology.orchestra.run.smithi072.stdout:(31/32): librados2-19.0.0-3252.g43be0201.el9.x8 8.7 MB/s | 3.4 MB 00:00 2024-04-22T23:34:31.539 INFO:teuthology.orchestra.run.smithi072.stdout:(32/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 6.3 MB/s | 3.1 MB 00:00 2024-04-22T23:34:31.545 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:31.545 INFO:teuthology.orchestra.run.smithi072.stdout:Total 11 MB/s | 60 MB 00:05 2024-04-22T23:34:31.647 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:34:31.683 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:34:31.683 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:34:31.793 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:34:31.874 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:34:31.902 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:34:31.928 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:34:31.951 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:34:31.976 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:34:32.151 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:34:32.152 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:34:32.152 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:34:32.206 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:34:32.552 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:34:32.663 INFO:teuthology.orchestra.run.smithi026.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:32.756 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:32.845 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:34:32.889 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:34:32.944 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:34:32.973 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:34:33.017 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:34:33.087 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:34:33.117 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:34:33.184 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:34:33.227 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:34:33.362 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:34:33.416 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:34:33.456 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:34:33.489 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:34:33.519 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:34:33.551 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:34:33.610 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:34:33.700 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:34:33.738 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:34:33.764 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:34:33.788 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:34:33.807 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:34:33.881 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:34:33.923 INFO:teuthology.orchestra.run.smithi026.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:34:33.998 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:34:34.014 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:34:34.044 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:34:34.061 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:34:34.081 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:34:34.393 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:34:34.581 INFO:teuthology.orchestra.run.smithi072.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:34.587 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:34:34.617 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:34:34.665 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:34.688 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:34:34.752 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:34:34.768 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:34:34.775 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:34:34.794 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:34:34.838 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:34:34.876 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:34:34.919 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:34:34.989 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:34:35.029 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:34:35.096 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:34:35.130 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:34:35.238 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:34:35.266 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:34:35.306 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:34:35.340 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:34:35.370 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:34:35.404 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:34:35.733 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:34:35.786 INFO:teuthology.orchestra.run.smithi072.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:34:35.878 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:34:35.917 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:34:35.962 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:34:36.461 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:34:36.491 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:34:36.548 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:34:36.617 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:34:36.647 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:34:37.339 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:37.374 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:37.943 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:37.985 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:34:38.068 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:34:38.069 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:34:38.069 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T23:34:38.069 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:38.095 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:39.004 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:39.050 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:39.590 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:34:39.642 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:34:39.733 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:34:39.734 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:34:39.734 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T23:34:39.734 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:34:39.769 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:47.967 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:47.968 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /sys 2024-04-22T23:34:47.968 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /proc 2024-04-22T23:34:47.968 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /mnt 2024-04-22T23:34:47.968 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /var/tmp 2024-04-22T23:34:47.968 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /home 2024-04-22T23:34:47.968 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /root 2024-04-22T23:34:47.968 INFO:teuthology.orchestra.run.smithi026.stdout:skipping the directory /tmp 2024-04-22T23:34:47.968 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:48.970 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:34:48.995 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:34:48.996 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:34:48.996 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:34:48.996 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:34:48.996 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:34:48.996 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:48.997 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:34:49.081 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:34:49.081 INFO:teuthology.orchestra.run.smithi026.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:34:50.223 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:34:50.224 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:34:50.225 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:34:50.225 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:34:50.225 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:34:50.225 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:34:50.225 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:34:50.225 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:50.225 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:34:50.225 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:34:50.939 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:50.939 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:50.939 INFO:teuthology.orchestra.run.smithi026.stdout:Upgraded: 2024-04-22T23:34:50.939 INFO:teuthology.orchestra.run.smithi026.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.939 INFO:teuthology.orchestra.run.smithi026.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.939 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:34:50.939 INFO:teuthology.orchestra.run.smithi026.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:34:50.939 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.940 INFO:teuthology.orchestra.run.smithi026.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:34:50.941 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:50.942 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:34:51.150 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:51.150 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /sys 2024-04-22T23:34:51.150 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /proc 2024-04-22T23:34:51.150 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /mnt 2024-04-22T23:34:51.150 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /var/tmp 2024-04-22T23:34:51.151 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /home 2024-04-22T23:34:51.151 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /root 2024-04-22T23:34:51.151 INFO:teuthology.orchestra.run.smithi072.stdout:skipping the directory /tmp 2024-04-22T23:34:51.151 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:34:51.302 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-test 2024-04-22T23:34:51.838 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:30 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:34:51.962 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:34:51.963 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:34:51.964 INFO:teuthology.orchestra.run.smithi026.stdout:Install 4 Packages 2024-04-22T23:34:51.964 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:34:51.964 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 50 M 2024-04-22T23:34:51.964 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 211 M 2024-04-22T23:34:51.964 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:34:52.152 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:34:52.175 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:34:52.175 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:34:52.176 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:34:52.176 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:34:52.176 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:34:52.176 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:34:52.177 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:34:52.252 INFO:teuthology.orchestra.run.smithi026.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.3 MB/s | 305 kB 00:00 2024-04-22T23:34:52.275 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:34:52.275 INFO:teuthology.orchestra.run.smithi072.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:52.311 INFO:teuthology.orchestra.run.smithi026.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-04-22T23:34:52.403 INFO:teuthology.orchestra.run.smithi026.stdout:(3/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 438 kB/s | 163 kB 00:00 2024-04-22T23:34:53.717 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:34:53.718 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:34:53.719 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:34:53.720 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:34:53.720 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:34:53.720 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:34:53.720 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:34:54.420 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:34:54.420 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout:Upgraded: 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:34:54.421 INFO:teuthology.orchestra.run.smithi072.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:34:54.422 INFO:teuthology.orchestra.run.smithi072.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:34:54.423 INFO:teuthology.orchestra.run.smithi072.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:34:54.423 INFO:teuthology.orchestra.run.smithi072.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:34:54.423 INFO:teuthology.orchestra.run.smithi072.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:34:54.423 INFO:teuthology.orchestra.run.smithi072.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:34:54.423 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:34:54.423 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:34:54.619 INFO:teuthology.orchestra.run.smithi026.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 19 MB/s | 49 MB 00:02 2024-04-22T23:34:54.622 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:54.622 INFO:teuthology.orchestra.run.smithi026.stdout:Total 19 MB/s | 50 MB 00:02 2024-04-22T23:34:54.649 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:34:54.671 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:34:54.671 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:34:54.799 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-test 2024-04-22T23:34:55.062 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:34:55.063 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:34:55.318 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:32 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:34:55.436 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:34:55.437 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:34:55.437 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-22T23:34:55.437 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:34:55.437 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:34:55.437 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:34:55.438 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-22T23:34:55.438 INFO:teuthology.orchestra.run.smithi072.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:34:55.438 INFO:teuthology.orchestra.run.smithi072.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:34:55.438 INFO:teuthology.orchestra.run.smithi072.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:34:55.438 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:34:55.438 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:34:55.438 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:34:55.438 INFO:teuthology.orchestra.run.smithi072.stdout:Install 4 Packages 2024-04-22T23:34:55.438 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:34:55.439 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 50 M 2024-04-22T23:34:55.439 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 211 M 2024-04-22T23:34:55.439 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:34:55.611 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:34:55.665 INFO:teuthology.orchestra.run.smithi072.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-04-22T23:34:55.696 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:34:55.707 INFO:teuthology.orchestra.run.smithi072.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-04-22T23:34:55.744 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:34:55.771 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:34:55.899 INFO:teuthology.orchestra.run.smithi072.stdout:(3/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 410 kB/s | 163 kB 00:00 2024-04-22T23:34:58.300 INFO:teuthology.orchestra.run.smithi072.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 18 MB/s | 49 MB 00:02 2024-04-22T23:34:58.302 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:34:58.303 INFO:teuthology.orchestra.run.smithi072.stdout:Total 17 MB/s | 50 MB 00:02 2024-04-22T23:34:58.329 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:34:58.350 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:34:58.350 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:34:58.719 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:34:58.720 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:34:59.248 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:34:59.337 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:34:59.377 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:34:59.405 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:35:00.653 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:35:00.728 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:35:02.995 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:35:02.995 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:35:02.995 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:35:02.996 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:35:03.266 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:35:03.266 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:03.266 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:35:03.266 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:03.266 INFO:teuthology.orchestra.run.smithi026.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:03.266 INFO:teuthology.orchestra.run.smithi026.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:35:03.266 INFO:teuthology.orchestra.run.smithi026.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:35:03.266 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:03.266 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:03.528 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph 2024-04-22T23:35:04.014 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:35:04.059 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:43 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:04.107 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:35:04.187 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:04.190 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:04.190 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-22T23:35:04.190 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:04.190 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:35:04.190 INFO:teuthology.orchestra.run.smithi026.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:35:04.191 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-collections 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:35:04.192 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:04.193 INFO:teuthology.orchestra.run.smithi026.stdout:Install 36 Packages 2024-04-22T23:35:04.194 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:04.194 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 30 M 2024-04-22T23:35:04.194 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 107 M 2024-04-22T23:35:04.194 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:35:05.087 INFO:teuthology.orchestra.run.smithi026.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 36 kB/s | 6.6 kB 00:00 2024-04-22T23:35:05.437 INFO:teuthology.orchestra.run.smithi026.stdout:(2/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86_ 13 MB/s | 4.7 MB 00:00 2024-04-22T23:35:06.504 INFO:teuthology.orchestra.run.smithi026.stdout:(3/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86_ 16 MB/s | 17 MB 00:01 2024-04-22T23:35:06.554 INFO:teuthology.orchestra.run.smithi026.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3252.g43be 4.9 MB/s | 249 kB 00:00 2024-04-22T23:35:06.771 INFO:teuthology.orchestra.run.smithi026.stdout:(5/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 1.3 MB/s | 2.4 MB 00:01 2024-04-22T23:35:06.805 INFO:teuthology.orchestra.run.smithi026.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.0 MB/s | 253 kB 00:00 2024-04-22T23:35:06.905 INFO:teuthology.orchestra.run.smithi026.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.0 MB/s | 106 kB 00:00 2024-04-22T23:35:07.006 INFO:teuthology.orchestra.run.smithi026.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.3 MB/s | 135 kB 00:00 2024-04-22T23:35:07.097 INFO:teuthology.orchestra.run.smithi026.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.3 MB/s | 125 kB 00:00 2024-04-22T23:35:07.139 INFO:teuthology.orchestra.run.smithi026.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 3.3 MB/s | 1.2 MB 00:00 2024-04-22T23:35:07.198 INFO:teuthology.orchestra.run.smithi026.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.1 MB/s | 215 kB 00:00 2024-04-22T23:35:07.357 INFO:teuthology.orchestra.run.smithi026.stdout:(12/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86 624 kB/s | 1.5 MB 00:02 2024-04-22T23:35:07.632 INFO:teuthology.orchestra.run.smithi026.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 126 kB/s | 35 kB 00:00 2024-04-22T23:35:07.757 INFO:teuthology.orchestra.run.smithi026.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 305 kB/s | 188 kB 00:00 2024-04-22T23:35:07.782 INFO:teuthology.orchestra.run.smithi026.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 295 kB/s | 172 kB 00:00 2024-04-22T23:35:07.833 INFO:teuthology.orchestra.run.smithi026.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 254 kB/s | 51 kB 00:00 2024-04-22T23:35:07.858 INFO:teuthology.orchestra.run.smithi026.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 414 kB/s | 42 kB 00:00 2024-04-22T23:35:07.883 INFO:teuthology.orchestra.run.smithi026.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-04-22T23:35:07.911 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:35:07.911 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:35:07.911 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:35:07.911 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:35:08.108 INFO:teuthology.orchestra.run.smithi026.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 548 kB/s | 151 kB 00:00 2024-04-22T23:35:08.125 INFO:teuthology.orchestra.run.smithi026.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 163 kB/s | 43 kB 00:00 2024-04-22T23:35:08.192 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:35:08.192 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:08.192 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:35:08.192 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:08.192 INFO:teuthology.orchestra.run.smithi072.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:08.192 INFO:teuthology.orchestra.run.smithi072.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:35:08.192 INFO:teuthology.orchestra.run.smithi072.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:35:08.192 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:08.193 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:35:08.193 INFO:teuthology.orchestra.run.smithi026.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 160 kB/s | 11 kB 00:00 2024-04-22T23:35:08.259 INFO:teuthology.orchestra.run.smithi026.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.3 MB/s | 358 kB 00:00 2024-04-22T23:35:08.285 INFO:teuthology.orchestra.run.smithi026.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 498 kB/s | 172 kB 00:00 2024-04-22T23:35:08.310 INFO:teuthology.orchestra.run.smithi026.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 151 kB/s | 18 kB 00:00 2024-04-22T23:35:08.335 INFO:teuthology.orchestra.run.smithi026.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-04-22T23:35:08.361 INFO:teuthology.orchestra.run.smithi026.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 257 kB/s | 19 kB 00:00 2024-04-22T23:35:08.386 INFO:teuthology.orchestra.run.smithi026.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 260 kB/s | 20 kB 00:00 2024-04-22T23:35:08.411 INFO:teuthology.orchestra.run.smithi026.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 612 kB/s | 46 kB 00:00 2024-04-22T23:35:08.478 INFO:teuthology.orchestra.run.smithi026.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 673 kB/s | 79 kB 00:00 2024-04-22T23:35:08.502 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph 2024-04-22T23:35:08.503 INFO:teuthology.orchestra.run.smithi026.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 179 kB/s | 16 kB 00:00 2024-04-22T23:35:08.537 INFO:teuthology.orchestra.run.smithi026.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2024-04-22T23:35:08.562 INFO:teuthology.orchestra.run.smithi026.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 611 kB/s | 36 kB 00:00 2024-04-22T23:35:08.587 INFO:teuthology.orchestra.run.smithi026.stdout:(33/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.3 MB/s | 272 kB 00:00 2024-04-22T23:35:08.621 INFO:teuthology.orchestra.run.smithi026.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.7 MB/s | 230 kB 00:00 2024-04-22T23:35:08.646 INFO:teuthology.orchestra.run.smithi026.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 341 kB/s | 20 kB 00:00 2024-04-22T23:35:08.688 INFO:teuthology.orchestra.run.smithi026.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.3 MB/s | 427 kB 00:00 2024-04-22T23:35:08.693 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:08.693 INFO:teuthology.orchestra.run.smithi026.stdout:Total 6.7 MB/s | 30 MB 00:04 2024-04-22T23:35:08.833 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:35:08.878 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:35:08.878 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:35:09.017 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:00:46 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:35:09.141 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:35:09.144 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-collections 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:35:09.145 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:35:09.146 INFO:teuthology.orchestra.run.smithi072.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:35:09.147 INFO:teuthology.orchestra.run.smithi072.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:35:09.147 INFO:teuthology.orchestra.run.smithi072.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:35:09.147 INFO:teuthology.orchestra.run.smithi072.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:35:09.147 INFO:teuthology.orchestra.run.smithi072.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:35:09.147 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:09.147 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:35:09.147 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:09.147 INFO:teuthology.orchestra.run.smithi072.stdout:Install 36 Packages 2024-04-22T23:35:09.147 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:09.148 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 30 M 2024-04-22T23:35:09.148 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 107 M 2024-04-22T23:35:09.148 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:35:09.190 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:35:09.190 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:35:09.943 INFO:teuthology.orchestra.run.smithi072.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 29 kB/s | 6.6 kB 00:00 2024-04-22T23:35:10.478 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:35:10.533 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:35:10.566 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:35:10.593 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:35:10.660 INFO:teuthology.orchestra.run.smithi072.stdout:(2/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 1.6 MB/s | 1.5 MB 00:00 2024-04-22T23:35:10.669 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:35:10.718 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:35:10.750 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:35:10.848 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:35:10.941 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:35:10.952 INFO:teuthology.orchestra.run.smithi072.stdout:(3/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 1.9 MB/s | 2.4 MB 00:01 2024-04-22T23:35:10.987 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:35:11.013 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:35:11.043 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:35:11.078 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:35:11.111 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:35:11.128 INFO:teuthology.orchestra.run.smithi072.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3252.g43be 1.4 MB/s | 249 kB 00:00 2024-04-22T23:35:11.152 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:35:11.203 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:35:11.238 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:35:11.275 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:35:11.353 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:35:11.505 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:35:11.588 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:35:11.604 INFO:teuthology.orchestra.run.smithi072.stdout:(5/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86_ 2.8 MB/s | 4.7 MB 00:01 2024-04-22T23:35:11.646 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:35:11.684 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:35:11.742 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:35:11.876 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:35:12.137 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:35:12.187 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:35:12.269 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:35:12.295 INFO:teuthology.orchestra.run.smithi072.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 217 kB/s | 253 kB 00:01 2024-04-22T23:35:12.366 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:35:12.404 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:35:12.526 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:35:12.692 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:35:12.721 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:35:12.748 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:35:12.748 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:12.748 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:35:12.748 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:35:12.749 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:35:12.749 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:12.963 INFO:teuthology.orchestra.run.smithi072.stdout:(7/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86_ 7.3 MB/s | 17 MB 00:02 2024-04-22T23:35:13.321 INFO:teuthology.orchestra.run.smithi072.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 104 kB/s | 106 kB 00:01 2024-04-22T23:35:13.764 INFO:teuthology.orchestra.run.smithi072.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 169 kB/s | 135 kB 00:00 2024-04-22T23:35:13.998 INFO:teuthology.orchestra.run.smithi072.stdout:(10/36): python3-cryptography-36.0.1-4.el9.x86_ 525 kB/s | 1.2 MB 00:02 2024-04-22T23:35:14.081 INFO:teuthology.orchestra.run.smithi072.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 165 kB/s | 125 kB 00:00 2024-04-22T23:35:14.272 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:35:14.299 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:35:14.299 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:14.299 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:35:14.299 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:35:14.299 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:35:14.300 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:14.742 INFO:teuthology.orchestra.run.smithi072.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 219 kB/s | 215 kB 00:00 2024-04-22T23:35:14.764 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:35:14.788 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:35:14.788 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:14.789 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:35:14.789 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:35:14.789 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:35:14.789 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:14.892 INFO:teuthology.orchestra.run.smithi072.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 217 kB/s | 188 kB 00:00 2024-04-22T23:35:14.959 INFO:teuthology.orchestra.run.smithi072.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 196 kB/s | 172 kB 00:00 2024-04-22T23:35:15.023 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:35:15.047 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:35:15.047 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:15.047 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:35:15.048 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:35:15.048 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:35:15.048 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:15.113 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:35:15.376 INFO:teuthology.orchestra.run.smithi072.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 55 kB/s | 35 kB 00:00 2024-04-22T23:35:15.485 INFO:teuthology.orchestra.run.smithi072.stdout:(16/36): lua-devel-5.4.4-4.el9.x86_64.rpm 206 kB/s | 22 kB 00:00 2024-04-22T23:35:15.586 INFO:teuthology.orchestra.run.smithi072.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 74 kB/s | 51 kB 00:00 2024-04-22T23:35:15.611 INFO:teuthology.orchestra.run.smithi072.stdout:(18/36): python3-toml-0.10.2-6.el9.noarch.rpm 64 kB/s | 42 kB 00:00 2024-04-22T23:35:15.787 INFO:teuthology.orchestra.run.smithi072.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 501 kB/s | 151 kB 00:00 2024-04-22T23:35:15.812 INFO:teuthology.orchestra.run.smithi072.stdout:(20/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 193 kB/s | 43 kB 00:00 2024-04-22T23:35:15.888 INFO:teuthology.orchestra.run.smithi072.stdout:(21/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-04-22T23:35:15.922 INFO:teuthology.orchestra.run.smithi072.stdout:(22/36): python3-cherrypy-18.6.1-2.el9.noarch.r 2.6 MB/s | 358 kB 00:00 2024-04-22T23:35:15.947 INFO:teuthology.orchestra.run.smithi072.stdout:(23/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 512 kB/s | 172 kB 00:00 2024-04-22T23:35:15.973 INFO:teuthology.orchestra.run.smithi072.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 209 kB/s | 18 kB 00:00 2024-04-22T23:35:15.998 INFO:teuthology.orchestra.run.smithi072.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 303 kB/s | 23 kB 00:00 2024-04-22T23:35:16.024 INFO:teuthology.orchestra.run.smithi072.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 255 kB/s | 19 kB 00:00 2024-04-22T23:35:16.049 INFO:teuthology.orchestra.run.smithi072.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 258 kB/s | 20 kB 00:00 2024-04-22T23:35:16.077 INFO:teuthology.orchestra.run.smithi072.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 596 kB/s | 46 kB 00:00 2024-04-22T23:35:16.102 INFO:teuthology.orchestra.run.smithi072.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-04-22T23:35:16.153 INFO:teuthology.orchestra.run.smithi072.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 217 kB/s | 16 kB 00:00 2024-04-22T23:35:16.178 INFO:teuthology.orchestra.run.smithi072.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-22T23:35:16.229 INFO:teuthology.orchestra.run.smithi072.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.5 MB/s | 272 kB 00:00 2024-04-22T23:35:16.254 INFO:teuthology.orchestra.run.smithi072.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 353 kB/s | 36 kB 00:00 2024-04-22T23:35:16.305 INFO:teuthology.orchestra.run.smithi072.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-04-22T23:35:16.347 INFO:teuthology.orchestra.run.smithi072.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 217 kB/s | 20 kB 00:00 2024-04-22T23:35:16.380 INFO:teuthology.orchestra.run.smithi072.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.8 MB/s | 427 kB 00:00 2024-04-22T23:35:16.383 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:16.383 INFO:teuthology.orchestra.run.smithi072.stdout:Total 4.2 MB/s | 30 MB 00:07 2024-04-22T23:35:16.518 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:35:16.558 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:35:16.558 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:35:16.845 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:35:16.845 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:35:16.845 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:35:16.845 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:35:16.845 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:35:16.845 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:35:16.845 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:35:16.846 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:35:16.847 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:35:16.847 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:35:16.847 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:35:16.847 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:35:16.847 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:35:16.848 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:35:16.848 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:35:16.848 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:35:16.848 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:35:16.848 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:35:16.848 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:35:16.848 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:35:16.849 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:35:16.849 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:35:16.849 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:35:16.857 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:35:16.858 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:35:17.819 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:35:17.819 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:17.819 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:35:17.819 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:35:17.820 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:35:17.821 INFO:teuthology.orchestra.run.smithi026.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:35:17.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:35:17.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:35:17.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:35:17.822 INFO:teuthology.orchestra.run.smithi026.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:35:17.822 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:17.822 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:18.114 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:35:18.164 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-base 2024-04-22T23:35:18.184 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:35:18.225 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:35:18.254 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:35:18.328 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:35:18.372 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:35:18.406 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:35:18.508 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:35:18.595 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:35:18.644 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:35:18.681 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:35:18.713 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:57 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:18.719 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:35:18.755 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:35:18.789 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:35:18.795 INFO:teuthology.orchestra.run.smithi026.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:18.830 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:35:18.839 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:18.841 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-22T23:35:18.841 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:18.874 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:35:18.905 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install cephadm 2024-04-22T23:35:18.908 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:35:18.949 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:35:19.033 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:35:19.181 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:35:19.270 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:35:19.325 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:35:19.380 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:35:19.438 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:19.438 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:35:19.503 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:35:19.565 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:19.566 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:19.566 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-22T23:35:19.566 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:19.566 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:35:19.566 INFO:teuthology.orchestra.run.smithi026.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:35:19.566 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:19.566 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:35:19.566 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:19.567 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-22T23:35:19.567 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:19.567 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 763 k 2024-04-22T23:35:19.567 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 770 k 2024-04-22T23:35:19.567 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:35:19.699 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:35:19.756 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:35:19.835 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:35:19.881 INFO:teuthology.orchestra.run.smithi026.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 2.4 MB/s | 763 kB 00:00 2024-04-22T23:35:19.881 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:19.882 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.4 MB/s | 763 kB 00:00 2024-04-22T23:35:19.882 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:35:19.887 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:35:19.888 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:35:19.893 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:35:19.894 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:35:19.924 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:35:19.966 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:35:19.973 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:35:20.100 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:35:20.276 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:35:20.305 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:35:20.329 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:35:20.330 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:20.330 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:35:20.330 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:35:20.330 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:35:20.330 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:20.362 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:20.452 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:20.774 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:21.031 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:21.031 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:21.031 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:35:21.031 INFO:teuthology.orchestra.run.smithi026.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:21.031 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:21.031 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:21.235 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:35:21.773 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:35:21.776 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:00 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:21.799 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:35:21.799 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:21.799 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:35:21.799 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:35:21.800 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:35:21.800 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:21.902 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:21.902 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:21.902 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-04-22T23:35:21.903 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:21.903 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:35:21.903 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:35:21.903 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:21.903 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:35:21.904 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:21.904 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-22T23:35:21.904 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:21.905 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 145 k 2024-04-22T23:35:21.905 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 435 k 2024-04-22T23:35:21.905 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:35:22.128 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 646 kB/s | 145 kB 00:00 2024-04-22T23:35:22.129 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:22.129 INFO:teuthology.orchestra.run.smithi026.stdout:Total 641 kB/s | 145 kB 00:00 2024-04-22T23:35:22.130 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:35:22.138 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:35:22.138 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:35:22.198 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:35:22.198 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:35:22.241 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:35:22.264 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:35:22.264 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:22.264 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:35:22.264 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:35:22.264 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:35:22.264 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:22.355 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:35:22.430 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:22.459 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:22.459 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:22.459 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:35:22.459 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:22.484 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:35:22.507 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:35:22.507 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:22.507 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:35:22.507 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:35:22.508 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:35:22.508 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:22.571 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:35:23.378 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:23.378 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:23.378 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:35:23.378 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:23.378 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:23.378 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:23.619 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr 2024-04-22T23:35:24.158 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:24.240 INFO:teuthology.orchestra.run.smithi026.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:24.283 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:24.284 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-22T23:35:24.285 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:24.355 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:35:24.880 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:25.005 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:25.006 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:25.006 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-22T23:35:25.006 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:25.006 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:35:25.006 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:35:25.006 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-22T23:35:25.006 INFO:teuthology.orchestra.run.smithi026.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:35:25.006 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:25.007 INFO:teuthology.orchestra.run.smithi026.stdout:Install 12 Packages 2024-04-22T23:35:25.008 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:25.009 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 8.6 M 2024-04-22T23:35:25.009 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 104 M 2024-04-22T23:35:25.009 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:35:25.091 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:35:25.091 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:35:25.091 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:35:25.091 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:35:25.091 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:35:25.092 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:35:25.093 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:35:25.093 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:35:25.093 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:35:25.093 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:35:25.093 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:35:25.093 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:35:25.094 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:35:25.094 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:35:25.094 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:35:25.094 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:35:25.094 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:35:25.094 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:35:25.094 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:35:25.095 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:35:25.095 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:35:25.095 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:35:25.807 INFO:teuthology.orchestra.run.smithi026.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3252.g43 176 kB/s | 34 kB 00:00 2024-04-22T23:35:25.874 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:35:25.874 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:25.874 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:35:25.874 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:25.874 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:25.874 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:35:25.875 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:35:25.876 INFO:teuthology.orchestra.run.smithi072.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:35:25.877 INFO:teuthology.orchestra.run.smithi072.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:35:25.877 INFO:teuthology.orchestra.run.smithi072.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:35:25.877 INFO:teuthology.orchestra.run.smithi072.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:35:25.877 INFO:teuthology.orchestra.run.smithi072.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:35:25.877 INFO:teuthology.orchestra.run.smithi072.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:35:25.877 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:25.877 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:35:25.899 INFO:teuthology.orchestra.run.smithi026.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3252.g43b 57 kB/s | 16 kB 00:00 2024-04-22T23:35:26.032 INFO:teuthology.orchestra.run.smithi026.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 8.4 MB/s | 3.5 MB 00:00 2024-04-22T23:35:26.257 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-base 2024-04-22T23:35:26.383 INFO:teuthology.orchestra.run.smithi026.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.4 MB/s | 863 kB 00:00 2024-04-22T23:35:26.533 INFO:teuthology.orchestra.run.smithi026.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 425 kB/s | 269 kB 00:00 2024-04-22T23:35:26.675 INFO:teuthology.orchestra.run.smithi026.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.2 MB/s | 1.0 MB 00:00 2024-04-22T23:35:26.770 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:03 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:35:26.849 INFO:teuthology.orchestra.run.smithi072.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:26.875 INFO:teuthology.orchestra.run.smithi026.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 57 kB/s | 19 kB 00:00 2024-04-22T23:35:26.890 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:35:26.891 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-22T23:35:26.891 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:35:26.996 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install cephadm 2024-04-22T23:35:27.059 INFO:teuthology.orchestra.run.smithi026.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 811 kB/s | 548 kB 00:00 2024-04-22T23:35:27.159 INFO:teuthology.orchestra.run.smithi026.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 509 kB/s | 144 kB 00:00 2024-04-22T23:35:27.184 INFO:teuthology.orchestra.run.smithi026.stdout:(10/12): python3-repoze-lru-0.7-16.el9.noarch.r 245 kB/s | 31 kB 00:00 2024-04-22T23:35:27.326 INFO:teuthology.orchestra.run.smithi026.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.1 MB/s | 188 kB 00:00 2024-04-22T23:35:27.506 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:04 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:35:27.526 INFO:teuthology.orchestra.run.smithi026.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.4 MB/s | 2.0 MB 00:00 2024-04-22T23:35:27.531 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:27.531 INFO:teuthology.orchestra.run.smithi026.stdout:Total 3.4 MB/s | 8.6 MB 00:02 2024-04-22T23:35:27.583 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:35:27.604 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:35:27.604 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:35:27.626 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:35:27.627 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:27.627 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-22T23:35:27.627 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:27.627 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:35:27.628 INFO:teuthology.orchestra.run.smithi072.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:35:27.628 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:27.628 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:35:27.628 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:27.628 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-22T23:35:27.628 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:27.628 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 763 k 2024-04-22T23:35:27.628 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 770 k 2024-04-22T23:35:27.628 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:35:27.771 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:35:27.773 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:35:28.138 INFO:teuthology.orchestra.run.smithi072.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 1.5 MB/s | 763 kB 00:00 2024-04-22T23:35:28.138 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:28.139 INFO:teuthology.orchestra.run.smithi072.stdout:Total 1.5 MB/s | 763 kB 00:00 2024-04-22T23:35:28.139 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:35:28.144 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:35:28.144 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:35:28.149 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:35:28.150 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:35:28.220 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:35:28.306 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:35:28.378 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:35:28.412 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:35:28.461 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:35:28.489 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:35:28.571 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:35:28.672 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:28.704 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:35:28.762 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:28.797 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:35:28.845 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:35:28.872 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:35:28.905 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:35:29.107 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:29.322 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:35:29.322 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:29.323 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:35:29.323 INFO:teuthology.orchestra.run.smithi072.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:29.323 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:29.323 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:35:29.561 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:35:30.013 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:35:30.055 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:35:30.078 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:07 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:35:30.199 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:35:30.199 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:30.199 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repo Size 2024-04-22T23:35:30.199 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:30.200 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:35:30.200 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:35:30.200 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:30.200 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:35:30.200 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:30.200 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-22T23:35:30.200 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:30.200 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 145 k 2024-04-22T23:35:30.201 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 435 k 2024-04-22T23:35:30.201 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:35:30.622 INFO:teuthology.orchestra.run.smithi072.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 344 kB/s | 145 kB 00:00 2024-04-22T23:35:30.622 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:30.623 INFO:teuthology.orchestra.run.smithi072.stdout:Total 342 kB/s | 145 kB 00:00 2024-04-22T23:35:30.623 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:35:30.631 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:35:30.631 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:35:30.687 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:35:30.687 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:35:30.821 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:35:30.915 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:30.939 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:30.939 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:30.939 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:35:30.939 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:31.371 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:35:31.371 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:35:31.371 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:35:31.371 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:35:31.371 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:35:31.371 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:35:31.372 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:35:31.372 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:35:31.372 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:35:31.372 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:35:31.372 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:35:31.372 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:35:31.678 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:35:31.678 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:31.678 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:35:31.678 INFO:teuthology.orchestra.run.smithi026.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:35:31.678 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:31.679 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:31.807 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:35:31.808 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:31.808 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:35:31.808 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:35:31.808 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:31.808 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:35:31.984 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:35:32.114 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-mgr 2024-04-22T23:35:32.515 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:11 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:32.634 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:09 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:35:32.640 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:32.641 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================= 2024-04-22T23:35:32.641 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-22T23:35:32.641 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================= 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:35:32.642 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:35:32.643 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:35:32.643 INFO:teuthology.orchestra.run.smithi026.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:35:32.643 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:32.643 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:35:32.643 INFO:teuthology.orchestra.run.smithi026.stdout:======================================================================================= 2024-04-22T23:35:32.643 INFO:teuthology.orchestra.run.smithi026.stdout:Install 12 Packages 2024-04-22T23:35:32.643 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:32.644 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 38 M 2024-04-22T23:35:32.644 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 209 M 2024-04-22T23:35:32.644 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:35:32.713 INFO:teuthology.orchestra.run.smithi072.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:35:32.756 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:35:32.757 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-22T23:35:32.757 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:35:32.829 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:35:32.942 INFO:teuthology.orchestra.run.smithi026.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 2.1 MB/s | 195 kB 00:00 2024-04-22T23:35:32.984 INFO:teuthology.orchestra.run.smithi026.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 5.8 MB/s | 803 kB 00:00 2024-04-22T23:35:33.068 INFO:teuthology.orchestra.run.smithi026.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 261 kB/s | 33 kB 00:00 2024-04-22T23:35:33.118 INFO:teuthology.orchestra.run.smithi026.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-04-22T23:35:33.185 INFO:teuthology.orchestra.run.smithi026.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 528 kB/s | 35 kB 00:00 2024-04-22T23:35:33.260 INFO:teuthology.orchestra.run.smithi026.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 11 MB/s | 3.0 MB 00:00 2024-04-22T23:35:33.310 INFO:teuthology.orchestra.run.smithi026.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 4.8 MB/s | 244 kB 00:00 2024-04-22T23:35:33.329 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:10 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:35:33.449 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:35:33.450 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:33.450 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-22T23:35:33.450 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:35:33.451 INFO:teuthology.orchestra.run.smithi072.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:35:33.452 INFO:teuthology.orchestra.run.smithi072.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:35:33.452 INFO:teuthology.orchestra.run.smithi072.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:35:33.452 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:33.452 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:35:33.452 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:33.452 INFO:teuthology.orchestra.run.smithi072.stdout:Install 12 Packages 2024-04-22T23:35:33.452 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:33.453 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 8.6 M 2024-04-22T23:35:33.453 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 104 M 2024-04-22T23:35:33.453 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:35:33.494 INFO:teuthology.orchestra.run.smithi026.stdout:(8/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 15 MB/s | 4.7 MB 00:00 2024-04-22T23:35:33.570 INFO:teuthology.orchestra.run.smithi026.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 20 MB/s | 5.1 MB 00:00 2024-04-22T23:35:33.595 INFO:teuthology.orchestra.run.smithi026.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.4 MB/s | 250 kB 00:00 2024-04-22T23:35:33.686 INFO:teuthology.orchestra.run.smithi026.stdout:(11/12): ceph-mgr-diskprediction-local-19.0.0-3 8.8 MB/s | 7.4 MB 00:00 2024-04-22T23:35:34.353 INFO:teuthology.orchestra.run.smithi026.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 21 MB/s | 16 MB 00:00 2024-04-22T23:35:34.354 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:34.355 INFO:teuthology.orchestra.run.smithi026.stdout:Total 22 MB/s | 38 MB 00:01 2024-04-22T23:35:34.390 INFO:teuthology.orchestra.run.smithi072.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3252.g43 137 kB/s | 34 kB 00:00 2024-04-22T23:35:34.423 INFO:teuthology.orchestra.run.smithi072.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3252.g43b 58 kB/s | 16 kB 00:00 2024-04-22T23:35:34.716 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:35:34.744 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:35:34.744 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:35:34.992 INFO:teuthology.orchestra.run.smithi072.stdout:(3/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 4.2 MB/s | 3.5 MB 00:00 2024-04-22T23:35:35.018 INFO:teuthology.orchestra.run.smithi072.stdout:(4/12): python3-protobuf-3.14.0-13.el9.noarch.r 453 kB/s | 269 kB 00:00 2024-04-22T23:35:35.181 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:35:35.181 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:35:35.251 INFO:teuthology.orchestra.run.smithi072.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 3.3 MB/s | 863 kB 00:00 2024-04-22T23:35:35.360 INFO:teuthology.orchestra.run.smithi072.stdout:(6/12): protobuf-3.14.0-13.el9.x86_64.rpm 1.0 MB/s | 1.0 MB 00:00 2024-04-22T23:35:35.502 INFO:teuthology.orchestra.run.smithi072.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 77 kB/s | 19 kB 00:00 2024-04-22T23:35:35.536 INFO:teuthology.orchestra.run.smithi072.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.0 MB/s | 548 kB 00:00 2024-04-22T23:35:35.612 INFO:teuthology.orchestra.run.smithi072.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 408 kB/s | 31 kB 00:00 2024-04-22T23:35:35.704 INFO:teuthology.orchestra.run.smithi072.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.0 MB/s | 188 kB 00:00 2024-04-22T23:35:35.729 INFO:teuthology.orchestra.run.smithi072.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 640 kB/s | 144 kB 00:00 2024-04-22T23:35:35.955 INFO:teuthology.orchestra.run.smithi072.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.4 MB/s | 2.0 MB 00:00 2024-04-22T23:35:35.958 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:35.958 INFO:teuthology.orchestra.run.smithi072.stdout:Total 3.5 MB/s | 8.6 MB 00:02 2024-04-22T23:35:36.003 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:35:36.020 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:35:36.020 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:35:36.063 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:35:36.133 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:35:36.169 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:35:36.172 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:35:36.173 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:35:36.274 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:35:36.311 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:35:36.495 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:35:36.519 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:35:36.597 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:35:36.702 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:35:36.781 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:35:36.817 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:35:36.866 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:35:36.905 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:35:36.983 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:35:37.111 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:35:37.239 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:35:37.292 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:35:37.293 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:35:37.330 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:35:37.362 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:35:37.412 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:35:38.409 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:35:38.449 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:35:38.717 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:35:39.796 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:35:39.818 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:35:40.629 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:35:40.629 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:35:40.629 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:35:40.629 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:35:40.629 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:35:40.629 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:35:40.629 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:35:40.630 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:35:40.630 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:35:40.630 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:35:40.630 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:35:40.630 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:35:40.910 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:35:40.910 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:40.910 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:35:40.911 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:40.912 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:35:41.197 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:35:41.695 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:18 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:35:41.816 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:35:41.817 INFO:teuthology.orchestra.run.smithi072.stdout:======================================================================================= 2024-04-22T23:35:41.817 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-22T23:35:41.817 INFO:teuthology.orchestra.run.smithi072.stdout:======================================================================================= 2024-04-22T23:35:41.817 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:35:41.817 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:35:41.817 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-22T23:35:41.817 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:35:41.817 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:35:41.817 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout:======================================================================================= 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout:Install 12 Packages 2024-04-22T23:35:41.818 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:41.819 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 38 M 2024-04-22T23:35:41.819 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 209 M 2024-04-22T23:35:41.819 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:35:42.413 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:35:42.413 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:35:42.413 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:35:42.413 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:35:42.413 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:35:42.413 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:35:42.413 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:35:42.414 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:35:42.414 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:35:42.414 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:35:42.414 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:35:42.414 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:35:42.593 INFO:teuthology.orchestra.run.smithi072.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 367 kB/s | 195 kB 00:00 2024-04-22T23:35:42.744 INFO:teuthology.orchestra.run.smithi072.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 218 kB/s | 33 kB 00:00 2024-04-22T23:35:42.811 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:35:42.812 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:42.812 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:35:42.812 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:42.812 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:35:42.812 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:35:42.813 INFO:teuthology.orchestra.run.smithi026.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:35:42.813 INFO:teuthology.orchestra.run.smithi026.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:35:42.813 INFO:teuthology.orchestra.run.smithi026.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:35:42.813 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:35:42.813 INFO:teuthology.orchestra.run.smithi026.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:35:42.813 INFO:teuthology.orchestra.run.smithi026.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:35:42.813 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:35:42.814 INFO:teuthology.orchestra.run.smithi026.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:35:42.814 INFO:teuthology.orchestra.run.smithi026.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:35:42.814 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:42.814 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:42.828 INFO:teuthology.orchestra.run.smithi072.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 1.0 MB/s | 803 kB 00:00 2024-04-22T23:35:42.953 INFO:teuthology.orchestra.run.smithi072.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 145 kB/s | 18 kB 00:00 2024-04-22T23:35:43.045 INFO:teuthology.orchestra.run.smithi072.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 384 kB/s | 35 kB 00:00 2024-04-22T23:35:43.121 INFO:teuthology.orchestra.run.smithi072.stdout:(6/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.9 MB/s | 3.0 MB 00:00 2024-04-22T23:35:43.188 INFO:teuthology.orchestra.run.smithi072.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 3.6 MB/s | 244 kB 00:00 2024-04-22T23:35:43.206 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:35:43.372 INFO:teuthology.orchestra.run.smithi072.stdout:(8/12): ceph-mgr-diskprediction-local-19.0.0-32 5.6 MB/s | 7.4 MB 00:01 2024-04-22T23:35:43.549 INFO:teuthology.orchestra.run.smithi072.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 9.4 MB/s | 4.7 MB 00:00 2024-04-22T23:35:43.649 INFO:teuthology.orchestra.run.smithi072.stdout:(10/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 11 MB/s | 5.1 MB 00:00 2024-04-22T23:35:43.675 INFO:teuthology.orchestra.run.smithi072.stdout:(11/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 828 kB/s | 250 kB 00:00 2024-04-22T23:35:43.749 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:22 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:43.874 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:35:43.876 INFO:teuthology.orchestra.run.smithi026.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:35:43.877 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:35:43.877 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:35:43.877 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:35:43.877 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:35:43.877 INFO:teuthology.orchestra.run.smithi026.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:35:43.877 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:43.877 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:35:43.877 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:43.877 INFO:teuthology.orchestra.run.smithi026.stdout:Install 13 Packages 2024-04-22T23:35:43.877 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:43.878 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 2.2 M 2024-04-22T23:35:43.878 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 26 M 2024-04-22T23:35:43.878 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:35:44.118 INFO:teuthology.orchestra.run.smithi026.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 258 kB/s | 26 kB 00:00 2024-04-22T23:35:44.143 INFO:teuthology.orchestra.run.smithi026.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 154 kB/s | 19 kB 00:00 2024-04-22T23:35:44.235 INFO:teuthology.orchestra.run.smithi026.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.4 MB/s | 222 kB 00:00 2024-04-22T23:35:44.302 INFO:teuthology.orchestra.run.smithi026.stdout:(4/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-04-22T23:35:44.327 INFO:teuthology.orchestra.run.smithi026.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 868 kB/s | 159 kB 00:00 2024-04-22T23:35:44.344 INFO:teuthology.orchestra.run.smithi026.stdout:(6/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 151 kB/s | 49 kB 00:00 2024-04-22T23:35:44.361 INFO:teuthology.orchestra.run.smithi026.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 910 kB/s | 54 kB 00:00 2024-04-22T23:35:44.426 INFO:teuthology.orchestra.run.smithi072.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 19 MB/s | 16 MB 00:00 2024-04-22T23:35:44.427 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:44.427 INFO:teuthology.orchestra.run.smithi072.stdout:Total 15 MB/s | 38 MB 00:02 2024-04-22T23:35:44.578 INFO:teuthology.orchestra.run.smithi026.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-04-22T23:35:44.645 INFO:teuthology.orchestra.run.smithi026.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 101 kB/s | 32 kB 00:00 2024-04-22T23:35:44.737 INFO:teuthology.orchestra.run.smithi026.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 540 kB/s | 203 kB 00:00 2024-04-22T23:35:44.771 INFO:teuthology.orchestra.run.smithi026.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 472 kB/s | 59 kB 00:00 2024-04-22T23:35:44.783 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:35:44.808 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:35:44.808 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:35:44.821 INFO:teuthology.orchestra.run.smithi026.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.1 MB/s | 90 kB 00:00 2024-04-22T23:35:44.912 INFO:teuthology.orchestra.run.smithi026.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 3.1 MB/s | 1.0 MB 00:00 2024-04-22T23:35:44.915 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:44.916 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.1 MB/s | 2.2 MB 00:01 2024-04-22T23:35:44.982 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:35:44.998 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:35:44.998 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:35:45.091 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:35:45.092 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:35:45.219 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:35:45.219 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:35:45.608 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:35:45.793 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:35:45.866 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:35:45.922 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:35:45.958 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:35:46.000 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:35:46.048 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:35:46.097 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:35:46.114 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:35:46.157 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:35:46.208 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:35:46.258 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:35:46.260 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:35:46.302 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:35:46.479 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:35:46.513 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:35:46.588 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:35:47.038 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:35:47.097 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:35:47.131 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:35:47.181 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:35:47.209 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:35:47.222 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:35:47.349 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:35:47.899 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:35:47.899 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:35:47.899 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:35:47.899 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:35:47.899 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:35:47.900 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:35:47.900 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:35:47.900 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:35:47.900 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:35:47.900 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:35:47.900 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:35:47.900 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:35:47.900 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:35:48.209 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:35:48.210 INFO:teuthology.orchestra.run.smithi026.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:35:48.211 INFO:teuthology.orchestra.run.smithi026.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:35:48.211 INFO:teuthology.orchestra.run.smithi026.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:35:48.211 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:48.211 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:48.456 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:35:48.595 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:35:48.993 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:27 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:49.123 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:49.123 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:49.123 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-22T23:35:49.123 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:49.123 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:35:49.123 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:35:49.123 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-22T23:35:49.124 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:35:49.124 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:35:49.124 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:35:49.124 INFO:teuthology.orchestra.run.smithi026.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:35:49.124 INFO:teuthology.orchestra.run.smithi026.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:35:49.124 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:49.124 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:35:49.124 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:49.124 INFO:teuthology.orchestra.run.smithi026.stdout:Install 6 Packages 2024-04-22T23:35:49.124 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:49.125 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 7.0 M 2024-04-22T23:35:49.125 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 33 M 2024-04-22T23:35:49.125 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:35:49.655 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:35:49.685 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:35:49.739 INFO:teuthology.orchestra.run.smithi026.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 1.3 MB/s | 248 kB 00:00 2024-04-22T23:35:49.898 INFO:teuthology.orchestra.run.smithi026.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 422 kB/s | 143 kB 00:00 2024-04-22T23:35:50.290 INFO:teuthology.orchestra.run.smithi026.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 147 kB/s | 58 kB 00:00 2024-04-22T23:35:50.498 INFO:teuthology.orchestra.run.smithi026.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 245 kB/s | 51 kB 00:00 2024-04-22T23:35:50.948 INFO:teuthology.orchestra.run.smithi026.stdout:(5/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 453 kB/s | 548 kB 00:01 2024-04-22T23:35:51.140 INFO:teuthology.orchestra.run.smithi026.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.8 MB/s | 6.0 MB 00:01 2024-04-22T23:35:51.141 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:51.141 INFO:teuthology.orchestra.run.smithi026.stdout:Total 3.5 MB/s | 7.0 MB 00:02 2024-04-22T23:35:51.214 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:35:51.226 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:35:51.226 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:35:51.328 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:35:51.329 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:35:51.638 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:35:51.807 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:35:51.868 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:35:52.425 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:35:52.514 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:35:52.586 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:35:52.613 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:35:53.352 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:35:53.352 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:35:53.352 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:35:53.352 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:35:53.352 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:35:53.352 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:35:53.547 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:35:53.547 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:35:53.548 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:35:53.548 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:35:53.548 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:35:53.548 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:35:53.548 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:35:53.548 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:35:53.548 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:35:53.548 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:35:53.548 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:35:53.548 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:35:53.618 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:35:53.618 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:53.618 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:35:53.618 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:53.618 INFO:teuthology.orchestra.run.smithi026.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:35:53.618 INFO:teuthology.orchestra.run.smithi026.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:35:53.618 INFO:teuthology.orchestra.run.smithi026.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:35:53.618 INFO:teuthology.orchestra.run.smithi026.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:35:53.618 INFO:teuthology.orchestra.run.smithi026.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:35:53.618 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:53.619 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:53.866 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-fuse 2024-04-22T23:35:53.967 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:35:53.968 INFO:teuthology.orchestra.run.smithi072.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:35:53.969 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:53.969 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:35:54.401 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:33 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:54.440 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:35:54.526 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:54.526 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:54.526 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-22T23:35:54.526 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:54.526 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:35:54.526 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:35:54.527 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-22T23:35:54.527 INFO:teuthology.orchestra.run.smithi026.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:35:54.527 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:54.527 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:35:54.527 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:54.527 INFO:teuthology.orchestra.run.smithi026.stdout:Install 2 Packages 2024-04-22T23:35:54.527 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:54.527 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 970 k 2024-04-22T23:35:54.527 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 2.8 M 2024-04-22T23:35:54.528 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:35:54.786 INFO:teuthology.orchestra.run.smithi026.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 678 kB/s | 80 kB 00:00 2024-04-22T23:35:54.962 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:35:54.969 INFO:teuthology.orchestra.run.smithi026.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 2.9 MB/s | 890 kB 00:00 2024-04-22T23:35:54.970 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:54.970 INFO:teuthology.orchestra.run.smithi026.stdout:Total 2.1 MB/s | 970 kB 00:00 2024-04-22T23:35:54.982 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:35:55.006 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:35:55.006 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:35:55.083 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:35:55.084 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:55.084 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-22T23:35:55.084 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:55.084 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:35:55.084 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:35:55.084 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-22T23:35:55.084 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:35:55.084 INFO:teuthology.orchestra.run.smithi072.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout:Install 13 Packages 2024-04-22T23:35:55.085 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:55.086 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 2.2 M 2024-04-22T23:35:55.086 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 26 M 2024-04-22T23:35:55.086 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:35:55.088 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:35:55.089 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:35:55.282 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:35:55.433 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:35:55.503 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:35:55.574 INFO:teuthology.orchestra.run.smithi072.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 338 kB/s | 19 kB 00:00 2024-04-22T23:35:55.616 INFO:teuthology.orchestra.run.smithi072.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 259 kB/s | 26 kB 00:00 2024-04-22T23:35:55.691 INFO:teuthology.orchestra.run.smithi072.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.3 MB/s | 222 kB 00:00 2024-04-22T23:35:55.717 INFO:teuthology.orchestra.run.smithi072.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.5 MB/s | 159 kB 00:00 2024-04-22T23:35:55.768 INFO:teuthology.orchestra.run.smithi072.stdout:(5/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-04-22T23:35:55.802 INFO:teuthology.orchestra.run.smithi072.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 2.5 MB/s | 279 kB 00:00 2024-04-22T23:35:55.827 INFO:teuthology.orchestra.run.smithi072.stdout:(7/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 159 kB/s | 49 kB 00:00 2024-04-22T23:35:55.861 INFO:teuthology.orchestra.run.smithi072.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 346 kB/s | 32 kB 00:00 2024-04-22T23:35:55.879 INFO:teuthology.orchestra.run.smithi072.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 193 kB/s | 15 kB 00:00 2024-04-22T23:35:55.947 INFO:teuthology.orchestra.run.smithi072.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 885 kB/s | 59 kB 00:00 2024-04-22T23:35:55.980 INFO:teuthology.orchestra.run.smithi072.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 1.3 MB/s | 203 kB 00:00 2024-04-22T23:35:56.006 INFO:teuthology.orchestra.run.smithi072.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.5 MB/s | 90 kB 00:00 2024-04-22T23:35:56.048 INFO:teuthology.orchestra.run.smithi072.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 5.5 MB/s | 1.0 MB 00:00 2024-04-22T23:35:56.049 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:56.049 INFO:teuthology.orchestra.run.smithi072.stdout:Total 2.3 MB/s | 2.2 MB 00:00 2024-04-22T23:35:56.112 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:35:56.126 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:35:56.126 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:35:56.149 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:35:56.149 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:35:56.210 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:35:56.210 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:35:56.406 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:35:56.406 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:56.407 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:35:56.407 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:35:56.407 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:56.407 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:56.675 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install ceph-volume 2024-04-22T23:35:56.707 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:35:56.878 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:35:56.942 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:35:57.007 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:35:57.047 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:35:57.088 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:35:57.182 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:35:57.208 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:35:57.295 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:35:57.334 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:35:57.335 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:57.335 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2024-04-22T23:35:57.335 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout:Install 2 Packages 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 350 k 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 1.5 M 2024-04-22T23:35:57.336 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:35:57.351 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:35:57.583 INFO:teuthology.orchestra.run.smithi026.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 611 kB/s | 77 kB 00:00 2024-04-22T23:35:57.866 INFO:teuthology.orchestra.run.smithi026.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 666 kB/s | 273 kB 00:00 2024-04-22T23:35:57.867 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:35:57.867 INFO:teuthology.orchestra.run.smithi026.stdout:Total 660 kB/s | 350 kB 00:00 2024-04-22T23:35:57.879 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:35:57.889 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:35:57.889 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:35:57.917 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:35:57.918 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:35:58.062 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:35:58.065 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:35:58.120 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:35:58.155 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:35:58.205 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:35:58.228 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:35:58.264 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:35:58.302 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:35:58.317 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:35:58.317 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:35:58.317 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:35:58.317 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:58.989 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:35:59.213 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:35:59.213 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:35:59.213 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:35:59.214 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:35:59.214 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:35:59.214 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:35:59.214 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:35:59.214 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:35:59.214 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:35:59.214 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:35:59.214 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:35:59.214 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:35:59.214 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:35:59.282 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:35:59.282 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:59.282 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:35:59.282 INFO:teuthology.orchestra.run.smithi026.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:59.282 INFO:teuthology.orchestra.run.smithi026.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:35:59.282 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:35:59.282 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:35:59.500 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:35:59.500 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:59.500 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:35:59.500 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:35:59.500 INFO:teuthology.orchestra.run.smithi072.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:35:59.500 INFO:teuthology.orchestra.run.smithi072.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:35:59.500 INFO:teuthology.orchestra.run.smithi072.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:35:59.500 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:35:59.501 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:35:59.501 INFO:teuthology.orchestra.run.smithi072.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:35:59.501 INFO:teuthology.orchestra.run.smithi072.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:35:59.501 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:35:59.501 INFO:teuthology.orchestra.run.smithi072.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:35:59.501 INFO:teuthology.orchestra.run.smithi072.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:35:59.501 INFO:teuthology.orchestra.run.smithi072.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:35:59.501 INFO:teuthology.orchestra.run.smithi072.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:35:59.501 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:35:59.501 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:35:59.554 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librados-devel 2024-04-22T23:35:59.770 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:36:00.093 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:00.218 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:00.219 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:00.219 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-04-22T23:36:00.219 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:00.219 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:36:00.220 INFO:teuthology.orchestra.run.smithi026.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:36:00.220 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:00.220 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:36:00.220 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:00.220 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-22T23:36:00.220 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:00.220 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 127 k 2024-04-22T23:36:00.220 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 456 k 2024-04-22T23:36:00.220 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:36:00.281 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:00.402 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:36:00.403 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:00.404 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:36:00.404 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:00.404 INFO:teuthology.orchestra.run.smithi072.stdout:Install 6 Packages 2024-04-22T23:36:00.404 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:00.404 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 7.0 M 2024-04-22T23:36:00.404 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 33 M 2024-04-22T23:36:00.405 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:36:00.537 INFO:teuthology.orchestra.run.smithi026.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 400 kB/s | 127 kB 00:00 2024-04-22T23:36:00.538 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:00.538 INFO:teuthology.orchestra.run.smithi026.stdout:Total 398 kB/s | 127 kB 00:00 2024-04-22T23:36:00.538 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:36:00.544 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:36:00.545 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:36:00.613 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:36:00.613 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:36:00.765 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:36:00.799 INFO:teuthology.orchestra.run.smithi072.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.1 MB/s | 248 kB 00:00 2024-04-22T23:36:00.861 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:00.925 INFO:teuthology.orchestra.run.smithi072.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 592 kB/s | 143 kB 00:00 2024-04-22T23:36:01.033 INFO:teuthology.orchestra.run.smithi072.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.3 MB/s | 548 kB 00:00 2024-04-22T23:36:01.059 INFO:teuthology.orchestra.run.smithi072.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 430 kB/s | 58 kB 00:00 2024-04-22T23:36:01.084 INFO:teuthology.orchestra.run.smithi072.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-04-22T23:36:01.268 INFO:teuthology.orchestra.run.smithi072.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 10 MB/s | 6.0 MB 00:00 2024-04-22T23:36:01.269 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:01.269 INFO:teuthology.orchestra.run.smithi072.stdout:Total 8.1 MB/s | 7.0 MB 00:00 2024-04-22T23:36:01.283 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:01.338 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:36:01.349 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:36:01.349 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:36:01.446 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:36:01.446 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:36:01.522 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:01.522 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:01.522 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:36:01.522 INFO:teuthology.orchestra.run.smithi026.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:01.522 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:01.522 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:01.722 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install libcephfs2 2024-04-22T23:36:01.749 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:36:01.921 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:36:01.973 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:36:02.257 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:02.341 INFO:teuthology.orchestra.run.smithi026.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:02.384 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:02.385 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-22T23:36:02.385 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:02.444 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install libcephfs-devel 2024-04-22T23:36:02.485 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:36:02.577 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:36:02.651 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:36:02.681 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:36:02.982 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:03.107 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:03.108 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:03.108 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-04-22T23:36:03.108 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:03.108 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:36:03.108 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:36:03.108 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:03.109 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:36:03.109 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:03.109 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-22T23:36:03.109 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:03.109 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 32 k 2024-04-22T23:36:03.109 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 142 k 2024-04-22T23:36:03.109 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:36:03.274 INFO:teuthology.orchestra.run.smithi026.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 193 kB/s | 32 kB 00:00 2024-04-22T23:36:03.275 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:03.275 INFO:teuthology.orchestra.run.smithi026.stdout:Total 191 kB/s | 32 kB 00:00 2024-04-22T23:36:03.275 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:36:03.278 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:36:03.278 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:36:03.280 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:36:03.281 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:36:03.374 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:36:03.481 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:03.693 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:36:03.693 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:36:03.693 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:36:03.694 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:36:03.694 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:36:03.694 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:36:03.841 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:03.923 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:04.062 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:04.062 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:04.063 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:36:04.063 INFO:teuthology.orchestra.run.smithi026.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:04.063 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:04.063 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:04.198 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-fuse 2024-04-22T23:36:04.241 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librados2 2024-04-22T23:36:04.698 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:04.769 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:04.817 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:04.818 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:04.818 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-22T23:36:04.818 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:04.818 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:36:04.818 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:36:04.818 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-22T23:36:04.818 INFO:teuthology.orchestra.run.smithi072.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:36:04.819 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:04.819 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:36:04.819 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:04.819 INFO:teuthology.orchestra.run.smithi072.stdout:Install 2 Packages 2024-04-22T23:36:04.819 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:04.819 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 970 k 2024-04-22T23:36:04.819 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 2.8 M 2024-04-22T23:36:04.819 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:36:04.850 INFO:teuthology.orchestra.run.smithi026.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:04.894 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:04.895 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-22T23:36:04.895 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:04.960 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install librbd1 2024-04-22T23:36:05.108 INFO:teuthology.orchestra.run.smithi072.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 517 kB/s | 80 kB 00:00 2024-04-22T23:36:05.392 INFO:teuthology.orchestra.run.smithi072.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 2.0 MB/s | 890 kB 00:00 2024-04-22T23:36:05.393 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:05.393 INFO:teuthology.orchestra.run.smithi072.stdout:Total 1.6 MB/s | 970 kB 00:00 2024-04-22T23:36:05.404 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:36:05.425 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:36:05.425 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:36:05.490 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:05.500 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:36:05.501 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:36:05.572 INFO:teuthology.orchestra.run.smithi026.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:05.616 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:05.617 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-22T23:36:05.617 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:05.679 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rados 2024-04-22T23:36:05.680 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:36:05.823 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:36:05.895 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:36:06.212 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:06.294 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:06.338 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:06.339 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-22T23:36:06.339 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:06.402 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rgw 2024-04-22T23:36:06.663 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:36:06.663 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:36:06.917 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:36:06.917 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:06.917 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:36:06.917 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:36:06.917 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:06.917 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:06.931 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:07.012 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:07.056 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:07.058 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-22T23:36:07.058 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:07.122 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-cephfs 2024-04-22T23:36:07.254 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install ceph-volume 2024-04-22T23:36:07.662 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:07.744 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:07.772 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:07.788 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:07.789 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-22T23:36:07.789 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:07.855 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install python3-rbd 2024-04-22T23:36:07.898 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:07.899 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:07.899 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repository Size 2024-04-22T23:36:07.899 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:07.899 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:36:07.899 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:36:07.899 INFO:teuthology.orchestra.run.smithi072.stdout:Installing dependencies: 2024-04-22T23:36:07.900 INFO:teuthology.orchestra.run.smithi072.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:36:07.900 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:07.900 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:36:07.900 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:07.900 INFO:teuthology.orchestra.run.smithi072.stdout:Install 2 Packages 2024-04-22T23:36:07.900 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:07.900 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 350 k 2024-04-22T23:36:07.901 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 1.5 M 2024-04-22T23:36:07.901 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:36:08.367 INFO:teuthology.orchestra.run.smithi072.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 220 kB/s | 77 kB 00:00 2024-04-22T23:36:08.385 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:08.392 INFO:teuthology.orchestra.run.smithi072.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 727 kB/s | 273 kB 00:00 2024-04-22T23:36:08.392 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:08.392 INFO:teuthology.orchestra.run.smithi072.stdout:Total 711 kB/s | 350 kB 00:00 2024-04-22T23:36:08.405 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:36:08.414 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:36:08.415 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:36:08.440 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:36:08.440 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:36:08.468 INFO:teuthology.orchestra.run.smithi026.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:08.511 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:08.512 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2024-04-22T23:36:08.512 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:08.576 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-fuse 2024-04-22T23:36:08.578 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:36:08.768 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:36:08.806 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:36:08.822 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:36:08.822 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:36:08.822 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:36:08.823 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:09.109 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:09.233 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:09.234 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:09.234 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-04-22T23:36:09.234 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:09.234 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:36:09.234 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:36:09.234 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:09.234 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:36:09.234 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:09.235 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-22T23:36:09.235 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:09.235 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 85 k 2024-04-22T23:36:09.235 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 231 k 2024-04-22T23:36:09.235 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:36:09.552 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 269 kB/s | 85 kB 00:00 2024-04-22T23:36:09.553 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:09.553 INFO:teuthology.orchestra.run.smithi026.stdout:Total 268 kB/s | 85 kB 00:00 2024-04-22T23:36:09.553 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:36:09.561 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:36:09.561 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:36:09.601 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:36:09.628 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:36:09.628 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:36:09.775 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:36:09.870 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:36:09.870 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:09.870 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:36:09.870 INFO:teuthology.orchestra.run.smithi072.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:36:09.870 INFO:teuthology.orchestra.run.smithi072.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:36:09.870 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:09.871 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:09.876 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:10.196 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install librados-devel 2024-04-22T23:36:10.258 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:10.538 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:10.539 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:10.539 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:36:10.539 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:10.539 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:10.539 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:10.720 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:10.775 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-mirror 2024-04-22T23:36:10.843 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:10.844 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:10.844 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repo Size 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 127 k 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 456 k 2024-04-22T23:36:10.845 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:36:11.076 INFO:teuthology.orchestra.run.smithi072.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 551 kB/s | 127 kB 00:00 2024-04-22T23:36:11.076 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:11.076 INFO:teuthology.orchestra.run.smithi072.stdout:Total 547 kB/s | 127 kB 00:00 2024-04-22T23:36:11.076 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:36:11.082 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:36:11.082 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:36:11.144 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:36:11.144 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:36:11.287 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:36:11.322 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:11.389 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:11.446 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:11.447 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:11.447 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repo Size 2024-04-22T23:36:11.447 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:11.447 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:36:11.447 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:36:11.447 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:11.447 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:36:11.447 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:11.447 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-22T23:36:11.448 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:11.448 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 3.1 M 2024-04-22T23:36:11.448 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 13 M 2024-04-22T23:36:11.448 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:36:11.826 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:11.839 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 7.9 MB/s | 3.1 MB 00:00 2024-04-22T23:36:11.840 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:11.841 INFO:teuthology.orchestra.run.smithi026.stdout:Total 7.9 MB/s | 3.1 MB 00:00 2024-04-22T23:36:11.841 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:36:11.850 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:36:11.851 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:36:11.936 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:36:11.936 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:36:12.068 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:12.068 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:12.068 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:36:12.068 INFO:teuthology.orchestra.run.smithi072.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:12.068 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:12.068 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:12.382 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install libcephfs2 2024-04-22T23:36:12.383 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:36:12.449 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:12.475 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:12.475 INFO:teuthology.orchestra.run.smithi026.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:36:12.475 INFO:teuthology.orchestra.run.smithi026.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:36:12.475 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:36:12.475 INFO:teuthology.orchestra.run.smithi026.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:36:12.475 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:12.902 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:12.981 INFO:teuthology.orchestra.run.smithi072.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:13.023 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:13.024 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-22T23:36:13.024 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:13.108 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install libcephfs-devel 2024-04-22T23:36:13.571 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:13.571 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:13.571 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:36:13.571 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:13.571 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:13.571 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:13.627 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:13.747 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repo Size 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 32 k 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 142 k 2024-04-22T23:36:13.748 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:36:13.801 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum -y install rbd-nbd 2024-04-22T23:36:13.910 INFO:teuthology.orchestra.run.smithi072.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 197 kB/s | 32 kB 00:00 2024-04-22T23:36:13.910 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:13.910 INFO:teuthology.orchestra.run.smithi072.stdout:Total 195 kB/s | 32 kB 00:00 2024-04-22T23:36:13.910 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:36:13.914 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:36:13.914 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:36:13.916 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:36:13.917 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:36:14.001 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:36:14.116 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:14.336 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 11:34:21 PM UTC. 2024-04-22T23:36:14.461 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2024-04-22T23:36:14.462 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:14.462 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2024-04-22T23:36:14.462 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:14.462 INFO:teuthology.orchestra.run.smithi026.stdout:Installing: 2024-04-22T23:36:14.462 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:36:14.462 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:14.462 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2024-04-22T23:36:14.463 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2024-04-22T23:36:14.463 INFO:teuthology.orchestra.run.smithi026.stdout:Install 1 Package 2024-04-22T23:36:14.463 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:14.463 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 171 k 2024-04-22T23:36:14.463 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 494 k 2024-04-22T23:36:14.463 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2024-04-22T23:36:14.485 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:14.671 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:14.672 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:14.672 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:36:14.672 INFO:teuthology.orchestra.run.smithi072.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:14.672 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:14.672 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:14.810 INFO:teuthology.orchestra.run.smithi026.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 493 kB/s | 171 kB 00:00 2024-04-22T23:36:14.810 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:14.811 INFO:teuthology.orchestra.run.smithi026.stdout:Total 491 kB/s | 171 kB 00:00 2024-04-22T23:36:14.811 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2024-04-22T23:36:14.819 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2024-04-22T23:36:14.819 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2024-04-22T23:36:14.887 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2024-04-22T23:36:14.887 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2024-04-22T23:36:14.911 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install librados2 2024-04-22T23:36:15.042 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2024-04-22T23:36:15.133 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:15.419 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:15.498 INFO:teuthology.orchestra.run.smithi072.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:15.505 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:15.538 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:15.540 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-22T23:36:15.540 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:15.615 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install librbd1 2024-04-22T23:36:15.786 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:15.786 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:15.787 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2024-04-22T23:36:15.787 INFO:teuthology.orchestra.run.smithi026.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:15.787 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:36:15.787 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2024-04-22T23:36:15.996 DEBUG:teuthology.parallel:result is None 2024-04-22T23:36:16.124 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:16.203 INFO:teuthology.orchestra.run.smithi072.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:16.245 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:16.249 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-22T23:36:16.249 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:16.332 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install python3-rados 2024-04-22T23:36:16.846 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:16.924 INFO:teuthology.orchestra.run.smithi072.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:16.972 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:16.974 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-22T23:36:16.974 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:17.058 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install python3-rgw 2024-04-22T23:36:17.563 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:17.641 INFO:teuthology.orchestra.run.smithi072.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:17.681 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:17.682 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-22T23:36:17.682 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:17.761 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install python3-cephfs 2024-04-22T23:36:18.273 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:18.351 INFO:teuthology.orchestra.run.smithi072.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:18.393 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:18.394 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-22T23:36:18.394 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:18.478 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install python3-rbd 2024-04-22T23:36:18.982 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:19.061 INFO:teuthology.orchestra.run.smithi072.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:36:19.102 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:19.103 INFO:teuthology.orchestra.run.smithi072.stdout:Nothing to do. 2024-04-22T23:36:19.103 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:19.178 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install rbd-fuse 2024-04-22T23:36:19.688 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:56 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:19.808 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:19.808 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:19.809 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2024-04-22T23:36:19.809 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:19.809 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:36:19.809 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:36:19.809 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:19.809 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:36:19.809 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:19.809 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-22T23:36:19.809 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:19.810 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 85 k 2024-04-22T23:36:19.810 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 231 k 2024-04-22T23:36:19.810 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:36:20.019 INFO:teuthology.orchestra.run.smithi072.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 409 kB/s | 85 kB 00:00 2024-04-22T23:36:20.019 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:20.019 INFO:teuthology.orchestra.run.smithi072.stdout:Total 406 kB/s | 85 kB 00:00 2024-04-22T23:36:20.019 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:36:20.026 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:36:20.026 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:36:20.089 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:36:20.089 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:36:20.232 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:36:20.334 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:20.704 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:20.938 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:20.938 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:20.938 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:36:20.938 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:20.938 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:20.938 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:21.220 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install rbd-mirror 2024-04-22T23:36:21.733 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:01:58 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:21.855 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:21.855 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:21.855 INFO:teuthology.orchestra.run.smithi072.stdout: Package Arch Version Repo Size 2024-04-22T23:36:21.855 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:21.855 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:36:21.855 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:36:21.855 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:21.855 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:36:21.855 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:21.856 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-22T23:36:21.856 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:21.856 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 3.1 M 2024-04-22T23:36:21.856 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 13 M 2024-04-22T23:36:21.856 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:36:22.280 INFO:teuthology.orchestra.run.smithi072.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 7.3 MB/s | 3.1 MB 00:00 2024-04-22T23:36:22.280 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:22.281 INFO:teuthology.orchestra.run.smithi072.stdout:Total 7.3 MB/s | 3.1 MB 00:00 2024-04-22T23:36:22.281 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:36:22.290 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:36:22.290 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:36:22.371 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:36:22.372 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:36:22.800 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:36:22.856 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:22.880 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:22.881 INFO:teuthology.orchestra.run.smithi072.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:36:22.881 INFO:teuthology.orchestra.run.smithi072.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:36:22.881 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:36:22.881 INFO:teuthology.orchestra.run.smithi072.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:36:22.881 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:24.049 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:24.049 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:24.049 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:36:24.049 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:24.049 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:24.050 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:24.325 DEBUG:teuthology.orchestra.run.smithi072:> sudo yum -y install rbd-nbd 2024-04-22T23:36:24.841 INFO:teuthology.orchestra.run.smithi072.stdout:Last metadata expiration check: 0:02:01 ago on Mon 22 Apr 2024 11:34:23 PM UTC. 2024-04-22T23:36:24.966 INFO:teuthology.orchestra.run.smithi072.stdout:Dependencies resolved. 2024-04-22T23:36:24.967 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:24.967 INFO:teuthology.orchestra.run.smithi072.stdout: Package Architecture Version Repository Size 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout:Installing: 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction Summary 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout:================================================================================ 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout:Install 1 Package 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout:Total download size: 171 k 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout:Installed size: 494 k 2024-04-22T23:36:24.968 INFO:teuthology.orchestra.run.smithi072.stdout:Downloading Packages: 2024-04-22T23:36:25.199 INFO:teuthology.orchestra.run.smithi072.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 742 kB/s | 171 kB 00:00 2024-04-22T23:36:25.200 INFO:teuthology.orchestra.run.smithi072.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:36:25.200 INFO:teuthology.orchestra.run.smithi072.stdout:Total 736 kB/s | 171 kB 00:00 2024-04-22T23:36:25.200 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction check 2024-04-22T23:36:25.207 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction check succeeded. 2024-04-22T23:36:25.208 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction test 2024-04-22T23:36:25.271 INFO:teuthology.orchestra.run.smithi072.stdout:Transaction test succeeded. 2024-04-22T23:36:25.272 INFO:teuthology.orchestra.run.smithi072.stdout:Running transaction 2024-04-22T23:36:25.426 INFO:teuthology.orchestra.run.smithi072.stdout: Preparing : 1/1 2024-04-22T23:36:25.537 INFO:teuthology.orchestra.run.smithi072.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:25.924 INFO:teuthology.orchestra.run.smithi072.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:26.146 INFO:teuthology.orchestra.run.smithi072.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:36:26.146 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:26.146 INFO:teuthology.orchestra.run.smithi072.stdout:Installed: 2024-04-22T23:36:26.146 INFO:teuthology.orchestra.run.smithi072.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:36:26.146 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:26.146 INFO:teuthology.orchestra.run.smithi072.stdout:Complete! 2024-04-22T23:36:26.465 DEBUG:teuthology.parallel:result is None 2024-04-22T23:36:26.465 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:36:26.607 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:36:26.632 INFO:teuthology.orchestra.run.smithi026.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:36:26.632 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:36:26.633 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:36:26.634 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:36:26.848 DEBUG:teuthology.orchestra.run.smithi072:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:36:26.870 INFO:teuthology.orchestra.run.smithi072.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:36:26.870 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:36:26.870 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:36:26.872 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T23:36:26.872 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:36:26.872 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:36:26.902 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-22T23:36:26.902 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:36:26.939 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T23:36:26.939 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:36:26.939 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:36:26.969 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:36:27.036 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-22T23:36:27.037 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:36:27.060 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:36:27.123 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T23:36:27.123 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:36:27.123 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:36:27.151 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:36:27.219 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-22T23:36:27.220 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:36:27.260 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:36:27.324 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T23:36:27.324 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:36:27.324 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:36:27.352 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:36:27.420 DEBUG:teuthology.orchestra.run.smithi072:> set -ex 2024-04-22T23:36:27.420 DEBUG:teuthology.orchestra.run.smithi072:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:36:27.443 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:36:27.507 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-04-22T23:36:27.606 INFO:tasks.cephadm:Testing if podman is available 2024-04-22T23:36:27.606 DEBUG:teuthology.orchestra.run.smithi072:> sudo podman --help 2024-04-22T23:36:29.409 INFO:teuthology.orchestra.run.smithi072.stdout:Manage pods, containers and images 2024-04-22T23:36:29.409 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:29.416 INFO:teuthology.orchestra.run.smithi072.stdout:Usage: 2024-04-22T23:36:29.416 INFO:teuthology.orchestra.run.smithi072.stdout: podman [options] [command] 2024-04-22T23:36:29.416 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:29.416 INFO:teuthology.orchestra.run.smithi072.stdout:Available Commands: 2024-04-22T23:36:29.416 INFO:teuthology.orchestra.run.smithi072.stdout: attach Attach to a running container 2024-04-22T23:36:29.416 INFO:teuthology.orchestra.run.smithi072.stdout: auto-update Auto update containers according to their auto-update policy 2024-04-22T23:36:29.416 INFO:teuthology.orchestra.run.smithi072.stdout: build Build an image using instructions from Containerfiles 2024-04-22T23:36:29.416 INFO:teuthology.orchestra.run.smithi072.stdout: commit Create new image based on the changed container 2024-04-22T23:36:29.416 INFO:teuthology.orchestra.run.smithi072.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-04-22T23:36:29.416 INFO:teuthology.orchestra.run.smithi072.stdout: container Manage containers 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: cp Copy files/folders between a container and the local filesystem 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: create Create but do not start a container 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: diff Display the changes to the object's file system 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: events Show podman system events 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: exec Run a process in a running container 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: export Export container's filesystem contents as a tar archive 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: farm Farm out builds to remote machines 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: generate Generate structured data based on containers, pods or volumes 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: healthcheck Manage health checks on containers 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: help Help about any command 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: history Show history of a specified image 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: image Manage images 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: images List images in local storage 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: import Import a tarball to create a filesystem image 2024-04-22T23:36:29.417 INFO:teuthology.orchestra.run.smithi072.stdout: info Display podman system information 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: init Initialize one or more containers 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: inspect Display the configuration of object denoted by ID 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: kill Kill one or more running containers with a specific signal 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: kube Play containers, pods or volumes from a structured file 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: load Load image(s) from a tar archive 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: login Log in to a container registry 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: logout Log out of a container registry 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: logs Fetch the logs of one or more containers 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: machine Manage a virtual machine 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: manifest Manipulate manifest lists and image indexes 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: mount Mount a working container's root filesystem 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: network Manage networks 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: pause Pause all the processes in one or more containers 2024-04-22T23:36:29.418 INFO:teuthology.orchestra.run.smithi072.stdout: pod Manage pods 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: port List port mappings or a specific mapping for the container 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: ps List containers 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: pull Pull an image from a registry 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: push Push an image to a specified destination 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: rename Rename an existing container 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: restart Restart one or more containers 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: rm Remove one or more containers 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: rmi Remove one or more images from local storage 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: run Run a command in a new container 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: save Save image(s) to an archive 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: search Search registry for image 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: secret Manage secrets 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: start Start one or more containers 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: stats Display a live stream of container resource usage statistics 2024-04-22T23:36:29.419 INFO:teuthology.orchestra.run.smithi072.stdout: stop Stop one or more containers 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: system Manage podman 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: tag Add an additional name to a local image 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: top Display the running processes of a container 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: unmount Unmount working container's root filesystem 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: unpause Unpause the processes in one or more containers 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: unshare Run a command in a modified user namespace 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: untag Remove a name from a local image 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: update Update an existing container 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: version Display the Podman version information 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: volume Manage volumes 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: wait Block on one or more containers 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout:Options: 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-04-22T23:36:29.420 INFO:teuthology.orchestra.run.smithi072.stdout: --conmon string Path of the conmon binary 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: -c, --connection string Connection to use for remote Podman service 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --help Help for podman 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --hooks-dir strings Set the OCI hooks directory path (may be set multiple times) (default [/usr/share/containers/oci/hooks.d]) 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.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-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --module strings Load the containers.conf(5) module 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --network-cmd-path string Path to the command for configuring the network 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --network-config-dir string Path of the configuration directory for networks 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --out string Send output (stdout) from podman to a file 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: -r, --remote Access remote Podman service 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "runc") 2024-04-22T23:36:29.421 INFO:teuthology.orchestra.run.smithi072.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: --ssh string define the ssh mode (default "golang") 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: (default "/run/libpod") 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: --transient-store Enable transient container storage 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: -v, --version version for podman 2024-04-22T23:36:29.422 INFO:teuthology.orchestra.run.smithi072.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-04-22T23:36:29.424 DEBUG:teuthology.orchestra.run.smithi072:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-04-22T23:36:30.490 INFO:teuthology.orchestra.run.smithi072.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-04-22T23:36:31.379 INFO:teuthology.orchestra.run.smithi072.stderr:Getting image source signatures 2024-04-22T23:36:31.379 INFO:teuthology.orchestra.run.smithi072.stderr:Copying blob sha256:348b35dc69ab19868df472c75091ac9abd576632b66bdd01e284bc85e3c59bb3 2024-04-22T23:36:31.379 INFO:teuthology.orchestra.run.smithi072.stderr:Copying blob sha256:8fc6444796d588ff040670838a23a55c20ca1a41082db447a3b9d7fdfe9e5826 2024-04-22T23:36:35.622 INFO:teuthology.orchestra.run.smithi072.stderr:Copying config sha256:050723c97e79b1d85aac6e373e1c600d5e208aaeb96d7e71c35cf1631ed24137 2024-04-22T23:36:35.774 INFO:teuthology.orchestra.run.smithi072.stderr:Writing manifest to image destination 2024-04-22T23:36:35.991 INFO:teuthology.orchestra.run.smithi072.stdout:050723c97e79b1d85aac6e373e1c600d5e208aaeb96d7e71c35cf1631ed24137 2024-04-22T23:36:35.996 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T23:36:36.012 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:36:36.012 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:36:36.013 INFO:tasks.cephadm:Cluster fsid is 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:36:36.013 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T23:36:36.013 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.26'} 2024-04-22T23:36:36.013 INFO:tasks.cephadm:First mon is mon.a on smithi026 2024-04-22T23:36:36.013 INFO:tasks.cephadm:First mgr is x 2024-04-22T23:36:36.014 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T23:36:36.014 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2024-04-22T23:36:36.045 DEBUG:teuthology.orchestra.run.smithi072:> sudo hostname $(hostname -s) 2024-04-22T23:36:36.070 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T23:36:36.071 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:36:36.216 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/78807/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3252-g43be0201', 'node_name': '172.21.5.36+adami06', '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-3252.g43be0201'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-22 22:31:25.102991', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-22-1618', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-22T23:36:36.437 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-04-22-1618, sha1 43be020184947e53516056c9931e1ac5bdbbb1a5 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:36:36.438 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm 2024-04-22T23:36:36.438 DEBUG:teuthology.orchestra.run.smithi026:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:36:37.060 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:36 /home/ubuntu/cephtest/cephadm 2024-04-22T23:36:37.061 DEBUG:teuthology.orchestra.run.smithi072:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:36:37.514 INFO:teuthology.orchestra.run.smithi072.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:36 /home/ubuntu/cephtest/cephadm 2024-04-22T23:36:37.515 DEBUG:teuthology.orchestra.run.smithi026:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:36:37.534 DEBUG:teuthology.orchestra.run.smithi072:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:36:37.563 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 on all hosts... 2024-04-22T23:36:37.564 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:36:37.577 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:36:37.778 INFO:teuthology.orchestra.run.smithi072.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:36:39.135 INFO:teuthology.orchestra.run.smithi026.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:37:26.381 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2024-04-22T23:37:26.381 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:37:26.381 INFO:teuthology.orchestra.run.smithi026.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:37:26.382 INFO:teuthology.orchestra.run.smithi026.stdout: "repo_digests": [ 2024-04-22T23:37:26.382 INFO:teuthology.orchestra.run.smithi026.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:37:26.382 INFO:teuthology.orchestra.run.smithi026.stdout: ] 2024-04-22T23:37:26.382 INFO:teuthology.orchestra.run.smithi026.stdout:} 2024-04-22T23:37:29.440 INFO:teuthology.orchestra.run.smithi072.stdout:{ 2024-04-22T23:37:29.440 INFO:teuthology.orchestra.run.smithi072.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:37:29.440 INFO:teuthology.orchestra.run.smithi072.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:37:29.440 INFO:teuthology.orchestra.run.smithi072.stdout: "repo_digests": [ 2024-04-22T23:37:29.440 INFO:teuthology.orchestra.run.smithi072.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:37:29.441 INFO:teuthology.orchestra.run.smithi072.stdout: ] 2024-04-22T23:37:29.441 INFO:teuthology.orchestra.run.smithi072.stdout:} 2024-04-22T23:37:29.463 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /etc/ceph 2024-04-22T23:37:29.495 DEBUG:teuthology.orchestra.run.smithi072:> sudo mkdir -p /etc/ceph 2024-04-22T23:37:29.520 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 777 /etc/ceph 2024-04-22T23:37:29.563 DEBUG:teuthology.orchestra.run.smithi072:> sudo chmod 777 /etc/ceph 2024-04-22T23:37:29.586 INFO:tasks.cephadm:Writing seed config... 2024-04-22T23:37:29.587 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T23:37:29.587 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T23:37:29.587 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T23:37:29.587 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T23:37:29.587 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T23:37:29.587 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T23:37:29.587 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T23:37:29.587 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:37:29.588 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T23:37:29.620 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 = 28a2da30-0101-11ef-bc93-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-22T23:37:29.620 DEBUG:teuthology.orchestra.run.smithi026:mon.a> sudo journalctl -f -n 0 -u ceph-28a2da30-0101-11ef-bc93-c7b262605968@mon.a.service 2024-04-22T23:37:29.662 DEBUG:teuthology.orchestra.run.smithi026:mgr.x> sudo journalctl -f -n 0 -u ceph-28a2da30-0101-11ef-bc93-c7b262605968@mgr.x.service 2024-04-22T23:37:29.705 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T23:37:29.705 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 -v bootstrap --fsid 28a2da30-0101-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.26 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:37:29.906 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:37:29.906 INFO:teuthology.orchestra.run.smithi026.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5', '-v', 'bootstrap', '--fsid', '28a2da30-0101-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.26', '--skip-admin-label'] 2024-04-22T23:37:29.907 INFO:teuthology.orchestra.run.smithi026.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T23:37:29.907 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying podman|docker is present... 2024-04-22T23:37:29.934 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T23:37:29.934 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying lvm2 is present... 2024-04-22T23:37:29.934 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying time synchronization is in place... 2024-04-22T23:37:29.941 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:37:29.941 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:37:29.947 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:37:29.948 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-04-22T23:37:29.954 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout enabled 2024-04-22T23:37:29.960 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout active 2024-04-22T23:37:29.960 INFO:teuthology.orchestra.run.smithi026.stdout:Unit chronyd.service is enabled and running 2024-04-22T23:37:29.960 INFO:teuthology.orchestra.run.smithi026.stdout:Repeating the final host check... 2024-04-22T23:37:29.985 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T23:37:29.985 INFO:teuthology.orchestra.run.smithi026.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-22T23:37:29.985 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl is present 2024-04-22T23:37:29.985 INFO:teuthology.orchestra.run.smithi026.stdout:lvcreate is present 2024-04-22T23:37:29.991 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:37:29.991 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:37:29.997 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:37:29.997 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-04-22T23:37:30.004 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout enabled 2024-04-22T23:37:30.010 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout active 2024-04-22T23:37:30.010 INFO:teuthology.orchestra.run.smithi026.stdout:Unit chronyd.service is enabled and running 2024-04-22T23:37:30.011 INFO:teuthology.orchestra.run.smithi026.stdout:Host looks OK 2024-04-22T23:37:30.011 INFO:teuthology.orchestra.run.smithi026.stdout:Cluster fsid: 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:30.011 INFO:teuthology.orchestra.run.smithi026.stdout:Acquiring lock 140348198061008 on /run/cephadm/28a2da30-0101-11ef-bc93-c7b262605968.lock 2024-04-22T23:37:30.011 INFO:teuthology.orchestra.run.smithi026.stdout:Lock 140348198061008 acquired on /run/cephadm/28a2da30-0101-11ef-bc93-c7b262605968.lock 2024-04-22T23:37:30.011 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying IP 172.21.15.26 port 3300 ... 2024-04-22T23:37:30.011 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying IP 172.21.15.26 port 6789 ... 2024-04-22T23:37:30.011 INFO:teuthology.orchestra.run.smithi026.stdout:Base mon IP(s) is [172.21.15.26:3300, 172.21.15.26:6789], mon addrv is [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2024-04-22T23:37:30.014 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.26 metric 100 2024-04-22T23:37:30.014 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.26 metric 100 2024-04-22T23:37:30.017 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T23:37:30.017 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-04-22T23:37:30.017 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-04-22T23:37:30.019 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T23:37:30.019 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T23:37:30.020 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:37:30.020 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-22T23:37:30.020 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:cac0/64 scope link noprefixroute 2024-04-22T23:37:30.020 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:37:30.020 INFO:teuthology.orchestra.run.smithi026.stdout:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2024-04-22T23:37:30.021 INFO:teuthology.orchestra.run.smithi026.stdout:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2024-04-22T23:37:30.021 INFO:teuthology.orchestra.run.smithi026.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-22T23:37:30.021 INFO:teuthology.orchestra.run.smithi026.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T23:37:30.021 INFO:teuthology.orchestra.run.smithi026.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:37:30.595 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc 2024-04-22T23:37:30.595 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:37:30.595 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Getting image source signatures 2024-04-22T23:37:30.595 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-22T23:37:30.595 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying blob sha256:7ec8071d58237120baf964bcb2a78b46559ac3cbfb68211cd54b50ae743186f0 2024-04-22T23:37:30.596 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying config sha256:a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc 2024-04-22T23:37:30.596 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-22T23:37:31.500 INFO:teuthology.orchestra.run.smithi026.stdout:ceph: stdout ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:37:31.500 INFO:teuthology.orchestra.run.smithi026.stdout:Ceph version: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:37:31.500 INFO:teuthology.orchestra.run.smithi026.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T23:37:32.581 INFO:teuthology.orchestra.run.smithi026.stdout:stat: stdout 167 167 2024-04-22T23:37:32.581 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial keys... 2024-04-22T23:37:33.649 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQC89CZm2qShORAAyYD+/3lFCDtefGXstZ1Z/A== 2024-04-22T23:37:34.661 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQC+9CZmEOOCBBAACusY6w+6msxj1dM95+6uyw== 2024-04-22T23:37:35.574 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQC/9CZmo8A+ARAAmYDvzxhG1QFSae6wiLqA0g== 2024-04-22T23:37:35.576 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial monmap... 2024-04-22T23:37:36.564 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:37:36.564 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T23:37:36.564 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:36.564 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:37:36.564 INFO:teuthology.orchestra.run.smithi026.stdout:monmaptool for a [v2:172.21.15.26:3300,v1:172.21.15.26:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:37:36.565 INFO:teuthology.orchestra.run.smithi026.stdout:setting min_mon_release = quincy 2024-04-22T23:37:36.565 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: set fsid to 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:36.565 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:37:36.565 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:37:36.565 INFO:teuthology.orchestra.run.smithi026.stdout:Creating mon... 2024-04-22T23:37:37.436 INFO:teuthology.orchestra.run.smithi026.stdout:create mon.a on 2024-04-22T23:37:37.647 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-22T23:37:37.790 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-22T23:37:37.972 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-28a2da30-0101-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-28a2da30-0101-11ef-bc93-c7b262605968.target. 2024-04-22T23:37:37.972 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-28a2da30-0101-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-28a2da30-0101-11ef-bc93-c7b262605968.target. 2024-04-22T23:37:38.215 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-28a2da30-0101-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:37:38.215 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-28a2da30-0101-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-28a2da30-0101-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-22T23:37:38.388 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-28a2da30-0101-11ef-bc93-c7b262605968.target.wants/ceph-28a2da30-0101-11ef-bc93-c7b262605968@mon.a.service → /etc/systemd/system/ceph-28a2da30-0101-11ef-bc93-c7b262605968@.service. 2024-04-22T23:37:38.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:38 smithi026 ceph-mon[27735]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:37:38.929 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:38 smithi026 bash[27697]: 39a0733daef219922c8297ee56d51ba7725321ca936533b5e4d262316e3126a5 2024-04-22T23:37:38.942 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:37:38.942 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-04-22T23:37:38.949 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:37:38.949 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-04-22T23:37:38.949 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-04-22T23:37:38.949 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:37:38.950 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mon to start... 2024-04-22T23:37:38.950 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mon... 2024-04-22T23:37:39.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:38 smithi026 systemd[1]: Started Ceph mon.a for 28a2da30-0101-11ef-bc93-c7b262605968. 2024-04-22T23:37:40.047 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T23:37:40.047 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout id: 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout services: 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.6166s) 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout data: 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:mon is available 2024-04-22T23:37:40.048 INFO:teuthology.orchestra.run.smithi026.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: monmap epoch 1 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: fsid 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: last_changed 2024-04-22T23:37:35.974130+0000 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: created 2024-04-22T23:37:35.974130+0000 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: min_mon_release 19 (squid) 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: election_strategy: 1 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: fsmap 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: mgrmap e1: no daemons active 2024-04-22T23:37:40.169 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:39 smithi026 ceph-mon[27735]: from='client.? 172.21.15.26:0/251535622' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:37:42.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:41 smithi026 ceph-mon[27735]: from='client.? 172.21.15.26:0/2794675624' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:37:42.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:41 smithi026 ceph-mon[27735]: from='client.? 172.21.15.26:0/2794675624' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:37:47.987 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:47.989 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:37:47.989 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout fsid = 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:37:47.990 INFO:teuthology.orchestra.run.smithi026.stdout:Generating new minimal ceph.conf... 2024-04-22T23:37:51.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:51 smithi026 ceph-mon[27735]: from='client.? 172.21.15.26:0/652432839' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:37:51.530 INFO:teuthology.orchestra.run.smithi026.stdout:Restarting the monitor... 2024-04-22T23:37:51.792 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:51 smithi026 systemd[1]: Stopping Ceph mon.a for 28a2da30-0101-11ef-bc93-c7b262605968... 2024-04-22T23:37:52.046 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:51 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a[27712]: 2024-04-22T23:37:51.797+0000 7f7101cba700 -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-22T23:37:52.046 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:51 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a[27712]: 2024-04-22T23:37:51.797+0000 7f7101cba700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:37:52.313 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:52 smithi026 podman[28068]: 2024-04-22 23:37:52.053459784 +0000 UTC m=+0.352209798 container died 39a0733daef219922c8297ee56d51ba7725321ca936533b5e4d262316e3126a5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416) 2024-04-22T23:37:52.575 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:52 smithi026 podman[28068]: 2024-04-22 23:37:52.428362133 +0000 UTC m=+0.727112178 container cleanup 39a0733daef219922c8297ee56d51ba7725321ca936533b5e4d262316e3126a5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-22T23:37:52.575 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:52 smithi026 bash[28068]: ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:37:52.973 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:52 smithi026 podman[28087]: 2024-04-22 23:37:52.670791021 +0000 UTC m=+0.619917477 container remove 39a0733daef219922c8297ee56d51ba7725321ca936533b5e4d262316e3126a5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_CLEAN=True) 2024-04-22T23:37:52.973 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:52 smithi026 systemd[1]: ceph-28a2da30-0101-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-22T23:37:52.973 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:52 smithi026 systemd[1]: Stopped Ceph mon.a for 28a2da30-0101-11ef-bc93-c7b262605968. 2024-04-22T23:37:52.973 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:52 smithi026 systemd[1]: Starting Ceph mon.a for 28a2da30-0101-11ef-bc93-c7b262605968... 2024-04-22T23:37:53.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:52 smithi026 podman[28190]: 2024-04-22 23:37:52.979875037 +0000 UTC m=+0.095686323 container create b2ba8a170d68ee178dfff282d60694bc96a55a2e93cd1c4438629b0f669a99bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, maintainer=Guillaume Abrioux , GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, ceph=True) 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 podman[28190]: 2024-04-22 23:37:52.90295581 +0000 UTC m=+0.018767117 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 podman[28190]: 2024-04-22 23:37:53.165417896 +0000 UTC m=+0.281229176 container init b2ba8a170d68ee178dfff282d60694bc96a55a2e93cd1c4438629b0f669a99bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, ceph=True, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240416, org.label-schema.license=GPLv2) 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 podman[28190]: 2024-04-22 23:37:53.171157301 +0000 UTC m=+0.286968591 container start b2ba8a170d68ee178dfff282d60694bc96a55a2e93cd1c4438629b0f669a99bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.build-date=20240416, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: pidfile_write: ignore empty --pid-file 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: load: jerasure load: lrc 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: RocksDB version: 7.9.2 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Git sha 0 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: DB SUMMARY 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: DB Session ID: 7EYJ3VCKAY9F8L4XRWKU 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: CURRENT file: CURRENT 2024-04-22T23:37:53.233 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:37:53.234 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T23:37:53.234 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T23:37:53.234 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88005 ; 2024-04-22T23:37:53.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.error_if_exists: 0 2024-04-22T23:37:53.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.create_if_missing: 0 2024-04-22T23:37:53.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.paranoid_checks: 1 2024-04-22T23:37:53.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:37:53.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:37:53.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:37:53.235 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.env: 0x55e30c31ccc0 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.info_log: 0x55e30cc2bbe0 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.statistics: (nil) 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.use_fsync: 0 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_log_file_size: 0 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.allow_fallocate: 1 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.use_direct_reads: 0 2024-04-22T23:37:53.236 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.db_log_dir: 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.wal_dir: 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.write_buffer_manager: 0x55e30cbbf0e0 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:37:53.237 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.unordered_write: 0 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.row_cache: None 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.wal_filter: None 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:37:53.238 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.two_write_queues: 0 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.wal_compression: 0 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.atomic_flush: 0 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.log_readahead_size: 0 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:37:53.239 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_background_jobs: 2 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_background_compactions: -1 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_subcompactions: 1 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_open_files: -1 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:37:53.240 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_background_flushes: -1 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Compression algorithms supported: 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: kZSTD supported: 0 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: kXpressCompression supported: 0 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: kZlibCompression supported: 1 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: kSnappyCompression supported: 1 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: kLZ4Compression supported: 1 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: kBZip2Compression supported: 0 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:37:53.241 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.merge_operator: 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_filter: None 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e30cc2bdc0) 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout: cache_index_and_filter_blocks: 1 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout: pin_top_level_index_and_filter: 1 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_type: 0 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout: data_block_index_type: 0 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_shortening: 1 2024-04-22T23:37:53.242 INFO:journalctl@ceph.mon.a.smithi026.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: checksum: 4 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: no_block_cache: 0 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache: 0x55e30cbf11f0 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_name: BinnedLRUCache 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_options: 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: capacity : 536870912 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: num_shard_bits : 4 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: strict_capacity_limit : 0 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: high_pri_pool_ratio: 0.000 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_cache_compressed: (nil) 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: persistent_cache: (nil) 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_size: 4096 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_size_deviation: 10 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_restart_interval: 16 2024-04-22T23:37:53.243 INFO:journalctl@ceph.mon.a.smithi026.stdout: index_block_restart_interval: 1 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: metadata_block_size: 4096 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: partition_filters: 0 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: use_delta_encoding: 1 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: filter_policy: bloomfilter 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: whole_key_filtering: 1 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: verify_compression: 0 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: read_amp_bytes_per_bit: 0 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: format_version: 5 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: enable_index_compression: 1 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: block_align: 0 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: max_auto_readahead_size: 262144 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: prepopulate_block_cache: 0 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: initial_auto_readahead_size: 8192 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout: num_file_reads_for_auto_readahead: 2 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:37:53.244 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compression: NoCompression 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.num_levels: 7 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:37:53.245 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:37:53.246 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:37:53.247 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:37:53.248 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.inplace_update_support: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.bloom_locality: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.max_successive_merges: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.ttl: 2592000 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:37:53.249 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.enable_blob_files: false 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.min_blob_size: 0 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4eec463a-51b5-436c-81dc-1d6ea0e1038d 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713829073201312, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T23:37:53.250 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713829073202225, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84775, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 82915, "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": 77236, "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": 1713829073, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4eec463a-51b5-436c-81dc-1d6ea0e1038d", "db_session_id": "7EYJ3VCKAY9F8L4XRWKU", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713829073202314, "job": 1, "event": "recovery_finished"} 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e30cd06000 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: DB pointer 0x55e30ccf0000 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** DB Stats ** 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.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-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.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-22T23:37:53.251 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** Compaction Stats [default] ** 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.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-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: L0 2/0 84.65 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: Sum 2/0 84.65 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 145.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.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 145.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** Compaction Stats [default] ** 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.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-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.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 145.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-04-22T23:37:53.252 INFO:journalctl@ceph.mon.a.smithi026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout: Cumulative compaction: 0.00 GB write, 27.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout: Interval compaction: 0.00 GB write, 27.18 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.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-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout: Block cache BinnedLRUCache@0x55e30cbf11f0#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.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-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: starting mon.a rank 0 at public addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] at bind addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: mon.a@-1(???) e1 preinit fsid 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: mon.a@-1(???).mds e1 new map 2024-04-22T23:37:53.253 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: mon.a@-1(???).mds e1 print_map 2024-04-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.stdout: e1 2024-04-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.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-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.stdout: legacy client fscid: -1 2024-04-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.stdout: 2024-04-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.stdout: No filesystems configured 2024-04-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:37:53.254 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-22T23:37:53.264 INFO:teuthology.orchestra.run.smithi026.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-22T23:37:53.519 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:37:53.519 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: monmap epoch 1 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: fsid 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: last_changed 2024-04-22T23:37:35.974130+0000 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: created 2024-04-22T23:37:35.974130+0000 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: min_mon_release 19 (squid) 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: election_strategy: 1 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: 0: [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon.a 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: fsmap 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 ceph-mon[28228]: mgrmap e1: no daemons active 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 bash[28190]: b2ba8a170d68ee178dfff282d60694bc96a55a2e93cd1c4438629b0f669a99bc 2024-04-22T23:37:53.520 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:53 smithi026 systemd[1]: Started Ceph mon.a for 28a2da30-0101-11ef-bc93-c7b262605968. 2024-04-22T23:37:54.384 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T23:37:54.397 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:37:54.397 INFO:teuthology.orchestra.run.smithi026.stdout:Creating mgr... 2024-04-22T23:37:54.398 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T23:37:54.398 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T23:37:54.651 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-28a2da30-0101-11ef-bc93-c7b262605968@mgr.x 2024-04-22T23:37:54.651 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-28a2da30-0101-11ef-bc93-c7b262605968@mgr.x.service: Unit ceph-28a2da30-0101-11ef-bc93-c7b262605968@mgr.x.service not loaded. 2024-04-22T23:37:54.807 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-28a2da30-0101-11ef-bc93-c7b262605968.target.wants/ceph-28a2da30-0101-11ef-bc93-c7b262605968@mgr.x.service → /etc/systemd/system/ceph-28a2da30-0101-11ef-bc93-c7b262605968@.service. 2024-04-22T23:37:54.982 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:54 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/3668342364' entity='client.admin' 2024-04-22T23:37:54.982 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:54 smithi026 systemd[1]: Starting Ceph mgr.x for 28a2da30-0101-11ef-bc93-c7b262605968... 2024-04-22T23:37:55.369 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:55 smithi026 podman[28472]: 2024-04-22 23:37:54.964661919 +0000 UTC m=+0.018184935 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:37:55.369 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:55 smithi026 podman[28472]: 2024-04-22 23:37:55.065152708 +0000 UTC m=+0.118675714 container create d6f11ab623e5652d99afc56ed1974336387fff3cbe6baf72d66cb68415db4d68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, GIT_CLEAN=True) 2024-04-22T23:37:55.369 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:55 smithi026 podman[28472]: 2024-04-22 23:37:55.283922232 +0000 UTC m=+0.337445241 container init d6f11ab623e5652d99afc56ed1974336387fff3cbe6baf72d66cb68415db4d68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20240416, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux ) 2024-04-22T23:37:55.369 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:55 smithi026 podman[28472]: 2024-04-22 23:37:55.289655733 +0000 UTC m=+0.343178740 container start d6f11ab623e5652d99afc56ed1974336387fff3cbe6baf72d66cb68415db4d68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, ceph=True, io.buildah.version=1.33.5) 2024-04-22T23:37:55.383 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:37:55.383 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-04-22T23:37:55.390 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:37:55.390 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-04-22T23:37:55.390 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-04-22T23:37:55.391 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:37:55.399 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:37:55.399 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-04-22T23:37:55.407 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:37:55.407 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-04-22T23:37:55.407 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-04-22T23:37:55.407 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-22T23:37:55.407 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr to start... 2024-04-22T23:37:55.407 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr... 2024-04-22T23:37:55.634 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:55 smithi026 bash[28472]: d6f11ab623e5652d99afc56ed1974336387fff3cbe6baf72d66cb68415db4d68 2024-04-22T23:37:55.634 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:55 smithi026 systemd[1]: Started Ceph mgr.x for 28a2da30-0101-11ef-bc93-c7b262605968. 2024-04-22T23:37:55.635 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:55 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:55.451+0000 7f8a601bd200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:37:55.952 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:55 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:55.651+0000 7f8a601bd200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:37:55.952 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:55 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:55.760+0000 7f8a601bd200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:37:56.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:56 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/1936620804' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:37:56.232 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:56 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:56.099+0000 7f8a601bd200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:37:56.232 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:56 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:56.187+0000 7f8a601bd200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "28a2da30-0101-11ef-bc93-c7b262605968", 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:37:57.164 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:37:57.165 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:57.166 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:37:57.167 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:37:57.168 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:37:38.874151+0000", 2024-04-22T23:37:57.168 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:37:57.168 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:37:57.168 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:37:57.168 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:37:57.168 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (1/15)... 2024-04-22T23:37:57.731 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:57 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:57.447+0000 7f8a601bd200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:37:57.732 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:57 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:57.621+0000 7f8a601bd200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:37:58.090 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:57 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:57.797+0000 7f8a601bd200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:37:58.091 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:58 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:58.097+0000 7f8a601bd200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:37:58.402 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:58 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:58.194+0000 7f8a601bd200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:37:58.403 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:58 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:58.409+0000 7f8a601bd200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:37:58.732 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:58 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:58.613+0000 7f8a601bd200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:37:59.482 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:59 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:59.246+0000 7f8a601bd200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:37:59.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:37:59 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/1599072924' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:37:59.982 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:59 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:59.691+0000 7f8a601bd200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:37:59.982 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:37:59 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:37:59.793+0000 7f8a601bd200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:38:00.328 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:00 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:00.007+0000 7f8a601bd200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:38:00.333 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:38:00.333 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:38:00.333 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "28a2da30-0101-11ef-bc93-c7b262605968", 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:38:00.334 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:38:00.335 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:38:00.338 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:00.339 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:37:38.874151+0000", 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:38:00.340 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:00.341 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:38:00.341 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:38:00.341 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (2/15)... 2024-04-22T23:38:00.640 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:00 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:00.552+0000 7f8a601bd200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:38:00.640 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:00 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:00.646+0000 7f8a601bd200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:38:00.981 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:00 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:00.895+0000 7f8a601bd200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:38:01.481 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:01 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:01.031+0000 7f8a601bd200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:38:01.482 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:01 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:01.128+0000 7f8a601bd200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:38:01.482 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:01 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:01.247+0000 7f8a601bd200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:38:01.981 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:01 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:01.557+0000 7f8a601bd200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:38:02.449 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:02.178+0000 7f8a601bd200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:38:02.449 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:02.403+0000 7f8a601bd200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:38:02.722 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: Activating manager daemon x 2024-04-22T23:38:02.722 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: mgrmap e2: x(active, starting, since 0.00304498s) 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: from='mgr.14100 172.21.15.26:0/1367241609' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: from='mgr.14100 172.21.15.26:0/1367241609' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: from='mgr.14100 172.21.15.26:0/1367241609' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: from='mgr.14100 172.21.15.26:0/1367241609' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: from='mgr.14100 172.21.15.26:0/1367241609' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: Manager daemon x is now available 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: from='mgr.14100 172.21.15.26:0/1367241609' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: from='mgr.14100 172.21.15.26:0/1367241609' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: from='mgr.14100 172.21.15.26:0/1367241609' entity='mgr.x' 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: from='mgr.14100 172.21.15.26:0/1367241609' entity='mgr.x' 2024-04-22T23:38:02.723 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:02 smithi026 ceph-mon[28228]: from='mgr.14100 172.21.15.26:0/1367241609' entity='mgr.x' 2024-04-22T23:38:03.576 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:03 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/3735604741' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:38:03.576 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:03 smithi026 ceph-mon[28228]: mgrmap e3: x(active, since 1.00636s) 2024-04-22T23:38:03.584 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:38:03.584 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:38:03.584 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "28a2da30-0101-11ef-bc93-c7b262605968", 2024-04-22T23:38:03.584 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:38:03.585 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:38:03.586 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:38:03.587 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:37:38.874151+0000", 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:38:03.588 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:38:03.589 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (3/15)... 2024-04-22T23:38:05.702 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:05 smithi026 ceph-mon[28228]: mgrmap e4: x(active, since 2s) 2024-04-22T23:38:06.681 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:06 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/2363927241' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:38:06.990 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "28a2da30-0101-11ef-bc93-c7b262605968", 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:38:06.991 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:38:06.992 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:38:06.993 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:38:06.994 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:38:06.994 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:06.994 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:38:06.994 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:38:06.994 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:37:38.874151+0000", 2024-04-22T23:38:06.994 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:38:06.994 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:38:06.994 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:38:06.994 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:38:06.994 INFO:teuthology.orchestra.run.smithi026.stdout:mgr is available 2024-04-22T23:38:07.971 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:07 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/1135105229' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:38:08.226 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:38:08.226 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:38:08.226 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout fsid = 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:08.226 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:38:08.226 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:38:08.226 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:38:08.226 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:38:08.227 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:38:08.227 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:38:08.227 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:38:08.227 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:38:08.227 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2024-04-22T23:38:08.227 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:38:08.227 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:38:08.227 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:38:08.227 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling cephadm module... 2024-04-22T23:38:09.290 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:09 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/3085542240' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:38:09.291 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:09 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: ignoring --setuser ceph since I am not root 2024-04-22T23:38:09.291 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:09 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: ignoring --setgroup ceph since I am not root 2024-04-22T23:38:09.291 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:09 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:09.196+0000 7f1e72422200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:38:09.653 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:09 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:09.396+0000 7f1e72422200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:38:09.653 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:09 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:09.504+0000 7f1e72422200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:38:09.918 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:09 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:09.834+0000 7f1e72422200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:38:09.918 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:09 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:09.924+0000 7f1e72422200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:38:10.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:10 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/3085542240' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:38:10.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:10 smithi026 ceph-mon[28228]: mgrmap e5: x(active, since 6s) 2024-04-22T23:38:10.821 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:38:10.821 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T23:38:10.821 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:38:10.821 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-04-22T23:38:10.821 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:38:10.821 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:38:10.822 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for the mgr to restart... 2024-04-22T23:38:10.822 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr epoch 5... 2024-04-22T23:38:11.188 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:11 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/343092524' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:38:11.481 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:11 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:11.193+0000 7f1e72422200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:38:11.481 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:11 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:11.371+0000 7f1e72422200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:38:11.841 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:11 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:11.548+0000 7f1e72422200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:38:12.147 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:11 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:11.847+0000 7f1e72422200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:38:12.147 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:11 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:11.943+0000 7f1e72422200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:38:12.147 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:12 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:12.153+0000 7f1e72422200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:38:12.481 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:12 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:12.355+0000 7f1e72422200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:38:13.231 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:12 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:12.981+0000 7f1e72422200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:38:13.723 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:13 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:13.419+0000 7f1e72422200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:38:13.723 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:13 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:13.519+0000 7f1e72422200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:38:13.723 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:13 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:13.728+0000 7f1e72422200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:38:14.637 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:14 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:14.295+0000 7f1e72422200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:38:14.638 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:14 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:14.390+0000 7f1e72422200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:38:14.981 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:14 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:14.643+0000 7f1e72422200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:38:14.981 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:14 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:14.782+0000 7f1e72422200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:38:14.982 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:14 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:14.880+0000 7f1e72422200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:38:15.327 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:15 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:15.001+0000 7f1e72422200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:38:15.327 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:15 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:15.332+0000 7f1e72422200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:38:16.231 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:15 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:15.961+0000 7f1e72422200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:38:16.232 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:16.186+0000 7f1e72422200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:38:16.731 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: Active manager daemon x restarted 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: Activating manager daemon x 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: mgrmap e6: x(active, starting, since 0.00338347s) 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: Manager daemon x is now available 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:16.732 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:16 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:17.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:17 smithi026 ceph-mon[28228]: Found migration_current of "None". Setting to last migration. 2024-04-22T23:38:17.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:17 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:38:17.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:17 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:38:17.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:17 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:17.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:17 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:17.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:17 smithi026 ceph-mon[28228]: mgrmap e7: x(active, since 1.00525s) 2024-04-22T23:38:17.809 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:38:17.810 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T23:38:17.810 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:38:17.810 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:38:17.810 INFO:teuthology.orchestra.run.smithi026.stdout:mgr epoch 5 is available 2024-04-22T23:38:17.810 INFO:teuthology.orchestra.run.smithi026.stdout:Setting orchestrator backend to cephadm... 2024-04-22T23:38:18.518 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:18 smithi026 ceph-mon[28228]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:38:18.519 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:18 smithi026 ceph-mon[28228]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:38:19.457 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:19 smithi026 ceph-mon[28228]: mgrmap e8: x(active, since 2s) 2024-04-22T23:38:19.457 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:19 smithi026 ceph-mon[28228]: [22/Apr/2024:23:38:18] ENGINE Bus STARTING 2024-04-22T23:38:19.457 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:19 smithi026 ceph-mon[28228]: [22/Apr/2024:23:38:18] ENGINE Serving on https://172.21.15.26:7150 2024-04-22T23:38:19.457 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:19 smithi026 ceph-mon[28228]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:19.457 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:19 smithi026 ceph-mon[28228]: [22/Apr/2024:23:38:18] ENGINE Serving on http://172.21.15.26:8765 2024-04-22T23:38:19.457 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:19 smithi026 ceph-mon[28228]: [22/Apr/2024:23:38:18] ENGINE Bus STARTED 2024-04-22T23:38:19.457 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:19 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:19.457 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:19 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:20.302 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:20 smithi026 ceph-mon[28228]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:20.304 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T23:38:20.304 INFO:teuthology.orchestra.run.smithi026.stdout:Generating ssh key... 2024-04-22T23:38:21.441 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-mon[28228]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:21.441 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-mon[28228]: Generating ssh key... 2024-04-22T23:38:21.441 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:21.441 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:21.441 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: Generating public/private rsa key pair. 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: Your identification has been saved in /tmp/tmpficm0ixk/key. 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: Your public key has been saved in /tmp/tmpficm0ixk/key.pub. 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: The key fingerprint is: 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: SHA256:GbwIGC6ic5QzOHfTlAXFi46lJGPcM6CWj9Ig+NV6PUQ ceph-28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: The key's randomart image is: 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: +---[RSA 3072]----+ 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: | . o*o | 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: | o.+ o..E | 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: |*oXo+..oo. | 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: |BB=+*o+.o+ | 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: |==+= O.oS | 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: |.+o.+ o o | 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: |. . . | 2024-04-22T23:38:21.442 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: | | 2024-04-22T23:38:21.443 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: | | 2024-04-22T23:38:21.443 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:21 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: +----[SHA256]-----+ 2024-04-22T23:38:22.975 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDygDsx6gSCExaEHIRmjxVQ+jnCXwC1HVMvXgn8ZlbLUk+73W83ibCn07JQapa4SykIKRnXekCjyDOimz/TgijpsTLqxyd7U7DJMOidEPXunsD2xLiY1K+/4H7T4+IvRUEF9QdUzTANynMxjTfoYeacT8a3erjDqht60cl7Fd+0XPuTNMu9E97+JSPGhkg/pmeBnssiSvZFMqll74YgZpzU4EuY8J5R8uxmTEK3vuCPCPSFJuIrQnYYV04MfN90pjjw2TL6bcFznOoCT608JTS+pfrKlCkg3r+ow9EndI/+bPs6wZ1v5wvZLLbli+cjw9SByBLRYWJh3+QY9tKayQF+hDRIXYOVSNk9H+S3NLLJOCIqo1HYlKCvkhBgJIVp/YO95aCAKMPt1OzHHeVYVTIp1BDuVJTCz8Vmi7IYlAZpm/HW1i98ob/5heQ+LaVmrv4b3BKD1GNKa7w1JP6vOdKOWSrPG510D5YF/CN2ovQFeoRykR4kHe8D4GLeDehV4Lk= ceph-28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:22.976 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:38:22.976 INFO:teuthology.orchestra.run.smithi026.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T23:38:22.976 INFO:teuthology.orchestra.run.smithi026.stdout:Adding host smithi026... 2024-04-22T23:38:23.228 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:23 smithi026 ceph-mon[28228]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:24.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:24 smithi026 ceph-mon[28228]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "addr": "172.21.15.26", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:25.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:25 smithi026 ceph-mon[28228]: Deploying cephadm binary to smithi026 2024-04-22T23:38:28.641 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Added host 'smithi026' with addr '172.21.15.26' 2024-04-22T23:38:28.641 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying unmanaged mon service... 2024-04-22T23:38:29.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:28 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:29.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:28 smithi026 ceph-mon[28228]: Added host smithi026 2024-04-22T23:38:29.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:28 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:30.109 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T23:38:30.109 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying unmanaged mgr service... 2024-04-22T23:38:30.361 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:30 smithi026 ceph-mon[28228]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:30.361 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:30 smithi026 ceph-mon[28228]: Saving service mon spec with placement count:5 2024-04-22T23:38:30.361 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:30 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:31.995 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T23:38:32.117 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:31 smithi026 ceph-mon[28228]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:32.118 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:31 smithi026 ceph-mon[28228]: Saving service mgr spec with placement count:2 2024-04-22T23:38:32.118 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:31 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:32.118 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:31 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:33.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:33 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:33.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:33 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/207895103' entity='client.admin' 2024-04-22T23:38:34.892 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:34 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:34.892 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:34 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/3985159373' entity='client.admin' 2024-04-22T23:38:35.278 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling the dashboard module... 2024-04-22T23:38:35.862 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:35 smithi026 ceph-mon[28228]: from='mgr.14120 172.21.15.26:0/695487487' entity='mgr.x' 2024-04-22T23:38:36.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:36 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/3293917730' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:38:36.981 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:36 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: ignoring --setuser ceph since I am not root 2024-04-22T23:38:36.982 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:36 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: ignoring --setgroup ceph since I am not root 2024-04-22T23:38:37.343 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:37 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:37.048+0000 7f4d47a67200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:38:37.343 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:37 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:37.242+0000 7f4d47a67200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:38:37.343 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:37 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:37.349+0000 7f4d47a67200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:38:37.882 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:37 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/3293917730' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:38:37.883 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:37 smithi026 ceph-mon[28228]: mgrmap e9: x(active, since 20s) 2024-04-22T23:38:37.883 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:37 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:37.679+0000 7f4d47a67200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:38:37.883 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:37 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:37.768+0000 7f4d47a67200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:38:38.957 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:38:38.957 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T23:38:38.957 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:38:38.958 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-04-22T23:38:38.958 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:38:38.958 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:38:38.958 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for the mgr to restart... 2024-04-22T23:38:38.958 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr epoch 9... 2024-04-22T23:38:39.046 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:38 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/4277842515' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:38:39.323 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:39 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:39.051+0000 7f4d47a67200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:38:39.323 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:39 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:39.233+0000 7f4d47a67200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:38:39.710 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:39 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:39.414+0000 7f4d47a67200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:38:39.710 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:39 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:39.716+0000 7f4d47a67200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:38:39.981 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:39 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:39.812+0000 7f4d47a67200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:38:40.481 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:40 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:40.027+0000 7f4d47a67200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:38:40.481 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:40 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:40.229+0000 7f4d47a67200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:38:41.231 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:40 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:40.881+0000 7f4d47a67200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:38:41.630 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:41 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:41.324+0000 7f4d47a67200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:38:41.631 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:41 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:41.424+0000 7f4d47a67200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:38:41.631 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:41 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:41.636+0000 7f4d47a67200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:38:42.482 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:42 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:42.204+0000 7f4d47a67200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:38:42.482 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:42 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:42.300+0000 7f4d47a67200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:38:42.912 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:42 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:42.557+0000 7f4d47a67200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:38:42.913 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:42 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:42.698+0000 7f4d47a67200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:38:42.913 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:42 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:42.798+0000 7f4d47a67200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:38:42.913 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:42 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:42.918+0000 7f4d47a67200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:38:43.481 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:43 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:43.231+0000 7f4d47a67200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:38:44.134 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:43 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:43.860+0000 7f4d47a67200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:38:44.134 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:38:44.086+0000 7f4d47a67200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:38:44.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: Active manager daemon x restarted 2024-04-22T23:38:44.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: Activating manager daemon x 2024-04-22T23:38:44.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:38:44.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: mgrmap e10: x(active, starting, since 0.00308171s) 2024-04-22T23:38:44.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:38:44.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:38:44.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:38:44.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:38:44.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:38:44.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: Manager daemon x is now available 2024-04-22T23:38:44.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:44 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:45.363 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:45 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:38:45.363 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:45 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:38:45.363 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:45 smithi026 ceph-mon[28228]: mgrmap e11: x(active, since 1.00617s) 2024-04-22T23:38:46.058 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:38:46.058 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T23:38:46.058 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:38:46.059 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:38:46.059 INFO:teuthology.orchestra.run.smithi026.stdout:mgr epoch 9 is available 2024-04-22T23:38:46.059 INFO:teuthology.orchestra.run.smithi026.stdout:Generating a dashboard self-signed certificate... 2024-04-22T23:38:46.416 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:46 smithi026 ceph-mon[28228]: [22/Apr/2024:23:38:45] ENGINE Bus STARTING 2024-04-22T23:38:46.416 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:46 smithi026 ceph-mon[28228]: [22/Apr/2024:23:38:45] ENGINE Serving on http://172.21.15.26:8765 2024-04-22T23:38:46.416 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:46 smithi026 ceph-mon[28228]: [22/Apr/2024:23:38:45] ENGINE Serving on https://172.21.15.26:7150 2024-04-22T23:38:46.416 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:46 smithi026 ceph-mon[28228]: [22/Apr/2024:23:38:45] ENGINE Bus STARTED 2024-04-22T23:38:47.428 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:47 smithi026 ceph-mon[28228]: mgrmap e12: x(active, since 2s) 2024-04-22T23:38:47.428 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:47 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:47.428 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:47 smithi026 ceph-mon[28228]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:47.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:47 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:47.429 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:47 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:47.431 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T23:38:47.431 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial admin user... 2024-04-22T23:38:49.020 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$MysItFxYvB6OaINfhRJNNuhlJrSJaJruJ6WycXKI6xB3EHJjCpJiW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713829128, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T23:38:49.020 INFO:teuthology.orchestra.run.smithi026.stdout:Fetching dashboard port number... 2024-04-22T23:38:49.387 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:49 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:49.387 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:49 smithi026 ceph-mon[28228]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:49.387 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:49 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:50.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:50 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/1403781351' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:38:50.656 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T23:38:50.666 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:38:50.666 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2024-04-22T23:38:50.674 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:38:50.674 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2024-04-22T23:38:50.675 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2024-04-22T23:38:50.675 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T23:38:50.676 INFO:teuthology.orchestra.run.smithi026.stdout:Ceph Dashboard is now available at: 2024-04-22T23:38:50.676 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:38:50.676 INFO:teuthology.orchestra.run.smithi026.stdout: URL: https://smithi026:8443/ 2024-04-22T23:38:50.677 INFO:teuthology.orchestra.run.smithi026.stdout: User: admin 2024-04-22T23:38:50.677 INFO:teuthology.orchestra.run.smithi026.stdout: Password: 3us68tgv36 2024-04-22T23:38:50.677 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:38:50.677 INFO:teuthology.orchestra.run.smithi026.stdout:Saving cluster configuration to /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/config directory 2024-04-22T23:38:50.677 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling autotune for osd_memory_target 2024-04-22T23:38:51.299 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:51 smithi026 ceph-mon[28228]: mgrmap e13: x(active, since 6s) 2024-04-22T23:38:53.470 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T23:38:53.470 INFO:teuthology.orchestra.run.smithi026.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T23:38:53.470 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:38:53.470 INFO:teuthology.orchestra.run.smithi026.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:38:53.470 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:38:53.470 INFO:teuthology.orchestra.run.smithi026.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T23:38:53.470 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:38:53.470 INFO:teuthology.orchestra.run.smithi026.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T23:38:53.471 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:38:53.471 INFO:teuthology.orchestra.run.smithi026.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T23:38:53.471 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:38:53.471 INFO:teuthology.orchestra.run.smithi026.stdout: ceph telemetry on 2024-04-22T23:38:53.471 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:38:53.471 INFO:teuthology.orchestra.run.smithi026.stdout:For more information see: 2024-04-22T23:38:53.471 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:38:53.471 INFO:teuthology.orchestra.run.smithi026.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T23:38:53.471 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:38:53.471 INFO:teuthology.orchestra.run.smithi026.stdout:Bootstrap complete. 2024-04-22T23:38:53.514 INFO:tasks.cephadm:Fetching config... 2024-04-22T23:38:53.515 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:38:53.515 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T23:38:53.531 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T23:38:53.531 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:38:53.531 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T23:38:53.587 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T23:38:53.587 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:38:53.587 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-22T23:38:53.651 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T23:38:53.651 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:38:53.651 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T23:38:53.707 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T23:38:53.707 DEBUG:teuthology.orchestra.run.smithi026:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDygDsx6gSCExaEHIRmjxVQ+jnCXwC1HVMvXgn8ZlbLUk+73W83ibCn07JQapa4SykIKRnXekCjyDOimz/TgijpsTLqxyd7U7DJMOidEPXunsD2xLiY1K+/4H7T4+IvRUEF9QdUzTANynMxjTfoYeacT8a3erjDqht60cl7Fd+0XPuTNMu9E97+JSPGhkg/pmeBnssiSvZFMqll74YgZpzU4EuY8J5R8uxmTEK3vuCPCPSFJuIrQnYYV04MfN90pjjw2TL6bcFznOoCT608JTS+pfrKlCkg3r+ow9EndI/+bPs6wZ1v5wvZLLbli+cjw9SByBLRYWJh3+QY9tKayQF+hDRIXYOVSNk9H+S3NLLJOCIqo1HYlKCvkhBgJIVp/YO95aCAKMPt1OzHHeVYVTIp1BDuVJTCz8Vmi7IYlAZpm/HW1i98ob/5heQ+LaVmrv4b3BKD1GNKa7w1JP6vOdKOWSrPG510D5YF/CN2ovQFeoRykR4kHe8D4GLeDehV4Lk= ceph-28a2da30-0101-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:38:53.780 INFO:teuthology.orchestra.run.smithi026.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDygDsx6gSCExaEHIRmjxVQ+jnCXwC1HVMvXgn8ZlbLUk+73W83ibCn07JQapa4SykIKRnXekCjyDOimz/TgijpsTLqxyd7U7DJMOidEPXunsD2xLiY1K+/4H7T4+IvRUEF9QdUzTANynMxjTfoYeacT8a3erjDqht60cl7Fd+0XPuTNMu9E97+JSPGhkg/pmeBnssiSvZFMqll74YgZpzU4EuY8J5R8uxmTEK3vuCPCPSFJuIrQnYYV04MfN90pjjw2TL6bcFznOoCT608JTS+pfrKlCkg3r+ow9EndI/+bPs6wZ1v5wvZLLbli+cjw9SByBLRYWJh3+QY9tKayQF+hDRIXYOVSNk9H+S3NLLJOCIqo1HYlKCvkhBgJIVp/YO95aCAKMPt1OzHHeVYVTIp1BDuVJTCz8Vmi7IYlAZpm/HW1i98ob/5heQ+LaVmrv4b3BKD1GNKa7w1JP6vOdKOWSrPG510D5YF/CN2ovQFeoRykR4kHe8D4GLeDehV4Lk= ceph-28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:53.806 DEBUG:teuthology.orchestra.run.smithi072:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDygDsx6gSCExaEHIRmjxVQ+jnCXwC1HVMvXgn8ZlbLUk+73W83ibCn07JQapa4SykIKRnXekCjyDOimz/TgijpsTLqxyd7U7DJMOidEPXunsD2xLiY1K+/4H7T4+IvRUEF9QdUzTANynMxjTfoYeacT8a3erjDqht60cl7Fd+0XPuTNMu9E97+JSPGhkg/pmeBnssiSvZFMqll74YgZpzU4EuY8J5R8uxmTEK3vuCPCPSFJuIrQnYYV04MfN90pjjw2TL6bcFznOoCT608JTS+pfrKlCkg3r+ow9EndI/+bPs6wZ1v5wvZLLbli+cjw9SByBLRYWJh3+QY9tKayQF+hDRIXYOVSNk9H+S3NLLJOCIqo1HYlKCvkhBgJIVp/YO95aCAKMPt1OzHHeVYVTIp1BDuVJTCz8Vmi7IYlAZpm/HW1i98ob/5heQ+LaVmrv4b3BKD1GNKa7w1JP6vOdKOWSrPG510D5YF/CN2ovQFeoRykR4kHe8D4GLeDehV4Lk= ceph-28a2da30-0101-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:38:53.845 INFO:teuthology.orchestra.run.smithi072.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDygDsx6gSCExaEHIRmjxVQ+jnCXwC1HVMvXgn8ZlbLUk+73W83ibCn07JQapa4SykIKRnXekCjyDOimz/TgijpsTLqxyd7U7DJMOidEPXunsD2xLiY1K+/4H7T4+IvRUEF9QdUzTANynMxjTfoYeacT8a3erjDqht60cl7Fd+0XPuTNMu9E97+JSPGhkg/pmeBnssiSvZFMqll74YgZpzU4EuY8J5R8uxmTEK3vuCPCPSFJuIrQnYYV04MfN90pjjw2TL6bcFznOoCT608JTS+pfrKlCkg3r+ow9EndI/+bPs6wZ1v5wvZLLbli+cjw9SByBLRYWJh3+QY9tKayQF+hDRIXYOVSNk9H+S3NLLJOCIqo1HYlKCvkhBgJIVp/YO95aCAKMPt1OzHHeVYVTIp1BDuVJTCz8Vmi7IYlAZpm/HW1i98ob/5heQ+LaVmrv4b3BKD1GNKa7w1JP6vOdKOWSrPG510D5YF/CN2ovQFeoRykR4kHe8D4GLeDehV4Lk= ceph-28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:38:53.857 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T23:38:54.028 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:53 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/2140033799' entity='client.admin' 2024-04-22T23:38:54.103 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:38:55.628 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T23:38:55.629 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T23:38:56.217 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:55 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/2163687812' entity='client.admin' 2024-04-22T23:38:56.438 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:38:58.493 INFO:tasks.cephadm:Remote smithi072 excluded from cephadm cluster by role 2024-04-22T23:38:58.494 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T23:38:58.494 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T23:38:58.516 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:58 smithi026 ceph-mon[28228]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:38:58.516 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:58 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:58.516 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:58 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:58.516 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:58 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:58.516 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:58 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:38:58.516 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:58 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:38:58.516 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:58 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:38:58.766 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:38:59.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: Updating smithi026:/etc/ceph/ceph.conf 2024-04-22T23:38:59.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: Updating smithi026:/var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:38:59.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:38:59.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: Updating smithi026:/var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:38:59.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:59.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:59.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:38:59.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:38:59.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:38:59.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:38:59.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:38:59 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:00.251 INFO:teuthology.orchestra.run.smithi026.stderr:adjusted tunables profile to default 2024-04-22T23:39:00.620 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:00 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/820490896' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:39:00.897 INFO:tasks.cephadm:Adding mon.a on smithi026 2024-04-22T23:39:00.897 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph orch apply mon '1;smithi026:172.21.15.26=a' 2024-04-22T23:39:01.186 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:39:01.540 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:01 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/820490896' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:39:01.540 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:01 smithi026 ceph-mon[28228]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:39:01.888 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled mon update... 2024-04-22T23:39:02.520 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2024-04-22T23:39:02.520 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:39:03.029 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi026:172.21.15.26=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:39:03.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: Saving service mon spec with placement smithi026:172.21.15.26=a;count:1 2024-04-22T23:39:03.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:03.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:39:03.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:03.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:39:03.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:03.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:03.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:03.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:03.030 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:03.031 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:03.031 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:39:03.031 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:39:03.031 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:02 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:03.246 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:39:04.234 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:03 smithi026 ceph-mon[28228]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:39:04.234 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:03 smithi026 ceph-mon[28228]: Reconfiguring daemon mon.a on smithi026 2024-04-22T23:39:04.418 INFO:teuthology.orchestra.run.smithi026.stdout: 2024-04-22T23:39:04.418 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":1,"fsid":"28a2da30-0101-11ef-bc93-c7b262605968","modified":"2024-04-22T23:37:35.974130Z","created":"2024-04-22T23:37:35.974130Z","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.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:39:04.420 INFO:teuthology.orchestra.run.smithi026.stderr:dumped monmap epoch 1 2024-04-22T23:39:04.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:04 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:04.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:04 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:04.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:04 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/294668653' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:39:05.037 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T23:39:05.038 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T23:39:05.282 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:39:05.940 INFO:teuthology.orchestra.run.smithi026.stdout:# minimal ceph.conf for 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:05.940 INFO:teuthology.orchestra.run.smithi026.stdout:[global] 2024-04-22T23:39:05.940 INFO:teuthology.orchestra.run.smithi026.stdout: fsid = 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:05.941 INFO:teuthology.orchestra.run.smithi026.stdout: mon_host = [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] 2024-04-22T23:39:05.953 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:05 smithi026 ceph-mon[28228]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:06.542 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T23:39:06.542 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:39:06.542 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:39:06.570 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:39:06.570 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:06.636 INFO:tasks.cephadm:Adding mgr.x on smithi026 2024-04-22T23:39:06.637 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph orch apply mgr '1;smithi026=x' 2024-04-22T23:39:06.917 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:39:07.164 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:06 smithi026 ceph-mon[28228]: from='client.? 172.21.15.26:0/2698039209' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:07.609 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled mgr update... 2024-04-22T23:39:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:07 smithi026 ceph-mon[28228]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:08.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:07 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:07 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:39:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:07 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:07 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:39:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:07 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:07 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:07 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:39:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:07 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:39:08.232 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:07 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:39:08.285 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T23:39:08.286 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2024-04-22T23:39:08.286 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:39:08.301 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T23:39:08.301 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_1 2024-04-22T23:39:08.357 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:39:08.357 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:08.357 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-22T23:39:08.357 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:08.358 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:08.358 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-04-22 23:38:56.869178716 +0000 2024-04-22T23:39:08.358 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-04-22 23:33:37.133189198 +0000 2024-04-22T23:39:08.358 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-04-22 23:33:37.133189198 +0000 2024-04-22T23:39:08.358 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-04-22 23:33:37.133189198 +0000 2024-04-22T23:39:08.358 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:39:08.421 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-04-22T23:39:08.421 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-04-22T23:39:08.422 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000103987 s, 4.9 MB/s 2024-04-22T23:39:08.423 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:39:08.480 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_2 2024-04-22T23:39:08.535 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:39:08.535 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:08.535 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-04-22T23:39:08.535 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:08.535 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:08.535 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-04-22 23:38:56.906178147 +0000 2024-04-22T23:39:08.535 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-04-22 23:33:37.483183758 +0000 2024-04-22T23:39:08.535 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-04-22 23:33:37.483183758 +0000 2024-04-22T23:39:08.535 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-04-22 23:33:37.483183758 +0000 2024-04-22T23:39:08.536 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:39:08.598 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-04-22T23:39:08.598 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-04-22T23:39:08.599 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000106396 s, 4.8 MB/s 2024-04-22T23:39:08.600 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:39:08.656 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_3 2024-04-22T23:39:08.712 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:39:08.712 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:08.713 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-04-22T23:39:08.713 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:08.713 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:08.713 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-04-22 23:38:56.943177577 +0000 2024-04-22T23:39:08.713 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-04-22 23:33:37.850178055 +0000 2024-04-22T23:39:08.713 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-04-22 23:33:37.850178055 +0000 2024-04-22T23:39:08.713 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-04-22 23:33:37.850178055 +0000 2024-04-22T23:39:08.713 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:39:08.775 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-04-22T23:39:08.775 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-04-22T23:39:08.775 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000110693 s, 4.6 MB/s 2024-04-22T23:39:08.776 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:39:08.832 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_4 2024-04-22T23:39:08.887 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:39:08.887 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:39:08.888 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-22T23:39:08.888 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:39:08.888 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:39:08.888 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2024-04-22 23:38:56.985176931 +0000 2024-04-22T23:39:08.888 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2024-04-22 23:33:38.182172895 +0000 2024-04-22T23:39:08.888 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2024-04-22 23:33:38.182172895 +0000 2024-04-22T23:39:08.888 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: 2024-04-22 23:33:38.182172895 +0000 2024-04-22T23:39:08.888 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:39:08.951 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2024-04-22T23:39:08.951 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2024-04-22T23:39:08.951 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000107821 s, 4.7 MB/s 2024-04-22T23:39:08.952 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:39:09.008 INFO:tasks.cephadm:Deploying osd.0 on smithi026 with /dev/vg_nvme/lv_4... 2024-04-22T23:39:09.009 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-22T23:39:09.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:08 smithi026 ceph-mon[28228]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi026=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:39:09.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:08 smithi026 ceph-mon[28228]: Saving service mgr spec with placement smithi026=x;count:1 2024-04-22T23:39:09.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:08 smithi026 ceph-mon[28228]: Reconfiguring mgr.x (unknown last config time)... 2024-04-22T23:39:09.231 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:08 smithi026 ceph-mon[28228]: Reconfiguring daemon mgr.x on smithi026 2024-04-22T23:39:09.470 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:39:09.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:09 smithi026 ceph-mon[28228]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:39:09.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:09 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:09.981 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:09 smithi026 ceph-mon[28228]: from='mgr.14152 172.21.15.26:0/2781419516' entity='mgr.x' 2024-04-22T23:39:10.166 INFO:teuthology.orchestra.run.smithi026.stderr: stderr: Unknown device, --name=, --path=, or absolute path in /dev/ or /sys expected. 2024-04-22T23:39:10.166 INFO:teuthology.orchestra.run.smithi026.stderr:usage: ceph-volume lvm zap [-h] [--destroy] [--osd-id OSD_ID] 2024-04-22T23:39:10.166 INFO:teuthology.orchestra.run.smithi026.stderr: [--osd-fsid OSD_FSID] [--no-systemd] 2024-04-22T23:39:10.166 INFO:teuthology.orchestra.run.smithi026.stderr: [DEVICES [DEVICES ...]] 2024-04-22T23:39:10.166 INFO:teuthology.orchestra.run.smithi026.stderr:ceph-volume lvm zap: error: Unable to proceed with non-existing device: /dev/vg_nvme/lv_4 2024-04-22T23:39:10.780 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-22T23:39:10.780 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:39:10.782 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:10.810 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:10.840 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-22T23:39:10.840 DEBUG:teuthology.orchestra.run.smithi026:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:39:10.867 DEBUG:teuthology.orchestra.run.smithi072:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:39:10.897 INFO:tasks.cephadm:Stopping all daemons... 2024-04-22T23:39:10.897 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-22T23:39:10.897 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-28a2da30-0101-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:39:11.204 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:10 smithi026 systemd[1]: Stopping Ceph mon.a for 28a2da30-0101-11ef-bc93-c7b262605968... 2024-04-22T23:39:11.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:11 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a[28205]: 2024-04-22T23:39:11.209+0000 7f6a503a7700 -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-22T23:39:11.481 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:11 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a[28205]: 2024-04-22T23:39:11.209+0000 7f6a503a7700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:39:11.482 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:11 smithi026 podman[40573]: 2024-04-22 23:39:11.415501696 +0000 UTC m=+0.309075677 container died b2ba8a170d68ee178dfff282d60694bc96a55a2e93cd1c4438629b0f669a99bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_CLEAN=True, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0) 2024-04-22T23:39:11.925 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:11 smithi026 podman[40573]: 2024-04-22 23:39:11.75660442 +0000 UTC m=+0.650178389 container cleanup b2ba8a170d68ee178dfff282d60694bc96a55a2e93cd1c4438629b0f669a99bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-04-22T23:39:11.925 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:11 smithi026 bash[40573]: ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:39:12.176 INFO:journalctl@ceph.mon.a.smithi026.stdout:Apr 22 23:39:11 smithi026 podman[40592]: 2024-04-22 23:39:11.932736084 +0000 UTC m=+0.517638686 container remove b2ba8a170d68ee178dfff282d60694bc96a55a2e93cd1c4438629b0f669a99bc (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mon-a, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True) 2024-04-22T23:39:12.181 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-28a2da30-0101-11ef-bc93-c7b262605968@mon.a.service' 2024-04-22T23:39:12.237 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:39:12.238 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-22T23:39:12.238 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-04-22T23:39:12.238 DEBUG:teuthology.orchestra.run.smithi026:> sudo systemctl stop ceph-28a2da30-0101-11ef-bc93-c7b262605968@mgr.x 2024-04-22T23:39:12.481 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:39:12 smithi026 systemd[1]: Stopping Ceph mgr.x for 28a2da30-0101-11ef-bc93-c7b262605968... 2024-04-22T23:39:12.862 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:39:12 smithi026 ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x[28487]: 2024-04-22T23:39:12.587+0000 7f4d3c472700 -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-22T23:39:12.862 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:39:12 smithi026 podman[40704]: 2024-04-22 23:39:12.619807622 +0000 UTC m=+0.165670402 container died d6f11ab623e5652d99afc56ed1974336387fff3cbe6baf72d66cb68415db4d68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240416) 2024-04-22T23:39:13.231 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:39:12 smithi026 podman[40704]: 2024-04-22 23:39:12.95229873 +0000 UTC m=+0.498161516 container cleanup d6f11ab623e5652d99afc56ed1974336387fff3cbe6baf72d66cb68415db4d68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, io.buildah.version=1.33.5, ceph=True, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=) 2024-04-22T23:39:13.231 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:39:12 smithi026 bash[40704]: ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x 2024-04-22T23:39:13.231 INFO:journalctl@ceph.mgr.x.smithi026.stdout:Apr 22 23:39:13 smithi026 podman[40723]: 2024-04-22 23:39:13.094761592 +0000 UTC m=+0.477129475 container remove d6f11ab623e5652d99afc56ed1974336387fff3cbe6baf72d66cb68415db4d68 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-28a2da30-0101-11ef-bc93-c7b262605968-mgr-x, org.label-schema.license=GPLv2, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.build-date=20240416, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-22T23:39:13.303 DEBUG:teuthology.orchestra.run.smithi026:> sudo pkill -f 'journalctl -f -n 0 -u ceph-28a2da30-0101-11ef-bc93-c7b262605968@mgr.x.service' 2024-04-22T23:39:13.350 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:39:13.350 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-04-22T23:39:13.350 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 28a2da30-0101-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:39:13.535 INFO:teuthology.orchestra.run.smithi026.stdout:Deleting cluster with fsid: 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:14.446 DEBUG:teuthology.orchestra.run.smithi072:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 28a2da30-0101-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:39:14.635 INFO:teuthology.orchestra.run.smithi072.stdout:Deleting cluster with fsid: 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:14.886 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:14.915 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:39:14.940 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T23:39:14.941 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243/remote/smithi026/crash 2024-04-22T23:39:14.943 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:39:14.989 INFO:teuthology.orchestra.run.smithi026.stderr:tar: /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:39:14.989 INFO:teuthology.orchestra.run.smithi026.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:39:14.991 DEBUG:teuthology.misc:Transferring archived files from smithi072:/var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243/remote/smithi072/crash 2024-04-22T23:39:14.992 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:39:15.039 INFO:teuthology.orchestra.run.smithi072.stderr:tar: /var/lib/ceph/28a2da30-0101-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:39:15.039 INFO:teuthology.orchestra.run.smithi072.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:39:15.040 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T23:39:15.040 DEBUG:teuthology.orchestra.run.smithi026:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T23:39:15.068 INFO:tasks.cephadm:Compressing logs... 2024-04-22T23:39:15.068 DEBUG:teuthology.orchestra.run.smithi026:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T23:39:15.111 DEBUG:teuthology.orchestra.run.smithi072:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T23:39:15.133 INFO:teuthology.orchestra.run.smithi026.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:39:15.133 INFO:teuthology.orchestra.run.smithi026.stderr:: No such file or directory 2024-04-22T23:39:15.133 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:39:15.134 INFO:teuthology.orchestra.run.smithi026.stderr:gzip -5 --verbose -- /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:39:15.135 INFO:teuthology.orchestra.run.smithi072.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:39:15.135 INFO:teuthology.orchestra.run.smithi072.stderr:: No such file or directory 2024-04-22T23:39:15.135 INFO:teuthology.orchestra.run.smithi072.stderr:/var/log/ceph/cephadm.log: 70.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:39:15.136 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph-mgr.x.log 2024-04-22T23:39:15.136 INFO:teuthology.orchestra.run.smithi026.stderr: 80.8% -- replaced with /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:39:15.136 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-22T23:39:15.136 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:39:15.137 INFO:teuthology.orchestra.run.smithi072.stderr: 2024-04-22T23:39:15.137 INFO:teuthology.orchestra.run.smithi072.stderr:real 0m0.011s 2024-04-22T23:39:15.138 INFO:teuthology.orchestra.run.smithi072.stderr:user 0m0.007s 2024-04-22T23:39:15.138 INFO:teuthology.orchestra.run.smithi072.stderr:sys 0m0.012s 2024-04-22T23:39:15.138 INFO:teuthology.orchestra.run.smithi026.stderr: 87.1% -- replaced with /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:39:15.138 INFO:teuthology.orchestra.run.smithi026.stderr: 86.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:39:15.138 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:39:15.138 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph.cephadm.log: 75.6% -- replaced with /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:39:15.138 INFO:teuthology.orchestra.run.smithi026.stderr:/var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph-volume.log: 90.9% -- replaced with /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:39:15.155 INFO:teuthology.orchestra.run.smithi026.stderr: 88.8% -- replaced with /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph-mgr.x.log.gz 2024-04-22T23:39:15.165 INFO:teuthology.orchestra.run.smithi026.stderr: 91.2% -- replaced with /var/log/ceph/28a2da30-0101-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-22T23:39:15.167 INFO:teuthology.orchestra.run.smithi026.stderr: 2024-04-22T23:39:15.167 INFO:teuthology.orchestra.run.smithi026.stderr:real 0m0.044s 2024-04-22T23:39:15.167 INFO:teuthology.orchestra.run.smithi026.stderr:user 0m0.063s 2024-04-22T23:39:15.167 INFO:teuthology.orchestra.run.smithi026.stderr:sys 0m0.017s 2024-04-22T23:39:15.168 INFO:tasks.cephadm:Archiving logs... 2024-04-22T23:39:15.168 DEBUG:teuthology.misc:Transferring archived files from smithi026:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243/remote/smithi026/log 2024-04-22T23:39:15.169 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:39:15.247 DEBUG:teuthology.misc:Transferring archived files from smithi072:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243/remote/smithi072/log 2024-04-22T23:39:15.248 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:39:15.271 INFO:tasks.cephadm:Removing cluster... 2024-04-22T23:39:15.271 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 28a2da30-0101-11ef-bc93-c7b262605968 --force 2024-04-22T23:39:15.463 INFO:teuthology.orchestra.run.smithi026.stdout:Deleting cluster with fsid: 28a2da30-0101-11ef-bc93-c7b262605968 2024-04-22T23:39:15.727 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T23:39:15.727 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:39:15.742 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:39:15.757 INFO:tasks.cephadm:Teardown complete 2024-04-22T23:39:15.757 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:39:15.963 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=79dfc307cb2a438b8b510f57b259f4cf Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi026 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:39:15.967 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T23:39:15.978 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-04-22T23:39:16.024 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T23:39:16.056 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-22T23:39:16.056 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:39:16.069 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:39:16.142 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T23:39:16.151 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T23:39:16.151 DEBUG:teuthology.orchestra.run.smithi026:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:39:16.154 DEBUG:teuthology.orchestra.run.smithi072:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:39:16.166 INFO:teuthology.orchestra.run.smithi026.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:39:16.168 INFO:teuthology.orchestra.run.smithi072.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:39:16.170 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:39:16.171 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2024-04-22T23:39:16.171 INFO:teuthology.orchestra.run.smithi026.stdout:^- hv01.front.sepia.ceph.com 2 6 377 55 +366us[ +366us] +/- 598ms 2024-04-22T23:39:16.171 INFO:teuthology.orchestra.run.smithi026.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -85us[ -75us] +/- 62ms 2024-04-22T23:39:16.171 INFO:teuthology.orchestra.run.smithi026.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 55 +106us[ +106us] +/- 72ms 2024-04-22T23:39:16.171 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:39:16.172 INFO:teuthology.orchestra.run.smithi072.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:39:16.172 INFO:teuthology.orchestra.run.smithi072.stdout:=============================================================================== 2024-04-22T23:39:16.172 INFO:teuthology.orchestra.run.smithi072.stdout:^- hv01.front.sepia.ceph.com 2 6 377 56 +361us[ +361us] +/- 598ms 2024-04-22T23:39:16.172 INFO:teuthology.orchestra.run.smithi072.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 -63us[ -61us] +/- 62ms 2024-04-22T23:39:16.172 INFO:teuthology.orchestra.run.smithi072.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +110us[ +110us] +/- 72ms 2024-04-22T23:39:16.172 INFO:teuthology.orchestra.run.smithi072.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:39:16.173 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T23:39:16.181 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T23:39:16.182 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T23:39:16.235 DEBUG:teuthology.orchestra.run.smithi026:> 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-22T23:39:16.297 DEBUG:teuthology.orchestra.run.smithi072:> 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-22T23:39:16.352 DEBUG:teuthology.orchestra.run.smithi026:> 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-22T23:39:16.379 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:39:16.379 DEBUG:teuthology.orchestra.run.smithi072:> 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-22T23:39:16.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:39:16.405 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T23:39:16.414 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T23:39:16.439 INFO:teuthology.task.internal:Duration was 534.029571 seconds 2024-04-22T23:39:16.439 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T23:39:16.468 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T23:39:16.468 DEBUG:teuthology.orchestra.run.smithi026:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:39:16.471 DEBUG:teuthology.orchestra.run.smithi072:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:39:16.507 INFO:teuthology.orchestra.run.smithi072.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:39:16.507 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:39:16.895 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T23:39:16.896 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi026.front.sepia.ceph.com 2024-04-22T23:39:16.896 DEBUG:teuthology.orchestra.run.smithi026:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T23:39:16.916 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi072.front.sepia.ceph.com 2024-04-22T23:39:16.917 DEBUG:teuthology.orchestra.run.smithi072:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T23:39:16.956 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T23:39:16.956 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:39:16.959 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:39:17.020 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T23:39:17.020 DEBUG:teuthology.orchestra.run.smithi026:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:39:17.026 DEBUG:teuthology.orchestra.run.smithi072:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:39:17.153 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T23:39:17.164 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T23:39:17.164 DEBUG:teuthology.orchestra.run.smithi026:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:39:17.188 DEBUG:teuthology.orchestra.run.smithi072:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:39:17.211 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T23:39:17.228 DEBUG:teuthology.orchestra.run.smithi026:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:39:17.230 DEBUG:teuthology.orchestra.run.smithi072:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:39:17.251 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = core 2024-04-22T23:39:17.273 INFO:teuthology.orchestra.run.smithi072.stdout:kernel.core_pattern = core 2024-04-22T23:39:17.293 DEBUG:teuthology.orchestra.run.smithi026:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:39:17.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:39:17.329 DEBUG:teuthology.orchestra.run.smithi072:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:39:17.346 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:39:17.347 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T23:39:17.357 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T23:39:17.358 DEBUG:teuthology.misc:Transferring archived files from smithi026:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243/remote/smithi026 2024-04-22T23:39:17.358 DEBUG:teuthology.orchestra.run.smithi026:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:39:17.403 DEBUG:teuthology.misc:Transferring archived files from smithi072:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243/remote/smithi072 2024-04-22T23:39:17.403 DEBUG:teuthology.orchestra.run.smithi072:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:39:17.435 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T23:39:17.435 DEBUG:teuthology.orchestra.run.smithi026:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:39:17.440 DEBUG:teuthology.orchestra.run.smithi072:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:39:17.489 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T23:39:17.501 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T23:39:17.501 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T23:39:17.553 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T23:39:17.554 DEBUG:teuthology.orchestra.run.smithi026:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:39:17.556 DEBUG:teuthology.orchestra.run.smithi072:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:39:17.568 INFO:teuthology.orchestra.run.smithi026.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:39 /home/ubuntu/cephtest 2024-04-22T23:39:17.570 INFO:teuthology.orchestra.run.smithi072.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:39 /home/ubuntu/cephtest 2024-04-22T23:39:17.571 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T23:39:17.596 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T23:39:17.633 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T23:39:17.654 DEBUG:teuthology.nuke:shortname: smithi026 2024-04-22T23:39:17.655 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:39:17.675 DEBUG:teuthology.nuke:shortname: smithi072 2024-04-22T23:39:17.675 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:39:17.679 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243', '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-22 23:24:00.204064', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIw2m5PC18jc/w7O0EfvjfFdqrovxEdwQHCW03ZYkAh/tzGTIPsT68x17qjCwkPk6aoZVTCRmezCe8phNj9hrYo='} 2024-04-22T23:39:17.697 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi072.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669243', '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-22 23:24:00.202651', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBqN4LVayizuOYUMtw5DQn3v3tQKUcCcztl3c9vGPKfbP/IsMHzvJskTmWIg29CViFGGwNt9KCh1n8imXDRd/U4='} 2024-04-22T23:39:17.726 INFO:teuthology.orchestra.console.smithi026:Power off 2024-04-22T23:39:17.726 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:39:17.751 DEBUG:teuthology.orchestra.console.smithi026:power off output: Chassis Power Control: Down/Off 2024-04-22T23:39:17.751 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:17.770 INFO:teuthology.orchestra.console.smithi072:Power off 2024-04-22T23:39:17.771 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:39:17.780 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-04-22T23:39:17.797 DEBUG:teuthology.orchestra.console.smithi072:power off output: Chassis Power Control: Down/Off 2024-04-22T23:39:17.797 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:17.820 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-04-22T23:39:21.781 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:21.821 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:21.891 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is on 2024-04-22T23:39:21.931 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is on 2024-04-22T23:39:25.894 DEBUG:teuthology.orchestra.console.smithi026:pexpect command: ipmitool -H smithi026.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:25.933 DEBUG:teuthology.orchestra.console.smithi072:pexpect command: ipmitool -H smithi072.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:39:26.006 DEBUG:teuthology.orchestra.console.smithi026:check power output: Chassis Power is off 2024-04-22T23:39:26.043 DEBUG:teuthology.orchestra.console.smithi072:check power output: Chassis Power is off 2024-04-22T23:39:26.107 INFO:teuthology.orchestra.console.smithi026:Power off completed 2024-04-22T23:39:26.145 INFO:teuthology.orchestra.console.smithi072:Power off completed 2024-04-22T23:39:26.250 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} duration: 534.0295705795288 failure_reason: 'Command failed on smithi026 with status 2: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 28a2da30-0101-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=79dfc307cb2a438b8b510f57b259f4cf status: fail success: false 2024-04-22T23:39:26.251 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:39:26.329 INFO:teuthology.run:FAIL