From: rread Date: Thu, 31 Oct 2002 17:50:53 +0000 (+0000) Subject: * teach lconf about ktoenal.o X-Git-Tag: 0.5.16~54 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=07a64965a892c04dcb6278c8b378364b61c49fa4;p=fs%2Flustre-release.git * teach lconf about ktoenal.o --- 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':