]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: add raid10 reshape.
authorNeilBrown <neilb@suse.de>
Wed, 9 May 2012 10:49:32 +0000 (20:49 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 9 May 2012 10:49:32 +0000 (20:49 +1000)
commit2368e66a1a8c1907eb834987926ebb039c5bcad6
treedd42fefb223a0223417258d32753688e4b2848d9
parent75d5509b93598698ef369d1b97aae7816c6c9e10
Grow: add raid10 reshape.

RAID10 reshape requires that data_offset be changed.
So we only allow it if the new_data_offset attribute is available,
and we compute a suitable change in data offset.

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