md/raid10: Don't try to recovery unmatched (and unused) chunks.
commit2e9e8f43671774f754629eda8489946bf09fe4fc
authorNeilBrown <neilb@suse.de>
Tue, 3 Jul 2012 00:37:30 +0000 (3 10:37 +1000)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 12 Jul 2012 03:32:05 +0000 (12 04:32 +0100)
treea368b454737d9a76c281778699f68a3c69952c2c
parent6f00b2dd2b9224f7ca8b57ab012b8050813533d0
md/raid10: Don't try to recovery unmatched (and unused) chunks.

commit fc448a18ae6219af9a73257b1fbcd009efab4a81 upstream.

If a RAID10 has an odd number of chunks - as might happen when there
are an odd number of devices - the last chunk has no pair and so is
not mirrored.  We don't store data there, but when recovering the last
device in an array we retry to recover that last chunk from a
non-existent location.  This results in an error, and the recovery
aborts.

When we get to that last chunk we should just stop - there is nothing
more to do anyway.

This bug has been present since the introduction of RAID10, so the
patch is appropriate for any -stable kernel.

Reported-by: Christian Balzer <chibi@gol.com>
Tested-by: Christian Balzer <chibi@gol.com>
Signed-off-by: NeilBrown <neilb@suse.de>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/md/raid10.c