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:
9578b30
)
Fix for bug 5511
author
nkj
<nkj>
Fri, 28 Jan 2005 20:22:15 +0000
(20:22 +0000)
committer
nkj
<nkj>
Fri, 28 Jan 2005 20:22:15 +0000
(20:22 +0000)
lustre/utils/lconf
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf
b/lustre/utils/lconf
index
6de734a
..
ada1d8b
100755
(executable)
--- a/
lustre/utils/lconf
+++ b/
lustre/utils/lconf
@@
-962,7
+962,7
@@
def sys_get_elan_position_file():
def sys_get_local_nid(net_type, wildcard, cluster_id):
"""Return the local nid."""
local = ""
- if sys_get_elan_position_file():
+ if sys_get_elan_position_file()
and net_type == 'elan'
:
local = sys_get_local_address('elan', '*', cluster_id)
else:
local = sys_get_local_address(net_type, wildcard, cluster_id)