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:
fsgqa
2003-09-12 00:38:26 +00:00
parent 6f7119b648
commit 0c5a70757a
3 changed files with 108 additions and 43 deletions
+4 -2
View File
@@ -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
}