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:
10f08bc
)
* ranal debugging and lconf support
author
eeb
<eeb>
Tue, 1 Feb 2005 11:58:00 +0000
(11:58 +0000)
committer
eeb
<eeb>
Tue, 1 Feb 2005 11:58:00 +0000
(11:58 +0000)
lustre/utils/lconf
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf
b/lustre/utils/lconf
index
ada1d8b
..
c6049b8
100755
(executable)
--- a/
lustre/utils/lconf
+++ b/
lustre/utils/lconf
@@
-465,7
+465,7
@@
class LCTLInterface:
def connect(self, srv):
self.add_uuid(srv.net_type, srv.nid_uuid, srv.nid)
- if srv.net_type in ('tcp','openib','iib','vib') and not config.lctl_dump:
+ if srv.net_type in ('tcp','openib','iib','vib'
,'ra'
) and not config.lctl_dump:
if srv.hostaddr[0]:
hostaddr = string.split(srv.hostaddr[0], '/')[0]
self.add_peer(srv.net_type, srv.nid, hostaddr, srv.port)