From 825ec0d9bb21140b8732257bbe45503179790ef7 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Thu, 29 Jan 2026 21:25:55 +0100 Subject: [PATCH] qa/workunits/rbd: use the same qemu-iotests version throughout "platform:el10" could be appended to the grep pattern for v2.11.0 but we no longer test on any distro needing v2.3.0 or v2.2.0-rc3. Fixes: https://tracker.ceph.com/issues/74671 Signed-off-by: Ilya Dryomov --- qa/workunits/rbd/qemu-iotests.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/qa/workunits/rbd/qemu-iotests.sh b/qa/workunits/rbd/qemu-iotests.sh index a2e9e0600d4c..21e16201f633 100755 --- a/qa/workunits/rbd/qemu-iotests.sh +++ b/qa/workunits/rbd/qemu-iotests.sh @@ -10,15 +10,7 @@ testlist='001 002 003 004 005 008 009 010 011 021 025 032 033' git clone https://github.com/qemu/qemu.git cd qemu - -if grep -iqE '(bionic|focal|jammy|platform:el9)' /etc/os-release; then - git checkout v2.11.0 -elif grep -iqE '(xenial|platform:el8)' /etc/os-release; then - git checkout v2.3.0 -else - # use v2.2.0-rc3 (last released version that handles all the tests - git checkout 2528043f1f299e0e88cb026f1ca7c40bbb4e1f80 -fi +git checkout v2.11.0 cd tests/qemu-iotests # qemu-iotests expects a binary called just 'qemu' to be available -- 2.47.3