]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Assemble.c
FIX: Array is not run when expansion disks are added
authorAdam Kwolek <adam.kwolek@intel.com>
Tue, 7 Feb 2012 14:03:19 +0000 (15:03 +0100)
committerNeilBrown <neilb@suse.de>
Thu, 9 Feb 2012 01:20:51 +0000 (12:20 +1100)
commit111e9fdaa8a5084bd329819a0906a685b2271c0d
tree9838227e9133979a9b12443374e5ac69dd18e131
parentd2bde6d3aa9468ddf0965f09907a666b92186e42
FIX: Array is not run when expansion disks are added

When added disk is disk added by expansion and this is last disk added
to array, assemble_container_content() will not even try to run such array.

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