Re: Pluggable Disk Schedulers in GEOM

From: Paul Allen <nospam_at_nospam.com>
Date: Fri, 5 Jan 2007 13:25:43 -0800
>From Luigi Rizzo <rizzo_at_icir.org>, Fri, Jan 05, 2007 at 10:29:05AM -0800:
> Essentially, a process doing e.g. a 'cvs checkout' on a large
> tree will still kill the performance of your disk no matter     
> which scheduler you are using (elevator, hybrid, the dumb one that
> we wrote as an example). The reasons, i suspect, are a mixture
> of the ones described above.

Interaction of the disk scheduler and softupdates?  As I understand
the softupdate code, the disk scheduler would be ignorant of I/O that 
depends on the completion of certain writes because issuing that I/O
to the lower layers is delayed until the equiv of bio_done occurs.

I don't see what use a disk scheduler would be unless it is possible
to push information about any partial ordering requirements down to
the level at which the scheduler can see and enforce them.

As you alude to, the scheduler cannot do anything useful unless it sees
a comprehensive picture of the pending I/O.

                                       -Paul
Received on Fri Jan 05 2007 - 20:52:23 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:04 UTC