From: jacob Date: Fri, 1 Jul 2005 03:05:08 +0000 (+0000) Subject: b=6017 X-Git-Tag: v1_7_140~1^12~3^2~55^5~123 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f90f30550bb7a537b4c648b234821eb1abe214f4;p=fs%2Flustre-release.git b=6017 r=adilger add a $ to the device in the lctl command for --abort-recovery --- diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 75f6f09..be78a0e 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -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)