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:
1b69d45
)
Removed the deprecated forced-localhost DLM bits; they're confusing the
author
pschwan
<pschwan>
Fri, 5 Jul 2002 20:55:57 +0000
(20:55 +0000)
committer
pschwan
<pschwan>
Fri, 5 Jul 2002 20:55:57 +0000
(20:55 +0000)
portals routing code and making me sad.
lustre/tests/common.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/common.sh
b/lustre/tests/common.sh
index
c29c08a
..
9170c07
100644
(file)
--- a/
lustre/tests/common.sh
+++ b/
lustre/tests/common.sh
@@
-150,14
+150,7
@@
setup_opts() {
setup_variables() {
[ -z "$OSTNODE" ] && OSTNODE=$SERVER
[ -z "$MDSNODE" ] && MDSNODE=$SERVER
-
- if [ -z "$DLM" ]; then
- if [ "$LOCALHOST" == "$SERVER" ]; then
- DLM=localhost
- else
- DLM=$SERVER
- fi
- fi
+ [ -z "$DLM" ] && DLM=$SERVER
}
setup_portals() {