From: Elena Gryaznova Date: Wed, 26 May 2010 06:46:11 +0000 (+0400) Subject: b=22841 local.sh mgs mkfs options MGSSIZE fix X-Git-Tag: v1_10_0_43~12 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=da14e2a3308b0f1f8e6e8c37f9909f4a4b11f27e b=22841 local.sh mgs mkfs options MGSSIZE fix i=Dmitry.Zoguine --- diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh index 46a9fc2..7b013ad 100644 --- a/lustre/tests/cfg/local.sh +++ b/lustre/tests/cfg/local.sh @@ -80,7 +80,7 @@ if [[ $mds1_HOST == $mgs_HOST ]] && [[ $MDSDEV1 == $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 MDSn_MKFS_OPTS="--mgsnode=$MGSNID --mdt --fsname=$FSNAME --device-size=$MDSSIZE --param sys.timeout=$TIMEOUT $MKFSOPT $MDSOPT $MDSn_MKFS_OPTS"