From 0f026631569dd89c1e4278b5e2d13eaee2939431 Mon Sep 17 00:00:00 2001 From: eeb Date: Tue, 1 Feb 2005 11:58:00 +0000 Subject: [PATCH] * ranal debugging and lconf support --- lustre/utils/lconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index ada1d8b..c6049b8 100755 --- 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) -- 1.8.3.1