]> git.ipfire.org Git - thirdparty/mdadm.git/commit
DDF: ddf_process_update: Fix updates for SVDs
authormwilck@arcor.de <mwilck@arcor.de>
Mon, 8 Jul 2013 21:50:48 +0000 (23:50 +0200)
committerNeilBrown <neilb@suse.de>
Wed, 10 Jul 2013 00:43:05 +0000 (10:43 +1000)
commitc5943560f8d4a96f4300125d1e8d23bad09018f0
tree5483389d60602edf8c132c3e4791ccf87c5f9493
parented5ff7a22b2e253c220922765a8a7b5b75fa974a
DDF: ddf_process_update: Fix updates for SVDs

The "indirect" code path for adding VDs was not working correctly
for secondary RAID level. The "other BVDs" were not transmitted
to mdmon. Thus mdmon wouldn't build up correct information, and
RAID creation would fail when mdmon was already running on the container.

This patch fixes this.

Signed-off-by: NeilBrown <neilb@suse.de>
super-ddf.c