mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common/dump: disable copyrange
In _create_dumpdir_stress_num, disable copyrange in fsstress so that we dump exactly the same set of files and directories no matter how the xfs is configured. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
f2c8acbf97
commit
722a0cf3d6
@@ -307,6 +307,9 @@ _create_dumpdir_stress_num()
|
||||
if $FSSTRESS_PROG | grep -q deduperange; then
|
||||
FSSTRESS_AVOID="-f deduperange=0 $FSSTRESS_AVOID"
|
||||
fi
|
||||
if $FSSTRESS_PROG | grep -q copyrange; then
|
||||
FSSTRESS_AVOID="-f copyrange=0 $FSSTRESS_AVOID"
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "-----------------------------------------------"
|
||||
|
||||
Reference in New Issue
Block a user