2024-04-22T22:57:58.396 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T22:57:58.396 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669177 --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 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/7669177/orig.config.yaml 2024-04-22T22:57:58.424 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:57:58.499 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/7669177 branch: wip-adk-testing-2024-04-22-1618 description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} email: adking@redhat.com first_in_suite: false job_id: '7669177' 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: smithi139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOLuhZMNqns1Y43fu4CkGx0hzETJln9mfBQ19Ny/u4i9P8OC/RnH/Rpy4cHEaFXEKu5zNkqPk2xAKvp6Nj/S7s4= smithi196.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMfOB50dFdEKGwOKbNWQeh9FXwN9l9nNdoTZJNvUvT+06uSdlUHpCMxXIkY9rWg/3TT3Ec8QwDLU6enxSOYspCY= tasks: - install: null - cephadm.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cephadm.apply: specs: - cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb - cephadm.wait_for_service: service: smb.saserv1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_22:45:33 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T22:57:58.499 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-22T22:57:58.499 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks 2024-04-22T22:57:58.500 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T22:57:58.501 INFO:teuthology.task.internal:Checking packages... 2024-04-22T22:57:58.522 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '43be020184947e53516056c9931e1ac5bdbbb1a5' 2024-04-22T22:57:58.522 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T22:57:58.522 INFO:teuthology.packaging:ref: None 2024-04-22T22:57:58.522 INFO:teuthology.packaging:tag: None 2024-04-22T22:57:58.522 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-1618 2024-04-22T22:57:58.522 INFO:teuthology.packaging:sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T22:57:58.522 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-22T22:57:58.735 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3252.g43be0201 2024-04-22T22:57:58.736 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T22:57:58.743 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T22:57:58.743 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T22:57:58.791 INFO:teuthology.task.internal:Saving configuration 2024-04-22T22:57:58.803 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T22:57:58.849 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:57:58.875 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.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/7669177', '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 22:52:40.917804', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOLuhZMNqns1Y43fu4CkGx0hzETJln9mfBQ19Ny/u4i9P8OC/RnH/Rpy4cHEaFXEKu5zNkqPk2xAKvp6Nj/S7s4='} 2024-04-22T22:57:58.897 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.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/7669177', '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 22:52:40.915711', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMfOB50dFdEKGwOKbNWQeh9FXwN9l9nNdoTZJNvUvT+06uSdlUHpCMxXIkY9rWg/3TT3Ec8QwDLU6enxSOYspCY='} 2024-04-22T22:57:58.897 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T22:57:58.903 INFO:teuthology.task.internal:roles: ubuntu@smithi139.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-22T22:57:58.903 INFO:teuthology.task.internal:roles: ubuntu@smithi196.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-22T22:57:58.903 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T22:57:58.989 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f74613fcf70>, signals=[15]) 2024-04-22T22:57:58.990 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T22:57:58.995 INFO:teuthology.task.internal:Opening connections... 2024-04-22T22:57:58.995 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi139.front.sepia.ceph.com 2024-04-22T22:57:58.997 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:57:59.071 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi196.front.sepia.ceph.com 2024-04-22T22:57:59.072 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:57:59.145 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T22:57:59.152 DEBUG:teuthology.orchestra.run.smithi139:> uname -m 2024-04-22T22:57:59.171 INFO:teuthology.orchestra.run.smithi139.stdout:x86_64 2024-04-22T22:57:59.171 DEBUG:teuthology.orchestra.run.smithi139:> cat /etc/os-release 2024-04-22T22:57:59.227 INFO:teuthology.orchestra.run.smithi139.stdout:NAME="CentOS Stream" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION="9" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:ID="centos" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_ID="9" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:ANSI_COLOR="0;31" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:57:59.228 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:57:59.229 INFO:teuthology.lock.ops:Updating smithi139.front.sepia.ceph.com on lock server 2024-04-22T22:57:59.253 DEBUG:teuthology.orchestra.run.smithi196:> uname -m 2024-04-22T22:57:59.271 INFO:teuthology.orchestra.run.smithi196.stdout:x86_64 2024-04-22T22:57:59.271 DEBUG:teuthology.orchestra.run.smithi196:> cat /etc/os-release 2024-04-22T22:57:59.328 INFO:teuthology.orchestra.run.smithi196.stdout:NAME="CentOS Stream" 2024-04-22T22:57:59.328 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION="9" 2024-04-22T22:57:59.328 INFO:teuthology.orchestra.run.smithi196.stdout:ID="centos" 2024-04-22T22:57:59.328 INFO:teuthology.orchestra.run.smithi196.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:57:59.328 INFO:teuthology.orchestra.run.smithi196.stdout:VERSION_ID="9" 2024-04-22T22:57:59.328 INFO:teuthology.orchestra.run.smithi196.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:57:59.328 INFO:teuthology.orchestra.run.smithi196.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:57:59.328 INFO:teuthology.orchestra.run.smithi196.stdout:ANSI_COLOR="0;31" 2024-04-22T22:57:59.328 INFO:teuthology.orchestra.run.smithi196.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:57:59.328 INFO:teuthology.orchestra.run.smithi196.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:57:59.329 INFO:teuthology.orchestra.run.smithi196.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:57:59.329 INFO:teuthology.orchestra.run.smithi196.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:57:59.329 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:57:59.329 INFO:teuthology.orchestra.run.smithi196.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:57:59.329 INFO:teuthology.lock.ops:Updating smithi196.front.sepia.ceph.com on lock server 2024-04-22T22:57:59.345 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T22:57:59.353 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T22:57:59.374 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T22:57:59.375 DEBUG:teuthology.orchestra.run.smithi139:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:57:59.377 DEBUG:teuthology.orchestra.run.smithi196:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:57:59.392 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T22:57:59.398 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T22:57:59.398 DEBUG:teuthology.orchestra.run.smithi139:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:57:59.433 DEBUG:teuthology.orchestra.run.smithi196:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:57:59.502 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T22:57:59.558 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T22:57:59.572 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T22:57:59.573 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T22:57:59.573 DEBUG:teuthology.orchestra.run.smithi139:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:57:59.573 DEBUG:teuthology.orchestra.run.smithi196:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:57:59.589 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:57:59.590 DEBUG:teuthology.orchestra.run.smithi196:> uname -r 2024-04-22T22:57:59.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:57:59.591 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2024-04-22T22:57:59.647 INFO:teuthology.orchestra.run.smithi196.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:57:59.647 INFO:teuthology.task.kernel:Running kernel on smithi196: 5.14.0-437.el9.x86_64 2024-04-22T22:57:59.647 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum install -y kernel 2024-04-22T22:57:59.648 INFO:teuthology.orchestra.run.smithi139.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:57:59.648 INFO:teuthology.task.kernel:Running kernel on smithi139: 5.14.0-437.el9.x86_64 2024-04-22T22:57:59.649 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum install -y kernel 2024-04-22T22:58:03.093 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.0 MB 00:01 2024-04-22T22:58:05.060 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - AppStream 21 MB/s | 19 MB 00:00 2024-04-22T22:58:09.771 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - CRB 7.3 MB/s | 6.2 MB 00:00 2024-04-22T22:58:10.205 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - BaseOS 926 kB/s | 8.0 MB 00:08 2024-04-22T22:58:11.369 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - Extras packages 71 kB/s | 16 kB 00:00 2024-04-22T22:58:11.956 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - AppStream 28 MB/s | 19 MB 00:00 2024-04-22T22:58:12.946 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 14 MB/s | 21 MB 00:01 2024-04-22T22:58:16.132 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.2 MB 00:00 2024-04-22T22:58:18.079 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-22T22:58:18.799 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 16 kB 00:01 2024-04-22T22:58:19.917 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 21 MB/s | 21 MB 00:00 2024-04-22T22:58:19.935 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:58:19.935 INFO:teuthology.orchestra.run.smithi196.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:58:20.030 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T22:58:20.032 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T22:58:20.032 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T22:58:20.152 DEBUG:teuthology.orchestra.run.smithi196:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:58:20.651 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 10:58:18 PM UTC. 2024-04-22T22:58:20.770 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T22:58:20.794 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T22:58:20.794 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T22:58:20.794 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T22:58:20.794 INFO:teuthology.orchestra.run.smithi196.stdout:Reinstalling: 2024-04-22T22:58:20.794 INFO:teuthology.orchestra.run.smithi196.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:58:20.794 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T22:58:20.794 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T22:58:20.794 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T22:58:20.795 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T22:58:20.798 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 255 k 2024-04-22T22:58:20.798 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 0 2024-04-22T22:58:20.798 INFO:teuthology.orchestra.run.smithi196.stderr:Operation aborted. 2024-04-22T22:58:20.851 INFO:teuthology.orchestra.run.smithi196.stdout:Is this ok [y/N]: 2024-04-22T22:58:20.852 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum reinstall -y kernel || true 2024-04-22T22:58:21.344 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:58:18 PM UTC. 2024-04-22T22:58:21.460 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T22:58:21.460 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T22:58:21.461 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T22:58:21.461 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T22:58:21.461 INFO:teuthology.orchestra.run.smithi196.stdout:Reinstalling: 2024-04-22T22:58:21.461 INFO:teuthology.orchestra.run.smithi196.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:58:21.461 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T22:58:21.461 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T22:58:21.461 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T22:58:21.461 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T22:58:21.462 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 255 k 2024-04-22T22:58:21.462 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 0 2024-04-22T22:58:21.462 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T22:58:21.830 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.1 MB/s | 255 kB 00:00 2024-04-22T22:58:21.831 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:58:21.831 INFO:teuthology.orchestra.run.smithi196.stdout:Total 690 kB/s | 255 kB 00:00 2024-04-22T22:58:21.850 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T22:58:22.028 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T22:58:22.028 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T22:58:22.034 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T22:58:22.034 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T22:58:22.175 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T22:58:22.273 INFO:teuthology.orchestra.run.smithi196.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:58:22.273 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:22.918 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:22.918 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:58:23.582 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:23.582 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T22:58:23.582 INFO:teuthology.orchestra.run.smithi196.stdout:Reinstalled: 2024-04-22T22:58:23.582 INFO:teuthology.orchestra.run.smithi196.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:58:23.582 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T22:58:23.582 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T22:58:23.744 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:58:23.790 INFO:teuthology.orchestra.run.smithi196.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:58:23.790 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:58:23.790 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:58:23.791 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T22:58:23.791 DEBUG:teuthology.orchestra.run.smithi196:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:58:23.826 INFO:teuthology.orchestra.run.smithi196.stdout:ttyS1 2024-04-22T22:58:23.845 DEBUG:teuthology.parallel:result is None 2024-04-22T22:58:25.000 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 14 kB/s | 1.7 kB 00:00 2024-04-22T22:58:26.797 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:58:26.798 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:58:26.898 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T22:58:26.899 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-04-22T22:58:26.899 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T22:58:27.031 DEBUG:teuthology.orchestra.run.smithi139:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:58:27.533 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:58:24 PM UTC. 2024-04-22T22:58:27.670 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T22:58:27.688 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stdout:Reinstalling: 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 255 k 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 0 2024-04-22T22:58:27.689 INFO:teuthology.orchestra.run.smithi139.stderr:Operation aborted. 2024-04-22T22:58:27.762 INFO:teuthology.orchestra.run.smithi139.stdout:Is this ok [y/N]: 2024-04-22T22:58:27.763 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum reinstall -y kernel || true 2024-04-22T22:58:28.261 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 10:58:24 PM UTC. 2024-04-22T22:58:28.377 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T22:58:28.377 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T22:58:28.377 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2024-04-22T22:58:28.377 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T22:58:28.377 INFO:teuthology.orchestra.run.smithi139.stdout:Reinstalling: 2024-04-22T22:58:28.377 INFO:teuthology.orchestra.run.smithi139.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:58:28.378 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T22:58:28.378 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T22:58:28.378 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T22:58:28.378 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T22:58:28.378 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 255 k 2024-04-22T22:58:28.378 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 0 2024-04-22T22:58:28.379 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T22:58:28.543 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-5.14.0-437.el9.x86_64.rpm 2.6 MB/s | 255 kB 00:00 2024-04-22T22:58:28.543 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:58:28.543 INFO:teuthology.orchestra.run.smithi139.stdout:Total 1.5 MB/s | 255 kB 00:00 2024-04-22T22:58:28.565 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T22:58:28.768 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T22:58:28.768 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T22:58:28.774 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T22:58:28.774 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T22:58:28.902 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T22:58:28.986 INFO:teuthology.orchestra.run.smithi139.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:58:28.986 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:29.652 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:29.652 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:58:30.310 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:58:30.310 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T22:58:30.310 INFO:teuthology.orchestra.run.smithi139.stdout:Reinstalled: 2024-04-22T22:58:30.310 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:58:30.311 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T22:58:30.311 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T22:58:30.496 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:58:30.543 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:58:30.543 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:58:30.543 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:58:30.543 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T22:58:30.543 DEBUG:teuthology.orchestra.run.smithi139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:58:30.573 INFO:teuthology.orchestra.run.smithi139.stdout:ttyS1 2024-04-22T22:58:30.595 DEBUG:teuthology.parallel:result is None 2024-04-22T22:58:30.595 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T22:58:30.602 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T22:58:30.602 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:58:30.637 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:58:30.655 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T22:58:30.662 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T22:58:30.691 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T22:58:30.691 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:58:30.693 DEBUG:teuthology.orchestra.run.smithi196:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:58:30.855 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T22:58:30.862 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T22:58:30.862 DEBUG:teuthology.orchestra.run.smithi139:> 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-22T22:58:30.864 DEBUG:teuthology.orchestra.run.smithi196:> 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-22T22:58:30.889 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:58:30.898 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:58:30.899 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:58:30.909 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:58:30.911 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T22:58:30.917 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T22:58:30.917 DEBUG:teuthology.orchestra.run.smithi139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:58:30.941 DEBUG:teuthology.orchestra.run.smithi196:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:58:30.978 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T22:58:30.987 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T22:58:30.987 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:58:31.005 DEBUG:teuthology.orchestra.run.smithi196:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:58:31.034 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:58:31.101 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:58:31.150 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:58:31.231 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:58:31.269 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T22:58:31.269 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:58:31.332 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:58:31.378 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:58:31.426 DEBUG:teuthology.orchestra.run.smithi196:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:58:31.511 DEBUG:teuthology.orchestra.run.smithi196:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:58:31.549 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T22:58:31.549 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:58:31.614 DEBUG:teuthology.orchestra.run.smithi139:> sudo service rsyslog restart 2024-04-22T22:58:31.616 DEBUG:teuthology.orchestra.run.smithi196:> sudo service rsyslog restart 2024-04-22T22:58:31.651 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:58:31.703 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:58:32.022 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T22:58:32.033 INFO:teuthology.task.internal:Starting timer... 2024-04-22T22:58:32.033 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T22:58:32.083 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T22:58:32.115 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T22:58:32.115 DEBUG:teuthology.orchestra.run.smithi139:> sudo service auditd rotate 2024-04-22T22:58:32.189 INFO:teuthology.orchestra.run.smithi139.stdout:Rotating logs: 2024-04-22T22:58:32.191 DEBUG:teuthology.orchestra.run.smithi196:> sudo service auditd rotate 2024-04-22T22:58:32.242 INFO:teuthology.orchestra.run.smithi196.stdout:Rotating logs: 2024-04-22T22:58:32.243 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T22:58:32.244 DEBUG:teuthology.orchestra.run.smithi139:> /usr/sbin/getenforce 2024-04-22T22:58:32.260 INFO:teuthology.orchestra.run.smithi139.stdout:Permissive 2024-04-22T22:58:32.261 DEBUG:teuthology.orchestra.run.smithi196:> /usr/sbin/getenforce 2024-04-22T22:58:32.283 INFO:teuthology.orchestra.run.smithi196.stdout:Permissive 2024-04-22T22:58:32.283 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi139.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi196.front.sepia.ceph.com': 'permissive'} 2024-04-22T22:58:32.284 DEBUG:teuthology.orchestra.run.smithi139:> 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-22T22:58:32.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:58:32.325 DEBUG:teuthology.orchestra.run.smithi196:> 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-22T22:58:32.349 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:58:32.349 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T22:58:32.349 DEBUG:teuthology.orchestra.run.smithi139:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:58:32.388 DEBUG:teuthology.orchestra.run.smithi196:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:58:32.413 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T22:58:32.423 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T22:58:32.439 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-22T22:58:32.440 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi139.front.sepia.ceph.com,smithi196.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T23:02:16.367 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi139.front.sepia.ceph.com'), Remote(name='ubuntu@smithi196.front.sepia.ceph.com')] 2024-04-22T23:02:16.369 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-04-22T23:02:16.370 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:02:16.458 DEBUG:teuthology.orchestra.run.smithi139:> true 2024-04-22T23:02:16.533 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-04-22T23:02:16.533 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-04-22T23:02:16.533 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi196.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:02:16.613 DEBUG:teuthology.orchestra.run.smithi196:> true 2024-04-22T23:02:16.689 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi196.front.sepia.ceph.com' 2024-04-22T23:02:16.690 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T23:02:16.701 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T23:02:16.701 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:02:16.702 DEBUG:teuthology.orchestra.run.smithi139:> 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:02:16.704 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:02:16.704 DEBUG:teuthology.orchestra.run.smithi196:> 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:02:16.729 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:02:16.743 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:02:16.758 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T23:02:16.765 INFO:teuthology.orchestra.run.smithi139.stderr:sudo: ntpd: command not found 2024-04-22T23:02:16.771 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T23:02:16.776 INFO:teuthology.orchestra.run.smithi139.stdout:506 Cannot talk to daemon 2024-04-22T23:02:16.789 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:02:16.793 INFO:teuthology.orchestra.run.smithi196.stderr:sudo: ntpd: command not found 2024-04-22T23:02:16.801 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:02:16.805 INFO:teuthology.orchestra.run.smithi196.stdout:506 Cannot talk to daemon 2024-04-22T23:02:16.817 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T23:02:16.829 INFO:teuthology.orchestra.run.smithi196.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T23:02:16.857 INFO:teuthology.orchestra.run.smithi139.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:02:16.861 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:02:16.862 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2024-04-22T23:02:16.862 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:16.862 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:16.862 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:16.862 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:16.892 INFO:teuthology.orchestra.run.smithi196.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:02:16.896 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:02:16.896 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2024-04-22T23:02:16.896 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:16.896 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:16.896 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:16.896 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:02:16.897 INFO:teuthology.run_tasks:Running task install... 2024-04-22T23:02:16.905 DEBUG:teuthology.task.install:project ceph 2024-04-22T23:02:16.905 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'}} 2024-04-22T23:02:16.905 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:02:16.905 INFO:teuthology.task.install:Using flavor: default 2024-04-22T23:02:16.912 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:02:16.912 INFO:teuthology.task.install:extra packages: [] 2024-04-22T23:02:16.913 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:02:16.913 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:02:16.919 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:02:16.919 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:02:17.149 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:02:17.149 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:02:17.183 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:02:17.184 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3252.g43be0201 2024-04-22T23:02:17.262 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:02:17.263 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:02:17.263 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:02:17.288 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:02:17.288 DEBUG:teuthology.orchestra.run.smithi139:> 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:02:17.292 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:02:17.292 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:02:17.293 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T23:02:17.317 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:02:17.317 DEBUG:teuthology.orchestra.run.smithi196:> 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:02:17.355 DEBUG:teuthology.orchestra.run.smithi139:> 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:02:17.381 DEBUG:teuthology.orchestra.run.smithi196:> 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:02:17.428 DEBUG:teuthology.orchestra.run.smithi139:> 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:02:17.455 DEBUG:teuthology.orchestra.run.smithi196:> 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:02:17.490 INFO:teuthology.orchestra.run.smithi139.stdout:check_obsoletes = 1 2024-04-22T23:02:17.492 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum clean all 2024-04-22T23:02:17.517 INFO:teuthology.orchestra.run.smithi196.stdout:check_obsoletes = 1 2024-04-22T23:02:17.518 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum clean all 2024-04-22T23:02:17.718 INFO:teuthology.orchestra.run.smithi139.stdout:48 files removed 2024-04-22T23:02:17.742 INFO:teuthology.orchestra.run.smithi196.stdout:48 files removed 2024-04-22T23:02:17.744 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-radosgw 2024-04-22T23:02:17.768 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-radosgw 2024-04-22T23:02:18.406 INFO:teuthology.orchestra.run.smithi196.stdout:ceph packages for x86_64 220 kB/s | 83 kB 00:00 2024-04-22T23:02:18.498 INFO:teuthology.orchestra.run.smithi139.stdout:ceph packages for x86_64 168 kB/s | 83 kB 00:00 2024-04-22T23:02:18.757 INFO:teuthology.orchestra.run.smithi196.stdout:ceph noarch packages 38 kB/s | 12 kB 00:00 2024-04-22T23:02:18.940 INFO:teuthology.orchestra.run.smithi139.stdout:ceph noarch packages 29 kB/s | 12 kB 00:00 2024-04-22T23:02:19.133 INFO:teuthology.orchestra.run.smithi196.stdout:ceph source packages 5.6 kB/s | 1.9 kB 00:00 2024-04-22T23:02:19.365 INFO:teuthology.orchestra.run.smithi139.stdout:ceph source packages 4.8 kB/s | 1.9 kB 00:00 2024-04-22T23:02:19.891 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-22T23:02:20.265 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - BaseOS 9.3 MB/s | 8.0 MB 00:00 2024-04-22T23:02:22.200 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-22T23:02:23.917 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - AppStream 6.4 MB/s | 19 MB 00:02 2024-04-22T23:02:26.453 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - CRB 9.1 MB/s | 6.2 MB 00:00 2024-04-22T23:02:28.009 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - Extras packages 38 kB/s | 16 kB 00:00 2024-04-22T23:02:29.277 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-22T23:02:30.185 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - CRB 2.3 MB/s | 6.2 MB 00:02 2024-04-22T23:02:31.969 INFO:teuthology.orchestra.run.smithi196.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-22T23:02:33.269 INFO:teuthology.orchestra.run.smithi196.stdout:Extra Packages for Enterprise Linux 18 MB/s | 21 MB 00:01 2024-04-22T23:02:34.210 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-04-22T23:02:36.402 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:02:36.404 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:02:36.404 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-04-22T23:02:36.404 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout:Upgrading: 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:02:36.405 INFO:teuthology.orchestra.run.smithi139.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:02:36.406 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout:Installing weak dependencies: 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:02:36.407 INFO:teuthology.orchestra.run.smithi139.stdout:Install 30 Packages 2024-04-22T23:02:36.408 INFO:teuthology.orchestra.run.smithi139.stdout:Upgrade 2 Packages 2024-04-22T23:02:36.408 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:02:36.408 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 60 M 2024-04-22T23:02:36.408 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:02:37.478 INFO:teuthology.orchestra.run.smithi139.stdout:(1/32): ceph-base-19.0.0-3252.g43be0201.el9.x86 6.3 MB/s | 5.4 MB 00:00 2024-04-22T23:02:37.553 INFO:teuthology.orchestra.run.smithi139.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 336 kB/s | 25 kB 00:00 2024-04-22T23:02:37.645 INFO:teuthology.orchestra.run.smithi139.stdout:(3/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 8.0 MB/s | 746 kB 00:00 2024-04-22T23:02:37.745 INFO:teuthology.orchestra.run.smithi139.stdout:(4/32): libradosstriper1-19.0.0-3252.g43be0201. 4.9 MB/s | 500 kB 00:00 2024-04-22T23:02:38.187 INFO:teuthology.orchestra.run.smithi139.stdout:(5/32): librgw2-19.0.0-3252.g43be0201.el9.x86_6 12 MB/s | 5.4 MB 00:00 2024-04-22T23:02:38.237 INFO:teuthology.orchestra.run.smithi139.stdout:(6/32): python3-ceph-argparse-19.0.0-3252.g43be 906 kB/s | 45 kB 00:00 2024-04-22T23:02:38.286 INFO:teuthology.orchestra.run.smithi196.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-22T23:02:38.304 INFO:teuthology.orchestra.run.smithi139.stdout:(7/32): python3-ceph-common-19.0.0-3252.g43be02 2.0 MB/s | 135 kB 00:00 2024-04-22T23:02:38.379 INFO:teuthology.orchestra.run.smithi139.stdout:(8/32): python3-cephfs-19.0.0-3252.g43be0201.el 2.1 MB/s | 161 kB 00:00 2024-04-22T23:02:38.463 INFO:teuthology.orchestra.run.smithi139.stdout:(9/32): python3-rados-19.0.0-3252.g43be0201.el9 3.8 MB/s | 321 kB 00:00 2024-04-22T23:02:38.547 INFO:teuthology.orchestra.run.smithi139.stdout:(10/32): python3-rbd-19.0.0-3252.g43be0201.el9. 3.5 MB/s | 298 kB 00:00 2024-04-22T23:02:38.622 INFO:teuthology.orchestra.run.smithi139.stdout:(11/32): python3-rgw-19.0.0-3252.g43be0201.el9. 1.3 MB/s | 99 kB 00:00 2024-04-22T23:02:39.006 INFO:teuthology.orchestra.run.smithi139.stdout:(12/32): ceph-common-19.0.0-3252.g43be0201.el9. 8.9 MB/s | 21 MB 00:02 2024-04-22T23:02:39.072 INFO:teuthology.orchestra.run.smithi139.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 237 kB/s | 107 kB 00:00 2024-04-22T23:02:39.173 INFO:teuthology.orchestra.run.smithi139.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 453 kB/s | 45 kB 00:00 2024-04-22T23:02:39.298 INFO:teuthology.orchestra.run.smithi139.stdout:(15/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 550 kB/s | 160 kB 00:00 2024-04-22T23:02:39.381 INFO:teuthology.orchestra.run.smithi139.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.1 MB/s | 662 kB 00:00 2024-04-22T23:02:39.448 INFO:teuthology.orchestra.run.smithi139.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.9 MB/s | 292 kB 00:00 2024-04-22T23:02:39.474 INFO:teuthology.orchestra.run.smithi139.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 460 kB/s | 42 kB 00:00 2024-04-22T23:02:39.532 INFO:teuthology.orchestra.run.smithi139.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.6 MB/s | 221 kB 00:00 2024-04-22T23:02:39.557 INFO:teuthology.orchestra.run.smithi139.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 430 kB/s | 36 kB 00:00 2024-04-22T23:02:39.591 INFO:teuthology.orchestra.run.smithi139.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 812 kB/s | 47 kB 00:00 2024-04-22T23:02:39.742 INFO:teuthology.orchestra.run.smithi139.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.6 MB/s | 309 kB 00:00 2024-04-22T23:02:39.792 INFO:teuthology.orchestra.run.smithi139.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 522 kB/s | 26 kB 00:00 2024-04-22T23:02:39.842 INFO:teuthology.orchestra.run.smithi139.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 974 kB/s | 49 kB 00:00 2024-04-22T23:02:39.892 INFO:teuthology.orchestra.run.smithi139.stdout:(25/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-22T23:02:40.009 INFO:teuthology.orchestra.run.smithi139.stdout:(26/32): ceph-radosgw-19.0.0-3252.g43be0201.el9 3.1 MB/s | 11 MB 00:03 2024-04-22T23:02:40.068 INFO:teuthology.orchestra.run.smithi139.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.7 MB/s | 838 kB 00:00 2024-04-22T23:02:40.194 INFO:teuthology.orchestra.run.smithi139.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.3 MB/s | 4.4 MB 00:00 2024-04-22T23:02:40.302 INFO:teuthology.orchestra.run.smithi139.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 655 kB/s | 192 kB 00:00 2024-04-22T23:02:40.344 INFO:teuthology.orchestra.run.smithi139.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 5.7 MB/s | 1.6 MB 00:00 2024-04-22T23:02:40.410 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:02:40.413 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:02:40.413 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:02:40.413 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:02:40.413 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:02:40.413 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-radosgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 11 M 2024-04-22T23:02:40.413 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrading: 2024-04-22T23:02:40.413 INFO:teuthology.orchestra.run.smithi196.stdout: librados2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.4 M 2024-04-22T23:02:40.413 INFO:teuthology.orchestra.run.smithi196.stdout: librbd1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:02:40.413 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:02:40.413 INFO:teuthology.orchestra.run.smithi196.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 21 M 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-selinux x86_64 2:19.0.0-3252.g43be0201.el9 ceph 25 k 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 746 k 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: libradosstriper1 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 500 k 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: librgw2 x86_64 2:19.0.0-3252.g43be0201.el9 ceph 5.4 M 2024-04-22T23:02:40.414 INFO:teuthology.orchestra.run.smithi196.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 45 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common x86_64 2:19.0.0-3252.g43be0201.el9 ceph 135 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cephfs x86_64 2:19.0.0-3252.g43be0201.el9 ceph 161 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rados x86_64 2:19.0.0-3252.g43be0201.el9 ceph 321 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 298 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rgw x86_64 2:19.0.0-3252.g43be0201.el9 ceph 99 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T23:02:40.415 INFO:teuthology.orchestra.run.smithi196.stdout:Installing weak dependencies: 2024-04-22T23:02:40.416 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T23:02:40.416 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:02:40.416 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:02:40.416 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:02:40.416 INFO:teuthology.orchestra.run.smithi196.stdout:Install 30 Packages 2024-04-22T23:02:40.416 INFO:teuthology.orchestra.run.smithi196.stdout:Upgrade 2 Packages 2024-04-22T23:02:40.416 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:02:40.416 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 60 M 2024-04-22T23:02:40.416 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:02:40.669 INFO:teuthology.orchestra.run.smithi139.stdout:(31/32): librados2-19.0.0-3252.g43be0201.el9.x8 7.1 MB/s | 3.4 MB 00:00 2024-04-22T23:02:40.928 INFO:teuthology.orchestra.run.smithi139.stdout:(32/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 5.0 MB/s | 3.1 MB 00:00 2024-04-22T23:02:40.931 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:02:40.931 INFO:teuthology.orchestra.run.smithi139.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-22T23:02:41.031 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:02:41.067 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:02:41.067 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:02:41.531 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:02:41.531 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:02:41.753 INFO:teuthology.orchestra.run.smithi196.stdout:(1/32): ceph-radosgw-19.0.0-3252.g43be0201.el9. 14 MB/s | 11 MB 00:00 2024-04-22T23:02:41.795 INFO:teuthology.orchestra.run.smithi196.stdout:(2/32): ceph-selinux-19.0.0-3252.g43be0201.el9. 607 kB/s | 25 kB 00:00 2024-04-22T23:02:41.862 INFO:teuthology.orchestra.run.smithi196.stdout:(3/32): libcephfs2-19.0.0-3252.g43be0201.el9.x8 11 MB/s | 746 kB 00:00 2024-04-22T23:02:41.920 INFO:teuthology.orchestra.run.smithi196.stdout:(4/32): libradosstriper1-19.0.0-3252.g43be0201. 8.4 MB/s | 500 kB 00:00 2024-04-22T23:02:42.212 INFO:teuthology.orchestra.run.smithi196.stdout:(5/32): librgw2-19.0.0-3252.g43be0201.el9.x86_6 18 MB/s | 5.4 MB 00:00 2024-04-22T23:02:42.254 INFO:teuthology.orchestra.run.smithi196.stdout:(6/32): python3-ceph-argparse-19.0.0-3252.g43be 1.1 MB/s | 45 kB 00:00 2024-04-22T23:02:42.296 INFO:teuthology.orchestra.run.smithi196.stdout:(7/32): python3-ceph-common-19.0.0-3252.g43be02 3.2 MB/s | 135 kB 00:00 2024-04-22T23:02:42.347 INFO:teuthology.orchestra.run.smithi196.stdout:(8/32): python3-cephfs-19.0.0-3252.g43be0201.el 3.1 MB/s | 161 kB 00:00 2024-04-22T23:02:42.399 INFO:teuthology.orchestra.run.smithi196.stdout:(9/32): python3-rados-19.0.0-3252.g43be0201.el9 6.0 MB/s | 321 kB 00:00 2024-04-22T23:02:42.449 INFO:teuthology.orchestra.run.smithi196.stdout:(10/32): python3-rbd-19.0.0-3252.g43be0201.el9. 5.8 MB/s | 298 kB 00:00 2024-04-22T23:02:42.491 INFO:teuthology.orchestra.run.smithi196.stdout:(11/32): python3-rgw-19.0.0-3252.g43be0201.el9. 2.3 MB/s | 99 kB 00:00 2024-04-22T23:02:42.775 INFO:teuthology.orchestra.run.smithi196.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 377 kB/s | 107 kB 00:00 2024-04-22T23:02:42.875 INFO:teuthology.orchestra.run.smithi196.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.6 MB/s | 160 kB 00:00 2024-04-22T23:02:42.942 INFO:teuthology.orchestra.run.smithi196.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 679 kB/s | 45 kB 00:00 2024-04-22T23:02:43.040 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:02:43.128 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:02:43.165 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:02:43.191 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:02:43.222 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:02:43.242 INFO:teuthology.orchestra.run.smithi196.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 2.2 MB/s | 662 kB 00:00 2024-04-22T23:02:43.245 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:02:43.350 INFO:teuthology.orchestra.run.smithi196.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.6 MB/s | 292 kB 00:00 2024-04-22T23:02:43.422 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:02:43.425 INFO:teuthology.orchestra.run.smithi196.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 564 kB/s | 42 kB 00:00 2024-04-22T23:02:43.485 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:02:43.493 INFO:teuthology.orchestra.run.smithi196.stdout:(18/32): ceph-base-19.0.0-3252.g43be0201.el9.x8 2.1 MB/s | 5.4 MB 00:02 2024-04-22T23:02:43.568 INFO:teuthology.orchestra.run.smithi196.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.5 MB/s | 221 kB 00:00 2024-04-22T23:02:43.626 INFO:teuthology.orchestra.run.smithi196.stdout:(20/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 815 kB/s | 47 kB 00:00 2024-04-22T23:02:43.652 INFO:teuthology.orchestra.run.smithi196.stdout:(21/32): qatlib-service-24.02.0-1.el9.x86_64.rp 226 kB/s | 36 kB 00:00 2024-04-22T23:02:43.819 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:02:43.894 INFO:teuthology.orchestra.run.smithi196.stdout:(22/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.1 MB/s | 309 kB 00:00 2024-04-22T23:02:43.934 INFO:teuthology.orchestra.run.smithi139.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:43.952 INFO:teuthology.orchestra.run.smithi196.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 445 kB/s | 26 kB 00:00 2024-04-22T23:02:44.027 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:44.115 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:02:44.144 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:02:44.161 INFO:teuthology.orchestra.run.smithi196.stdout:(24/32): ceph-common-19.0.0-3252.g43be0201.el9. 6.7 MB/s | 21 MB 00:03 2024-04-22T23:02:44.187 INFO:teuthology.orchestra.run.smithi196.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 208 kB/s | 49 kB 00:00 2024-04-22T23:02:44.207 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:02:44.236 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:02:44.262 INFO:teuthology.orchestra.run.smithi196.stdout:(26/32): libarrow-9.0.0-10.el9.x86_64.rpm 7.2 MB/s | 4.4 MB 00:00 2024-04-22T23:02:44.279 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:02:44.312 INFO:teuthology.orchestra.run.smithi196.stdout:(27/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 6.5 MB/s | 838 kB 00:00 2024-04-22T23:02:44.337 INFO:teuthology.orchestra.run.smithi196.stdout:(28/32): libunwind-1.6.2-1.el9.x86_64.rpm 383 kB/s | 67 kB 00:00 2024-04-22T23:02:44.349 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:02:44.363 INFO:teuthology.orchestra.run.smithi196.stdout:(29/32): re2-20211101-3.el9.x86_64.rpm 1.9 MB/s | 192 kB 00:00 2024-04-22T23:02:44.371 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:02:44.435 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:02:44.446 INFO:teuthology.orchestra.run.smithi196.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-04-22T23:02:44.469 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:02:44.580 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:02:44.613 INFO:teuthology.orchestra.run.smithi196.stdout:(31/32): librbd1-19.0.0-3252.g43be0201.el9.x86_ 13 MB/s | 3.1 MB 00:00 2024-04-22T23:02:44.628 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:02:44.669 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:02:44.696 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:02:44.725 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:02:44.758 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:02:45.013 INFO:teuthology.orchestra.run.smithi196.stdout:(32/32): librados2-19.0.0-3252.g43be0201.el9.x8 5.0 MB/s | 3.4 MB 00:00 2024-04-22T23:02:45.016 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:02:45.016 INFO:teuthology.orchestra.run.smithi196.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-22T23:02:45.071 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:02:45.112 INFO:teuthology.orchestra.run.smithi139.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:02:45.121 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:02:45.157 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:02:45.157 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:02:45.202 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:02:45.233 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:02:45.269 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:02:45.625 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:02:45.626 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:02:45.751 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:02:45.773 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:02:45.844 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:02:45.912 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:02:45.941 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:02:47.215 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:02:47.297 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T23:02:47.326 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T23:02:47.351 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T23:02:47.374 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:02:47.399 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T23:02:47.541 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:02:47.597 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T23:02:48.001 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T23:02:48.053 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:48.146 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:02:48.247 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 8/34 2024-04-22T23:02:48.250 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:48.271 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:02:48.288 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:48.335 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 9/34 2024-04-22T23:02:48.375 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T23:02:48.423 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 11/34 2024-04-22T23:02:48.504 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:02:48.532 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:02:48.596 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 13/34 2024-04-22T23:02:48.630 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T23:02:48.742 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T23:02:48.772 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T23:02:48.812 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T23:02:48.824 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:48.838 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T23:02:48.858 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:02:48.867 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T23:02:48.899 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T23:02:48.946 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:02:48.946 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:02:48.946 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T23:02:48.947 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:02:48.977 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:02:49.212 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T23:02:49.266 INFO:teuthology.orchestra.run.smithi196.stdout: Upgrading : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:02:49.352 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 22/34 2024-04-22T23:02:49.383 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 23/34 2024-04-22T23:02:49.419 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T23:02:49.901 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T23:02:49.931 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:02:50.010 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 26/34 2024-04-22T23:02:50.081 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 27/34 2024-04-22T23:02:50.108 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 28/34 2024-04-22T23:02:52.387 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:52.421 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:52.962 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 29/34 2024-04-22T23:02:53.000 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:02:53.074 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 30/34 2024-04-22T23:02:53.074 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T23:02:53.075 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T23:02:53.075 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:02:53.109 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:02:58.625 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:02:58.625 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /sys 2024-04-22T23:02:58.625 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /proc 2024-04-22T23:02:58.625 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /mnt 2024-04-22T23:02:58.625 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /var/tmp 2024-04-22T23:02:58.625 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /home 2024-04-22T23:02:58.626 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /root 2024-04-22T23:02:58.626 INFO:teuthology.orchestra.run.smithi139.stdout:skipping the directory /tmp 2024-04-22T23:02:58.626 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:02:59.590 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:02:59.614 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:02:59.615 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:02:59.615 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:02:59.615 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:02:59.615 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:02:59.615 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:02:59.616 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:02:59.702 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:02:59.702 INFO:teuthology.orchestra.run.smithi139.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:03:00.933 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:03:00.934 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:03:00.935 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:03:00.936 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:03:00.936 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:03:00.936 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:03:00.936 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:03:00.936 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:03:00.936 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:03:01.692 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:03:01.692 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:01.692 INFO:teuthology.orchestra.run.smithi139.stdout:Upgraded: 2024-04-22T23:03:01.692 INFO:teuthology.orchestra.run.smithi139.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.692 INFO:teuthology.orchestra.run.smithi139.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.692 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.693 INFO:teuthology.orchestra.run.smithi139.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:03:01.694 INFO:teuthology.orchestra.run.smithi139.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:03:01.695 INFO:teuthology.orchestra.run.smithi139.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:03:01.695 INFO:teuthology.orchestra.run.smithi139.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:03:01.695 INFO:teuthology.orchestra.run.smithi139.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:03:01.695 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:01.695 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:03:02.000 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-test 2024-04-22T23:03:02.535 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:28 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:03:02.658 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:03:02.659 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:02.659 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-04-22T23:03:02.659 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:02.659 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:03:02.659 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:03:02.659 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-04-22T23:03:02.659 INFO:teuthology.orchestra.run.smithi139.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:03:02.659 INFO:teuthology.orchestra.run.smithi139.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:03:02.659 INFO:teuthology.orchestra.run.smithi139.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:03:02.659 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:02.660 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:03:02.660 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:02.660 INFO:teuthology.orchestra.run.smithi139.stdout:Install 4 Packages 2024-04-22T23:03:02.660 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:02.660 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 50 M 2024-04-22T23:03:02.660 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 211 M 2024-04-22T23:03:02.660 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:03:02.723 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:03:02.723 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /sys 2024-04-22T23:03:02.723 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /proc 2024-04-22T23:03:02.724 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /mnt 2024-04-22T23:03:02.724 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /var/tmp 2024-04-22T23:03:02.724 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /home 2024-04-22T23:03:02.724 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /root 2024-04-22T23:03:02.724 INFO:teuthology.orchestra.run.smithi196.stdout:skipping the directory /tmp 2024-04-22T23:03:02.724 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:03.699 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:03:03.724 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 32/34 2024-04-22T23:03:03.724 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:03.724 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T23:03:03.724 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:03:03.725 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:03:03.725 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:03.726 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:03:03.794 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T23:03:03.794 INFO:teuthology.orchestra.run.smithi196.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:03:04.177 INFO:teuthology.orchestra.run.smithi139.stdout:(1/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 720 kB/s | 163 kB 00:00 2024-04-22T23:03:04.527 INFO:teuthology.orchestra.run.smithi139.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 182 kB/s | 64 kB 00:00 2024-04-22T23:03:04.577 INFO:teuthology.orchestra.run.smithi139.stdout:(3/4): socat-1.7.4.1-5.el9.x86_64.rpm 486 kB/s | 305 kB 00:00 2024-04-22T23:03:04.994 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:03:04.994 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 1/34 2024-04-22T23:03:04.994 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2/34 2024-04-22T23:03:04.994 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 3/34 2024-04-22T23:03:04.994 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 4/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 5/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_6 6/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 7/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9. 8/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x8 9/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 10/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 11/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 12/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 13/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T23:03:04.995 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T23:03:04.996 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T23:03:04.997 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados2-2:19.0.0-3252.g43be0201.el9.x86_64 31/34 2024-04-22T23:03:04.997 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T23:03:04.997 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 33/34 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout:Upgraded: 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout: librados2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout: librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-radosgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-selinux-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.816 INFO:teuthology.orchestra.run.smithi196.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: libradosstriper1-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: librgw2-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-argparse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.817 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ceph-common-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:05.818 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:03:06.078 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-test 2024-04-22T23:03:06.278 INFO:teuthology.orchestra.run.smithi139.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 21 MB/s | 49 MB 00:02 2024-04-22T23:03:06.280 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:06.280 INFO:teuthology.orchestra.run.smithi139.stdout:Total 14 MB/s | 50 MB 00:03 2024-04-22T23:03:06.307 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:03:06.327 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:03:06.327 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:03:06.686 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:28 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:03:06.699 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:03:06.699 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:03:06.816 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:03:06.816 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-test x86_64 2:19.0.0-3252.g43be0201.el9 ceph 49 M 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout: libcephsqlite x86_64 2:19.0.0-3252.g43be0201.el9 ceph 163 k 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:03:06.817 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:06.818 INFO:teuthology.orchestra.run.smithi196.stdout:Install 4 Packages 2024-04-22T23:03:06.818 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:06.818 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 50 M 2024-04-22T23:03:06.818 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 211 M 2024-04-22T23:03:06.818 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:03:07.143 INFO:teuthology.orchestra.run.smithi196.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-04-22T23:03:07.202 INFO:teuthology.orchestra.run.smithi196.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.1 MB/s | 64 kB 00:00 2024-04-22T23:03:07.219 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:03:07.252 INFO:teuthology.orchestra.run.smithi196.stdout:(3/4): libcephsqlite-19.0.0-3252.g43be0201.el9. 586 kB/s | 163 kB 00:00 2024-04-22T23:03:07.295 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:03:07.335 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:03:07.363 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:03:09.421 INFO:teuthology.orchestra.run.smithi196.stdout:(4/4): ceph-test-19.0.0-3252.g43be0201.el9.x86_ 20 MB/s | 49 MB 00:02 2024-04-22T23:03:09.424 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:09.424 INFO:teuthology.orchestra.run.smithi196.stdout:Total 19 MB/s | 50 MB 00:02 2024-04-22T23:03:09.450 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:03:09.470 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:03:09.470 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:03:09.840 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:03:09.841 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:03:10.373 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:03:10.464 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T23:03:10.511 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T23:03:10.531 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:03:11.949 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:03:12.017 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:03:14.321 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:03:14.321 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:03:14.321 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:03:14.321 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:03:14.583 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:03:14.583 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:14.583 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:03:14.583 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:14.583 INFO:teuthology.orchestra.run.smithi139.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:14.584 INFO:teuthology.orchestra.run.smithi139.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:03:14.584 INFO:teuthology.orchestra.run.smithi139.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:03:14.584 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:14.584 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:03:14.874 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph 2024-04-22T23:03:15.139 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 3/4 2024-04-22T23:03:15.211 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:03:15.395 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:41 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:03:15.525 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:03:15.528 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:15.528 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-04-22T23:03:15.528 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:15.528 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:03:15.528 INFO:teuthology.orchestra.run.smithi139.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:03:15.528 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-04-22T23:03:15.528 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:03:15.529 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-collections 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:03:15.530 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout:Install 36 Packages 2024-04-22T23:03:15.531 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:15.532 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 30 M 2024-04-22T23:03:15.532 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 107 M 2024-04-22T23:03:15.532 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:03:16.344 INFO:teuthology.orchestra.run.smithi139.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 28 kB/s | 6.6 kB 00:00 2024-04-22T23:03:16.519 INFO:teuthology.orchestra.run.smithi139.stdout:(2/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 3.7 MB/s | 1.5 MB 00:00 2024-04-22T23:03:17.436 INFO:teuthology.orchestra.run.smithi139.stdout:(3/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86_ 18 MB/s | 17 MB 00:00 2024-04-22T23:03:17.486 INFO:teuthology.orchestra.run.smithi139.stdout:(4/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 1.7 MB/s | 2.4 MB 00:01 2024-04-22T23:03:17.511 INFO:teuthology.orchestra.run.smithi139.stdout:(5/36): ceph-mgr-modules-core-19.0.0-3252.g43be 3.2 MB/s | 249 kB 00:00 2024-04-22T23:03:17.587 INFO:teuthology.orchestra.run.smithi139.stdout:(6/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86_ 3.8 MB/s | 4.7 MB 00:01 2024-04-22T23:03:17.640 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 4/4 2024-04-22T23:03:17.640 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 1/4 2024-04-22T23:03:17.640 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2/4 2024-04-22T23:03:17.640 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T23:03:17.890 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T23:03:17.890 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:17.890 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:03:17.890 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-test-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:17.891 INFO:teuthology.orchestra.run.smithi196.stdout: libcephsqlite-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:17.891 INFO:teuthology.orchestra.run.smithi196.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T23:03:17.891 INFO:teuthology.orchestra.run.smithi196.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T23:03:17.891 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:17.891 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:03:18.045 INFO:teuthology.orchestra.run.smithi139.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 232 kB/s | 106 kB 00:00 2024-04-22T23:03:18.114 INFO:teuthology.orchestra.run.smithi139.stdout:(8/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 405 kB/s | 253 kB 00:00 2024-04-22T23:03:18.197 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph 2024-04-22T23:03:18.237 INFO:teuthology.orchestra.run.smithi139.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.0 MB/s | 125 kB 00:00 2024-04-22T23:03:18.254 INFO:teuthology.orchestra.run.smithi139.stdout:(10/36): python3-pycparser-2.20-6.el9.noarch.rp 647 kB/s | 135 kB 00:00 2024-04-22T23:03:18.346 INFO:teuthology.orchestra.run.smithi139.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-04-22T23:03:18.438 INFO:teuthology.orchestra.run.smithi139.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 1.3 MB/s | 1.2 MB 00:00 2024-04-22T23:03:18.463 INFO:teuthology.orchestra.run.smithi139.stdout:(13/36): lua-5.4.4-4.el9.x86_64.rpm 902 kB/s | 188 kB 00:00 2024-04-22T23:03:18.489 INFO:teuthology.orchestra.run.smithi139.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-04-22T23:03:18.539 INFO:teuthology.orchestra.run.smithi139.stdout:(15/36): python3-markupsafe-1.1.1-12.el9.x86_64 346 kB/s | 35 kB 00:00 2024-04-22T23:03:18.572 INFO:teuthology.orchestra.run.smithi139.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 468 kB/s | 51 kB 00:00 2024-04-22T23:03:18.606 INFO:teuthology.orchestra.run.smithi139.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 354 kB/s | 42 kB 00:00 2024-04-22T23:03:18.631 INFO:teuthology.orchestra.run.smithi139.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 241 kB/s | 22 kB 00:00 2024-04-22T23:03:18.741 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:40 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:03:18.869 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:03:18.872 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:18.872 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:03:18.872 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:18.872 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:03:18.872 INFO:teuthology.orchestra.run.smithi196.stdout: ceph x86_64 2:19.0.0-3252.g43be0201.el9 ceph 6.6 k 2024-04-22T23:03:18.872 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:03:18.872 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mds x86_64 2:19.0.0-3252.g43be0201.el9 ceph 2.4 M 2024-04-22T23:03:18.872 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr x86_64 2:19.0.0-3252.g43be0201.el9 ceph 1.5 M 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 249 k 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mon x86_64 2:19.0.0-3252.g43be0201.el9 ceph 4.7 M 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-osd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 17 M 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T23:03:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-collections 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T23:03:18.874 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout:Install 36 Packages 2024-04-22T23:03:18.875 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:18.876 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 30 M 2024-04-22T23:03:18.876 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 107 M 2024-04-22T23:03:18.876 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:03:19.049 INFO:teuthology.orchestra.run.smithi139.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 98 kB/s | 43 kB 00:00 2024-04-22T23:03:19.241 INFO:teuthology.orchestra.run.smithi139.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 282 kB/s | 172 kB 00:00 2024-04-22T23:03:19.265 INFO:teuthology.orchestra.run.smithi139.stdout:(21/36): luarocks-3.9.2-1.el9.noarch.rpm 218 kB/s | 151 kB 00:00 2024-04-22T23:03:19.366 INFO:teuthology.orchestra.run.smithi139.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 85 kB/s | 11 kB 00:00 2024-04-22T23:03:19.391 INFO:teuthology.orchestra.run.smithi139.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 141 kB/s | 18 kB 00:00 2024-04-22T23:03:19.433 INFO:teuthology.orchestra.run.smithi139.stdout:(24/36): python3-cherrypy-18.6.1-2.el9.noarch.r 932 kB/s | 358 kB 00:00 2024-04-22T23:03:19.491 INFO:teuthology.orchestra.run.smithi139.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 184 kB/s | 23 kB 00:00 2024-04-22T23:03:19.525 INFO:teuthology.orchestra.run.smithi139.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 145 kB/s | 19 kB 00:00 2024-04-22T23:03:19.567 INFO:teuthology.orchestra.run.smithi139.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 147 kB/s | 20 kB 00:00 2024-04-22T23:03:19.634 INFO:teuthology.orchestra.run.smithi139.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 325 kB/s | 46 kB 00:00 2024-04-22T23:03:19.684 INFO:teuthology.orchestra.run.smithi139.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 497 kB/s | 79 kB 00:00 2024-04-22T23:03:19.718 INFO:teuthology.orchestra.run.smithi139.stdout:(30/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-04-22T23:03:19.743 INFO:teuthology.orchestra.run.smithi139.stdout:(31/36): python3-portend-3.1.0-2.el9.noarch.rpm 151 kB/s | 16 kB 00:00 2024-04-22T23:03:19.827 INFO:teuthology.orchestra.run.smithi139.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 632 kB/s | 90 kB 00:00 2024-04-22T23:03:19.852 INFO:teuthology.orchestra.run.smithi139.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 267 kB/s | 36 kB 00:00 2024-04-22T23:03:19.927 INFO:teuthology.orchestra.run.smithi139.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.2 MB/s | 230 kB 00:00 2024-04-22T23:03:19.977 INFO:teuthology.orchestra.run.smithi139.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 160 kB/s | 20 kB 00:00 2024-04-22T23:03:20.144 INFO:teuthology.orchestra.run.smithi139.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.3 MB/s | 427 kB 00:00 2024-04-22T23:03:20.149 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:20.149 INFO:teuthology.orchestra.run.smithi139.stdout:Total 6.5 MB/s | 30 MB 00:04 2024-04-22T23:03:20.284 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:03:20.324 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:03:20.324 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:03:20.620 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:03:20.620 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:03:21.881 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:03:21.955 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:03:21.996 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:03:22.012 INFO:teuthology.orchestra.run.smithi196.stdout:(1/36): ceph-19.0.0-3252.g43be0201.el9.x86_64.r 37 kB/s | 6.6 kB 00:00 2024-04-22T23:03:22.024 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:03:22.096 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:03:22.148 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:03:22.181 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:03:22.273 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:03:22.352 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:03:22.392 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:03:22.427 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:03:22.429 INFO:teuthology.orchestra.run.smithi196.stdout:(2/36): ceph-mon-19.0.0-3252.g43be0201.el9.x86_ 11 MB/s | 4.7 MB 00:00 2024-04-22T23:03:22.457 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:03:22.491 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:03:22.524 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:03:22.563 INFO:teuthology.orchestra.run.smithi196.stdout:(3/36): ceph-mds-19.0.0-3252.g43be0201.el9.x86_ 3.3 MB/s | 2.4 MB 00:00 2024-04-22T23:03:22.565 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:03:22.609 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:03:22.643 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:03:22.671 INFO:teuthology.orchestra.run.smithi196.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3252.g43be 2.2 MB/s | 249 kB 00:00 2024-04-22T23:03:22.680 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:03:22.714 INFO:teuthology.orchestra.run.smithi196.stdout:(5/36): ceph-mgr-19.0.0-3252.g43be0201.el9.x86_ 1.7 MB/s | 1.5 MB 00:00 2024-04-22T23:03:22.754 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:03:22.880 INFO:teuthology.orchestra.run.smithi196.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-04-22T23:03:22.902 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:03:22.947 INFO:teuthology.orchestra.run.smithi196.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2024-04-22T23:03:22.990 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:03:23.006 INFO:teuthology.orchestra.run.smithi196.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.3 MB/s | 135 kB 00:00 2024-04-22T23:03:23.042 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:03:23.073 INFO:teuthology.orchestra.run.smithi196.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.8 MB/s | 125 kB 00:00 2024-04-22T23:03:23.080 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:03:23.129 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:03:23.185 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:03:23.232 INFO:teuthology.orchestra.run.smithi196.stdout:(10/36): ceph-osd-19.0.0-3252.g43be0201.el9.x86 21 MB/s | 17 MB 00:00 2024-04-22T23:03:23.273 INFO:teuthology.orchestra.run.smithi196.stdout:(11/36): python3-cryptography-36.0.1-4.el9.x86_ 2.2 MB/s | 1.2 MB 00:00 2024-04-22T23:03:23.298 INFO:teuthology.orchestra.run.smithi196.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 952 kB/s | 215 kB 00:00 2024-04-22T23:03:23.382 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:03:23.407 INFO:teuthology.orchestra.run.smithi196.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 321 kB/s | 35 kB 00:00 2024-04-22T23:03:23.432 INFO:teuthology.orchestra.run.smithi196.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-04-22T23:03:23.458 INFO:teuthology.orchestra.run.smithi196.stdout:(15/36): lua-5.4.4-4.el9.x86_64.rpm 835 kB/s | 188 kB 00:00 2024-04-22T23:03:23.483 INFO:teuthology.orchestra.run.smithi196.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 830 kB/s | 42 kB 00:00 2024-04-22T23:03:23.551 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:03:23.558 INFO:teuthology.orchestra.run.smithi196.stdout:(17/36): python3-pytz-2021.1-5.el9.noarch.rpm 338 kB/s | 51 kB 00:00 2024-04-22T23:03:23.608 INFO:teuthology.orchestra.run.smithi196.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 148 kB/s | 22 kB 00:00 2024-04-22T23:03:23.629 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:03:23.719 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:03:23.750 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:03:23.851 INFO:teuthology.orchestra.run.smithi196.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 164 kB/s | 43 kB 00:00 2024-04-22T23:03:23.875 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:03:23.909 INFO:teuthology.orchestra.run.smithi196.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 355 kB/s | 151 kB 00:00 2024-04-22T23:03:23.976 INFO:teuthology.orchestra.run.smithi196.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 468 kB/s | 172 kB 00:00 2024-04-22T23:03:24.009 INFO:teuthology.orchestra.run.smithi196.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-04-22T23:03:24.039 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:03:24.068 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:03:24.084 INFO:teuthology.orchestra.run.smithi196.stdout:(23/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2024-04-22T23:03:24.094 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:03:24.094 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:24.094 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:03:24.095 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:03:24.095 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:03:24.095 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:24.101 INFO:teuthology.orchestra.run.smithi196.stdout:(24/36): python3-jaraco-classes-3.2.1-5.el9.noa 141 kB/s | 18 kB 00:00 2024-04-22T23:03:24.118 INFO:teuthology.orchestra.run.smithi196.stdout:(25/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-04-22T23:03:24.143 INFO:teuthology.orchestra.run.smithi196.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 332 kB/s | 19 kB 00:00 2024-04-22T23:03:24.185 INFO:teuthology.orchestra.run.smithi196.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 295 kB/s | 20 kB 00:00 2024-04-22T23:03:24.202 INFO:teuthology.orchestra.run.smithi196.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 553 kB/s | 46 kB 00:00 2024-04-22T23:03:24.228 INFO:teuthology.orchestra.run.smithi196.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 939 kB/s | 79 kB 00:00 2024-04-22T23:03:24.278 INFO:teuthology.orchestra.run.smithi196.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 218 kB/s | 16 kB 00:00 2024-04-22T23:03:24.303 INFO:teuthology.orchestra.run.smithi196.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-04-22T23:03:24.329 INFO:teuthology.orchestra.run.smithi196.stdout:(32/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.9 MB/s | 272 kB 00:00 2024-04-22T23:03:24.354 INFO:teuthology.orchestra.run.smithi196.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 474 kB/s | 36 kB 00:00 2024-04-22T23:03:24.396 INFO:teuthology.orchestra.run.smithi196.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-22T23:03:24.429 INFO:teuthology.orchestra.run.smithi196.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 265 kB/s | 20 kB 00:00 2024-04-22T23:03:24.463 INFO:teuthology.orchestra.run.smithi196.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.1 MB/s | 427 kB 00:00 2024-04-22T23:03:24.468 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:24.468 INFO:teuthology.orchestra.run.smithi196.stdout:Total 5.4 MB/s | 30 MB 00:05 2024-04-22T23:03:24.605 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:03:24.644 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:03:24.644 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:03:24.939 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:03:24.939 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:03:25.527 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:03:25.553 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:03:25.553 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:25.553 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:03:25.553 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:03:25.554 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:03:25.554 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:26.003 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:03:26.026 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:03:26.026 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:26.026 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:03:26.026 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:03:26.026 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:03:26.026 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:26.213 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:03:26.245 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:03:26.268 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:03:26.268 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:26.268 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:03:26.268 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:03:26.268 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:03:26.268 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:26.273 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T23:03:26.306 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T23:03:26.332 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:03:26.334 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T23:03:26.404 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T23:03:26.475 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T23:03:26.508 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T23:03:26.600 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T23:03:26.678 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T23:03:26.718 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T23:03:26.754 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T23:03:26.784 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T23:03:26.818 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T23:03:26.851 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T23:03:26.891 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T23:03:26.926 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T23:03:26.961 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T23:03:26.999 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T23:03:27.072 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T23:03:27.211 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T23:03:27.291 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T23:03:27.343 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T23:03:27.382 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T23:03:27.431 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T23:03:27.486 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T23:03:27.671 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T23:03:27.719 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T23:03:27.797 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T23:03:27.895 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T23:03:27.935 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T23:03:28.024 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:03:28.024 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:03:28.024 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:03:28.024 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:03:28.025 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:03:28.026 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:03:28.027 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:03:28.027 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:03:28.027 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:03:28.027 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:03:28.051 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T23:03:28.208 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 31/36 2024-04-22T23:03:28.237 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:03:28.263 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 32/36 2024-04-22T23:03:28.263 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:28.263 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T23:03:28.263 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:03:28.263 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T23:03:28.263 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:29.105 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:03:29.105 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:29.105 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:03:29.105 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:29.105 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:29.105 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:03:29.106 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:03:29.107 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:03:29.108 INFO:teuthology.orchestra.run.smithi139.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:03:29.108 INFO:teuthology.orchestra.run.smithi139.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:03:29.108 INFO:teuthology.orchestra.run.smithi139.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:03:29.108 INFO:teuthology.orchestra.run.smithi139.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:03:29.108 INFO:teuthology.orchestra.run.smithi139.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:03:29.108 INFO:teuthology.orchestra.run.smithi139.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:03:29.108 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:29.108 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:03:29.452 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-base 2024-04-22T23:03:29.713 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:03:29.739 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 33/36 2024-04-22T23:03:29.739 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:29.739 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T23:03:29.740 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:03:29.740 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T23:03:29.740 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:29.962 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:55 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:03:30.041 INFO:teuthology.orchestra.run.smithi139.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:03:30.082 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:03:30.083 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-04-22T23:03:30.083 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:03:30.159 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install cephadm 2024-04-22T23:03:30.180 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:03:30.203 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 34/36 2024-04-22T23:03:30.204 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:30.204 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T23:03:30.204 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:03:30.204 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T23:03:30.204 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:30.431 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:03:30.454 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 35/36 2024-04-22T23:03:30.454 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:30.454 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T23:03:30.454 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:03:30.454 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T23:03:30.454 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:30.517 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:03:30.662 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:03:30.784 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:30.785 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 763 k 2024-04-22T23:03:30.786 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 770 k 2024-04-22T23:03:30.786 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:03:31.869 INFO:teuthology.orchestra.run.smithi139.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 705 kB/s | 763 kB 00:01 2024-04-22T23:03:31.869 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:31.869 INFO:teuthology.orchestra.run.smithi139.stdout:Total 703 kB/s | 763 kB 00:01 2024-04-22T23:03:31.870 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:03:31.876 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:03:31.876 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:03:31.882 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:03:31.883 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:03:31.960 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:03:32.191 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 36/36 2024-04-22T23:03:32.191 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-2:19.0.0-3252.g43be0201.el9.x86_64 1/36 2024-04-22T23:03:32.191 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2/36 2024-04-22T23:03:32.191 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 3/36 2024-04-22T23:03:32.191 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 4/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 5/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9. 6/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T23:03:32.192 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T23:03:32.193 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T23:03:32.193 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T23:03:32.193 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T23:03:32.193 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T23:03:32.193 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T23:03:32.193 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T23:03:32.193 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T23:03:32.193 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T23:03:32.193 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T23:03:32.194 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T23:03:32.194 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T23:03:32.194 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T23:03:32.194 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T23:03:32.194 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T23:03:32.194 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T23:03:32.195 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T23:03:32.430 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:32.521 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:32.876 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:33.125 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:33.125 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:33.125 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:03:33.126 INFO:teuthology.orchestra.run.smithi139.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:33.126 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:33.126 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:03:33.231 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mds-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-modules-core-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mon-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-osd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T23:03:33.232 INFO:teuthology.orchestra.run.smithi196.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T23:03:33.233 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:33.234 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:03:33.388 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:03:33.576 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-base 2024-04-22T23:03:33.906 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:03:34.029 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:03:34.029 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:34.029 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 145 k 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 435 k 2024-04-22T23:03:34.030 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:03:34.090 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:03:34.170 INFO:teuthology.orchestra.run.smithi196.stdout:Package ceph-base-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:03:34.210 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:03:34.211 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:03:34.212 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:03:34.224 INFO:teuthology.orchestra.run.smithi139.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 747 kB/s | 145 kB 00:00 2024-04-22T23:03:34.225 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:34.225 INFO:teuthology.orchestra.run.smithi139.stdout:Total 740 kB/s | 145 kB 00:00 2024-04-22T23:03:34.225 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:03:34.233 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:03:34.233 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:03:34.273 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install cephadm 2024-04-22T23:03:34.288 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:03:34.289 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:03:34.433 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:03:34.525 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:34.549 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:34.549 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:34.550 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:03:34.550 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:34.779 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:03:34.898 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:03:34.899 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:34.899 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:03:34.899 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:34.900 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:03:34.900 INFO:teuthology.orchestra.run.smithi196.stdout: cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 763 k 2024-04-22T23:03:34.900 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:34.900 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:03:34.900 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:34.900 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:03:34.900 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:34.900 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 763 k 2024-04-22T23:03:34.900 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 770 k 2024-04-22T23:03:34.900 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:03:35.188 INFO:teuthology.orchestra.run.smithi196.stdout:cephadm-19.0.0-3252.g43be0201.el9.noarch.rpm 2.6 MB/s | 763 kB 00:00 2024-04-22T23:03:35.189 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:35.189 INFO:teuthology.orchestra.run.smithi196.stdout:Total 2.6 MB/s | 763 kB 00:00 2024-04-22T23:03:35.189 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:03:35.194 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:03:35.194 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:03:35.200 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:03:35.200 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:03:35.275 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:03:35.442 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:35.443 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:35.443 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:03:35.443 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:35.443 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:35.443 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:03:35.652 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr 2024-04-22T23:03:35.735 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:35.807 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:36.116 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:36.172 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:03:36.256 INFO:teuthology.orchestra.run.smithi139.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:03:36.298 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:03:36.299 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-04-22T23:03:36.299 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:03:36.374 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:03:36.379 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/1 2024-04-22T23:03:36.379 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:36.379 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:03:36.380 INFO:teuthology.orchestra.run.smithi196.stdout: cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:36.380 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:36.380 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:03:36.616 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T23:03:36.879 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:03:37.000 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:03:37.001 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:37.001 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-04-22T23:03:37.001 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:37.001 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:03:37.001 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:03:37.001 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-04-22T23:03:37.001 INFO:teuthology.orchestra.run.smithi139.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:03:37.002 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:37.003 INFO:teuthology.orchestra.run.smithi139.stdout:Install 12 Packages 2024-04-22T23:03:37.003 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:37.003 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 8.6 M 2024-04-22T23:03:37.003 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 104 M 2024-04-22T23:03:37.003 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:03:37.130 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:00:59 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:03:37.249 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:03:37.250 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:37.250 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3252.g43be0201.el9 ceph 145 k 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 145 k 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 435 k 2024-04-22T23:03:37.251 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:03:37.469 INFO:teuthology.orchestra.run.smithi196.stdout:ceph-immutable-object-cache-19.0.0-3252.g43be02 665 kB/s | 145 kB 00:00 2024-04-22T23:03:37.470 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:37.470 INFO:teuthology.orchestra.run.smithi196.stdout:Total 659 kB/s | 145 kB 00:00 2024-04-22T23:03:37.470 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:03:37.478 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:03:37.478 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:03:37.533 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:03:37.533 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:03:37.688 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:03:37.770 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:37.795 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:37.795 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:03:37.795 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T23:03:37.795 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:37.985 INFO:teuthology.orchestra.run.smithi139.stdout:(1/12): ceph-prometheus-alerts-19.0.0-3252.g43b 80 kB/s | 16 kB 00:00 2024-04-22T23:03:38.086 INFO:teuthology.orchestra.run.smithi139.stdout:(2/12): ceph-grafana-dashboards-19.0.0-3252.g43 111 kB/s | 34 kB 00:00 2024-04-22T23:03:38.194 INFO:teuthology.orchestra.run.smithi139.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.8 MB/s | 1.0 MB 00:00 2024-04-22T23:03:38.278 INFO:teuthology.orchestra.run.smithi139.stdout:(4/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 7.1 MB/s | 3.5 MB 00:00 2024-04-22T23:03:38.303 INFO:teuthology.orchestra.run.smithi139.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.2 MB/s | 269 kB 00:00 2024-04-22T23:03:38.478 INFO:teuthology.orchestra.run.smithi139.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 111 kB/s | 19 kB 00:00 2024-04-22T23:03:38.554 INFO:teuthology.orchestra.run.smithi139.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 1.9 MB/s | 548 kB 00:00 2024-04-22T23:03:38.587 INFO:teuthology.orchestra.run.smithi139.stdout:(8/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.1 MB/s | 863 kB 00:00 2024-04-22T23:03:38.638 INFO:teuthology.orchestra.run.smithi139.stdout:(9/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 13 MB/s | 2.0 MB 00:00 2024-04-22T23:03:38.663 INFO:teuthology.orchestra.run.smithi139.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 1.3 MB/s | 144 kB 00:00 2024-04-22T23:03:38.679 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3252.g43be0201. 1/1 2024-04-22T23:03:38.679 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:38.679 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:03:38.679 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-immutable-object-cache-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:03:38.679 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:38.679 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:03:38.688 INFO:teuthology.orchestra.run.smithi139.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 310 kB/s | 31 kB 00:00 2024-04-22T23:03:38.713 INFO:teuthology.orchestra.run.smithi139.stdout:(12/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-04-22T23:03:38.718 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:38.718 INFO:teuthology.orchestra.run.smithi139.stdout:Total 5.0 MB/s | 8.6 MB 00:01 2024-04-22T23:03:38.764 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:03:38.781 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:03:38.781 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:03:38.870 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr 2024-04-22T23:03:38.937 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:03:38.939 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:03:39.387 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:03:39.462 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:03:39.470 INFO:teuthology.orchestra.run.smithi196.stdout:Package ceph-mgr-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:03:39.513 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:03:39.514 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:03:39.514 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:03:39.540 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:03:39.572 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T23:03:39.574 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:03:39.621 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:03:39.651 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:03:39.727 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:03:39.869 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:03:39.954 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:03:40.006 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:03:40.034 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:03:40.066 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:03:40.076 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:03:40.196 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:03:40.197 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:40.197 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:03:40.197 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:40.197 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:03:40.197 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-dashboard noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 3.5 M 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-grafana-dashboards noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 34 k 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-prometheus-alerts noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 16 k 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T23:03:40.198 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:40.199 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:03:40.199 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:40.199 INFO:teuthology.orchestra.run.smithi196.stdout:Install 12 Packages 2024-04-22T23:03:40.199 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:40.199 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 8.6 M 2024-04-22T23:03:40.199 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 104 M 2024-04-22T23:03:40.200 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:03:41.055 INFO:teuthology.orchestra.run.smithi196.stdout:(1/12): ceph-grafana-dashboards-19.0.0-3252.g43 173 kB/s | 34 kB 00:00 2024-04-22T23:03:41.122 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:03:41.155 INFO:teuthology.orchestra.run.smithi196.stdout:(2/12): ceph-prometheus-alerts-19.0.0-3252.g43b 55 kB/s | 16 kB 00:00 2024-04-22T23:03:41.158 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:03:41.272 INFO:teuthology.orchestra.run.smithi196.stdout:(3/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.7 MB/s | 1.0 MB 00:00 2024-04-22T23:03:41.339 INFO:teuthology.orchestra.run.smithi196.stdout:(4/12): ceph-mgr-dashboard-19.0.0-3252.g43be020 7.3 MB/s | 3.5 MB 00:00 2024-04-22T23:03:41.364 INFO:teuthology.orchestra.run.smithi196.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-04-22T23:03:41.440 INFO:teuthology.orchestra.run.smithi196.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 259 kB/s | 19 kB 00:00 2024-04-22T23:03:41.490 INFO:teuthology.orchestra.run.smithi196.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.6 MB/s | 548 kB 00:00 2024-04-22T23:03:41.565 INFO:teuthology.orchestra.run.smithi196.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.9 MB/s | 144 kB 00:00 2024-04-22T23:03:41.607 INFO:teuthology.orchestra.run.smithi196.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 738 kB/s | 31 kB 00:00 2024-04-22T23:03:41.657 INFO:teuthology.orchestra.run.smithi196.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 9.4 MB/s | 2.0 MB 00:00 2024-04-22T23:03:41.682 INFO:teuthology.orchestra.run.smithi196.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-04-22T23:03:42.451 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:03:42.451 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:03:42.451 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:03:42.451 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:03:42.452 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:03:42.452 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:03:42.452 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:03:42.452 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:03:42.452 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:03:42.452 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:03:42.452 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:03:42.452 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:03:42.757 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:03:42.757 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:42.757 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:03:42.757 INFO:teuthology.orchestra.run.smithi139.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:03:42.757 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:42.757 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:42.757 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:42.757 INFO:teuthology.orchestra.run.smithi139.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:03:42.757 INFO:teuthology.orchestra.run.smithi139.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:03:42.757 INFO:teuthology.orchestra.run.smithi139.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:03:42.758 INFO:teuthology.orchestra.run.smithi139.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:03:42.758 INFO:teuthology.orchestra.run.smithi139.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:03:42.758 INFO:teuthology.orchestra.run.smithi139.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:03:42.758 INFO:teuthology.orchestra.run.smithi139.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:03:42.758 INFO:teuthology.orchestra.run.smithi139.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:03:42.758 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:42.758 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:03:43.008 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:03:43.016 INFO:teuthology.orchestra.run.smithi196.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 495 kB/s | 863 kB 00:01 2024-04-22T23:03:43.019 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:43.019 INFO:teuthology.orchestra.run.smithi196.stdout:Total 3.1 MB/s | 8.6 MB 00:02 2024-04-22T23:03:43.069 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:03:43.087 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:03:43.087 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:03:43.240 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:03:43.242 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:03:43.521 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:09 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:03:43.642 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:03:43.643 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================= 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================= 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:03:43.644 INFO:teuthology.orchestra.run.smithi139.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:03:43.645 INFO:teuthology.orchestra.run.smithi139.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:03:43.645 INFO:teuthology.orchestra.run.smithi139.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:03:43.645 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:03:43.645 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:03:43.645 INFO:teuthology.orchestra.run.smithi139.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:03:43.645 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:43.645 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:03:43.645 INFO:teuthology.orchestra.run.smithi139.stdout:======================================================================================= 2024-04-22T23:03:43.645 INFO:teuthology.orchestra.run.smithi139.stdout:Install 12 Packages 2024-04-22T23:03:43.645 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:43.646 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 38 M 2024-04-22T23:03:43.646 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 209 M 2024-04-22T23:03:43.646 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:03:43.787 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:03:43.858 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T23:03:43.901 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T23:03:43.948 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T23:03:43.995 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T23:03:44.072 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T23:03:44.197 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T23:03:44.291 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T23:03:44.333 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T23:03:44.362 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:03:44.394 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 10/12 2024-04-22T23:03:44.462 INFO:teuthology.orchestra.run.smithi139.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 289 kB/s | 195 kB 00:00 2024-04-22T23:03:44.554 INFO:teuthology.orchestra.run.smithi139.stdout:(2/12): ceph-mgr-diskprediction-local-19.0.0-32 9.6 MB/s | 7.4 MB 00:00 2024-04-22T23:03:44.654 INFO:teuthology.orchestra.run.smithi139.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 170 kB/s | 33 kB 00:00 2024-04-22T23:03:44.705 INFO:teuthology.orchestra.run.smithi139.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-04-22T23:03:44.755 INFO:teuthology.orchestra.run.smithi139.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 704 kB/s | 35 kB 00:00 2024-04-22T23:03:44.922 INFO:teuthology.orchestra.run.smithi139.stdout:(6/12): libgfortran-11.4.1-3.el9.x86_64.rpm 707 kB/s | 803 kB 00:01 2024-04-22T23:03:45.089 INFO:teuthology.orchestra.run.smithi139.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.4 MB/s | 244 kB 00:00 2024-04-22T23:03:45.197 INFO:teuthology.orchestra.run.smithi139.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.6 MB/s | 3.0 MB 00:00 2024-04-22T23:03:45.281 INFO:teuthology.orchestra.run.smithi139.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-04-22T23:03:45.443 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 11/12 2024-04-22T23:03:45.477 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:03:45.606 INFO:teuthology.orchestra.run.smithi139.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 5.6 MB/s | 4.7 MB 00:00 2024-04-22T23:03:45.923 INFO:teuthology.orchestra.run.smithi139.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 6.1 MB/s | 5.1 MB 00:00 2024-04-22T23:03:46.795 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 12/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el 1/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noa 2/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9 3/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T23:03:46.796 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T23:03:47.093 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T23:03:47.093 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:47.093 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:03:47.093 INFO:teuthology.orchestra.run.smithi196.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T23:03:47.093 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-grafana-dashboards-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:47.093 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-dashboard-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:47.093 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-prometheus-alerts-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:47.093 INFO:teuthology.orchestra.run.smithi196.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T23:03:47.093 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T23:03:47.093 INFO:teuthology.orchestra.run.smithi196.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T23:03:47.094 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T23:03:47.094 INFO:teuthology.orchestra.run.smithi196.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T23:03:47.094 INFO:teuthology.orchestra.run.smithi196.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T23:03:47.094 INFO:teuthology.orchestra.run.smithi196.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T23:03:47.094 INFO:teuthology.orchestra.run.smithi196.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T23:03:47.094 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:47.094 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:03:47.315 INFO:teuthology.orchestra.run.smithi139.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 8.0 MB/s | 16 MB 00:02 2024-04-22T23:03:47.316 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:47.316 INFO:teuthology.orchestra.run.smithi139.stdout:Total 10 MB/s | 38 MB 00:03 2024-04-22T23:03:47.336 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T23:03:47.672 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:03:47.699 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:03:47.699 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:03:47.835 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:09 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:03:47.956 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:03:47.957 INFO:teuthology.orchestra.run.smithi196.stdout:======================================================================================= 2024-04-22T23:03:47.957 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:03:47.957 INFO:teuthology.orchestra.run.smithi196.stdout:======================================================================================= 2024-04-22T23:03:47.957 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:03:47.957 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 7.4 M 2024-04-22T23:03:47.957 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:03:47.957 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T23:03:47.957 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T23:03:47.957 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T23:03:47.957 INFO:teuthology.orchestra.run.smithi196.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout:======================================================================================= 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout:Install 12 Packages 2024-04-22T23:03:47.958 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:47.959 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 38 M 2024-04-22T23:03:47.959 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 209 M 2024-04-22T23:03:47.959 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:03:48.107 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:03:48.108 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:03:48.381 INFO:teuthology.orchestra.run.smithi196.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 1.2 MB/s | 195 kB 00:00 2024-04-22T23:03:48.415 INFO:teuthology.orchestra.run.smithi196.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 4.2 MB/s | 803 kB 00:00 2024-04-22T23:03:48.540 INFO:teuthology.orchestra.run.smithi196.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 206 kB/s | 33 kB 00:00 2024-04-22T23:03:48.591 INFO:teuthology.orchestra.run.smithi196.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-04-22T23:03:48.641 INFO:teuthology.orchestra.run.smithi196.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 706 kB/s | 35 kB 00:00 2024-04-22T23:03:48.816 INFO:teuthology.orchestra.run.smithi196.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-32 13 MB/s | 7.4 MB 00:00 2024-04-22T23:03:48.875 INFO:teuthology.orchestra.run.smithi196.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.5 MB/s | 3.0 MB 00:00 2024-04-22T23:03:48.968 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:03:49.019 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:03:49.058 INFO:teuthology.orchestra.run.smithi196.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.0 MB/s | 244 kB 00:00 2024-04-22T23:03:49.062 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:03:49.159 INFO:teuthology.orchestra.run.smithi196.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 9.2 MB/s | 4.7 MB 00:00 2024-04-22T23:03:49.172 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:03:49.184 INFO:teuthology.orchestra.run.smithi196.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.0 MB/s | 250 kB 00:00 2024-04-22T23:03:49.214 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:03:49.268 INFO:teuthology.orchestra.run.smithi196.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 13 MB/s | 5.1 MB 00:00 2024-04-22T23:03:49.392 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:03:49.421 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:03:49.498 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:03:49.918 INFO:teuthology.orchestra.run.smithi196.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 21 MB/s | 16 MB 00:00 2024-04-22T23:03:49.919 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:49.919 INFO:teuthology.orchestra.run.smithi196.stdout:Total 19 MB/s | 38 MB 00:01 2024-04-22T23:03:50.140 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:03:50.242 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:03:50.262 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:03:50.286 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:03:50.286 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:03:50.691 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:03:50.691 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:03:51.479 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:03:51.510 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:03:51.572 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T23:03:51.616 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:03:51.714 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:03:51.766 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T23:03:51.943 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T23:03:51.974 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T23:03:52.050 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T23:03:52.505 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:03:52.536 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:03:52.693 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T23:03:52.811 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T23:03:54.025 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:03:55.049 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T23:03:55.081 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:03:55.187 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:03:55.188 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:03:55.564 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:03:55.564 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:55.564 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:03:55.564 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:55.564 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:03:55.564 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:55.565 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:03:55.931 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:03:56.453 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:22 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:03:56.574 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:03:56.575 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:56.575 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-04-22T23:03:56.575 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:56.575 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:03:56.576 INFO:teuthology.orchestra.run.smithi139.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:03:56.577 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:56.577 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:03:56.577 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:03:56.577 INFO:teuthology.orchestra.run.smithi139.stdout:Install 13 Packages 2024-04-22T23:03:56.577 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:03:56.577 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 2.2 M 2024-04-22T23:03:56.577 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 26 M 2024-04-22T23:03:56.578 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:03:56.821 INFO:teuthology.orchestra.run.smithi139.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 217 kB/s | 19 kB 00:00 2024-04-22T23:03:56.837 INFO:teuthology.orchestra.run.smithi139.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 244 kB/s | 26 kB 00:00 2024-04-22T23:03:56.938 INFO:teuthology.orchestra.run.smithi139.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.9 MB/s | 222 kB 00:00 2024-04-22T23:03:56.954 INFO:teuthology.orchestra.run.smithi139.stdout:(4/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 222 kB/s | 49 kB 00:00 2024-04-22T23:03:56.980 INFO:teuthology.orchestra.run.smithi139.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2024-04-22T23:03:57.005 INFO:teuthology.orchestra.run.smithi139.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.1 MB/s | 279 kB 00:00 2024-04-22T23:03:57.055 INFO:teuthology.orchestra.run.smithi139.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 533 kB/s | 54 kB 00:00 2024-04-22T23:03:57.156 INFO:teuthology.orchestra.run.smithi139.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 183 kB/s | 32 kB 00:00 2024-04-22T23:03:57.181 INFO:teuthology.orchestra.run.smithi139.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 99 kB/s | 15 kB 00:00 2024-04-22T23:03:57.223 INFO:teuthology.orchestra.run.smithi139.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 1.4 MB/s | 203 kB 00:00 2024-04-22T23:03:57.356 INFO:teuthology.orchestra.run.smithi139.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 5.1 MB/s | 1.0 MB 00:00 2024-04-22T23:03:57.398 INFO:teuthology.orchestra.run.smithi139.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 272 kB/s | 59 kB 00:00 2024-04-22T23:03:57.415 INFO:teuthology.orchestra.run.smithi139.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 468 kB/s | 90 kB 00:00 2024-04-22T23:03:57.417 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:03:57.417 INFO:teuthology.orchestra.run.smithi139.stdout:Total 2.6 MB/s | 2.2 MB 00:00 2024-04-22T23:03:57.479 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:03:57.494 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:03:57.494 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:03:57.578 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:03:57.578 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:03:57.845 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 12/12 2024-04-22T23:03:57.845 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0 1/12 2024-04-22T23:03:57.845 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T23:03:57.845 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T23:03:57.845 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T23:03:57.845 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T23:03:57.845 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T23:03:57.845 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T23:03:57.846 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T23:03:57.846 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T23:03:57.846 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T23:03:57.846 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T23:03:58.119 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:03:58.227 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T23:03:58.227 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:58.227 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:03:58.228 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-diskprediction-local-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:03:58.228 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T23:03:58.228 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T23:03:58.228 INFO:teuthology.orchestra.run.smithi196.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T23:03:58.228 INFO:teuthology.orchestra.run.smithi196.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T23:03:58.228 INFO:teuthology.orchestra.run.smithi196.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T23:03:58.228 INFO:teuthology.orchestra.run.smithi196.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T23:03:58.228 INFO:teuthology.orchestra.run.smithi196.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T23:03:58.228 INFO:teuthology.orchestra.run.smithi196.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T23:03:58.228 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T23:03:58.229 INFO:teuthology.orchestra.run.smithi196.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T23:03:58.229 INFO:teuthology.orchestra.run.smithi196.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T23:03:58.229 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:58.229 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:03:58.286 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:03:58.333 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:03:58.388 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:03:58.425 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:03:58.467 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:03:58.561 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:03:58.593 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-rook 2024-04-22T23:03:58.679 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:03:58.792 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:03:59.120 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:21 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:03:59.240 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:03:59.241 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:59.241 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:03:59.241 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:59.241 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:03:59.241 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-rook noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 49 k 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T23:03:59.242 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T23:03:59.243 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T23:03:59.243 INFO:teuthology.orchestra.run.smithi196.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T23:03:59.243 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:59.243 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:03:59.243 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:03:59.243 INFO:teuthology.orchestra.run.smithi196.stdout:Install 13 Packages 2024-04-22T23:03:59.243 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:03:59.243 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 2.2 M 2024-04-22T23:03:59.244 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 26 M 2024-04-22T23:03:59.244 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:03:59.545 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:03:59.598 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:03:59.632 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:03:59.680 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:03:59.702 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:03:59.775 INFO:teuthology.orchestra.run.smithi196.stdout:(1/13): ceph-mgr-rook-19.0.0-3252.g43be0201.el9 265 kB/s | 49 kB 00:00 2024-04-22T23:03:59.859 INFO:teuthology.orchestra.run.smithi196.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 95 kB/s | 26 kB 00:00 2024-04-22T23:03:59.884 INFO:teuthology.orchestra.run.smithi196.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 65 kB/s | 19 kB 00:00 2024-04-22T23:04:00.284 INFO:teuthology.orchestra.run.smithi196.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 437 kB/s | 222 kB 00:00 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:04:00.305 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:04:00.306 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:04:00.351 INFO:teuthology.orchestra.run.smithi196.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 322 kB/s | 159 kB 00:00 2024-04-22T23:04:00.393 INFO:teuthology.orchestra.run.smithi196.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 548 kB/s | 279 kB 00:00 2024-04-22T23:04:00.622 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:04:00.622 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:00.622 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:04:00.622 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:00.622 INFO:teuthology.orchestra.run.smithi139.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:04:00.622 INFO:teuthology.orchestra.run.smithi139.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:00.623 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:00.635 INFO:teuthology.orchestra.run.smithi196.stdout:(7/13): python3-requests-oauthlib-1.3.0-12.el9. 153 kB/s | 54 kB 00:00 2024-04-22T23:04:00.761 INFO:teuthology.orchestra.run.smithi196.stdout:(8/13): python3-certifi-2021.10.8-2.el9.noarch. 41 kB/s | 15 kB 00:00 2024-04-22T23:04:00.786 INFO:teuthology.orchestra.run.smithi196.stdout:(9/13): python3-cachetools-4.2.4-1.el9.noarch.r 74 kB/s | 32 kB 00:00 2024-04-22T23:04:00.884 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:04:01.019 INFO:teuthology.orchestra.run.smithi196.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 253 kB/s | 59 kB 00:00 2024-04-22T23:04:01.203 INFO:teuthology.orchestra.run.smithi196.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 489 kB/s | 90 kB 00:00 2024-04-22T23:04:01.245 INFO:teuthology.orchestra.run.smithi196.stdout:(12/13): python3-google-auth-2.28.2-1.el9.noarc 333 kB/s | 203 kB 00:00 2024-04-22T23:04:01.278 INFO:teuthology.orchestra.run.smithi196.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.0 MB/s | 1.0 MB 00:00 2024-04-22T23:04:01.282 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:01.282 INFO:teuthology.orchestra.run.smithi196.stdout:Total 1.1 MB/s | 2.2 MB 00:02 2024-04-22T23:04:01.346 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:04:01.361 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:04:01.361 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:04:01.392 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:27 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:01.443 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:04:01.444 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:04:01.512 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:04:01.513 INFO:teuthology.orchestra.run.smithi139.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:04:01.514 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:01.514 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:04:01.514 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:01.514 INFO:teuthology.orchestra.run.smithi139.stdout:Install 6 Packages 2024-04-22T23:04:01.514 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:01.514 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 7.0 M 2024-04-22T23:04:01.515 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 33 M 2024-04-22T23:04:01.515 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:04:01.868 INFO:teuthology.orchestra.run.smithi139.stdout:(1/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 2.3 MB/s | 248 kB 00:00 2024-04-22T23:04:01.969 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:04:02.010 INFO:teuthology.orchestra.run.smithi139.stdout:(2/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 578 kB/s | 143 kB 00:00 2024-04-22T23:04:02.068 INFO:teuthology.orchestra.run.smithi139.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.7 MB/s | 548 kB 00:00 2024-04-22T23:04:02.118 INFO:teuthology.orchestra.run.smithi139.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 532 kB/s | 58 kB 00:00 2024-04-22T23:04:02.131 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T23:04:02.144 INFO:teuthology.orchestra.run.smithi139.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 679 kB/s | 51 kB 00:00 2024-04-22T23:04:02.187 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T23:04:02.242 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T23:04:02.272 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T23:04:02.310 INFO:teuthology.orchestra.run.smithi139.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 11 MB/s | 6.0 MB 00:00 2024-04-22T23:04:02.314 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:02.314 INFO:teuthology.orchestra.run.smithi139.stdout:Total 8.8 MB/s | 7.0 MB 00:00 2024-04-22T23:04:02.315 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T23:04:02.382 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:04:02.394 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:04:02.394 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:04:02.406 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T23:04:02.490 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:04:02.491 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:04:02.518 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T23:04:02.564 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T23:04:02.790 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:04:02.959 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:04:03.004 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:04:03.284 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T23:04:03.338 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T23:04:03.371 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T23:04:03.419 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T23:04:03.449 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:04:03.526 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:04:03.606 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:04:03.671 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:04:03.699 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:04:04.162 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 13/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 1/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T23:04:04.163 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T23:04:04.434 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:04:04.434 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:04:04.434 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:04:04.434 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:04:04.434 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:04:04.434 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:04:04.483 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-rook-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T23:04:04.484 INFO:teuthology.orchestra.run.smithi196.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T23:04:04.485 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:04.485 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:04.711 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:04:04.711 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:04.711 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:04:04.711 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:04.712 INFO:teuthology.orchestra.run.smithi139.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:04:04.712 INFO:teuthology.orchestra.run.smithi139.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:04:04.712 INFO:teuthology.orchestra.run.smithi139.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:04:04.712 INFO:teuthology.orchestra.run.smithi139.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:04:04.712 INFO:teuthology.orchestra.run.smithi139.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:04:04.712 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:04.712 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:04.715 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T23:04:04.948 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-fuse 2024-04-22T23:04:05.222 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:27 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:05.341 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:05.342 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:05.342 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:04:05.342 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:05.342 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:04:05.342 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-cephadm noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 143 k 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout:Install 6 Packages 2024-04-22T23:04:05.343 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:05.344 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 7.0 M 2024-04-22T23:04:05.344 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 33 M 2024-04-22T23:04:05.344 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:04:05.462 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:05.583 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:05.583 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:05.583 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-04-22T23:04:05.584 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:05.584 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:04:05.584 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:04:05.584 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-04-22T23:04:05.584 INFO:teuthology.orchestra.run.smithi139.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:04:05.584 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:05.584 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:04:05.584 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:05.584 INFO:teuthology.orchestra.run.smithi139.stdout:Install 2 Packages 2024-04-22T23:04:05.584 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:05.585 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 970 k 2024-04-22T23:04:05.585 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 2.8 M 2024-04-22T23:04:05.585 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:04:05.837 INFO:teuthology.orchestra.run.smithi139.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 449 kB/s | 80 kB 00:00 2024-04-22T23:04:05.979 INFO:teuthology.orchestra.run.smithi139.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 2.7 MB/s | 890 kB 00:00 2024-04-22T23:04:05.979 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:05.979 INFO:teuthology.orchestra.run.smithi139.stdout:Total 2.4 MB/s | 970 kB 00:00 2024-04-22T23:04:05.991 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:04:06.014 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:04:06.014 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:04:06.029 INFO:teuthology.orchestra.run.smithi196.stdout:(1/6): ceph-mgr-cephadm-19.0.0-3252.g43be0201.e 572 kB/s | 143 kB 00:00 2024-04-22T23:04:06.091 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:04:06.092 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:04:06.155 INFO:teuthology.orchestra.run.smithi196.stdout:(2/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 661 kB/s | 248 kB 00:00 2024-04-22T23:04:06.230 INFO:teuthology.orchestra.run.smithi196.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 2.7 MB/s | 548 kB 00:00 2024-04-22T23:04:06.255 INFO:teuthology.orchestra.run.smithi196.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 579 kB/s | 58 kB 00:00 2024-04-22T23:04:06.272 INFO:teuthology.orchestra.run.smithi196.stdout:(5/6): python3-typing-extensions-4.4.0-2.el9.no 1.2 MB/s | 51 kB 00:00 2024-04-22T23:04:06.276 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:04:06.417 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:04:06.477 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:04:06.814 INFO:teuthology.orchestra.run.smithi196.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.8 MB/s | 6.0 MB 00:01 2024-04-22T23:04:06.815 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:06.815 INFO:teuthology.orchestra.run.smithi196.stdout:Total 4.7 MB/s | 7.0 MB 00:01 2024-04-22T23:04:06.886 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:04:06.897 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:04:06.897 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:04:06.994 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:04:06.994 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:04:07.096 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:04:07.096 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:04:07.298 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:04:07.360 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:04:07.361 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:07.361 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:04:07.361 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:04:07.361 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:07.361 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:07.455 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T23:04:07.507 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T23:04:07.631 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install ceph-volume 2024-04-22T23:04:08.015 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T23:04:08.101 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T23:04:08.155 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:08.164 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T23:04:08.194 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:04:08.283 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:08.284 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:08.284 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-04-22T23:04:08.284 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:08.284 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:04:08.284 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:04:08.284 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-04-22T23:04:08.284 INFO:teuthology.orchestra.run.smithi139.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:04:08.284 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:08.284 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:04:08.284 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:08.285 INFO:teuthology.orchestra.run.smithi139.stdout:Install 2 Packages 2024-04-22T23:04:08.285 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:08.285 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 350 k 2024-04-22T23:04:08.285 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 1.5 M 2024-04-22T23:04:08.285 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:04:08.751 INFO:teuthology.orchestra.run.smithi139.stdout:(1/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 790 kB/s | 273 kB 00:00 2024-04-22T23:04:08.834 INFO:teuthology.orchestra.run.smithi139.stdout:(2/2): python3-packaging-20.9-5.el9.noarch.rpm 180 kB/s | 77 kB 00:00 2024-04-22T23:04:08.834 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:08.835 INFO:teuthology.orchestra.run.smithi139.stdout:Total 637 kB/s | 350 kB 00:00 2024-04-22T23:04:08.846 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:04:08.856 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:04:08.856 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:04:08.882 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:04:08.882 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:04:08.899 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 6/6 2024-04-22T23:04:08.899 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 1/6 2024-04-22T23:04:08.900 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T23:04:08.900 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T23:04:08.900 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T23:04:08.900 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T23:04:09.053 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:04:09.165 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T23:04:09.165 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:09.165 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:04:09.165 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-mgr-cephadm-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:09.165 INFO:teuthology.orchestra.run.smithi196.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T23:04:09.165 INFO:teuthology.orchestra.run.smithi196.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T23:04:09.165 INFO:teuthology.orchestra.run.smithi196.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T23:04:09.165 INFO:teuthology.orchestra.run.smithi196.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T23:04:09.165 INFO:teuthology.orchestra.run.smithi196.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T23:04:09.166 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:09.166 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:09.239 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:04:09.270 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:04:09.285 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:04:09.285 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:04:09.286 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:04:09.286 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:09.410 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-fuse 2024-04-22T23:04:09.922 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:31 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:09.978 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:04:10.042 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:10.042 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 890 k 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout:Install 2 Packages 2024-04-22T23:04:10.043 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:10.044 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 970 k 2024-04-22T23:04:10.044 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 2.8 M 2024-04-22T23:04:10.044 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi139.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi139.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:10.423 INFO:teuthology.orchestra.run.smithi196.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 723 kB/s | 80 kB 00:00 2024-04-22T23:04:10.574 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install librados-devel 2024-04-22T23:04:10.782 INFO:teuthology.orchestra.run.smithi196.stdout:(2/2): ceph-fuse-19.0.0-3252.g43be0201.el9.x86_ 1.9 MB/s | 890 kB 00:00 2024-04-22T23:04:10.782 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:10.783 INFO:teuthology.orchestra.run.smithi196.stdout:Total 1.3 MB/s | 970 kB 00:00 2024-04-22T23:04:10.794 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:04:10.815 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:04:10.815 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:04:10.892 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:04:10.892 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:04:11.084 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:04:11.099 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:11.221 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:11.222 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:11.222 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2024-04-22T23:04:11.222 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:11.223 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:04:11.223 INFO:teuthology.orchestra.run.smithi139.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:04:11.223 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:11.223 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:04:11.223 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:11.223 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-04-22T23:04:11.223 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:11.223 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 127 k 2024-04-22T23:04:11.223 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 456 k 2024-04-22T23:04:11.223 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:04:11.224 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T23:04:11.295 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:04:11.548 INFO:teuthology.orchestra.run.smithi139.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 391 kB/s | 127 kB 00:00 2024-04-22T23:04:11.548 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:11.548 INFO:teuthology.orchestra.run.smithi139.stdout:Total 389 kB/s | 127 kB 00:00 2024-04-22T23:04:11.549 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:04:11.554 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:04:11.554 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:04:11.617 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:04:11.617 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:04:11.766 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:04:11.860 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:11.910 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2/2 2024-04-22T23:04:11.910 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/2 2024-04-22T23:04:12.180 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T23:04:12.180 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:12.180 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:04:12.180 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T23:04:12.180 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:12.180 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:12.255 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:12.468 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install ceph-volume 2024-04-22T23:04:12.517 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:12.517 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:12.517 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:04:12.517 INFO:teuthology.orchestra.run.smithi139.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:12.518 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:12.518 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:12.757 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install libcephfs2 2024-04-22T23:04:12.991 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:34 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:13.114 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:13.114 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:13.114 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repository Size 2024-04-22T23:04:13.114 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:13.114 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:04:13.114 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-volume noarch 2:19.0.0-3252.g43be0201.el9 ceph-noarch 273 k 2024-04-22T23:04:13.115 INFO:teuthology.orchestra.run.smithi196.stdout:Installing dependencies: 2024-04-22T23:04:13.115 INFO:teuthology.orchestra.run.smithi196.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T23:04:13.115 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:13.115 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:04:13.115 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:13.115 INFO:teuthology.orchestra.run.smithi196.stdout:Install 2 Packages 2024-04-22T23:04:13.115 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:13.115 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 350 k 2024-04-22T23:04:13.116 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 1.5 M 2024-04-22T23:04:13.116 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:04:13.280 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:13.295 INFO:teuthology.orchestra.run.smithi196.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 698 kB/s | 77 kB 00:00 2024-04-22T23:04:13.361 INFO:teuthology.orchestra.run.smithi139.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:13.403 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:13.404 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-04-22T23:04:13.404 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:13.445 INFO:teuthology.orchestra.run.smithi196.stdout:(2/2): ceph-volume-19.0.0-3252.g43be0201.el9.no 1.0 MB/s | 273 kB 00:00 2024-04-22T23:04:13.446 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:13.446 INFO:teuthology.orchestra.run.smithi196.stdout:Total 1.0 MB/s | 350 kB 00:00 2024-04-22T23:04:13.457 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:04:13.467 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:04:13.467 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:04:13.487 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install libcephfs-devel 2024-04-22T23:04:13.492 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:04:13.493 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:04:13.661 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:04:13.869 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T23:04:13.906 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:04:13.922 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2/2 2024-04-22T23:04:13.922 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:04:13.922 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T23:04:13.922 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:14.009 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:14.129 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:14.129 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:14.129 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 32 k 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 142 k 2024-04-22T23:04:14.130 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:04:14.368 INFO:teuthology.orchestra.run.smithi139.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 134 kB/s | 32 kB 00:00 2024-04-22T23:04:14.368 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:14.368 INFO:teuthology.orchestra.run.smithi139.stdout:Total 133 kB/s | 32 kB 00:00 2024-04-22T23:04:14.369 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:04:14.372 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:04:14.372 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:04:14.374 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:04:14.375 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:04:14.458 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:04:14.543 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 1/2 2024-04-22T23:04:14.571 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:14.830 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T23:04:14.830 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:14.830 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:04:14.830 INFO:teuthology.orchestra.run.smithi196.stdout: ceph-volume-2:19.0.0-3252.g43be0201.el9.noarch 2024-04-22T23:04:14.830 INFO:teuthology.orchestra.run.smithi196.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T23:04:14.830 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:14.830 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:14.926 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:15.150 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:15.150 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:15.150 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:04:15.150 INFO:teuthology.orchestra.run.smithi139.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:15.150 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:15.150 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:15.168 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install librados-devel 2024-04-22T23:04:15.336 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install librados2 2024-04-22T23:04:15.695 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:15.818 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:15.819 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:15.819 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-04-22T23:04:15.819 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:15.820 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:04:15.820 INFO:teuthology.orchestra.run.smithi196.stdout: librados-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 127 k 2024-04-22T23:04:15.820 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:15.820 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:04:15.820 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:15.820 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:04:15.820 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:15.820 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 127 k 2024-04-22T23:04:15.820 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 456 k 2024-04-22T23:04:15.820 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:04:15.845 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:41 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:15.924 INFO:teuthology.orchestra.run.smithi139.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:15.965 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-04-22T23:04:15.966 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:16.031 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install librbd1 2024-04-22T23:04:16.050 INFO:teuthology.orchestra.run.smithi196.stdout:librados-devel-19.0.0-3252.g43be0201.el9.x86_64 550 kB/s | 127 kB 00:00 2024-04-22T23:04:16.051 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:16.051 INFO:teuthology.orchestra.run.smithi196.stdout:Total 547 kB/s | 127 kB 00:00 2024-04-22T23:04:16.051 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:04:16.057 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:04:16.057 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:04:16.120 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:04:16.120 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:04:16.269 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:04:16.372 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:16.543 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:16.622 INFO:teuthology.orchestra.run.smithi139.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:16.664 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:16.665 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-04-22T23:04:16.665 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:16.732 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-rados 2024-04-22T23:04:16.773 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:17.046 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:17.047 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:17.047 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:04:17.047 INFO:teuthology.orchestra.run.smithi196.stdout: librados-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:17.047 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:17.047 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:17.242 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:17.267 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install libcephfs2 2024-04-22T23:04:17.322 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:17.363 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:17.364 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-04-22T23:04:17.364 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:17.435 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-rgw 2024-04-22T23:04:17.781 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:17.861 INFO:teuthology.orchestra.run.smithi196.stdout:Package libcephfs2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:17.902 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:17.903 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:04:17.903 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:17.965 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install libcephfs-devel 2024-04-22T23:04:17.967 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:18.057 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:18.099 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:18.100 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-04-22T23:04:18.100 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:18.177 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-cephfs 2024-04-22T23:04:18.488 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:18.608 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs-devel x86_64 2:19.0.0-3252.g43be0201.el9 ceph 32 k 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:18.609 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 32 k 2024-04-22T23:04:18.610 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 142 k 2024-04-22T23:04:18.610 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:04:18.697 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:18.777 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:18.778 INFO:teuthology.orchestra.run.smithi196.stdout:libcephfs-devel-19.0.0-3252.g43be0201.el9.x86_6 188 kB/s | 32 kB 00:00 2024-04-22T23:04:18.779 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:18.779 INFO:teuthology.orchestra.run.smithi196.stdout:Total 186 kB/s | 32 kB 00:00 2024-04-22T23:04:18.780 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:04:18.783 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:04:18.783 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:04:18.785 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:04:18.786 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:04:18.818 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:18.819 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-04-22T23:04:18.819 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:18.873 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:04:18.893 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install python3-rbd 2024-04-22T23:04:18.983 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:19.304 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:19.405 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:19.486 INFO:teuthology.orchestra.run.smithi139.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:19.527 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:19.529 INFO:teuthology.orchestra.run.smithi139.stdout:Nothing to do. 2024-04-22T23:04:19.529 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:19.536 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:19.536 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:19.536 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:04:19.536 INFO:teuthology.orchestra.run.smithi196.stdout: libcephfs-devel-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:19.536 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:19.536 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:19.601 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install rbd-fuse 2024-04-22T23:04:19.710 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install librados2 2024-04-22T23:04:20.121 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:20.227 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:20.242 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:20.242 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:20.242 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2024-04-22T23:04:20.242 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:20.242 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:04:20.243 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:04:20.243 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:20.243 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:04:20.243 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:20.243 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-04-22T23:04:20.243 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:20.243 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 85 k 2024-04-22T23:04:20.244 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 231 k 2024-04-22T23:04:20.244 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:04:20.306 INFO:teuthology.orchestra.run.smithi196.stdout:Package librados2-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:20.346 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:20.347 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:04:20.347 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:20.406 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install librbd1 2024-04-22T23:04:20.554 INFO:teuthology.orchestra.run.smithi139.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 276 kB/s | 85 kB 00:00 2024-04-22T23:04:20.554 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:20.554 INFO:teuthology.orchestra.run.smithi139.stdout:Total 274 kB/s | 85 kB 00:00 2024-04-22T23:04:20.554 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:04:20.561 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:04:20.561 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:04:20.624 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:04:20.625 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:04:20.777 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:04:20.865 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:20.923 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:21.001 INFO:teuthology.orchestra.run.smithi196.stdout:Package librbd1-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:21.042 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:21.043 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:04:21.043 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:21.105 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-rados 2024-04-22T23:04:21.226 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:21.474 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:21.474 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:21.474 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:04:21.474 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:21.474 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:21.475 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:21.609 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:21.688 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-rados-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:21.719 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install rbd-mirror 2024-04-22T23:04:21.729 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:21.730 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:04:21.730 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:21.788 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-rgw 2024-04-22T23:04:22.234 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:22.297 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:22.355 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:22.356 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:22.356 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repo Size 2024-04-22T23:04:22.356 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:22.356 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:04:22.356 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:04:22.356 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:22.356 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:04:22.356 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:22.357 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-04-22T23:04:22.357 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:22.357 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 3.1 M 2024-04-22T23:04:22.357 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 13 M 2024-04-22T23:04:22.357 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:04:22.376 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-rgw-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:22.419 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:22.419 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:04:22.419 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:22.480 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-cephfs 2024-04-22T23:04:22.732 INFO:teuthology.orchestra.run.smithi139.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 8.2 MB/s | 3.1 MB 00:00 2024-04-22T23:04:22.732 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:22.733 INFO:teuthology.orchestra.run.smithi139.stdout:Total 8.2 MB/s | 3.1 MB 00:00 2024-04-22T23:04:22.733 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:04:22.742 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:04:22.742 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:04:22.822 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:04:22.822 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:04:23.000 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:23.079 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-cephfs-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:23.120 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:23.121 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:04:23.121 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:23.182 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install python3-rbd 2024-04-22T23:04:23.263 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:04:23.333 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:23.355 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:23.356 INFO:teuthology.orchestra.run.smithi139.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:04:23.356 INFO:teuthology.orchestra.run.smithi139.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:04:23.356 INFO:teuthology.orchestra.run.smithi139.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:04:23.356 INFO:teuthology.orchestra.run.smithi139.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:04:23.356 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:23.689 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:23.769 INFO:teuthology.orchestra.run.smithi196.stdout:Package python3-rbd-2:19.0.0-3252.g43be0201.el9.x86_64 is already installed. 2024-04-22T23:04:23.809 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:23.810 INFO:teuthology.orchestra.run.smithi196.stdout:Nothing to do. 2024-04-22T23:04:23.810 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:23.875 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install rbd-fuse 2024-04-22T23:04:24.391 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:24.500 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:24.501 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:24.501 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:04:24.501 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:24.501 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:24.501 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:24.511 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:24.511 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-fuse x86_64 2:19.0.0-3252.g43be0201.el9 ceph 85 k 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 85 k 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 231 k 2024-04-22T23:04:24.512 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:04:24.699 INFO:teuthology.orchestra.run.smithi196.stdout:rbd-fuse-19.0.0-3252.g43be0201.el9.x86_64.rpm 461 kB/s | 85 kB 00:00 2024-04-22T23:04:24.699 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:24.699 INFO:teuthology.orchestra.run.smithi196.stdout:Total 458 kB/s | 85 kB 00:00 2024-04-22T23:04:24.699 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:04:24.706 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:04:24.706 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:04:24.735 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum -y install rbd-nbd 2024-04-22T23:04:24.768 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:04:24.769 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:04:24.919 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:04:25.018 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:25.257 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 11:02:34 PM UTC. 2024-04-22T23:04:25.362 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:25.381 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-04-22T23:04:25.381 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:25.381 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2024-04-22T23:04:25.381 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:25.381 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-04-22T23:04:25.381 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:04:25.381 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:25.382 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-04-22T23:04:25.382 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-04-22T23:04:25.382 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-04-22T23:04:25.382 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:25.382 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 171 k 2024-04-22T23:04:25.382 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 494 k 2024-04-22T23:04:25.383 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-04-22T23:04:25.588 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:25.588 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:25.588 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:04:25.588 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-fuse-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:25.588 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:25.588 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:25.727 INFO:teuthology.orchestra.run.smithi139.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 496 kB/s | 171 kB 00:00 2024-04-22T23:04:25.728 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:25.728 INFO:teuthology.orchestra.run.smithi139.stdout:Total 493 kB/s | 171 kB 00:00 2024-04-22T23:04:25.728 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-04-22T23:04:25.737 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-04-22T23:04:25.737 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-04-22T23:04:25.800 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-04-22T23:04:25.800 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-04-22T23:04:25.828 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install rbd-mirror 2024-04-22T23:04:25.954 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-04-22T23:04:26.083 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:26.364 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:26.461 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:26.489 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:26.489 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:26.489 INFO:teuthology.orchestra.run.smithi196.stdout: Package Arch Version Repo Size 2024-04-22T23:04:26.490 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:26.490 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:04:26.490 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-mirror x86_64 2:19.0.0-3252.g43be0201.el9 ceph 3.1 M 2024-04-22T23:04:26.490 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:26.490 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:04:26.490 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:26.490 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:04:26.490 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:26.491 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 3.1 M 2024-04-22T23:04:26.491 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 13 M 2024-04-22T23:04:26.491 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:04:26.690 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:26.690 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:26.691 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-04-22T23:04:26.691 INFO:teuthology.orchestra.run.smithi139.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:26.691 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:04:26.691 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-04-22T23:04:26.923 DEBUG:teuthology.parallel:result is None 2024-04-22T23:04:26.985 INFO:teuthology.orchestra.run.smithi196.stdout:rbd-mirror-19.0.0-3252.g43be0201.el9.x86_64.rpm 6.3 MB/s | 3.1 MB 00:00 2024-04-22T23:04:26.987 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:26.987 INFO:teuthology.orchestra.run.smithi196.stdout:Total 6.2 MB/s | 3.1 MB 00:00 2024-04-22T23:04:26.987 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:04:26.995 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:04:26.996 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:04:27.076 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:04:27.076 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:04:27.503 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:04:27.561 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:27.585 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:27.586 INFO:teuthology.orchestra.run.smithi196.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T23:04:27.586 INFO:teuthology.orchestra.run.smithi196.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T23:04:27.586 INFO:teuthology.orchestra.run.smithi196.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:04:27.586 INFO:teuthology.orchestra.run.smithi196.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T23:04:27.586 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:28.594 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:28.595 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:28.595 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:04:28.595 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-mirror-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:28.595 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:28.595 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:28.857 DEBUG:teuthology.orchestra.run.smithi196:> sudo yum -y install rbd-nbd 2024-04-22T23:04:29.374 INFO:teuthology.orchestra.run.smithi196.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 11:02:38 PM UTC. 2024-04-22T23:04:29.499 INFO:teuthology.orchestra.run.smithi196.stdout:Dependencies resolved. 2024-04-22T23:04:29.500 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:29.500 INFO:teuthology.orchestra.run.smithi196.stdout: Package Architecture Version Repository Size 2024-04-22T23:04:29.500 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:29.500 INFO:teuthology.orchestra.run.smithi196.stdout:Installing: 2024-04-22T23:04:29.500 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-nbd x86_64 2:19.0.0-3252.g43be0201.el9 ceph 171 k 2024-04-22T23:04:29.501 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:29.501 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction Summary 2024-04-22T23:04:29.501 INFO:teuthology.orchestra.run.smithi196.stdout:================================================================================ 2024-04-22T23:04:29.501 INFO:teuthology.orchestra.run.smithi196.stdout:Install 1 Package 2024-04-22T23:04:29.501 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:29.501 INFO:teuthology.orchestra.run.smithi196.stdout:Total download size: 171 k 2024-04-22T23:04:29.501 INFO:teuthology.orchestra.run.smithi196.stdout:Installed size: 494 k 2024-04-22T23:04:29.501 INFO:teuthology.orchestra.run.smithi196.stdout:Downloading Packages: 2024-04-22T23:04:29.730 INFO:teuthology.orchestra.run.smithi196.stdout:rbd-nbd-19.0.0-3252.g43be0201.el9.x86_64.rpm 747 kB/s | 171 kB 00:00 2024-04-22T23:04:29.731 INFO:teuthology.orchestra.run.smithi196.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:04:29.731 INFO:teuthology.orchestra.run.smithi196.stdout:Total 742 kB/s | 171 kB 00:00 2024-04-22T23:04:29.731 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction check 2024-04-22T23:04:29.739 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction check succeeded. 2024-04-22T23:04:29.739 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction test 2024-04-22T23:04:29.802 INFO:teuthology.orchestra.run.smithi196.stdout:Transaction test succeeded. 2024-04-22T23:04:29.802 INFO:teuthology.orchestra.run.smithi196.stdout:Running transaction 2024-04-22T23:04:29.955 INFO:teuthology.orchestra.run.smithi196.stdout: Preparing : 1/1 2024-04-22T23:04:30.068 INFO:teuthology.orchestra.run.smithi196.stdout: Installing : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:30.466 INFO:teuthology.orchestra.run.smithi196.stdout: Running scriptlet: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:30.700 INFO:teuthology.orchestra.run.smithi196.stdout: Verifying : rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 1/1 2024-04-22T23:04:30.700 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:30.701 INFO:teuthology.orchestra.run.smithi196.stdout:Installed: 2024-04-22T23:04:30.701 INFO:teuthology.orchestra.run.smithi196.stdout: rbd-nbd-2:19.0.0-3252.g43be0201.el9.x86_64 2024-04-22T23:04:30.701 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:30.701 INFO:teuthology.orchestra.run.smithi196.stdout:Complete! 2024-04-22T23:04:30.979 DEBUG:teuthology.parallel:result is None 2024-04-22T23:04:30.979 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:04:31.208 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:04:31.232 INFO:teuthology.orchestra.run.smithi139.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:04:31.233 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:04:31.233 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:04:31.235 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:04:31.382 DEBUG:teuthology.orchestra.run.smithi196:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T23:04:31.403 INFO:teuthology.orchestra.run.smithi196.stdout:19.0.0-3252.g43be0201.el9 2024-04-22T23:04:31.403 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252.g43be0201.el9 2024-04-22T23:04:31.403 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252.g43be0201 is installed. 2024-04-22T23:04:31.404 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T23:04:31.405 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:04:31.405 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:04:31.434 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:04:31.434 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:04:31.467 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T23:04:31.468 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:04:31.468 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:04:31.501 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:04:31.568 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:04:31.568 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:04:31.591 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:04:31.655 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T23:04:31.656 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:04:31.656 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:04:31.683 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:04:31.750 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:04:31.750 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:04:31.773 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:04:31.837 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T23:04:31.910 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:04:31.910 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:04:31.938 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:04:32.006 DEBUG:teuthology.orchestra.run.smithi196:> set -ex 2024-04-22T23:04:32.006 DEBUG:teuthology.orchestra.run.smithi196:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:04:32.030 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:04:32.094 INFO:teuthology.run_tasks:Running task cephadm.configure_samba_client_container... 2024-04-22T23:04:32.187 INFO:tasks.cephadm:Testing if podman is available 2024-04-22T23:04:32.187 DEBUG:teuthology.orchestra.run.smithi196:> sudo podman --help 2024-04-22T23:04:32.870 INFO:teuthology.orchestra.run.smithi196.stdout:Manage pods, containers and images 2024-04-22T23:04:32.870 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:32.870 INFO:teuthology.orchestra.run.smithi196.stdout:Usage: 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: podman [options] [command] 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout:Available Commands: 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: attach Attach to a running container 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: auto-update Auto update containers according to their auto-update policy 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: build Build an image using instructions from Containerfiles 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: commit Create new image based on the changed container 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: compose Run compose workloads via an external provider such as docker-compose or podman-compose 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: container Manage containers 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: cp Copy files/folders between a container and the local filesystem 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: create Create but do not start a container 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: diff Display the changes to the object's file system 2024-04-22T23:04:32.871 INFO:teuthology.orchestra.run.smithi196.stdout: events Show podman system events 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: exec Run a process in a running container 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: export Export container's filesystem contents as a tar archive 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: farm Farm out builds to remote machines 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: generate Generate structured data based on containers, pods or volumes 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: healthcheck Manage health checks on containers 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: help Help about any command 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: history Show history of a specified image 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: image Manage images 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: images List images in local storage 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: import Import a tarball to create a filesystem image 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: info Display podman system information 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: init Initialize one or more containers 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: inspect Display the configuration of object denoted by ID 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: kill Kill one or more running containers with a specific signal 2024-04-22T23:04:32.872 INFO:teuthology.orchestra.run.smithi196.stdout: kube Play containers, pods or volumes from a structured file 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: load Load image(s) from a tar archive 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: login Log in to a container registry 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: logout Log out of a container registry 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: logs Fetch the logs of one or more containers 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: machine Manage a virtual machine 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: manifest Manipulate manifest lists and image indexes 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: mount Mount a working container's root filesystem 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: network Manage networks 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: pause Pause all the processes in one or more containers 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: pod Manage pods 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: port List port mappings or a specific mapping for the container 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: ps List containers 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: pull Pull an image from a registry 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: push Push an image to a specified destination 2024-04-22T23:04:32.873 INFO:teuthology.orchestra.run.smithi196.stdout: rename Rename an existing container 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: restart Restart one or more containers 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: rm Remove one or more containers 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: rmi Remove one or more images from local storage 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: run Run a command in a new container 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: save Save image(s) to an archive 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: search Search registry for image 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: secret Manage secrets 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: start Start one or more containers 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: stats Display a live stream of container resource usage statistics 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: stop Stop one or more containers 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: system Manage podman 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: tag Add an additional name to a local image 2024-04-22T23:04:32.874 INFO:teuthology.orchestra.run.smithi196.stdout: top Display the running processes of a container 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: unmount Unmount working container's root filesystem 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: unpause Unpause the processes in one or more containers 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: unshare Run a command in a modified user namespace 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: untag Remove a name from a local image 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: update Update an existing container 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: version Display the Podman version information 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: volume Manage volumes 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: wait Block on one or more containers 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout:Options: 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: --cgroup-manager string Cgroup manager to use ("cgroupfs"|"systemd") (default "systemd") 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: --conmon string Path of the conmon binary 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: -c, --connection string Connection to use for remote Podman service 2024-04-22T23:04:32.875 INFO:teuthology.orchestra.run.smithi196.stdout: --events-backend string Events backend to use ("file"|"journald"|"none") (default "journald") 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --help Help for podman 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.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:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --identity string path to SSH identity file, (CONTAINER_SSHKEY) 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.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:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --log-level string Log messages above specified level (trace, debug, info, warn, warning, error, fatal, panic) (default "warn") 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --module strings Load the containers.conf(5) module 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --network-cmd-path string Path to the command for configuring the network 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --network-config-dir string Path of the configuration directory for networks 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --out string Send output (stdout) from podman to a file 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: -r, --remote Access remote Podman service 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --root string Path to the graph root directory where images, containers, etc. are stored 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --runroot string Path to the 'run directory' where all state information is stored 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --runtime string Path to the OCI-compatible binary used to run containers. (default "crun") 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --runtime-flag stringArray add global flags for the container runtime 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --ssh string define the ssh mode (default "golang") 2024-04-22T23:04:32.876 INFO:teuthology.orchestra.run.smithi196.stdout: --storage-driver string Select which storage driver is used to manage storage of images and containers 2024-04-22T23:04:32.877 INFO:teuthology.orchestra.run.smithi196.stdout: --storage-opt stringArray Used to pass an option to the storage driver 2024-04-22T23:04:32.877 INFO:teuthology.orchestra.run.smithi196.stdout: --syslog Output logging information to syslog as well as the console (default false) 2024-04-22T23:04:32.877 INFO:teuthology.orchestra.run.smithi196.stdout: --tmpdir string Path to the tmp directory for libpod state content. 2024-04-22T23:04:32.877 INFO:teuthology.orchestra.run.smithi196.stdout: 2024-04-22T23:04:32.877 INFO:teuthology.orchestra.run.smithi196.stdout: Note: use the environment variable 'TMPDIR' to change the temporary storage location for container images, '/var/tmp'. 2024-04-22T23:04:32.877 INFO:teuthology.orchestra.run.smithi196.stdout: (default "/run/libpod") 2024-04-22T23:04:32.877 INFO:teuthology.orchestra.run.smithi196.stdout: --transient-store Enable transient container storage 2024-04-22T23:04:32.877 INFO:teuthology.orchestra.run.smithi196.stdout: --url string URL to access Podman service (CONTAINER_HOST) (default "unix:///run/podman/podman.sock") 2024-04-22T23:04:32.877 INFO:teuthology.orchestra.run.smithi196.stdout: -v, --version version for podman 2024-04-22T23:04:32.877 INFO:teuthology.orchestra.run.smithi196.stdout: --volumepath string Path to the volume directory in which volume data is stored 2024-04-22T23:04:32.878 DEBUG:teuthology.orchestra.run.smithi196:> sudo podman pull quay.io/samba.org/samba-client:latest 2024-04-22T23:04:33.728 INFO:teuthology.orchestra.run.smithi196.stderr:Trying to pull quay.io/samba.org/samba-client:latest... 2024-04-22T23:04:34.203 INFO:teuthology.orchestra.run.smithi196.stderr:Getting image source signatures 2024-04-22T23:04:34.203 INFO:teuthology.orchestra.run.smithi196.stderr:Copying blob sha256:8fc6444796d588ff040670838a23a55c20ca1a41082db447a3b9d7fdfe9e5826 2024-04-22T23:04:34.203 INFO:teuthology.orchestra.run.smithi196.stderr:Copying blob sha256:348b35dc69ab19868df472c75091ac9abd576632b66bdd01e284bc85e3c59bb3 2024-04-22T23:04:38.320 INFO:teuthology.orchestra.run.smithi196.stderr:Copying config sha256:050723c97e79b1d85aac6e373e1c600d5e208aaeb96d7e71c35cf1631ed24137 2024-04-22T23:04:38.487 INFO:teuthology.orchestra.run.smithi196.stderr:Writing manifest to image destination 2024-04-22T23:04:38.702 INFO:teuthology.orchestra.run.smithi196.stdout:050723c97e79b1d85aac6e373e1c600d5e208aaeb96d7e71c35cf1631ed24137 2024-04-22T23:04:38.707 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T23:04:38.717 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:04:38.717 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:04:38.717 INFO:tasks.cephadm:Cluster fsid is b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:04:38.717 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T23:04:38.718 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.139'} 2024-04-22T23:04:38.718 INFO:tasks.cephadm:First mon is mon.a on smithi139 2024-04-22T23:04:38.718 INFO:tasks.cephadm:First mgr is x 2024-04-22T23:04:38.718 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T23:04:38.718 DEBUG:teuthology.orchestra.run.smithi139:> sudo hostname $(hostname -s) 2024-04-22T23:04:38.747 DEBUG:teuthology.orchestra.run.smithi196:> sudo hostname $(hostname -s) 2024-04-22T23:04:38.774 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T23:04:38.774 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:04:38.919 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:04:39.137 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:04:39.138 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:04:39.139 DEBUG:teuthology.orchestra.run.smithi139:> 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:04:39.654 INFO:teuthology.orchestra.run.smithi139.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:04 /home/ubuntu/cephtest/cephadm 2024-04-22T23:04:39.654 DEBUG:teuthology.orchestra.run.smithi196:> 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:04:40.268 INFO:teuthology.orchestra.run.smithi196.stdout:-rw-r--r--. 1 ubuntu ubuntu 782536 Apr 22 23:04 /home/ubuntu/cephtest/cephadm 2024-04-22T23:04:40.268 DEBUG:teuthology.orchestra.run.smithi139:> 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:04:40.287 DEBUG:teuthology.orchestra.run.smithi196:> 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:04:40.317 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 on all hosts... 2024-04-22T23:04:40.317 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:04:40.330 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:04:40.534 INFO:teuthology.orchestra.run.smithi196.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:04:41.897 INFO:teuthology.orchestra.run.smithi139.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:05:23.468 INFO:teuthology.orchestra.run.smithi196.stdout:{ 2024-04-22T23:05:23.469 INFO:teuthology.orchestra.run.smithi196.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:05:23.469 INFO:teuthology.orchestra.run.smithi196.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:05:23.469 INFO:teuthology.orchestra.run.smithi196.stdout: "repo_digests": [ 2024-04-22T23:05:23.469 INFO:teuthology.orchestra.run.smithi196.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:05:23.469 INFO:teuthology.orchestra.run.smithi196.stdout: ] 2024-04-22T23:05:23.469 INFO:teuthology.orchestra.run.smithi196.stdout:} 2024-04-22T23:05:28.495 INFO:teuthology.orchestra.run.smithi139.stdout:{ 2024-04-22T23:05:28.495 INFO:teuthology.orchestra.run.smithi139.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:05:28.495 INFO:teuthology.orchestra.run.smithi139.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:05:28.495 INFO:teuthology.orchestra.run.smithi139.stdout: "repo_digests": [ 2024-04-22T23:05:28.495 INFO:teuthology.orchestra.run.smithi139.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:05:28.495 INFO:teuthology.orchestra.run.smithi139.stdout: ] 2024-04-22T23:05:28.495 INFO:teuthology.orchestra.run.smithi139.stdout:} 2024-04-22T23:05:28.518 DEBUG:teuthology.orchestra.run.smithi139:> sudo mkdir -p /etc/ceph 2024-04-22T23:05:28.572 DEBUG:teuthology.orchestra.run.smithi196:> sudo mkdir -p /etc/ceph 2024-04-22T23:05:28.603 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 777 /etc/ceph 2024-04-22T23:05:28.626 DEBUG:teuthology.orchestra.run.smithi196:> sudo chmod 777 /etc/ceph 2024-04-22T23:05:28.669 INFO:tasks.cephadm:Writing seed config... 2024-04-22T23:05:28.671 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T23:05:28.672 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T23:05:28.672 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T23:05:28.672 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T23:05:28.672 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T23:05:28.672 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T23:05:28.672 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T23:05:28.673 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:05:28.673 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T23:05:28.687 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 = b1d6c92e-00fc-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:05:28.688 DEBUG:teuthology.orchestra.run.smithi139:mon.a> sudo journalctl -f -n 0 -u ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mon.a.service 2024-04-22T23:05:28.730 DEBUG:teuthology.orchestra.run.smithi139:mgr.x> sudo journalctl -f -n 0 -u ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mgr.x.service 2024-04-22T23:05:28.773 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T23:05:28.773 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 -v bootstrap --fsid b1d6c92e-00fc-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.139 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:05:28.960 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:05:28.960 INFO:teuthology.orchestra.run.smithi139.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5', '-v', 'bootstrap', '--fsid', 'b1d6c92e-00fc-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.139', '--skip-admin-label'] 2024-04-22T23:05:28.961 INFO:teuthology.orchestra.run.smithi139.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T23:05:28.961 INFO:teuthology.orchestra.run.smithi139.stdout:Verifying podman|docker is present... 2024-04-22T23:05:28.986 INFO:teuthology.orchestra.run.smithi139.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T23:05:28.986 INFO:teuthology.orchestra.run.smithi139.stdout:Verifying lvm2 is present... 2024-04-22T23:05:28.986 INFO:teuthology.orchestra.run.smithi139.stdout:Verifying time synchronization is in place... 2024-04-22T23:05:28.993 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:05:28.994 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:05:28.999 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:05:28.999 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout inactive 2024-04-22T23:05:29.005 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout enabled 2024-04-22T23:05:29.011 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout active 2024-04-22T23:05:29.011 INFO:teuthology.orchestra.run.smithi139.stdout:Unit chronyd.service is enabled and running 2024-04-22T23:05:29.011 INFO:teuthology.orchestra.run.smithi139.stdout:Repeating the final host check... 2024-04-22T23:05:29.035 INFO:teuthology.orchestra.run.smithi139.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-22T23:05:29.035 INFO:teuthology.orchestra.run.smithi139.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-22T23:05:29.035 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl is present 2024-04-22T23:05:29.035 INFO:teuthology.orchestra.run.smithi139.stdout:lvcreate is present 2024-04-22T23:05:29.041 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:05:29.041 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:05:29.047 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:05:29.047 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout inactive 2024-04-22T23:05:29.053 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout enabled 2024-04-22T23:05:29.059 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout active 2024-04-22T23:05:29.059 INFO:teuthology.orchestra.run.smithi139.stdout:Unit chronyd.service is enabled and running 2024-04-22T23:05:29.059 INFO:teuthology.orchestra.run.smithi139.stdout:Host looks OK 2024-04-22T23:05:29.059 INFO:teuthology.orchestra.run.smithi139.stdout:Cluster fsid: b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:29.060 INFO:teuthology.orchestra.run.smithi139.stdout:Acquiring lock 139998456325072 on /run/cephadm/b1d6c92e-00fc-11ef-bc93-c7b262605968.lock 2024-04-22T23:05:29.060 INFO:teuthology.orchestra.run.smithi139.stdout:Lock 139998456325072 acquired on /run/cephadm/b1d6c92e-00fc-11ef-bc93-c7b262605968.lock 2024-04-22T23:05:29.060 INFO:teuthology.orchestra.run.smithi139.stdout:Verifying IP 172.21.15.139 port 3300 ... 2024-04-22T23:05:29.060 INFO:teuthology.orchestra.run.smithi139.stdout:Verifying IP 172.21.15.139 port 6789 ... 2024-04-22T23:05:29.060 INFO:teuthology.orchestra.run.smithi139.stdout:Base mon IP(s) is [172.21.15.139:3300, 172.21.15.139:6789], mon addrv is [v2:172.21.15.139:3300,v1:172.21.15.139:6789] 2024-04-22T23:05:29.063 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.139 metric 100 2024-04-22T23:05:29.064 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.139 metric 100 2024-04-22T23:05:29.066 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T23:05:29.066 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-04-22T23:05:29.066 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-04-22T23:05:29.068 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T23:05:29.068 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T23:05:29.068 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:05:29.068 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-22T23:05:29.068 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout inet6 fe80::17ff:fc36:84b0:5065/64 scope link noprefixroute 2024-04-22T23:05:29.068 INFO:teuthology.orchestra.run.smithi139.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:05:29.069 INFO:teuthology.orchestra.run.smithi139.stdout:Mon IP `172.21.15.139` is in CIDR network `172.21.0.0/20` 2024-04-22T23:05:29.069 INFO:teuthology.orchestra.run.smithi139.stdout:Mon IP `172.21.15.139` is in CIDR network `172.21.0.0/20` 2024-04-22T23:05:29.069 INFO:teuthology.orchestra.run.smithi139.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-22T23:05:29.070 INFO:teuthology.orchestra.run.smithi139.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T23:05:29.070 INFO:teuthology.orchestra.run.smithi139.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:05:29.508 INFO:teuthology.orchestra.run.smithi139.stdout:/bin/podman: stdout a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc 2024-04-22T23:05:29.508 INFO:teuthology.orchestra.run.smithi139.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:05:29.508 INFO:teuthology.orchestra.run.smithi139.stdout:/bin/podman: stderr Getting image source signatures 2024-04-22T23:05:29.509 INFO:teuthology.orchestra.run.smithi139.stdout:/bin/podman: stderr Copying blob sha256:7ec8071d58237120baf964bcb2a78b46559ac3cbfb68211cd54b50ae743186f0 2024-04-22T23:05:29.509 INFO:teuthology.orchestra.run.smithi139.stdout:/bin/podman: stderr Copying blob sha256:426fede9fffa2c7dfe40a4f9322a34794b72405170134d54d2c30d9cc6c6a5be 2024-04-22T23:05:29.509 INFO:teuthology.orchestra.run.smithi139.stdout:/bin/podman: stderr Copying config sha256:a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc 2024-04-22T23:05:29.509 INFO:teuthology.orchestra.run.smithi139.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-22T23:05:30.495 INFO:teuthology.orchestra.run.smithi139.stdout:ceph: stdout ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:05:30.495 INFO:teuthology.orchestra.run.smithi139.stdout:Ceph version: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:05:30.495 INFO:teuthology.orchestra.run.smithi139.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T23:05:31.526 INFO:teuthology.orchestra.run.smithi139.stdout:stat: stdout 167 167 2024-04-22T23:05:31.526 INFO:teuthology.orchestra.run.smithi139.stdout:Creating initial keys... 2024-04-22T23:05:32.380 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph-authtool: stdout AQA77SZm7IgjMRAAbo29HzlQ1HqSps1yEx4aTQ== 2024-04-22T23:05:33.213 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph-authtool: stdout AQA87SZmqSuGJxAACPRGNyIlw+hAhO/4/ej+Aw== 2024-04-22T23:05:34.086 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph-authtool: stdout AQA97SZmQs8cIBAAj8NjGiTgMQzxc3TE+xSu3A== 2024-04-22T23:05:34.086 INFO:teuthology.orchestra.run.smithi139.stdout:Creating initial monmap... 2024-04-22T23:05:35.019 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:05:35.019 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T23:05:35.019 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:35.019 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:05:35.019 INFO:teuthology.orchestra.run.smithi139.stdout:monmaptool for a [v2:172.21.15.139:3300,v1:172.21.15.139:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:05:35.019 INFO:teuthology.orchestra.run.smithi139.stdout:setting min_mon_release = quincy 2024-04-22T23:05:35.019 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/monmaptool: set fsid to b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:35.020 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:05:35.020 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:05:35.020 INFO:teuthology.orchestra.run.smithi139.stdout:Creating mon... 2024-04-22T23:05:35.966 INFO:teuthology.orchestra.run.smithi139.stdout:create mon.a on 2024-04-22T23:05:36.163 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-04-22T23:05:36.321 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-22T23:05:36.489 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968.target. 2024-04-22T23:05:36.489 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968.target. 2024-04-22T23:05:36.728 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:05:36.728 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-22T23:05:36.917 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968.target.wants/ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mon.a.service → /etc/systemd/system/ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@.service. 2024-04-22T23:05:36.970 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:36 smithi139 systemd[1]: Starting Ceph mon.a for b1d6c92e-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:05:37.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:37 smithi139 podman[26412]: 2024-04-22 23:05:37.157259384 +0000 UTC m=+0.108632598 container create d620b2825fa6127ffefe4c65eb4a485d92d536e0e7674f5ab32a232eb353587f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-04-22T23:05:37.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:37 smithi139 podman[26412]: 2024-04-22 23:05:37.066804352 +0000 UTC m=+0.018177578 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:05:37.441 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:05:37.441 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout disabled 2024-04-22T23:05:37.448 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:05:37.448 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout inactive 2024-04-22T23:05:37.449 INFO:teuthology.orchestra.run.smithi139.stdout:firewalld.service is not enabled 2024-04-22T23:05:37.449 INFO:teuthology.orchestra.run.smithi139.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:05:37.449 INFO:teuthology.orchestra.run.smithi139.stdout:Waiting for mon to start... 2024-04-22T23:05:37.449 INFO:teuthology.orchestra.run.smithi139.stdout:Waiting for mon... 2024-04-22T23:05:37.540 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:37 smithi139 podman[26412]: 2024-04-22 23:05:37.342911364 +0000 UTC m=+0.294284595 container init d620b2825fa6127ffefe4c65eb4a485d92d536e0e7674f5ab32a232eb353587f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, GIT_BRANCH=HEAD) 2024-04-22T23:05:37.541 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:37 smithi139 podman[26412]: 2024-04-22 23:05:37.345987693 +0000 UTC m=+0.297360921 container start d620b2825fa6127ffefe4c65eb4a485d92d536e0e7674f5ab32a232eb353587f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-1618-43be020) 2024-04-22T23:05:37.541 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:37 smithi139 ceph-mon[26431]: mkfs b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:37.541 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:37 smithi139 ceph-mon[26431]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:05:37.541 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:37 smithi139 bash[26412]: d620b2825fa6127ffefe4c65eb4a485d92d536e0e7674f5ab32a232eb353587f 2024-04-22T23:05:37.541 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:37 smithi139 systemd[1]: Started Ceph mon.a for b1d6c92e-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:05:38.641 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:05:38.641 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: monmap epoch 1 2024-04-22T23:05:38.641 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: fsid b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:38.641 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: last_changed 2024-04-22T23:05:34.416343+0000 2024-04-22T23:05:38.641 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: created 2024-04-22T23:05:34.416343+0000 2024-04-22T23:05:38.641 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: min_mon_release 19 (squid) 2024-04-22T23:05:38.642 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: election_strategy: 1 2024-04-22T23:05:38.642 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: 0: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.a 2024-04-22T23:05:38.642 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: fsmap 2024-04-22T23:05:38.642 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:05:38.642 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: mgrmap e1: no daemons active 2024-04-22T23:05:38.642 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:38 smithi139 ceph-mon[26431]: from='client.? 172.21.15.139:0/433433241' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:05:38.645 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T23:05:38.645 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout id: b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout services: 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.631961s) 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout data: 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:38.646 INFO:teuthology.orchestra.run.smithi139.stdout:mon is available 2024-04-22T23:05:38.647 INFO:teuthology.orchestra.run.smithi139.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout fsid = b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.139:3300,v1:172.21.15.139:6789] 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:39.643 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:05:39.644 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:05:39.644 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:39.644 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:05:39.644 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:05:39.644 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:05:39.644 INFO:teuthology.orchestra.run.smithi139.stdout:Generating new minimal ceph.conf... 2024-04-22T23:05:39.734 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:39 smithi139 ceph-mon[26431]: from='client.? 172.21.15.139:0/2465046168' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:05:39.734 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:39 smithi139 ceph-mon[26431]: from='client.? 172.21.15.139:0/2465046168' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:05:40.670 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:40 smithi139 ceph-mon[26431]: from='client.? 172.21.15.139:0/1320038369' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:05:40.672 INFO:teuthology.orchestra.run.smithi139.stdout:Restarting the monitor... 2024-04-22T23:05:40.948 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:40 smithi139 systemd[1]: Stopping Ceph mon.a for b1d6c92e-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:05:41.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:40 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a[26427]: 2024-04-22T23:05:40.946+0000 7f2891d41700 -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:05:41.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:40 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a[26427]: 2024-04-22T23:05:40.946+0000 7f2891d41700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:05:41.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:41 smithi139 podman[26676]: 2024-04-22 23:05:41.110728881 +0000 UTC m=+0.277067526 container died d620b2825fa6127ffefe4c65eb4a485d92d536e0e7674f5ab32a232eb353587f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_CLEAN=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-22T23:05:41.631 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:41 smithi139 podman[26676]: 2024-04-22 23:05:41.38815892 +0000 UTC m=+0.554497566 container cleanup d620b2825fa6127ffefe4c65eb4a485d92d536e0e7674f5ab32a232eb353587f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD) 2024-04-22T23:05:41.631 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:41 smithi139 bash[26676]: ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:05:41.949 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:41 smithi139 podman[26690]: 2024-04-22 23:05:41.630673573 +0000 UTC m=+0.516428601 container remove d620b2825fa6127ffefe4c65eb4a485d92d536e0e7674f5ab32a232eb353587f (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240416, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-04-22T23:05:41.949 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:41 smithi139 systemd[1]: ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-22T23:05:41.949 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:41 smithi139 systemd[1]: Stopped Ceph mon.a for b1d6c92e-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:05:41.949 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:41 smithi139 systemd[1]: Starting Ceph mon.a for b1d6c92e-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:05:42.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:41 smithi139 podman[26780]: 2024-04-22 23:05:41.948091385 +0000 UTC m=+0.096883004 container create 9a1f215d174357b40a3ce73e1a602b85f80e48d856348e940fe551966c87aab8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, ceph=True, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.schema-version=1.0, GIT_CLEAN=True, io.buildah.version=1.33.5, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_BRANCH=HEAD) 2024-04-22T23:05:42.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:41 smithi139 podman[26780]: 2024-04-22 23:05:41.868973387 +0000 UTC m=+0.017764966 image pull a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:05:42.422 INFO:teuthology.orchestra.run.smithi139.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-22T23:05:42.670 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 podman[26780]: 2024-04-22 23:05:42.305071407 +0000 UTC m=+0.453862985 container init 9a1f215d174357b40a3ce73e1a602b85f80e48d856348e940fe551966c87aab8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.schema-version=1.0, ceph=True, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.build-date=20240416, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, io.buildah.version=1.33.5) 2024-04-22T23:05:42.670 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 podman[26780]: 2024-04-22 23:05:42.308344711 +0000 UTC m=+0.457136289 container start 9a1f215d174357b40a3ce73e1a602b85f80e48d856348e940fe551966c87aab8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , RELEASE=wip-adk-testing-2024-04-22-1618-43be020, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5) 2024-04-22T23:05:42.670 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:05:42.670 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 2 2024-04-22T23:05:42.670 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: pidfile_write: ignore empty --pid-file 2024-04-22T23:05:42.670 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: load: jerasure load: lrc 2024-04-22T23:05:42.670 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: RocksDB version: 7.9.2 2024-04-22T23:05:42.670 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Git sha 0 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: DB SUMMARY 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: DB Session ID: ZY29E77F1TD8KYM10JYZ 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: CURRENT file: CURRENT 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88037 ; 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.error_if_exists: 0 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.create_if_missing: 0 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.paranoid_checks: 1 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:05:42.671 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:05:42.672 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:05:42.672 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.env: 0x55eec06d4cc0 2024-04-22T23:05:42.672 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:05:42.672 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.info_log: 0x55eec21fdbe0 2024-04-22T23:05:42.672 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:05:42.673 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.statistics: (nil) 2024-04-22T23:05:42.673 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.use_fsync: 0 2024-04-22T23:05:42.673 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_log_file_size: 0 2024-04-22T23:05:42.673 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:05:42.673 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:05:42.673 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.allow_fallocate: 1 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.use_direct_reads: 0 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.db_log_dir: 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.wal_dir: 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:05:42.674 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.write_buffer_manager: 0x55eec21910e0 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.unordered_write: 0 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:05:42.675 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.row_cache: None 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.wal_filter: None 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.two_write_queues: 0 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.wal_compression: 0 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.atomic_flush: 0 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.log_readahead_size: 0 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:05:42.676 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_background_jobs: 2 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_background_compactions: -1 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_subcompactions: 1 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:05:42.677 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_open_files: -1 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_background_flushes: -1 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Compression algorithms supported: 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: kZSTD supported: 0 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: kXpressCompression supported: 0 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:05:42.678 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: kZlibCompression supported: 1 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: kSnappyCompression supported: 1 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: kLZ4Compression supported: 1 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: kBZip2Compression supported: 0 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.merge_operator: 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_filter: None 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:05:42.679 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55eec21fddc0) 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout: cache_index_and_filter_blocks: 1 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout: pin_top_level_index_and_filter: 1 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout: index_type: 0 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout: data_block_index_type: 0 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout: index_shortening: 1 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout: checksum: 4 2024-04-22T23:05:42.680 INFO:journalctl@ceph.mon.a.smithi139.stdout: no_block_cache: 0 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: block_cache: 0x55eec21c31f0 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: block_cache_name: BinnedLRUCache 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: block_cache_options: 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: capacity : 536870912 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: num_shard_bits : 4 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: strict_capacity_limit : 0 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: high_pri_pool_ratio: 0.000 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: block_cache_compressed: (nil) 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: persistent_cache: (nil) 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: block_size: 4096 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: block_size_deviation: 10 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: block_restart_interval: 16 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: index_block_restart_interval: 1 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: metadata_block_size: 4096 2024-04-22T23:05:42.681 INFO:journalctl@ceph.mon.a.smithi139.stdout: partition_filters: 0 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: use_delta_encoding: 1 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: filter_policy: bloomfilter 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: whole_key_filtering: 1 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: verify_compression: 0 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: read_amp_bytes_per_bit: 0 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: format_version: 5 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: enable_index_compression: 1 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: block_align: 0 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: max_auto_readahead_size: 262144 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: prepopulate_block_cache: 0 2024-04-22T23:05:42.682 INFO:journalctl@ceph.mon.a.smithi139.stdout: initial_auto_readahead_size: 8192 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout: num_file_reads_for_auto_readahead: 2 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compression: NoCompression 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.num_levels: 7 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:05:42.683 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:05:42.684 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:05:42.685 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:05:42.686 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.inplace_update_support: 0 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.bloom_locality: 0 2024-04-22T23:05:42.687 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.max_successive_merges: 0 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.ttl: 2592000 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.enable_blob_files: false 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.min_blob_size: 0 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:05:42.688 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:05:42.689 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:05:42.689 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:05:42.689 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:05:42.689 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:05:42.689 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: 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:05:42.689 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T23:05:42.689 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0e5d06f0-6a29-437e-947e-6caf3231ae45 2024-04-22T23:05:42.689 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827142338326, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T23:05:42.689 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827142339205, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 84807, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 82947, "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": 77268, "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": 1713827142, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0e5d06f0-6a29-437e-947e-6caf3231ae45", "db_session_id": "ZY29E77F1TD8KYM10JYZ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: EVENT_LOG_v1 {"time_micros": 1713827142339288, "job": 1, "event": "recovery_finished"} 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: 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:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55eec22d8000 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: DB pointer 0x55eec22c2000 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout: ** DB Stats ** 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.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:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:05:42.690 INFO:journalctl@ceph.mon.a.smithi139.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:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: ** Compaction Stats [default] ** 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.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:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: L0 2/0 84.68 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: Sum 2/0 84.68 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 140.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.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 140.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: ** Compaction Stats [default] ** 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.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:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.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 140.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: 2024-04-22T23:05:42.691 INFO:journalctl@ceph.mon.a.smithi139.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: Cumulative compaction: 0.00 GB write, 28.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: Interval compaction: 0.00 GB write, 28.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.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:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: Block cache BinnedLRUCache@0x55eec21c31f0#2 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.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:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: starting mon.a rank 0 at public addrs [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] at bind addrs [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: mon.a@-1(???) e1 preinit fsid b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:42.692 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: mon.a@-1(???).mds e1 new map 2024-04-22T23:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: mon.a@-1(???).mds e1 print_map 2024-04-22T23:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.stdout: e1 2024-04-22T23:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.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:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.stdout: legacy client fscid: -1 2024-04-22T23:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.stdout: 2024-04-22T23:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.stdout: No filesystems configured 2024-04-22T23:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:05:42.693 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: monmap epoch 1 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: fsid b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: last_changed 2024-04-22T23:05:34.416343+0000 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: created 2024-04-22T23:05:34.416343+0000 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: min_mon_release 19 (squid) 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: election_strategy: 1 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: 0: [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] mon.a 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: fsmap 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 ceph-mon[26799]: mgrmap e1: no daemons active 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 bash[26780]: 9a1f215d174357b40a3ce73e1a602b85f80e48d856348e940fe551966c87aab8 2024-04-22T23:05:42.694 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:42 smithi139 systemd[1]: Started Ceph mon.a for b1d6c92e-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:05:43.469 INFO:teuthology.orchestra.run.smithi139.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T23:05:43.490 INFO:teuthology.orchestra.run.smithi139.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:05:43.490 INFO:teuthology.orchestra.run.smithi139.stdout:Creating mgr... 2024-04-22T23:05:43.490 INFO:teuthology.orchestra.run.smithi139.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T23:05:43.491 INFO:teuthology.orchestra.run.smithi139.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T23:05:43.738 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mgr.x 2024-04-22T23:05:43.739 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mgr.x.service: Unit ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mgr.x.service not loaded. 2024-04-22T23:05:43.888 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968.target.wants/ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mgr.x.service → /etc/systemd/system/ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@.service. 2024-04-22T23:05:44.117 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:43 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/4094631627' entity='client.admin' 2024-04-22T23:05:44.411 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:44 smithi139 podman[27018]: 2024-04-22 23:05:44.329833813 +0000 UTC m=+0.319787941 container start 3eb2364064438e6248f208df7786978381b6c86cd59d53a6308e19a1ea6e389e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240416, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=) 2024-04-22T23:05:44.427 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:05:44.427 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout disabled 2024-04-22T23:05:44.434 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:05:44.435 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout inactive 2024-04-22T23:05:44.435 INFO:teuthology.orchestra.run.smithi139.stdout:firewalld.service is not enabled 2024-04-22T23:05:44.437 INFO:teuthology.orchestra.run.smithi139.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:05:44.444 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:05:44.444 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout disabled 2024-04-22T23:05:44.452 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:05:44.452 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout inactive 2024-04-22T23:05:44.452 INFO:teuthology.orchestra.run.smithi139.stdout:firewalld.service is not enabled 2024-04-22T23:05:44.452 INFO:teuthology.orchestra.run.smithi139.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-22T23:05:44.452 INFO:teuthology.orchestra.run.smithi139.stdout:Waiting for mgr to start... 2024-04-22T23:05:44.452 INFO:teuthology.orchestra.run.smithi139.stdout:Waiting for mgr... 2024-04-22T23:05:44.673 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:44 smithi139 bash[27018]: 3eb2364064438e6248f208df7786978381b6c86cd59d53a6308e19a1ea6e389e 2024-04-22T23:05:44.674 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:44 smithi139 systemd[1]: Started Ceph mgr.x for b1d6c92e-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:05:44.674 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:44 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:44.490+0000 7f0545a79200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:05:44.971 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:44 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:44.681+0000 7f0545a79200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:05:44.971 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:44 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:44.784+0000 7f0545a79200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:05:45.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:45 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/3393959672' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:05:45.234 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:45 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:45.107+0000 7f0545a79200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:05:45.234 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:45 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:45.191+0000 7f0545a79200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:05:45.545 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:45.551 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:05:45.551 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "fsid": "b1d6c92e-00fc-11ef-bc93-c7b262605968", 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:45.552 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:05:45.553 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:05:45.554 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:05:37.398350+0000", 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:05:45.555 INFO:teuthology.orchestra.run.smithi139.stdout:mgr not available, waiting (1/15)... 2024-04-22T23:05:46.734 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:46 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:46.400+0000 7f0545a79200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:05:46.734 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:46 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:46.567+0000 7f0545a79200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:05:46.994 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:46 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:46.738+0000 7f0545a79200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:05:47.325 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:47 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:47.026+0000 7f0545a79200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:05:47.325 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:47 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:47.118+0000 7f0545a79200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:05:47.326 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:47 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:47.324+0000 7f0545a79200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:05:47.617 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:47 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:47.516+0000 7f0545a79200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:05:48.234 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:48 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:48.136+0000 7f0545a79200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:05:48.856 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:48 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:48.558+0000 7f0545a79200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:05:48.856 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:48 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:48.653+0000 7f0545a79200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:05:48.856 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:48 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:48.854+0000 7f0545a79200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:05:49.411 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:49 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/1850509433' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:05:49.725 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:49 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:49.387+0000 7f0545a79200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:05:49.725 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:49 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:49.479+0000 7f0545a79200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:05:49.984 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:49 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:49.723+0000 7f0545a79200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:05:49.984 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:49 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:49.857+0000 7f0545a79200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:05:49.984 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:49 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:49.951+0000 7f0545a79200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:05:50.378 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:50 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:50.067+0000 7f0545a79200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:05:50.378 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:50 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:50.376+0000 7f0545a79200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:05:51.259 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:50 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:50.987+0000 7f0545a79200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:05:51.259 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:05:51.204+0000 7f0545a79200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:05:51.734 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: Activating manager daemon x 2024-04-22T23:05:51.734 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: mgrmap e2: x(active, starting, since 0.00279863s) 2024-04-22T23:05:51.734 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: from='mgr.14100 172.21.15.139:0/183831259' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:05:51.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: from='mgr.14100 172.21.15.139:0/183831259' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:05:51.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: from='mgr.14100 172.21.15.139:0/183831259' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:05:51.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: from='mgr.14100 172.21.15.139:0/183831259' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:05:51.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: from='mgr.14100 172.21.15.139:0/183831259' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:05:51.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: Manager daemon x is now available 2024-04-22T23:05:51.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: from='mgr.14100 172.21.15.139:0/183831259' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:05:51.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: from='mgr.14100 172.21.15.139:0/183831259' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:05:51.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: from='mgr.14100 172.21.15.139:0/183831259' entity='mgr.x' 2024-04-22T23:05:51.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: from='mgr.14100 172.21.15.139:0/183831259' entity='mgr.x' 2024-04-22T23:05:51.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:51 smithi139 ceph-mon[26799]: from='mgr.14100 172.21.15.139:0/183831259' entity='mgr.x' 2024-04-22T23:05:53.484 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:53 smithi139 ceph-mon[26799]: mgrmap e3: x(active, since 1.00683s) 2024-04-22T23:05:54.484 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:54 smithi139 ceph-mon[26799]: mgrmap e4: x(active, since 2s) 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "fsid": "b1d6c92e-00fc-11ef-bc93-c7b262605968", 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:05:55.236 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:05:55.237 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:05:55.238 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:05:55.238 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:05:55.238 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:05:55.238 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:05:55.241 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:55.241 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:05:55.241 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:05:55.241 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:05:55.241 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:05:55.242 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:05:37.398350+0000", 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:05:55.243 INFO:teuthology.orchestra.run.smithi139.stdout:mgr not available, waiting (2/15)... 2024-04-22T23:05:58.900 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:58 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/3217478261' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:05:59.075 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:05:59.075 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:05:59.075 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "fsid": "b1d6c92e-00fc-11ef-bc93-c7b262605968", 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "quorum_age": 16, 2024-04-22T23:05:59.076 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:05:59.077 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:59.081 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:59.082 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:59.083 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:05:59.182 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:05:59.182 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:05:37.398350+0000", 2024-04-22T23:05:59.182 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:05:59.182 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:05:59.182 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:05:59.182 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:05:59.182 INFO:teuthology.orchestra.run.smithi139.stdout:mgr is available 2024-04-22T23:06:00.034 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:05:59 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/832063528' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:06:00.330 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout fsid = b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 2024-04-22T23:06:00.332 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:06:00.333 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:06:00.333 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:06:00.333 INFO:teuthology.orchestra.run.smithi139.stdout:Enabling cephadm module... 2024-04-22T23:06:01.341 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:01 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: ignoring --setuser ceph since I am not root 2024-04-22T23:06:01.341 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:01 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: ignoring --setgroup ceph since I am not root 2024-04-22T23:06:01.341 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:01 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:01.195+0000 7f2c8a737200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:06:01.341 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:01 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/3941225404' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:06:01.599 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:01 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:01.379+0000 7f2c8a737200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:06:01.599 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:01 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:01.481+0000 7f2c8a737200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:06:01.893 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:01 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:01.798+0000 7f2c8a737200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:06:01.893 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:01 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:01.890+0000 7f2c8a737200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:06:02.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:02 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/3941225404' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:06:02.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:02 smithi139 ceph-mon[26799]: mgrmap e5: x(active, since 9s) 2024-04-22T23:06:03.287 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:03 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/2664152300' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:06:03.287 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:03 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:03.091+0000 7f2c8a737200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:06:03.287 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:03 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:03.259+0000 7f2c8a737200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:06:03.556 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:03 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:03.430+0000 7f2c8a737200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:06:03.559 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:06:03.559 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T23:06:03.559 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:06:03.559 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-04-22T23:06:03.559 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:06:03.559 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:06:03.560 INFO:teuthology.orchestra.run.smithi139.stdout:Waiting for the mgr to restart... 2024-04-22T23:06:03.560 INFO:teuthology.orchestra.run.smithi139.stdout:Waiting for mgr epoch 5... 2024-04-22T23:06:03.824 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:03 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:03.724+0000 7f2c8a737200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:06:03.824 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:03 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:03.821+0000 7f2c8a737200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:06:04.227 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:04 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:04.032+0000 7f2c8a737200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:06:04.484 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:04 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:04.224+0000 7f2c8a737200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:06:05.234 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:04 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:04.822+0000 7f2c8a737200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:06:05.527 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:05 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:05.234+0000 7f2c8a737200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:06:05.527 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:05 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:05.328+0000 7f2c8a737200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:06:05.527 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:05 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:05.525+0000 7f2c8a737200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:06:06.368 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:06 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:06.040+0000 7f2c8a737200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:06:06.368 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:06 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:06.129+0000 7f2c8a737200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:06:06.702 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:06 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:06.365+0000 7f2c8a737200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:06:06.702 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:06 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:06.494+0000 7f2c8a737200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:06:06.702 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:06 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:06.586+0000 7f2c8a737200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:06:06.702 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:06 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:06.699+0000 7f2c8a737200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:06:07.484 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:07.001+0000 7f2c8a737200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:06:07.854 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:07.587+0000 7f2c8a737200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:06:07.855 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:07.799+0000 7f2c8a737200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:06:08.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: Active manager daemon x restarted 2024-04-22T23:06:08.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: Activating manager daemon x 2024-04-22T23:06:08.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:06:08.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: mgrmap e6: x(active, starting, since 0.00314908s) 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: Manager daemon x is now available 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:06:08.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:07 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:06:08.984 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:08 smithi139 ceph-mon[26799]: Found migration_current of "None". Setting to last migration. 2024-04-22T23:06:08.984 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:08 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:08.984 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:08 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:08.984 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:08 smithi139 ceph-mon[26799]: mgrmap e7: x(active, since 1.00585s) 2024-04-22T23:06:09.382 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:06:09.383 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T23:06:09.383 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:06:09.383 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:06:09.383 INFO:teuthology.orchestra.run.smithi139.stdout:mgr epoch 5 is available 2024-04-22T23:06:09.383 INFO:teuthology.orchestra.run.smithi139.stdout:Setting orchestrator backend to cephadm... 2024-04-22T23:06:10.072 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:09 smithi139 ceph-mon[26799]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:06:10.072 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:09 smithi139 ceph-mon[26799]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:06:10.072 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:09 smithi139 ceph-mon[26799]: [22/Apr/2024:23:06:08] ENGINE Bus STARTING 2024-04-22T23:06:10.072 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:09 smithi139 ceph-mon[26799]: [22/Apr/2024:23:06:09] ENGINE Serving on http://172.21.15.139:8765 2024-04-22T23:06:10.072 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:09 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:11.206 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:10 smithi139 ceph-mon[26799]: [22/Apr/2024:23:06:09] ENGINE Serving on https://172.21.15.139:7150 2024-04-22T23:06:11.206 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:10 smithi139 ceph-mon[26799]: [22/Apr/2024:23:06:09] ENGINE Bus STARTED 2024-04-22T23:06:11.207 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:10 smithi139 ceph-mon[26799]: mgrmap e8: x(active, since 2s) 2024-04-22T23:06:11.207 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:10 smithi139 ceph-mon[26799]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:11.207 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:10 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:11.207 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:10 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:11.701 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T23:06:11.701 INFO:teuthology.orchestra.run.smithi139.stdout:Generating ssh key... 2024-04-22T23:06:12.484 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-mon[26799]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:13.234 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: Generating public/private rsa key pair. 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: Your identification has been saved in /tmp/tmpa66hauv4/key. 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: Your public key has been saved in /tmp/tmpa66hauv4/key.pub. 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: The key fingerprint is: 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: SHA256:k1wX1JlvSpVAnRMCV7ELNs0MVT1HUDSQ6fN33njzfCQ ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: The key's randomart image is: 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: +---[RSA 3072]----+ 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: | o=OX&%| 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: | .+X**| 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: | . o+ B+| 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: | . o ..o+ +| 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: | S .o+ | 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: | . E.+| 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: | =+| 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: | .o=| 2024-04-22T23:06:13.235 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: | .*| 2024-04-22T23:06:13.236 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:12 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: +----[SHA256]-----+ 2024-04-22T23:06:14.139 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:13 smithi139 ceph-mon[26799]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:14.139 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:13 smithi139 ceph-mon[26799]: Generating ssh key... 2024-04-22T23:06:14.139 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:13 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:14.139 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:13 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:14.705 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfhR3ceA0pkvoKJZm5n4SJp+KHWbR4ArkvT808KjgJS19cNmHgA3jz7daeTSD6BC2A3KTHaH0Db1GxR9YWZ8rnORW2FvzZyGOV14xo4Cwzb3gT/mbgy6Z2vTwHT06GRISXsnSvCbkqBa5Fp0SWHUrFt7+EdJOSdPN63hhKrd8e5crwc+05lQNDbQkhPEqewTQWIRsiqtTsG42i71jzbFFhnJMWMS4el6gd6zGum4Vjt61x6C7FAlQQ1yJZyWoKVcHIGAKay3J/pyIBtTvaLSJWC4YXfbDjjuE1rHA8mYo9yTA+ZLpoFlyIVxat/PkW9jpK3d9pFM2BoZOfXYvllEp9Orgt/bWygcBpLQqxDJAT7RyRJr5UfdvNLcfQblLNPV6wFmnLAnY0nevUsCMACTZgqlMP0LVRQnkUg1BaFXqWa3VBcAG8CWpZEodgRsxiPCkbU1ruCJBEbRkRFeBfTCpU0gNduvyGhoP4rsI0FsMIiqU1ify0Rlb8rqf0FgKOkuk= ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:14.706 INFO:teuthology.orchestra.run.smithi139.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:06:14.706 INFO:teuthology.orchestra.run.smithi139.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T23:06:14.706 INFO:teuthology.orchestra.run.smithi139.stdout:Adding host smithi139... 2024-04-22T23:06:15.357 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:15 smithi139 ceph-mon[26799]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:16.215 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:16 smithi139 ceph-mon[26799]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi139", "addr": "172.21.15.139", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:16.215 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:16 smithi139 ceph-mon[26799]: Deploying cephadm binary to smithi139 2024-04-22T23:06:19.979 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout Added host 'smithi139' with addr '172.21.15.139' 2024-04-22T23:06:19.979 INFO:teuthology.orchestra.run.smithi139.stdout:Deploying unmanaged mon service... 2024-04-22T23:06:20.641 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:20 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:20.641 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:20 smithi139 ceph-mon[26799]: Added host smithi139 2024-04-22T23:06:20.641 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:20 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:21.163 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T23:06:21.163 INFO:teuthology.orchestra.run.smithi139.stdout:Deploying unmanaged mgr service... 2024-04-22T23:06:21.899 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:21 smithi139 ceph-mon[26799]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:21.899 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:21 smithi139 ceph-mon[26799]: Saving service mon spec with placement count:5 2024-04-22T23:06:21.899 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:21 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:22.538 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T23:06:23.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:22 smithi139 ceph-mon[26799]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:23.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:22 smithi139 ceph-mon[26799]: Saving service mgr spec with placement count:2 2024-04-22T23:06:23.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:22 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:24.557 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:24 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:24.557 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:24 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/1225209067' entity='client.admin' 2024-04-22T23:06:24.557 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:24 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:25.749 INFO:teuthology.orchestra.run.smithi139.stdout:Enabling the dashboard module... 2024-04-22T23:06:26.005 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:25 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/1092733275' entity='client.admin' 2024-04-22T23:06:26.006 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:25 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:27.186 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:26 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/133169360' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:06:27.186 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:26 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: ignoring --setuser ceph since I am not root 2024-04-22T23:06:27.186 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:26 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: ignoring --setgroup ceph since I am not root 2024-04-22T23:06:27.186 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:27 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:27.075+0000 7f2fc78d6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:06:27.478 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:27 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:27.261+0000 7f2fc78d6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:06:27.478 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:27 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:27.364+0000 7f2fc78d6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:06:27.734 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:27 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:27.680+0000 7f2fc78d6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:06:28.048 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:27 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/133169360' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:06:28.048 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:27 smithi139 ceph-mon[26799]: mgrmap e9: x(active, since 19s) 2024-04-22T23:06:28.048 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:27 smithi139 ceph-mon[26799]: from='mgr.14118 172.21.15.139:0/3533712997' entity='mgr.x' 2024-04-22T23:06:28.048 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:27 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:27.766+0000 7f2fc78d6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:06:29.043 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:28 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/2952728847' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:06:29.043 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:29 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:29.003+0000 7f2fc78d6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:06:29.047 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:06:29.047 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T23:06:29.047 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:06:29.047 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "active_name": "x", 2024-04-22T23:06:29.047 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:06:29.047 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:06:29.047 INFO:teuthology.orchestra.run.smithi139.stdout:Waiting for the mgr to restart... 2024-04-22T23:06:29.047 INFO:teuthology.orchestra.run.smithi139.stdout:Waiting for mgr epoch 9... 2024-04-22T23:06:29.306 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:29 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:29.184+0000 7f2fc78d6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:06:29.663 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:29 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:29.364+0000 7f2fc78d6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:06:29.663 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:29 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:29.661+0000 7f2fc78d6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:06:29.963 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:29 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:29.757+0000 7f2fc78d6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:06:29.963 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:29 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:29.961+0000 7f2fc78d6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:06:30.234 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:30 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:30.155+0000 7f2fc78d6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:06:31.169 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:30 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:30.749+0000 7f2fc78d6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:06:31.464 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:31 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:31.168+0000 7f2fc78d6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:06:31.465 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:31 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:31.263+0000 7f2fc78d6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:06:31.465 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:31 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:31.463+0000 7f2fc78d6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:06:32.234 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:31 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:31.982+0000 7f2fc78d6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:06:32.234 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:32 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:32.074+0000 7f2fc78d6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:06:32.656 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:32 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:32.313+0000 7f2fc78d6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:06:32.656 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:32 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:32.444+0000 7f2fc78d6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:06:32.656 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:32 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:32.539+0000 7f2fc78d6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:06:32.656 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:32 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:32.654+0000 7f2fc78d6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:06:33.234 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:32 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:32.959+0000 7f2fc78d6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:06:33.826 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:33.554+0000 7f2fc78d6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:06:33.826 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x[27033]: 2024-04-22T23:06:33.771+0000 7f2fc78d6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:06:34.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: Active manager daemon x restarted 2024-04-22T23:06:34.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: Activating manager daemon x 2024-04-22T23:06:34.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:06:34.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: mgrmap e10: x(active, starting, since 0.00341985s) 2024-04-22T23:06:34.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:06:34.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-04-22T23:06:34.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:06:34.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:06:34.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:06:34.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: Manager daemon x is now available 2024-04-22T23:06:34.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:34.235 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:33 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:06:34.984 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:34 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-04-22T23:06:34.984 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:34 smithi139 ceph-mon[26799]: mgrmap e11: x(active, since 1.00562s) 2024-04-22T23:06:35.696 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:06:35.696 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T23:06:35.696 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:06:35.696 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:06:35.696 INFO:teuthology.orchestra.run.smithi139.stdout:mgr epoch 9 is available 2024-04-22T23:06:35.696 INFO:teuthology.orchestra.run.smithi139.stdout:Generating a dashboard self-signed certificate... 2024-04-22T23:06:36.079 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:35 smithi139 ceph-mon[26799]: [22/Apr/2024:23:06:34] ENGINE Bus STARTING 2024-04-22T23:06:36.080 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:35 smithi139 ceph-mon[26799]: [22/Apr/2024:23:06:34] ENGINE Serving on http://172.21.15.139:8765 2024-04-22T23:06:36.080 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:35 smithi139 ceph-mon[26799]: [22/Apr/2024:23:06:34] ENGINE Serving on https://172.21.15.139:7150 2024-04-22T23:06:36.080 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:35 smithi139 ceph-mon[26799]: [22/Apr/2024:23:06:34] ENGINE Bus STARTED 2024-04-22T23:06:36.080 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:35 smithi139 ceph-mon[26799]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:06:36.080 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:35 smithi139 ceph-mon[26799]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:06:36.080 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:35 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:37.029 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T23:06:37.029 INFO:teuthology.orchestra.run.smithi139.stdout:Creating initial admin user... 2024-04-22T23:06:37.429 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:37 smithi139 ceph-mon[26799]: mgrmap e12: x(active, since 2s) 2024-04-22T23:06:37.429 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:37 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:37.429 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:37 smithi139 ceph-mon[26799]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:37.429 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:37 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:37.430 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:37 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:38.747 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$G.YdEy4T7.IoOiCJdEaik.Vksg3Agb0zNUOM2ws8YLpo7XfHu2t6G", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713827197, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T23:06:38.748 INFO:teuthology.orchestra.run.smithi139.stdout:Fetching dashboard port number... 2024-04-22T23:06:38.995 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:38 smithi139 ceph-mon[26799]: from='client.14164 -' 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:06:38.995 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:38 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:40.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:39 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/1026647883' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:06:40.256 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T23:06:40.265 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-22T23:06:40.265 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout disabled 2024-04-22T23:06:40.272 INFO:teuthology.orchestra.run.smithi139.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-22T23:06:40.272 INFO:teuthology.orchestra.run.smithi139.stdout:systemctl: stdout inactive 2024-04-22T23:06:40.272 INFO:teuthology.orchestra.run.smithi139.stdout:firewalld.service is not enabled 2024-04-22T23:06:40.272 INFO:teuthology.orchestra.run.smithi139.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T23:06:40.274 INFO:teuthology.orchestra.run.smithi139.stdout:Ceph Dashboard is now available at: 2024-04-22T23:06:40.274 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:40.274 INFO:teuthology.orchestra.run.smithi139.stdout: URL: https://smithi139.front.sepia.ceph.com:8443/ 2024-04-22T23:06:40.274 INFO:teuthology.orchestra.run.smithi139.stdout: User: admin 2024-04-22T23:06:40.274 INFO:teuthology.orchestra.run.smithi139.stdout: Password: cuqurgxkle 2024-04-22T23:06:40.275 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:40.275 INFO:teuthology.orchestra.run.smithi139.stdout:Saving cluster configuration to /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/config directory 2024-04-22T23:06:40.275 INFO:teuthology.orchestra.run.smithi139.stdout:Enabling autotune for osd_memory_target 2024-04-22T23:06:41.217 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:40 smithi139 ceph-mon[26799]: mgrmap e13: x(active, since 6s) 2024-04-22T23:06:42.727 INFO:teuthology.orchestra.run.smithi139.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T23:06:42.727 INFO:teuthology.orchestra.run.smithi139.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T23:06:42.727 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:42.727 INFO:teuthology.orchestra.run.smithi139.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b1d6c92e-00fc-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:06:42.727 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:42.727 INFO:teuthology.orchestra.run.smithi139.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout: ceph telemetry on 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout:For more information see: 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:42.728 INFO:teuthology.orchestra.run.smithi139.stdout:Bootstrap complete. 2024-04-22T23:06:42.766 INFO:tasks.cephadm:Fetching config... 2024-04-22T23:06:42.766 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:06:42.766 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T23:06:42.782 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T23:06:42.782 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:06:42.783 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T23:06:42.842 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T23:06:42.842 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:06:42.842 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-22T23:06:42.906 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T23:06:42.906 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:06:42.906 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T23:06:42.961 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T23:06:42.962 DEBUG:teuthology.orchestra.run.smithi139:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfhR3ceA0pkvoKJZm5n4SJp+KHWbR4ArkvT808KjgJS19cNmHgA3jz7daeTSD6BC2A3KTHaH0Db1GxR9YWZ8rnORW2FvzZyGOV14xo4Cwzb3gT/mbgy6Z2vTwHT06GRISXsnSvCbkqBa5Fp0SWHUrFt7+EdJOSdPN63hhKrd8e5crwc+05lQNDbQkhPEqewTQWIRsiqtTsG42i71jzbFFhnJMWMS4el6gd6zGum4Vjt61x6C7FAlQQ1yJZyWoKVcHIGAKay3J/pyIBtTvaLSJWC4YXfbDjjuE1rHA8mYo9yTA+ZLpoFlyIVxat/PkW9jpK3d9pFM2BoZOfXYvllEp9Orgt/bWygcBpLQqxDJAT7RyRJr5UfdvNLcfQblLNPV6wFmnLAnY0nevUsCMACTZgqlMP0LVRQnkUg1BaFXqWa3VBcAG8CWpZEodgRsxiPCkbU1ruCJBEbRkRFeBfTCpU0gNduvyGhoP4rsI0FsMIiqU1ify0Rlb8rqf0FgKOkuk= ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:06:43.033 INFO:teuthology.orchestra.run.smithi139.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfhR3ceA0pkvoKJZm5n4SJp+KHWbR4ArkvT808KjgJS19cNmHgA3jz7daeTSD6BC2A3KTHaH0Db1GxR9YWZ8rnORW2FvzZyGOV14xo4Cwzb3gT/mbgy6Z2vTwHT06GRISXsnSvCbkqBa5Fp0SWHUrFt7+EdJOSdPN63hhKrd8e5crwc+05lQNDbQkhPEqewTQWIRsiqtTsG42i71jzbFFhnJMWMS4el6gd6zGum4Vjt61x6C7FAlQQ1yJZyWoKVcHIGAKay3J/pyIBtTvaLSJWC4YXfbDjjuE1rHA8mYo9yTA+ZLpoFlyIVxat/PkW9jpK3d9pFM2BoZOfXYvllEp9Orgt/bWygcBpLQqxDJAT7RyRJr5UfdvNLcfQblLNPV6wFmnLAnY0nevUsCMACTZgqlMP0LVRQnkUg1BaFXqWa3VBcAG8CWpZEodgRsxiPCkbU1ruCJBEbRkRFeBfTCpU0gNduvyGhoP4rsI0FsMIiqU1ify0Rlb8rqf0FgKOkuk= ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:43.044 DEBUG:teuthology.orchestra.run.smithi196:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfhR3ceA0pkvoKJZm5n4SJp+KHWbR4ArkvT808KjgJS19cNmHgA3jz7daeTSD6BC2A3KTHaH0Db1GxR9YWZ8rnORW2FvzZyGOV14xo4Cwzb3gT/mbgy6Z2vTwHT06GRISXsnSvCbkqBa5Fp0SWHUrFt7+EdJOSdPN63hhKrd8e5crwc+05lQNDbQkhPEqewTQWIRsiqtTsG42i71jzbFFhnJMWMS4el6gd6zGum4Vjt61x6C7FAlQQ1yJZyWoKVcHIGAKay3J/pyIBtTvaLSJWC4YXfbDjjuE1rHA8mYo9yTA+ZLpoFlyIVxat/PkW9jpK3d9pFM2BoZOfXYvllEp9Orgt/bWygcBpLQqxDJAT7RyRJr5UfdvNLcfQblLNPV6wFmnLAnY0nevUsCMACTZgqlMP0LVRQnkUg1BaFXqWa3VBcAG8CWpZEodgRsxiPCkbU1ruCJBEbRkRFeBfTCpU0gNduvyGhoP4rsI0FsMIiqU1ify0Rlb8rqf0FgKOkuk= ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:06:43.082 INFO:teuthology.orchestra.run.smithi196.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCfhR3ceA0pkvoKJZm5n4SJp+KHWbR4ArkvT808KjgJS19cNmHgA3jz7daeTSD6BC2A3KTHaH0Db1GxR9YWZ8rnORW2FvzZyGOV14xo4Cwzb3gT/mbgy6Z2vTwHT06GRISXsnSvCbkqBa5Fp0SWHUrFt7+EdJOSdPN63hhKrd8e5crwc+05lQNDbQkhPEqewTQWIRsiqtTsG42i71jzbFFhnJMWMS4el6gd6zGum4Vjt61x6C7FAlQQ1yJZyWoKVcHIGAKay3J/pyIBtTvaLSJWC4YXfbDjjuE1rHA8mYo9yTA+ZLpoFlyIVxat/PkW9jpK3d9pFM2BoZOfXYvllEp9Orgt/bWygcBpLQqxDJAT7RyRJr5UfdvNLcfQblLNPV6wFmnLAnY0nevUsCMACTZgqlMP0LVRQnkUg1BaFXqWa3VBcAG8CWpZEodgRsxiPCkbU1ruCJBEbRkRFeBfTCpU0gNduvyGhoP4rsI0FsMIiqU1ify0Rlb8rqf0FgKOkuk= ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:43.094 DEBUG:teuthology.orchestra.run.smithi139:> 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T23:06:43.332 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:43.454 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:43 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/2894594971' entity='client.admin' 2024-04-22T23:06:44.789 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T23:06:44.789 DEBUG:teuthology.orchestra.run.smithi139:> 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T23:06:45.266 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:45.391 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:45 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/4104235389' entity='client.admin' 2024-04-22T23:06:46.484 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:46.484 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:46.484 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:06:46.484 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:46.484 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:46.484 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:46.485 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:46.485 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:46.485 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:46.485 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:06:46.485 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:06:46.485 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:46 smithi139 ceph-mon[26799]: Updating smithi139:/etc/ceph/ceph.conf 2024-04-22T23:06:46.644 INFO:tasks.cephadm:Remote smithi196 excluded from cephadm cluster by role 2024-04-22T23:06:46.644 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T23:06:46.644 DEBUG:teuthology.orchestra.run.smithi139:> 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T23:06:46.885 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:47.826 INFO:teuthology.orchestra.run.smithi139.stderr:adjusted tunables profile to default 2024-04-22T23:06:48.129 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:47 smithi139 ceph-mon[26799]: Updating smithi139:/var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:06:48.129 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:47 smithi139 ceph-mon[26799]: Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:06:48.129 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:47 smithi139 ceph-mon[26799]: Updating smithi139:/var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:06:48.129 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:47 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:48.129 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:47 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:48.129 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:47 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:48.129 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:47 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/221477576' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:06:48.450 INFO:tasks.cephadm:Adding mon.a on smithi139 2024-04-22T23:06:48.450 DEBUG:teuthology.orchestra.run.smithi139:> 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph orch apply mon '1;smithi139:172.21.15.139=a' 2024-04-22T23:06:48.680 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:49.053 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:48 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/221477576' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:06:49.053 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:48 smithi139 ceph-mon[26799]: osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:06:49.373 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled mon update... 2024-04-22T23:06:50.004 INFO:tasks.cephadm:Waiting for 1 mons in monmap... 2024-04-22T23:06:50.005 DEBUG:teuthology.orchestra.run.smithi139:> 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:06:50.648 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:50.734 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "1;smithi139:172.21.15.139=a", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:50.734 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: Saving service mon spec with placement smithi139:172.21.15.139=a;count:1 2024-04-22T23:06:50.734 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:50.734 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:50.734 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:06:50.735 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:50 smithi139 ceph-mon[26799]: Reconfiguring daemon mon.a on smithi139 2024-04-22T23:06:51.394 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-04-22T23:06:51.394 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"b1d6c92e-00fc-11ef-bc93-c7b262605968","modified":"2024-04-22T23:05:34.416343Z","created":"2024-04-22T23:05:34.416343Z","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.139:3300","nonce":0},{"type":"v1","addr":"172.21.15.139:6789","nonce":0}]},"addr":"172.21.15.139:6789/0","public_addr":"172.21.15.139:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:06:51.396 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-04-22T23:06:51.689 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:51 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/422274228' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:06:51.971 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T23:06:51.971 DEBUG:teuthology.orchestra.run.smithi139:> 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T23:06:52.209 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:52.594 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:52 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:52.594 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:52 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:52.897 INFO:teuthology.orchestra.run.smithi139.stdout:# minimal ceph.conf for b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:52.897 INFO:teuthology.orchestra.run.smithi139.stdout:[global] 2024-04-22T23:06:52.897 INFO:teuthology.orchestra.run.smithi139.stdout: fsid = b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:06:52.897 INFO:teuthology.orchestra.run.smithi139.stdout: mon_host = [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] 2024-04-22T23:06:53.473 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T23:06:53.474 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:06:53.474 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:06:53.499 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:06:53.499 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:06:53.563 INFO:tasks.cephadm:Adding mgr.x on smithi139 2024-04-22T23:06:53.563 DEBUG:teuthology.orchestra.run.smithi139:> 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph orch apply mgr '1;smithi139=x' 2024-04-22T23:06:53.623 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:53 smithi139 ceph-mon[26799]: from='client.? 172.21.15.139:0/1531419399' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:06:53.832 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:54.500 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled mgr update... 2024-04-22T23:06:55.078 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:54 smithi139 ceph-mon[26799]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:06:55.078 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:54 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:55.078 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:54 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:06:55.079 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:54 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:06:55.079 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:54 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:06:55.079 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:54 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:55.079 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:54 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:55.079 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:54 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:06:55.079 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:54 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:06:55.079 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:54 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:06:55.105 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T23:06:55.106 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-04-22T23:06:55.106 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:06:55.161 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:06:55.162 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_1 2024-04-22T23:06:55.217 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:06:55.217 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:06:55.217 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 664 Links: 1 2024-04-22T23:06:55.217 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:06:55.217 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:06:55.217 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-04-22 23:06:43.794065922 +0000 2024-04-22T23:06:55.217 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-04-22 23:01:44.326764895 +0000 2024-04-22T23:06:55.218 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-04-22 23:01:44.326764895 +0000 2024-04-22T23:06:55.218 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-04-22 23:01:44.326764895 +0000 2024-04-22T23:06:55.218 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:06:55.279 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-04-22T23:06:55.280 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-04-22T23:06:55.280 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000210019 s, 2.4 MB/s 2024-04-22T23:06:55.281 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:06:55.338 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_2 2024-04-22T23:06:55.393 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:06:55.394 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:06:55.394 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-22T23:06:55.394 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:06:55.394 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:06:55.394 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-04-22 23:06:43.826065217 +0000 2024-04-22T23:06:55.394 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-04-22 23:01:44.654757534 +0000 2024-04-22T23:06:55.394 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-04-22 23:01:44.654757534 +0000 2024-04-22T23:06:55.394 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-04-22 23:01:44.654757534 +0000 2024-04-22T23:06:55.394 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:06:55.459 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-04-22T23:06:55.459 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-04-22T23:06:55.459 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000247192 s, 2.1 MB/s 2024-04-22T23:06:55.460 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:06:55.515 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_3 2024-04-22T23:06:55.570 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:06:55.570 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:06:55.570 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-22T23:06:55.570 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:06:55.570 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:06:55.570 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-04-22 23:06:43.856064556 +0000 2024-04-22T23:06:55.570 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-04-22 23:01:44.985750107 +0000 2024-04-22T23:06:55.570 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-04-22 23:01:44.985750107 +0000 2024-04-22T23:06:55.570 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-04-22 23:01:44.985750107 +0000 2024-04-22T23:06:55.571 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:06:55.632 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-04-22T23:06:55.632 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-04-22T23:06:55.632 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000193114 s, 2.7 MB/s 2024-04-22T23:06:55.633 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:06:55.688 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_4 2024-04-22T23:06:55.742 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:06:55.742 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:06:55.742 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-04-22T23:06:55.742 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:06:55.742 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-04-22T23:06:55.742 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-04-22 23:06:43.893063740 +0000 2024-04-22T23:06:55.742 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-04-22 23:01:45.325742478 +0000 2024-04-22T23:06:55.742 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-04-22 23:01:45.325742478 +0000 2024-04-22T23:06:55.743 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-04-22 23:01:45.325742478 +0000 2024-04-22T23:06:55.743 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:06:55.804 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-04-22T23:06:55.804 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-04-22T23:06:55.805 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000171794 s, 3.0 MB/s 2024-04-22T23:06:55.806 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:06:55.861 INFO:tasks.cephadm:Deploying osd.0 on smithi139 with /dev/vg_nvme/lv_4... 2024-04-22T23:06:55.861 DEBUG:teuthology.orchestra.run.smithi139:> 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-22T23:06:55.921 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:55 smithi139 ceph-mon[26799]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "1;smithi139=x", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:06:55.921 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:55 smithi139 ceph-mon[26799]: Saving service mgr spec with placement smithi139=x;count:1 2024-04-22T23:06:55.921 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:55 smithi139 ceph-mon[26799]: Reconfiguring mgr.x (unknown last config time)... 2024-04-22T23:06:55.921 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:55 smithi139 ceph-mon[26799]: Reconfiguring daemon mgr.x on smithi139 2024-04-22T23:06:56.267 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:06:56.959 INFO:teuthology.orchestra.run.smithi139.stderr: stderr: Unknown device, --name=, --path=, or absolute path in /dev/ or /sys expected. 2024-04-22T23:06:56.960 INFO:teuthology.orchestra.run.smithi139.stderr:usage: ceph-volume lvm zap [-h] [--destroy] [--osd-id OSD_ID] 2024-04-22T23:06:56.960 INFO:teuthology.orchestra.run.smithi139.stderr: [--osd-fsid OSD_FSID] [--no-systemd] 2024-04-22T23:06:56.960 INFO:teuthology.orchestra.run.smithi139.stderr: [DEVICES [DEVICES ...]] 2024-04-22T23:06:56.960 INFO:teuthology.orchestra.run.smithi139.stderr:ceph-volume lvm zap: error: Unable to proceed with non-existing device: /dev/vg_nvme/lv_4 2024-04-22T23:06:57.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:56 smithi139 ceph-mon[26799]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:06:57.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:56 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:57.234 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:56 smithi139 ceph-mon[26799]: from='mgr.14150 172.21.15.139:0/192478655' entity='mgr.x' 2024-04-22T23:06:57.543 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-22T23:06:57.543 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 smithi139 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:06:57.546 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:06:57.609 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:06:57.640 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-22T23:06:57.640 DEBUG:teuthology.orchestra.run.smithi139:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:06:57.665 DEBUG:teuthology.orchestra.run.smithi196:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:06:57.698 INFO:tasks.cephadm:Stopping all daemons... 2024-04-22T23:06:57.698 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-22T23:06:57.698 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:06:57.984 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:57 smithi139 systemd[1]: Stopping Ceph mon.a for b1d6c92e-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:06:58.295 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:58 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a[26795]: 2024-04-22T23:06:58.010+0000 7f68e6343700 -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:06:58.295 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:58 smithi139 ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a[26795]: 2024-04-22T23:06:58.010+0000 7f68e6343700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:06:58.295 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:58 smithi139 podman[35540]: 2024-04-22 23:06:58.042090279 +0000 UTC m=+0.151074290 container died 9a1f215d174357b40a3ce73e1a602b85f80e48d856348e940fe551966c87aab8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240416, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=wip-adk-testing-2024-04-22-1618-43be020) 2024-04-22T23:06:58.658 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:58 smithi139 podman[35540]: 2024-04-22 23:06:58.407712758 +0000 UTC m=+0.516696770 container cleanup 9a1f215d174357b40a3ce73e1a602b85f80e48d856348e940fe551966c87aab8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240416, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-22T23:06:58.659 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:58 smithi139 bash[35540]: ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:06:58.896 DEBUG:teuthology.orchestra.run.smithi139:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mon.a.service' 2024-04-22T23:06:58.917 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:58 smithi139 podman[35554]: 2024-04-22 23:06:58.711479759 +0000 UTC m=+0.672851114 container remove 9a1f215d174357b40a3ce73e1a602b85f80e48d856348e940fe551966c87aab8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240416, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux ) 2024-04-22T23:06:58.917 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:58 smithi139 systemd[1]: ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-22T23:06:58.917 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:58 smithi139 systemd[1]: Stopped Ceph mon.a for b1d6c92e-00fc-11ef-bc93-c7b262605968. 2024-04-22T23:06:58.917 INFO:journalctl@ceph.mon.a.smithi139.stdout:Apr 22 23:06:58 smithi139 systemd[1]: ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mon.a.service: Consumed 1.665s CPU time. 2024-04-22T23:06:58.965 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:06:58.966 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-22T23:06:58.966 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-04-22T23:06:58.966 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mgr.x 2024-04-22T23:06:59.234 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:59 smithi139 systemd[1]: Stopping Ceph mgr.x for b1d6c92e-00fc-11ef-bc93-c7b262605968... 2024-04-22T23:06:59.649 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:59 smithi139 podman[35670]: 2024-04-22 23:06:59.353434762 +0000 UTC m=+0.155188236 container died 3eb2364064438e6248f208df7786978381b6c86cd59d53a6308e19a1ea6e389e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240416, CEPH_POINT_RELEASE=, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-04-22T23:06:59.941 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:59 smithi139 podman[35670]: 2024-04-22 23:06:59.722633 +0000 UTC m=+0.524386528 container cleanup 3eb2364064438e6248f208df7786978381b6c86cd59d53a6308e19a1ea6e389e (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5, name=ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-adk-testing-2024-04-22-1618-43be020, org.label-schema.build-date=20240416, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_COMMIT=e83daab126629de4b83b70f7819e84da953b5b67, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.5) 2024-04-22T23:06:59.941 INFO:journalctl@ceph.mgr.x.smithi139.stdout:Apr 22 23:06:59 smithi139 bash[35670]: ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968-mgr-x 2024-04-22T23:07:00.075 DEBUG:teuthology.orchestra.run.smithi139:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b1d6c92e-00fc-11ef-bc93-c7b262605968@mgr.x.service' 2024-04-22T23:07:00.117 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:07:00.117 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-04-22T23:07:00.117 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1d6c92e-00fc-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:07:00.334 INFO:teuthology.orchestra.run.smithi139.stdout:Deleting cluster with fsid: b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:01.223 DEBUG:teuthology.orchestra.run.smithi196:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1d6c92e-00fc-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:07:01.414 INFO:teuthology.orchestra.run.smithi196.stdout:Deleting cluster with fsid: b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:01.659 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:01.685 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:07:01.709 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T23:07:01.711 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/lib/ceph/b1d6c92e-00fc-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/7669177/remote/smithi139/crash 2024-04-22T23:07:01.712 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:07:01.755 INFO:teuthology.orchestra.run.smithi139.stderr:tar: /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:07:01.756 INFO:teuthology.orchestra.run.smithi139.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:07:01.757 DEBUG:teuthology.misc:Transferring archived files from smithi196:/var/lib/ceph/b1d6c92e-00fc-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/7669177/remote/smithi196/crash 2024-04-22T23:07:01.758 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:07:01.792 INFO:teuthology.orchestra.run.smithi196.stderr:tar: /var/lib/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:07:01.792 INFO:teuthology.orchestra.run.smithi196.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:07:01.793 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T23:07:01.793 DEBUG:teuthology.orchestra.run.smithi139:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b1d6c92e-00fc-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:07:01.822 INFO:tasks.cephadm:Compressing logs... 2024-04-22T23:07:01.822 DEBUG:teuthology.orchestra.run.smithi139:> 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:07:01.864 DEBUG:teuthology.orchestra.run.smithi196:> 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:07:01.886 INFO:teuthology.orchestra.run.smithi139.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-22T23:07:01.886 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:07:01.886 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:07:01.886 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:07:01.887 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph-mgr.x.log 2024-04-22T23:07:01.887 INFO:teuthology.orchestra.run.smithi139.stderr: 80.5% -- replaced with /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:07:01.887 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-22T23:07:01.887 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:07:01.887 INFO:teuthology.orchestra.run.smithi139.stderr: 87.2% -- replaced with /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:07:01.887 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph-mon.a.log: 86.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:07:01.887 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:07:01.887 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log: 75.6% -- replaced with /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:07:01.888 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph-volume.log: 89.9% -- replaced with /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:07:01.889 INFO:teuthology.orchestra.run.smithi196.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:07:01.889 INFO:teuthology.orchestra.run.smithi196.stderr:: No such file or directory 2024-04-22T23:07:01.889 INFO:teuthology.orchestra.run.smithi196.stderr:/var/log/ceph/cephadm.log: 70.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:07:01.889 INFO:teuthology.orchestra.run.smithi196.stderr: 2024-04-22T23:07:01.889 INFO:teuthology.orchestra.run.smithi196.stderr:real 0m0.011s 2024-04-22T23:07:01.889 INFO:teuthology.orchestra.run.smithi196.stderr:user 0m0.009s 2024-04-22T23:07:01.889 INFO:teuthology.orchestra.run.smithi196.stderr:sys 0m0.010s 2024-04-22T23:07:01.904 INFO:teuthology.orchestra.run.smithi139.stderr: 88.8% -- replaced with /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph-mgr.x.log.gz 2024-04-22T23:07:01.914 INFO:teuthology.orchestra.run.smithi139.stderr: 91.3% -- replaced with /var/log/ceph/b1d6c92e-00fc-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-22T23:07:01.915 INFO:teuthology.orchestra.run.smithi139.stderr: 2024-04-22T23:07:01.915 INFO:teuthology.orchestra.run.smithi139.stderr:real 0m0.040s 2024-04-22T23:07:01.916 INFO:teuthology.orchestra.run.smithi139.stderr:user 0m0.059s 2024-04-22T23:07:01.916 INFO:teuthology.orchestra.run.smithi139.stderr:sys 0m0.014s 2024-04-22T23:07:01.916 INFO:tasks.cephadm:Archiving logs... 2024-04-22T23:07:01.916 DEBUG:teuthology.misc:Transferring archived files from smithi139:/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/7669177/remote/smithi139/log 2024-04-22T23:07:01.917 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:07:01.993 DEBUG:teuthology.misc:Transferring archived files from smithi196:/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/7669177/remote/smithi196/log 2024-04-22T23:07:01.994 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:07:02.018 INFO:tasks.cephadm:Removing cluster... 2024-04-22T23:07:02.018 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b1d6c92e-00fc-11ef-bc93-c7b262605968 --force 2024-04-22T23:07:02.200 INFO:teuthology.orchestra.run.smithi139.stdout:Deleting cluster with fsid: b1d6c92e-00fc-11ef-bc93-c7b262605968 2024-04-22T23:07:02.454 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T23:07:02.454 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:07:02.469 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:07:02.485 INFO:tasks.cephadm:Teardown complete 2024-04-22T23:07:02.486 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 smithi139 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:07:02.703 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=31a71e31d7f8432ba66ccb4cd4db0551 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 smithi139 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 b1d6c92e-00fc-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:07:02.707 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T23:07:02.716 DEBUG:teuthology.run_tasks:Unwinding manager cephadm.configure_samba_client_container 2024-04-22T23:07:02.774 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T23:07:02.845 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:07:02.845 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:07:02.860 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:07:02.936 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T23:07:02.945 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T23:07:02.945 DEBUG:teuthology.orchestra.run.smithi139:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:07:02.947 DEBUG:teuthology.orchestra.run.smithi196:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:07:02.959 INFO:teuthology.orchestra.run.smithi139.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:07:02.963 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:07:02.963 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2024-04-22T23:07:02.963 INFO:teuthology.orchestra.run.smithi139.stdout:^- hv01.front.sepia.ceph.com 2 6 377 19 +421us[ +421us] +/- 570ms 2024-04-22T23:07:02.963 INFO:teuthology.orchestra.run.smithi139.stdout:^* hv02.front.sepia.ceph.com 3 6 377 21 -71us[ -71us] +/- 64ms 2024-04-22T23:07:02.963 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 19 +97us[ +97us] +/- 76ms 2024-04-22T23:07:02.963 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:07:02.964 INFO:teuthology.orchestra.run.smithi196.stderr:bash: line 1: ntpq: command not found 2024-04-22T23:07:02.967 INFO:teuthology.orchestra.run.smithi196.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T23:07:02.967 INFO:teuthology.orchestra.run.smithi196.stdout:=============================================================================== 2024-04-22T23:07:02.968 INFO:teuthology.orchestra.run.smithi196.stdout:^- hv01.front.sepia.ceph.com 2 6 377 20 +407us[ +407us] +/- 570ms 2024-04-22T23:07:02.968 INFO:teuthology.orchestra.run.smithi196.stdout:^* hv02.front.sepia.ceph.com 3 6 377 21 -78us[ -76us] +/- 64ms 2024-04-22T23:07:02.968 INFO:teuthology.orchestra.run.smithi196.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 21 +93us[ +95us] +/- 76ms 2024-04-22T23:07:02.968 INFO:teuthology.orchestra.run.smithi196.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T23:07:02.969 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T23:07:03.032 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T23:07:03.033 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T23:07:03.117 DEBUG:teuthology.orchestra.run.smithi139:> 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:07:03.175 DEBUG:teuthology.orchestra.run.smithi196:> 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:07:03.236 DEBUG:teuthology.orchestra.run.smithi139:> 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:07:03.261 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:07:03.262 DEBUG:teuthology.orchestra.run.smithi196:> 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:07:03.290 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:07:03.290 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T23:07:03.299 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T23:07:03.341 INFO:teuthology.task.internal:Duration was 511.307848 seconds 2024-04-22T23:07:03.342 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T23:07:03.408 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T23:07:03.408 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:07:03.411 DEBUG:teuthology.orchestra.run.smithi196:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:07:03.444 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:07:03.450 INFO:teuthology.orchestra.run.smithi196.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T23:07:03.781 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T23:07:03.781 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi139.front.sepia.ceph.com 2024-04-22T23:07:03.781 DEBUG:teuthology.orchestra.run.smithi139:> 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:07:03.840 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi196.front.sepia.ceph.com 2024-04-22T23:07:03.841 DEBUG:teuthology.orchestra.run.smithi196:> 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:07:03.866 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T23:07:03.866 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:07:03.884 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:07:03.934 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T23:07:03.934 DEBUG:teuthology.orchestra.run.smithi139:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:07:03.948 DEBUG:teuthology.orchestra.run.smithi196:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:07:04.069 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T23:07:04.078 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T23:07:04.079 DEBUG:teuthology.orchestra.run.smithi139:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:07:04.102 DEBUG:teuthology.orchestra.run.smithi196:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:07:04.127 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T23:07:04.137 DEBUG:teuthology.orchestra.run.smithi139:> 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:07:04.145 DEBUG:teuthology.orchestra.run.smithi196:> 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:07:04.165 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = core 2024-04-22T23:07:04.189 INFO:teuthology.orchestra.run.smithi196.stdout:kernel.core_pattern = core 2024-04-22T23:07:04.211 DEBUG:teuthology.orchestra.run.smithi139:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:07:04.236 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:07:04.237 DEBUG:teuthology.orchestra.run.smithi196:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:07:04.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:07:04.265 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T23:07:04.275 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T23:07:04.276 DEBUG:teuthology.misc:Transferring archived files from smithi139:/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/7669177/remote/smithi139 2024-04-22T23:07:04.276 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:07:04.310 DEBUG:teuthology.misc:Transferring archived files from smithi196:/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/7669177/remote/smithi196 2024-04-22T23:07:04.311 DEBUG:teuthology.orchestra.run.smithi196:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:07:04.343 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T23:07:04.343 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:07:04.346 DEBUG:teuthology.orchestra.run.smithi196:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:07:04.396 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T23:07:04.406 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T23:07:04.406 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T23:07:04.451 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T23:07:04.451 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:07:04.454 DEBUG:teuthology.orchestra.run.smithi196:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:07:04.466 INFO:teuthology.orchestra.run.smithi139.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:07 /home/ubuntu/cephtest 2024-04-22T23:07:04.468 INFO:teuthology.orchestra.run.smithi196.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:07 /home/ubuntu/cephtest 2024-04-22T23:07:04.469 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T23:07:04.534 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T23:07:04.709 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T23:07:04.737 DEBUG:teuthology.nuke:shortname: smithi139 2024-04-22T23:07:04.738 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:07:04.764 DEBUG:teuthology.nuke:shortname: smithi196 2024-04-22T23:07:04.765 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:07:04.768 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.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/7669177', '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 22:52:40.917804', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOLuhZMNqns1Y43fu4CkGx0hzETJln9mfBQ19Ny/u4i9P8OC/RnH/Rpy4cHEaFXEKu5zNkqPk2xAKvp6Nj/S7s4='} 2024-04-22T23:07:04.790 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi196.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/7669177', '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 22:52:40.915711', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMfOB50dFdEKGwOKbNWQeh9FXwN9l9nNdoTZJNvUvT+06uSdlUHpCMxXIkY9rWg/3TT3Ec8QwDLU6enxSOYspCY='} 2024-04-22T23:07:04.820 INFO:teuthology.orchestra.console.smithi139:Power off 2024-04-22T23:07:04.821 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:07:04.845 DEBUG:teuthology.orchestra.console.smithi139:power off output: Chassis Power Control: Down/Off 2024-04-22T23:07:04.846 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:07:04.864 INFO:teuthology.orchestra.console.smithi196:Power off 2024-04-22T23:07:04.865 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:07:04.874 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2024-04-22T23:07:04.887 DEBUG:teuthology.orchestra.console.smithi196:power off output: Chassis Power Control: Down/Off 2024-04-22T23:07:04.888 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:07:04.914 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-04-22T23:07:08.876 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:07:08.916 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:07:08.987 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2024-04-22T23:07:09.028 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is on 2024-04-22T23:07:12.990 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:07:13.029 DEBUG:teuthology.orchestra.console.smithi196:pexpect command: ipmitool -H smithi196.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:07:13.100 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is off 2024-04-22T23:07:13.141 DEBUG:teuthology.orchestra.console.smithi196:check power output: Chassis Power is off 2024-04-22T23:07:13.202 INFO:teuthology.orchestra.console.smithi139:Power off completed 2024-04-22T23:07:13.243 INFO:teuthology.orchestra.console.smithi196:Power off completed 2024-04-22T23:07:13.348 INFO:teuthology.run:Summary data: description: orch:cephadm/smb/{0-distro/centos_9.stream tasks/deploy_smb_basic} duration: 511.307847738266 failure_reason: 'Command failed on smithi139 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 b1d6c92e-00fc-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=31a71e31d7f8432ba66ccb4cd4db0551 status: fail success: false 2024-04-22T23:07:13.349 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:07:13.440 INFO:teuthology.run:FAIL