mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4/308: require fallocate support
These tests use the falloc command in xfs_io, and there are some file systems (ext3) or file system configurations (ext4 in ext3 compatibility mode) which do not support fallocate. So add the explicit requirement to avoid false test failures. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
22fc64ea50
commit
ba3fc9f85b
@@ -46,6 +46,7 @@ _supported_os Linux
|
|||||||
_need_to_be_root
|
_need_to_be_root
|
||||||
_require_scratch
|
_require_scratch
|
||||||
_require_defrag
|
_require_defrag
|
||||||
|
_require_xfs_io_command "falloc"
|
||||||
|
|
||||||
rm -f $seqres.full
|
rm -f $seqres.full
|
||||||
|
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ _supported_os Linux
|
|||||||
_need_to_be_root
|
_need_to_be_root
|
||||||
_require_scratch
|
_require_scratch
|
||||||
_require_defrag
|
_require_defrag
|
||||||
|
_require_xfs_io_command "falloc"
|
||||||
|
|
||||||
rm -f $seqres.full
|
rm -f $seqres.full
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user