Whamcloud - gitweb
b=6017
authorjacob <jacob>
Fri, 1 Jul 2005 03:05:08 +0000 (03:05 +0000)
committerjacob <jacob>
Fri, 1 Jul 2005 03:05:08 +0000 (03:05 +0000)
r=adilger

add a $ to the device in the lctl command for --abort-recovery

lustre/utils/lconf

index 75f6f09..be78a0e 100755 (executable)
@@ -656,7 +656,7 @@ class LCTLInterface:
     def abort_recovery(self, name):
         cmds = """
   ignore_errors
-  device %s
+  device $%s
   abort_recovery
   quit""" % (name)
         self.run(cmds)