From 8cd87b1e68dd4593287febf9a93315aadb285aa0 Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 17 Jun 2005 16:44:54 +0000 Subject: [PATCH] - fix in lmv.sh to use it along with sanityN.sh --- lustre/tests/lmv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/lmv.sh b/lustre/tests/lmv.sh index 5fa797a..366e42c 100755 --- a/lustre/tests/lmv.sh +++ b/lustre/tests/lmv.sh @@ -38,6 +38,7 @@ rm -f $config # create nodes ${LMC} -m $config --add node --node localhost || exit 10 +${LMC} -m $config --add net --node client --nid '*' --nettype tcp || exit 12 ${LMC} -m $config --add net --node localhost --nid `hostname` --nettype tcp || exit 11 # configure mds server @@ -61,3 +62,4 @@ for num in `seq $OSTCOUNT`; do done ${LMC} -m $config --add mtpt --node localhost --path $MOUNT --lmv lmv1 --lov lov1 || exit 40 +${LMC} -m $config --add mtpt --node client --path $MOUNT2 --lmv lmv1 --lov lov1 || exit 41 -- 1.8.3.1