From f90f30550bb7a537b4c648b234821eb1abe214f4 Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 1 Jul 2005 03:05:08 +0000 Subject: [PATCH] b=6017 r=adilger add a $ to the device in the lctl command for --abort-recovery --- lustre/utils/lconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.3.1