]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: FIX: Migration Raid0->Raid5 cannot be restarted correctly
authorAdam Kwolek <adam.kwolek@intel.com>
Tue, 14 Jun 2011 02:46:53 +0000 (12:46 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 14 Jun 2011 02:46:53 +0000 (12:46 +1000)
commite1c1d4f4427c0b2bc61914930de55019fdd3dabd
treedff2ccb3ba68532844111ec3733970e6b0f61754
parentd1877f697d8084755c80079bc3a8ee7f93788833
imsm: FIX: Migration Raid0->Raid5 cannot be restarted correctly

When array raid0 is migrated to raid5, reshape cannot be continued
correctly due to wrong array parameters settings.
Raid disks number is set too big.

There is no need, during raid0->raid5 migration to increase
info->array.raid_disks, it is already set to final value using
designation map information.

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