]> git.karo-electronics.de Git - karo-tx-linux.git/commit
DM RAID: Add rebuild capability for RAID10
authorJonathan Brassow <jbrassow@redhat.com>
Mon, 24 Sep 2012 06:41:29 +0000 (16:41 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 24 Sep 2012 06:41:29 +0000 (16:41 +1000)
commita9aa81871286c90b8b93f0a187034096ba135c43
treea176ff2753bbc74992cd990832c15005b72a5b79
parentd4851637637d47fc116ca299967377dd1633f5c9
DM RAID: Add rebuild capability for RAID10

DM RAID:  Add code to validate replacement slots for RAID10 arrays

RAID10 can handle 'copies - 1' failures for each mirror group.  This code
ensures the user has provided a valid array - one whose devices specified for
rebuild do not exceed the amount of redundancy available.

Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Documentation/device-mapper/dm-raid.txt
drivers/md/dm-raid.c