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: v17.1.0~8^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F45058%2Fhead;p=ceph.git qa/suites/rbd: make sure block-rbd.so is installed Signed-off-by: Ilya Dryomov (cherry picked from commit 8f0fd0af3da8581c47dc916303615264714a0489) --- 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 bfb203904189..25d124a34f46 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 3a19b317c7a9..908d457e999b 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 48e370ec128f..9fabbeccfd6a 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 908a67804039..fedb3cfc5e80 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: