kernel: disk scheduler: set policy of md1 to noop

Venkatesh Srinivas me at endeavour.zapto.org
Mon May 12 22:59:27 PDT 2014


On Mon, May 12, 2014 at 10:53 PM, Siju George <sgeorge.ml2 at gmail.com> wrote:
> Hi,
>
> I get these messages on the console of my server. What do they mean?

Every disk on a DragonFly system has a disk scheduler which queues &
sorts BIOs to the disk. The default scheduler is 'noop', which issues
down the BIOs in the order it receives them, with no delays or
reordering. 'FQ' (fair queuing) is also available as a scheduler.

HTH,
-- vs;



More information about the Users mailing list