Klopt, RAID1 heeft als eigenschap dat beide schijven dezelfde data bevatten.
READ operaties gebeuren slechts van 1 disk, niet van beide disken "samen" zoals je de WRITE operaties dat inderdaad wel ziet doen.
Er bestaan een aantal "load balancing" mogelijkheden voor RAID1 afhangkelijk van OS (Linux/BSD)
Vandaar dat je toch die afwijking ziet met die 10/1
load
Read from the component with the lowest load.
prefer
Read from the component with the biggest priority.
round-robin
Use round-robin algorithm when choosing component to read.
split
Split read requests, which are bigger than or equal to slice size on N pieces, where N is the number of
active components. This is the default balance algorithm.