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:
b3d839c
)
Fix OST AMD - mark new OST active when it is added.
author
adilger
<adilger>
Wed, 18 Aug 2004 05:10:48 +0000
(
05:10
+0000)
committer
adilger
<adilger>
Wed, 18 Aug 2004 05:10:48 +0000
(
05:10
+0000)
b=4324
r=donm (original patch)
lustre/utils/lmc
patch
|
blob
|
history
diff --git
a/lustre/utils/lmc
b/lustre/utils/lmc
index
b60e251
..
335572a
100755
(executable)
--- a/
lustre/utils/lmc
+++ b/
lustre/utils/lmc
@@
-711,6
+711,7
@@
def lov_mod_obd(gen, lustre, lov, tgt, osc_uuid, options):
else:
gener = int(tgt.getAttribute('generation')) + 1
tgt.setAttribute('generation', str(gener))
+ tgt.setAttribute('active', '1')
lov_index = int(tgt.getAttribute('index'))
addUpdate(gen, lustre, gen.add(getUUID(lov), osc_uuid, str(lov_index),
str(gener)))