]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
common/rc: check fs supports xfs_io falloc's specific flags
authorFilipe Manana <fdmanana@suse.com>
Tue, 4 Apr 2017 06:34:29 +0000 (07:34 +0100)
committerEryu Guan <eguan@redhat.com>
Sat, 8 Apr 2017 15:22:58 +0000 (23:22 +0800)
commita62c85dbabf31296bda9c6c37cbccf75a1735438
treec0c605b3d90ac8ad55a458d00c8163b8e55a312e
parent8a8a4b95b25c74df9a392428a4e031621c145bda
common/rc: check fs supports xfs_io falloc's specific flags

For example NFS 4.2 supports fallocate but it does not support its
KEEP_SIZE flag, so we want to skip tests that use fallocate with
that flag on filesystems that don't support it.

Suggested-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
common/rc