linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Questions about RAID and I/O scheduler
@ 2010-03-31 20:24 Yuehai Xu
  2010-04-02  8:02 ` Corrado Zoccolo
  0 siblings, 1 reply; 2+ messages in thread
From: Yuehai Xu @ 2010-03-31 20:24 UTC (permalink / raw)
  To: linux-raid; +Cc: linux-kernel, yhxu, czoccolo, neilb, jens.axboe

Hi,

I noticed that some one said NOOP is usually the default I/O scheduler
for hardware RAID. Why not CFQ? Suppose there are just several
sequential read processes, as I know CFQ will keep all the disk heads
of hard raid to serve a process for a while(a time slice), in that
case, CFQ should be the best of all I/O schedulers. Am I right?
Generally, hard raid should have its own I/O scheduler in their
firmware, in that case, the I/O scheduler of OS should do nothing
except dispatch the requests as soon as possible, it is the hard raid
itself to decide how to schedule these requests. From this point of
view, NOOP should be the default one. I am really confused here.

The next question is about the maximal number of disks in disk array,
the fault tolerance should be one limitation because the more the
number of disks, the higher chance of failure. However, may throughput
also be one limitation? Do you know anyone use disk array which
contains large number of disks to handle small requests? Such as 256
disks to handle 4K requests?

Thanks!

Yuehai

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-02  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31 20:24 Questions about RAID and I/O scheduler Yuehai Xu
2010-04-02  8:02 ` Corrado Zoccolo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).