Use a smaller scratch bigfs, 1tb is a bad idea without big-AG changes
authorfsgqa <fsgqa>
Fri, 25 Jul 2003 00:45:59 +0000 (00:45 +0000)
committerfsgqa <fsgqa>
Fri, 25 Jul 2003 00:45:59 +0000 (00:45 +0000)
073

diff --git a/073 b/073
index a978f17de933a515927c1f10e2d70034da40add8..3107543ac78a7008e850dfbcc148d9addd0e00d2 100755 (executable)
--- a/073
+++ b/073
@@ -157,7 +157,7 @@ _verify_copy $tmp.image $SCRATCH_DEV $SCRATCH_MNT
 
 echo 
 echo === copying scratch device to single target, large ro device
-/sbin/mkfs.xfs -dfile,name=$tmp.source,size=1t | _filter_mkfs 2>/dev/null
+/sbin/mkfs.xfs -dfile,name=$tmp.source,size=100g | _filter_mkfs 2>/dev/null
 rmdir $tmp.source_dir 2>/dev/null
 mkdir $tmp.source_dir
 mount -t xfs -o loop $tmp.source $tmp.source_dir