X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fllrmount.sh;h=9bf287eccbdf26da6effde173467033f546cfd10;hb=93acd158c57c4c5d0fc751d46741231490c04707;hp=c559821940cdf6be8b4ebbe4e03eb9872939f616;hpb=25082b72dbe5a8e94a071632b86f45afadc706b4;p=fs%2Flustre-release.git diff --git a/lustre/tests/llrmount.sh b/lustre/tests/llrmount.sh index c559821..9bf287e 100755 --- a/lustre/tests/llrmount.sh +++ b/lustre/tests/llrmount.sh @@ -6,8 +6,12 @@ NAME=${NAME:-local} config=$NAME.xml mkconfig=$NAME.sh +if [ "$PORTALS" ]; then + portals_opt="--portals=$PORTALS" +fi + if [ ! -f $config -o $mkconfig -nt $config ]; then sh $mkconfig $config || exit 1 fi -${LCONF} --gdb $config || exit 2 +${LCONF} $portals_opt --gdb $config || exit 2