From 40fe165b9092af82852aca4b0a2002b04f34c853 Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 18 Oct 2002 19:29:06 +0000 Subject: [PATCH] * fix braino --- lustre/tests/local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1