]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: fix bug in raid0 -> raid5 conversion.
authorNeilBrown <neilb@suse.de>
Tue, 25 Jun 2013 05:52:58 +0000 (15:52 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 25 Jun 2013 05:52:58 +0000 (15:52 +1000)
commitdea3786ae2cf74ecb0087d1bea1aa04e9091ad5c
treecec1e61f075532d0421c95d03f815cb616192ceb
parent688eb823bc07b080d045c415836ceb6fff02cce0
Grow: fix bug in raid0 -> raid5 conversion.

The moment we change a RAID0 to a RAID5 it will try to recovery.  This
will abort quite quickly as there are not spare devices, but it could
confuse the attempt to freeze the array.

So allow 'freeze' to work even on a recovering array.

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