Whamcloud - gitweb
* ranal debugging and lconf support
authoreeb <eeb>
Tue, 1 Feb 2005 11:58:00 +0000 (11:58 +0000)
committereeb <eeb>
Tue, 1 Feb 2005 11:58:00 +0000 (11:58 +0000)
lustre/utils/lconf

index ada1d8b..c6049b8 100755 (executable)
@@ -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)