Whamcloud - gitweb
b=7238
authornic <nic>
Wed, 14 Dec 2005 16:19:33 +0000 (16:19 +0000)
committernic <nic>
Wed, 14 Dec 2005 16:19:33 +0000 (16:19 +0000)
we don't need to tell llmount about -o port=XXXX, lnet does that with module
    options now

lustre/tests/test-framework.sh

index 0a4f437..fa684c1 100644 (file)
@@ -43,11 +43,6 @@ init_test_env() {
     export FSYTPE=${FSTYPE:-"ext3"}
 
     if [ "$ACCEPTOR_PORT" ]; then
-        if [ -z "$MOUNTOPT" ]; then
-            export MOUNTOPT="port=$ACCEPTOR_PORT"
-        else
-            export MOUNTOPT="$MOUNTOPT,port=$ACCEPTOR_PORT"
-        fi
         export PORT_OPT="--port $ACCEPTOR_PORT"
     fi