From: Ilya Dryomov Date: Tue, 3 Aug 2021 07:44:18 +0000 (+0200) Subject: qa/workunits/rbd: use xenial version of qemu-iotests for centos stream 8 X-Git-Tag: v17.1.0~1218^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F42601%2Fhead;p=ceph.git qa/workunits/rbd: use xenial version of qemu-iotests for centos stream 8 It is already used for centos 8(.3) and rhel 8(.4). Signed-off-by: Ilya Dryomov --- diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index 1f13da9fc091..ca1617908adf 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -12,7 +12,7 @@ cd qemu if lsb_release -da 2>&1 | grep -iqE '(bionic|focal)'; then # Bionic requires a matching test harness git checkout v2.11.0 -elif lsb_release -da 2>&1 | grep -iqE '(xenial|linux release 8)'; then +elif lsb_release -da 2>&1 | grep -iqE '(xenial|linux release 8|stream release 8)'; then # Xenial requires a recent test harness git checkout v2.3.0 else