From: yury Date: Fri, 17 Jun 2005 16:44:54 +0000 (+0000) Subject: - fix in lmv.sh to use it along with sanityN.sh X-Git-Tag: 1.4.10~997 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=8cd87b1e68dd4593287febf9a93315aadb285aa0;p=fs%2Flustre-release.git - fix in lmv.sh to use it along with sanityN.sh --- 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