From: Ilya Dryomov Date: Sun, 23 Jan 2022 15:32:57 +0000 (+0100) Subject: qa/run_xfstests_qemu.sh: disable 251, 260 and 288 X-Git-Tag: v18.0.0~1504^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F44282%2Fhead;p=ceph.git qa/run_xfstests_qemu.sh: disable 251, 260 and 288 All three are skipped with virtio disks: 251 [not run] FITRIM not supported on /dev/vdc 260 [not run] FITRIM not supported on /dev/vdc 288 [not run] FITRIM not supported on /dev/vdc But 260 and 288 fail with ide disks, where discard defaults to on. The ancient kernel in our ubuntu-12.04.qcow2 doesn't support virtio discard anyway so let's just disable them for consistency. Signed-off-by: Ilya Dryomov --- diff --git a/qa/run_xfstests_qemu.sh b/qa/run_xfstests_qemu.sh index 8463a12dc492..1b5feadd363a 100644 --- a/qa/run_xfstests_qemu.sh +++ b/qa/run_xfstests_qemu.sh @@ -30,7 +30,7 @@ fi ./"${SCRIPT}" -c 1 -f xfs -t "${TEST_DEV}" -s "${SCRATCH_DEV}" \ 1-7 9-17 19-26 28-49 51-61 63 66-67 69-79 83 85-105 108-110 112-135 \ 137-170 174-191 193-204 206-217 220-227 230-231 233 235-241 243-249 \ - 251-262 264-278 281-286 288-289 + 252-259 261-262 264-278 281-286 289 STATUS=$? rm -f "${SCRIPT}"