From: yury Date: Tue, 17 Aug 2004 11:28:40 +0000 (+0000) Subject: - fixed typo in lconf LMV:clanup_module() X-Git-Tag: 1.3.4~472 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b3d839c2925f4e7f19fd06841b7302bc827956f3;p=fs%2Flustre-release.git - fixed typo in lconf LMV:clanup_module() --- diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 3cb8ba9..ff9c71b 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -1476,7 +1476,7 @@ class LMV(Module): def cleanup_module(self): Module.cleanup_module(self) - for mds in self.mdclist: + for mdc in self.mdclist: mdc.cleanup_module() break