]> git.ipfire.org Git - thirdparty/mdadm.git/commit
FIX: Block reshaped array monitoring
authorAdam Kwolek <adam.kwolek@intel.com>
Wed, 9 Mar 2011 22:57:39 +0000 (09:57 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 9 Mar 2011 22:57:39 +0000 (09:57 +1100)
commitb8063f0770e2a5d4a6dedc3bdc6ee114d1a7c4b7
tree96e77e8dab23ab383ca82741a2181414cab2b11a
parent3db2fdd83486c41eed7c65705f23c9ef9f8c4487
FIX: Block reshaped array monitoring

When array under reshape is assembled it has to be disabled from
monitoring as soon as possible. It can occur that this is i.e second
array in container and mdmon is loaded already.
Lack of blocking monitoring can cause change array state to active,
and reshape continuation will be not possible.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Assemble.c