prevent log wrap with all forms of quota enabled.
authorNathan Scott <nathans@sgi.com>
Mon, 14 May 2001 04:48:34 +0000 (04:48 +0000)
committerNathan Scott <nathans@sgi.com>
Mon, 14 May 2001 04:48:34 +0000 (04:48 +0000)
018

diff --git a/018 b/018
index fdb3bf5f50398eafd73eb6c8425d182384a388d7..8b7fa10ea373937d1e77c15aed8e17e7bcce2fb5 100755 (executable)
--- a/018
+++ b/018
@@ -122,7 +122,7 @@ rm -f $seq.out $seq.full
 umount $SCRATCH_DEV >/dev/null 2>&1
 
 _full "mkfs"
 umount $SCRATCH_DEV >/dev/null 2>&1
 
 _full "mkfs"
-mkfs -t xfs -f $SCRATCH_DEV                 >>$seq.full 2>&1 \
+mkfs -t xfs -f -lsize=2000b $SCRATCH_DEV    >>$seq.full 2>&1 \
     || _fail "mkfs failed"
 _full " mount"
 mount -t xfs $SCRATCH_DEV $SCRATCH_MNT      >>$seq.full 2>&1 \
     || _fail "mkfs failed"
 _full " mount"
 mount -t xfs $SCRATCH_DEV $SCRATCH_MNT      >>$seq.full 2>&1 \