Skip to content
Snippets Groups Projects
Commit 8cd87b1e authored by Yury Umanets's avatar Yury Umanets
Browse files

- fix in lmv.sh to use it along with sanityN.sh

parent 325b9256
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ rm -f $config ...@@ -38,6 +38,7 @@ rm -f $config
# create nodes # create nodes
${LMC} -m $config --add node --node localhost || exit 10 ${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 ${LMC} -m $config --add net --node localhost --nid `hostname` --nettype tcp || exit 11
# configure mds server # configure mds server
...@@ -61,3 +62,4 @@ for num in `seq $OSTCOUNT`; do ...@@ -61,3 +62,4 @@ for num in `seq $OSTCOUNT`; do
done done
${LMC} -m $config --add mtpt --node localhost --path $MOUNT --lmv lmv1 --lov lov1 || exit 40 ${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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment