From e569d6e7c955ca619ccc8a302c64e1c28ce84944 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 16 Feb 2022 10:32:26 +0100 Subject: [PATCH] qa/suites/rbd: make sure block-rbd.so is installed Signed-off-by: Ilya Dryomov (cherry picked from commit 8f0fd0af3da8581c47dc916303615264714a0489) --- qa/suites/rbd/singleton/all/qemu-iotests-no-cache.yaml | 5 +++++ qa/suites/rbd/singleton/all/qemu-iotests-writearound.yaml | 5 +++++ qa/suites/rbd/singleton/all/qemu-iotests-writeback.yaml | 5 +++++ qa/suites/rbd/singleton/all/qemu-iotests-writethrough.yaml | 5 +++++ 4 files changed, 20 insertions(+) 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 bfb203904189c..25d124a34f46c 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 3a19b317c7a96..908d457e999bd 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 48e370ec128f2..9fabbeccfd6ad 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 908a678040394..fedb3cfc5e80e 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: -- 2.39.5