From: Ilya Dryomov Date: Wed, 16 Feb 2022 09:32:26 +0000 (+0100) Subject: qa/suites/rbd: make sure block-rbd.so is installed X-Git-Tag: v18.0.0~1373^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8f0fd0af3da8581c47dc916303615264714a0489;p=ceph-ci.git qa/suites/rbd: make sure block-rbd.so is installed Signed-off-by: Ilya Dryomov --- diff --git a/qa/suites/rbd/singleton/all/qemu-iotests-no-cache.yaml b/qa/suites/rbd/singleton/all/qemu-iotests-no-cache.yaml index bfb20390418..25d124a34f4 100644 --- a/qa/suites/rbd/singleton/all/qemu-iotests-no-cache.yaml +++ b/qa/suites/rbd/singleton/all/qemu-iotests-no-cache.yaml @@ -3,6 +3,11 @@ roles: - [mon.a, mgr.x, osd.0, osd.1, client.0] tasks: - install: + extra_system_packages: + rpm: + - qemu-kvm-block-rbd + deb: + - qemu-block-extra - ceph: fs: xfs conf: diff --git a/qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml b/qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml index 3a19b317c7a..908d457e999 100644 --- a/qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml +++ b/qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml @@ -3,6 +3,11 @@ roles: - [mon.a, mgr.x, osd.0, osd.1, client.0] tasks: - install: + extra_system_packages: + rpm: + - qemu-kvm-block-rbd + deb: + - qemu-block-extra - ceph: fs: xfs conf: diff --git a/qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml b/qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml index 48e370ec128..9fabbeccfd6 100644 --- a/qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml +++ b/qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml @@ -3,6 +3,11 @@ roles: - [mon.a, mgr.x, osd.0, osd.1, client.0] tasks: - install: + extra_system_packages: + rpm: + - qemu-kvm-block-rbd + deb: + - qemu-block-extra - ceph: fs: xfs conf: diff --git a/qa/suites/rbd/singleton/all/qemu-iotests-writethrough.yaml b/qa/suites/rbd/singleton/all/qemu-iotests-writethrough.yaml index 908a6780403..fedb3cfc5e8 100644 --- a/qa/suites/rbd/singleton/all/qemu-iotests-writethrough.yaml +++ b/qa/suites/rbd/singleton/all/qemu-iotests-writethrough.yaml @@ -3,6 +3,11 @@ roles: - [mon.a, mgr.x, osd.0, osd.1, client.0] tasks: - install: + extra_system_packages: + rpm: + - qemu-kvm-block-rbd + deb: + - qemu-block-extra - ceph: fs: xfs conf: