disk scheduler

Pierre Abbat phma at phma.optus.nu
Sun Mar 6 11:38:16 PST 2011


On Sunday 06 March 2011 13:28:09 Alex Hornung wrote:
> FQ is a fair-queuing policy, primarily designed to balance the I/O
> between different processes taking into account the average latency of
> each request and the number of requests. It additionally avoids read
> starvation by giving higher priority to reads whenever they are
> available. It essentially should improve interactivity when I/O
> intensive (write intensive in particular) processes are running, like
> hammer rebalance, etc.

Sounds good. I've set it to fq. Looking at the code, I saw a note about 
reading something that has been scheduled to be written but hasn't been 
written yet. Does that work right?

Pierre

-- 
Don't buy a French car in Holland. It may be a citroen.





More information about the Users mailing list