]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Check and remove bitmap first when reshape to raid0
authorXiao Ni <xni@redhat.com>
Tue, 22 Dec 2015 03:09:34 +0000 (11:09 +0800)
committerNeilBrown <neilb@suse.com>
Tue, 22 Dec 2015 04:16:08 +0000 (15:16 +1100)
commitf7cf9699dc0570ab4bce6d077ba51c329644cf7e
tree30e400c1bc7f67f7a06938be531dd9760b95d1f6
parent38c2e05b6a2851dd288009e85f2987bd05ce5835
Check and remove bitmap first when reshape to raid0

If reshape one raid device with bitmap to raid0, the reshape progress will
start. But it'll fail and lose some components. So it should remove bitmap
first.

Signed-off-by: Xiao Ni <xni@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.com>
Grow.c