Whamcloud - gitweb
b=22841 local.sh mgs mkfs options MGSSIZE fix
authorElena Gryaznova <grev@sun.com>
Thu, 20 May 2010 11:18:58 +0000 (15:18 +0400)
committerJohann Lombardi <johann@sun.com>
Thu, 20 May 2010 21:23:49 +0000 (23:23 +0200)
i=Dmitry.Zoguine

lustre/tests/cfg/local.sh

index a4f5512..55c216f 100644 (file)
@@ -66,7 +66,7 @@ if [[ $mds_HOST == $mgs_HOST ]] && [[ $MDSDEV == $MGSDEV ]]; then
     MDS_MKFS_OPTS="--mgs $MDS_MKFS_OPTS"
 else
     MDS_MKFS_OPTS="--mgsnode=$MGSNID $MDS_MKFS_OPTS"
-    mgs_MKFS_OPTS="--mgs "
+    mgs_MKFS_OPTS="--mgs --device-size=$MGSSIZE"
 fi
 
 MKFSOPT=""