]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
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)
commit90d351aefbb203c9b6a5d243aca4b350b7b71003
treea60ea12ca7f456159110a4b8a95b58bb91682a17
parent5fe804e1d357c0e809d896fd8c757fa0c9a48b1e
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>
(cherry picked from commit b274bca1b2dfd7a46f66d2075f20fba2d2b1f73b)
qa/run_xfstests_qemu.sh