X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fllmount.sh;h=750c94cc91bcab85f3e923fb4b18180823e2abe6;hb=27991cb0ca98c5e2e172ec241efbc168354831a5;hp=253932f6c18ae56a0ad71c8c7b82fb628dd8bd80;hpb=941999e8515e1188b2fb45f8027df37c3a2b0693;p=fs%2Flustre-release.git diff --git a/lustre/tests/llmount.sh b/lustre/tests/llmount.sh index 253932f..750c94c 100755 --- a/lustre/tests/llmount.sh +++ b/lustre/tests/llmount.sh @@ -34,10 +34,10 @@ fi [ "$NODE" ] && node_opt="--node $NODE" [ "$DEBUG" ] && debug_opt="--ptldebug=$DEBUG" -${LCONF} $NOMOD --sec $SECURITY $portals_opt $lustre_opt $node_opt \ +${LCONF} $NOMOD --mds_sec $SECURITY $portals_opt $lustre_opt $node_opt \ ${REFORMAT:---reformat} $@ $conf_opt || exit 5 if [ "$MOUNT2" ]; then - $LLMOUNT -v -o sec=$SECURITY `hostname`:/mds1/client $MOUNT2 || exit 6 + $LLMOUNT -v -o mds_sec=$SECURITY `hostname`:/mds1/client $MOUNT2 || exit 6 fi