Fix up output for mkfs failure with logsize not a multiple

of stripe size. With impending mkfs change this should always
happen not just for non-aligned logs.
Fix up output for mkfs failure with logsize not a multiple  
of stripe size. With impending mkfs change this should always
happen not just for non-aligned logs.
This commit is contained in:
ptools
2004-02-20 04:15:18 +00:00
parent c494a18ffc
commit c3b91bfb75
+2 -2
View File
@@ -11,7 +11,7 @@ QA output created by 082
*** compare logprint: 082.trans_buf with 082.fulldir/trans_buf.mnt-ologbsize=32k.mkfs-lversion=2,su=32768.sync.filtered
--- mkfs=-lversion=2,su=36864, mnt=-ologbsize=32k, start=72, sync=sync ---
*** mount failed: -ologbsize=32k ***
*** Cannot mkfs for this test using option specified: -lversion=2,su=36864 -lsize=2000b ***
--- mkfs=-lversion=2,su=5120, mnt=-ologbsize=32k, start=10, sync=sync ---
@@ -31,7 +31,7 @@ QA output created by 082
*** compare logprint: 082.trans_buf with 082.fulldir/trans_buf.mnt-ologbsize=32k.mkfs-lversion=2,su=32768.nosync.filtered
--- mkfs=-lversion=2,su=36864, mnt=-ologbsize=32k, start=72, sync=nosync ---
*** mount failed: -ologbsize=32k ***
*** Cannot mkfs for this test using option specified: -lversion=2,su=36864 -lsize=2000b ***
--- mkfs=-lversion=2,su=5120, mnt=-ologbsize=32k, start=10, sync=nosync ---