]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/run_xfstests_qemu.sh: disable 251, 260 and 288 44814/head
authorIlya Dryomov <idryomov@gmail.com>
Sun, 23 Jan 2022 15:32:57 +0000 (16:32 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 27 Jan 2022 20:28:35 +0000 (21:28 +0100)
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 <idryomov@gmail.com>
(cherry picked from commit b274bca1b2dfd7a46f66d2075f20fba2d2b1f73b)

qa/run_xfstests_qemu.sh

index 223d8cb7e837fa6d17fc365e0decb62c5dfb0341..4849a6c1ef57e88b99814a0e6cc865f14370a7be 100644 (file)
@@ -34,7 +34,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}"