Whamcloud - gitweb
- landing of b_hd_cleanup_merge to HEAD.
[fs/lustre-release.git] / lustre / tests / llrmount.sh
index 5aa8601..9a5cbfa 100755 (executable)
@@ -4,6 +4,7 @@ export PATH=`dirname $0`/../utils:$PATH
 
 LCONF=${LCONF:-lconf}
 NAME=${NAME:-local}
+LLMOUNT=${LLMOUNT:-llmount}
 
 config=$NAME.xml
 mkconfig=$NAME.sh
@@ -28,3 +29,8 @@ fi
 [ "$NODE" ] && node_opt="--node $NODE"
 
 ${LCONF} $NOMOD $portals_opt $lustre_opt $node_opt $@ $conf_opt || exit 2
+
+if [ "$MOUNT2" ]; then
+       $LLMOUNT -v `hostname`:/mds1/client $MOUNT2 || exit 3
+fi
+