Whamcloud - gitweb
- fixed typo in lconf LMV:clanup_module()
[fs/lustre-release.git] / lustre / utils / lconf
index 99ffab2..ff9c71b 100755 (executable)
@@ -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
 
@@ -3445,7 +3445,7 @@ def main():
 
     lctl.end_record()
 
-    process_updates(db, config.record_device, config.record_log)
+    process_updates(lustreDB, config.record_device, config.record_log)
 
 if __name__ == "__main__":
     try: