On Thursday January 19, lists@xxxxxxxxxx wrote: > > Sorry for flooding ;) > > I have the following configuration : > - two disks (hda and sda) > - each disk has 2 partitions (hda1/sda1) and (hda2/sda2) > - two raid1 md devices are made : > md0 = sda1 + hda1, contains the OS > md1 = sda2 + hda2, contains a database > > I made 2 devices because I wanted to use different FS's. > > When rebuilding md1, it does not realize accesses to md0 wait for the > same disks. Thus reconstruction of md1 runs happily at full speed, and the > machine is dog slow, because the OS and everything is on md0. Hmmm.. it should. md measures activity on a component by looking at the activity of the whole device holding that component. So any activity on hda or sda should slow down rebuild of md0 or md1. It is very strange that it doesn't... What kernel are you using? NeilBrown - 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