]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
centos_8_stream: install dbench package from epel 747/head
authorXiubo Li <xiubli@redhat.com>
Wed, 2 Aug 2023 04:17:11 +0000 (12:17 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 2 Aug 2023 04:17:11 +0000 (12:17 +0800)
Fixes: https://tracker.ceph.com/issues/62227
Signed-off-by: Xiubo Li <xiubli@redhat.com>
roles/testnode/vars/centos_8_stream.yml

index a6c8aef3e54463c458e9c703a961db7bc47dadba..2cb04ef5baf61a250c85096b01811ec49628006e 100644 (file)
@@ -54,7 +54,6 @@ packages:
   # for pjd tests
   - libacl-devel
   # for fs tests,
-  - dbench
   - autoconf
   # for test-crash.sh
   - gdb
@@ -62,3 +61,6 @@ packages:
 
   # centos stream additions start here
   - lvm2
+
+epel_packages:
+  - dbench