From 07a64965a892c04dcb6278c8b378364b61c49fa4 Mon Sep 17 00:00:00 2001 From: rread Date: Thu, 31 Oct 2002 17:50:53 +0000 Subject: [PATCH] * teach lconf about ktoenal.o --- lustre/utils/lconf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index b1822a1..7ec5e68 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -286,6 +286,7 @@ class LCTLInterface: run lctl using the command line """ cmd = string.join(map(str,args)) + debug("+", self.lctl, cmd) rc, out = run(self.lctl, cmd) if rc: raise CommandError(self.lctl, out, rc) @@ -771,6 +772,8 @@ class Network(Module): self.add_module('portals/linux/router', 'kptlrouter') if self.net_type == 'tcp': self.add_module('portals/linux/socknal', 'ksocknal') + if self.net_type == 'toe': + self.add_module('portals/linux/toenal', 'ktoenal') if self.net_type == 'elan': self.add_module('portals/linux/rqswnal', 'kqswnal') if self.net_type == 'gm': -- 1.8.3.1