From 024c73e15916a5ddef6ab6c9bd579f1667e50671 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 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: -- 2.47.3