Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
666bf3e
)
b=6017
author
jacob
<jacob>
Fri, 1 Jul 2005 03:05:08 +0000
(
03:05
+0000)
committer
jacob
<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
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf
b/lustre/utils/lconf
index
75f6f09
..
be78a0e
100755
(executable)
--- 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)