From f01c9cd26f972e98460d7f3609ca575a30b4226e Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 18 Aug 2004 05:10:48 +0000 Subject: [PATCH] Fix OST AMD - mark new OST active when it is added. b=4324 r=donm (original patch) --- lustre/utils/lmc | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/utils/lmc b/lustre/utils/lmc index b60e251..335572a 100755 --- 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))) -- 1.8.3.1