David Dougall wrote:
reads from a Raid1 md device will always round-robin between
the devices to increase performance.
If it was round-robin that would actually decrease the performance, it's
locality based. It reads from the RAID member that last operated in the
physical vicinity of the requested data to be read. ie it minimize the
distance disk heads have to move. This is one way RAID1 lowers average
seek time.
-ryan
-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html