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:
68c7994
)
Fix breakage in lconf.
author
adilger
<adilger>
Sat, 5 Oct 2002 04:31:45 +0000
(
04:31
+0000)
committer
adilger
<adilger>
Sat, 5 Oct 2002 04:31:45 +0000
(
04:31
+0000)
I guess when you are doing recovery, you never shut down cleanly...
lustre/utils/lconf
patch
|
blob
|
history
diff --git
a/lustre/utils/lconf
b/lustre/utils/lconf
index
7bdb9e8
..
c2aa311
100755
(executable)
--- a/
lustre/utils/lconf
+++ b/
lustre/utils/lconf
@@
-127,7
+127,7
@@
class Config:
def force(self, flag = None):
if flag: self._force = flag
- return self._f
lag
+ return self._f
orce
def node(self, val = None):
if val: self._node = val