mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Big filesystem testing update - skip the repair check for the moment, takes too long; allow ag-wipe to keep high bits in an AG free as well
This commit is contained in:
+4
-2
@@ -217,8 +217,10 @@ _test_mkfs_xfs()
|
||||
TEST_OPTIONS="$TEST_OPTIONS -llogdev=$TEST_LOGDEV"
|
||||
_sudo /sbin/mkfs.xfs -f $TEST_OPTIONS $MKFS_OPTIONS $* $TEST_DEV
|
||||
mkfs_status=$?
|
||||
[ "$USE_BIG_LOOPFS" = yes ] && \
|
||||
_sudo $QADIR/tools/ag-wipe -c $TEST_DEV >/dev/null
|
||||
if [ "$USE_BIG_LOOPFS" = yes ]; then
|
||||
[ -z "$RETAIN_AG_BYTES" ] && RETAIN_AG_BYTES=0
|
||||
_sudo $QADIR/tools/ag-wipe -q -r $RETAIN_AG_BYTES $TEST_DEV
|
||||
fi
|
||||
return $mkfs_status
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user