]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Disk removal support for Raid10->Raid0 takeover
authorAdam Kwolek <adam.kwolek@intel.com>
Mon, 29 Nov 2010 00:57:51 +0000 (11:57 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 29 Nov 2010 00:57:51 +0000 (11:57 +1100)
commit62a48395f60965d04da1a9cbb937bda79dd071c8
tree8234d33039a23d7c39a6a6c7497a45214daaf4a9
parent746a6567d37e7dac1b9174137ed50143de203e15
Disk removal support for Raid10->Raid0 takeover

Until now Raid10->Raid0 takeover was possible only if all the mirrors
where removed before md starts the takeover.  Now mdadm, when
performing Raid10->raid0 takeover, will remove all unwanted mirrors
from the array before actual md takeover is called.

Signed-off-by: Maciej Trela <maciej.trela@intel.com>
Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c