Whamcloud - gitweb
Removed the deprecated forced-localhost DLM bits; they're confusing the
authorpschwan <pschwan>
Fri, 5 Jul 2002 20:55:57 +0000 (20:55 +0000)
committerpschwan <pschwan>
Fri, 5 Jul 2002 20:55:57 +0000 (20:55 +0000)
portals routing code and making me sad.

lustre/tests/common.sh

index c29c08a..9170c07 100644 (file)
@@ -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() {