Skip to content
Commit 32644afd authored by NeilBrown's avatar NeilBrown
Browse files

md/raid1: fix bug in read_balance introduced by hot-replace



When we added hot_replace we doubled the number of devices
that could be in a RAID1 array.  So we doubled how far read_balance
would search.  Unfortunately we didn't double the point at which
it looped back to the beginning - so it effectively loops over
all non-replacement disks twice.
This doesn't cause bad behaviour, but it pointless and means we
never read from replacement devices.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent fab363b5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment