]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/run_xfstests_qemu.sh: disable 251, 260 and 288 44282/head
authorIlya Dryomov <idryomov@gmail.com>
Sun, 23 Jan 2022 15:32:57 +0000 (16:32 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Sun, 23 Jan 2022 19:16:29 +0000 (20:16 +0100)
commitb274bca1b2dfd7a46f66d2075f20fba2d2b1f73b
tree43dc598ce5f63f25841d7c6f0cade0010894fe0d
parent1f0782057993b4658a2c8b4bb671a69863e78015
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 <idryomov@gmail.com>
qa/run_xfstests_qemu.sh