]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/run_xfstests.sh: mount ext4 with dioread_nolock
authorIlya Dryomov <idryomov@gmail.com>
Fri, 26 Feb 2021 12:39:06 +0000 (13:39 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Sat, 27 Feb 2021 14:25:39 +0000 (15:25 +0100)
commit88f1087f9c56a9a6bee42ae465b2e88a66869951
tree25056ba3c12071772feaeace775ebe39be5c096a
parentec36d501ed5f875d26d1362ec097187697170a4d
qa/run_xfstests.sh: mount ext4 with dioread_nolock

dioread_nolock was made default in kernel 5.6, changing the expected
output of ext4/001: for dioread_nolock we want 001.out.nozero instead
of 001.out.default.  Add dioread_nolock to EXT_MOUNT_OPTIONS so that
_link_out_file() selects 001.out.nozero.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/run_xfstests.sh