mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fsstress: Add fallocate insert range operation
This commit adds insert operation support for fsstress, which is meant to exercise fallocate FALLOC_FL_INSERT_RANGE support. [dchinner: turn off this op for xfs/068, which expects an exact outcome from the fsstress execution. ] Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
91843cb0c8
commit
6e5194daba
@@ -43,6 +43,8 @@ trap "rm -rf $tmp.*; exit \$status" 0 1 2 3 15
|
||||
_supported_fs xfs
|
||||
_supported_os Linux
|
||||
|
||||
# need to ensure new fsstress operations don't perturb expected output
|
||||
FSSTRESS_AVOID="-f insert=0 $FSSTRESS_AVOID"
|
||||
_create_dumpdir_stress_num 4096
|
||||
_do_dump_restore
|
||||
|
||||
|
||||
Reference in New Issue
Block a user