]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
Grow: add raid10 reshape.
authorNeilBrown <neilb@suse.de>
Thu, 4 Oct 2012 06:34:21 +0000 (16:34 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 4 Oct 2012 06:34:21 +0000 (16:34 +1000)
commit19ceb16dafb7df98ff90298008d4488dc93b370a
treed2bde24cecddbd845c205eef68404a97df80597c
parentb48e2e25c4abce2874aa1f81e001a8047d3319ea
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