From: eeb Date: Fri, 17 Dec 2004 15:37:49 +0000 (+0000) Subject: * more ranal lconf fixes X-Git-Tag: 1.3.4~262 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=1328a80ff78acb0eb9075d3018ec44c52aec7552;p=fs%2Flustre-release.git * more ranal lconf fixes --- diff --git a/lustre/utils/lconf b/lustre/utils/lconf index b55da4f..d34c892 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -474,7 +474,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',) and not config.lctl_dump: + if srv.net_type in ('tcp','openib','iib','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) @@ -1445,7 +1445,7 @@ class RouteTable(Module): lo, hi): # only setup connections for tcp, openib, and iib NALs srvdb = None - if not net_type in ('tcp','openib','iib',): + if not net_type in ('tcp','openib','iib','ra'): return None # connect to target if route is to single node and this node is the gw