From: rread Date: Fri, 18 Oct 2002 19:29:06 +0000 (+0000) Subject: * fix braino X-Git-Tag: 0.5.15~72 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=40fe165b9092af82852aca4b0a2002b04f34c853;p=fs%2Flustre-release.git * fix braino --- diff --git a/lustre/tests/local.sh b/lustre/tests/local.sh index 3fce810..ea6a821 100755 --- a/lustre/tests/local.sh +++ b/lustre/tests/local.sh @@ -15,7 +15,7 @@ OSTSIZE=100000 ${LMC} -o $config --node localhost --net localhost tcp || exit 1 # configure mds server -${LMC} -m $config --format --node localhost --mds mds1 $OSTDEV $OSTSIZE || exit 2 +${LMC} -m $config --format --node localhost --mds mds1 $MDSDEV $MDSSIZE || exit 2 # configure ost ${LMC} -m $config --format --node localhost --ost $OSTDEV $OSTSIZE || exit 3