Originally posted by: nagger
The second copy is only read if the first was actually busy when the read request is made. If the first is not busy it is always used and makes no performance difference. Typically the second starts getting used for read when the first disk gets above ~66% busy. Using the first one most of the time also helps with caches.
This makes sense and also makes sure one disk gets a lot more use than the other.
This is a good thing. The first disk is much more likely to fail due to wear and tear before the second - which is relatively unused. This is VERY GOOD as it let you replace the duff disk with a lower risk of the surviving disk failing too.
Hope this helps, N