]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: add raid10 reshape.
authorNeilBrown <neilb@suse.de>
Sun, 20 May 2012 23:42:27 +0000 (09:42 +1000)
committerNeilBrown <neilb@suse.de>
Sun, 20 May 2012 23:42:27 +0000 (09:42 +1000)
commit9cf154394476f7f1d2b8852bd50b7fcb65d804dc
treedab264a0e606bad811e02dc9aac359df21a7699c
parent3c0cb0d21ecc183e82205e680ef441ee8ebe6291
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