Whamcloud - gitweb
b=7047
authornic <nic>
Wed, 12 Oct 2005 17:58:10 +0000 (17:58 +0000)
committernic <nic>
Wed, 12 Oct 2005 17:58:10 +0000 (17:58 +0000)
p=adilger
r=nic

fix typo that was preventing lconf --abort_recovery from working

lustre/utils/lconf

index 47e91f6..1a83a71 100755 (executable)
@@ -676,7 +676,7 @@ class LCTLInterface:
             self.cleanup(name, uuid, 0)
             raise e
         if (config.abort_recovery):
-            if (type == 'obdfilter' or type == 'mdt'):
+            if (type == 'obdfilter' or type == 'mds'):
                 self.abort_recovery(name)
 
     # cleanup a device