From 4809b92e2d23e4954d082370074a33e2d194a240 Mon Sep 17 00:00:00 2001 From: Elena Gryaznova Date: Thu, 20 May 2010 15:18:58 +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 a4f5512..55c216f 100644 --- a/lustre/tests/cfg/local.sh +++ b/lustre/tests/cfg/local.sh @@ -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="" -- 1.8.3.1