Re: RAID HDDs spin up sequence

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01/31/2011 06:07 PM, Piergiorgio Sartor wrote:
That's interesting information. I suspected something
like async access could have happened.
Is this confirmed? Are the requests from md to the
device layer asynchronous?

Yes, it sends down requests to all drives simultaneously to achieve maximum performance. This is the main purpose of raid-5.

How about libata? Does this serialize wake ups?

It doesn't.  It will wake them all up at once.

If you want to force serial wakeup, you would need to do some hacking in libata or the scsi layer to only allow one wakeup request at once. Of course, with a 6 disk raid where each disk takes 6 seconds to spin up, you will be waiting 36 seconds to get your data. Not exactly desirable.
--
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


[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux