Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da65d68
)
b=7238
author
nic
<nic>
Wed, 14 Dec 2005 16:19:33 +0000
(16:19 +0000)
committer
nic
<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
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
0a4f437
..
fa684c1
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-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