From da14e2a3308b0f1f8e6e8c37f9909f4a4b11f27e Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Wed, 26 May 2010 10:46:11 +0400 Subject: [PATCH] b=22841 local.sh mgs mkfs options MGSSIZE fix i=Dmitry.Zoguine --- lustre/tests/cfg/local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.8.3.1