From: pschwan Date: Fri, 5 Jul 2002 20:55:57 +0000 (+0000) Subject: Removed the deprecated forced-localhost DLM bits; they're confusing the X-Git-Tag: 0.5.0~21 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f95a7dc247dc663f4af4dc9aa093d82fcec57591;p=fs%2Flustre-release.git Removed the deprecated forced-localhost DLM bits; they're confusing the portals routing code and making me sad. --- diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index c29c08a..9170c07 100644 --- 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() {