[Devel] Re: [RFC] IO scheduler based IO controller V9

Jens Axboe jens.axboe at oracle.com
Wed Sep 9 02:41:10 PDT 2009


On Tue, Sep 08 2009, Vivek Goyal wrote:
> On Mon, Sep 07, 2009 at 03:40:53PM +0800, Gui Jianfeng wrote:
> > Hi Vivek,
> > 
> > I happened to encount a bug when i test IO Controller V9.
> > When there are three tasks to run concurrently in three group,
> > that is, one is parent group, and other two tasks are running 
> > in two different child groups respectively to read or write 
> > files in some disk, say disk "hdb", The task may hang up, and 
> > other tasks which access into "hdb" will also hang up.
> > 
> > The bug only happens when using AS io scheduler.
> > The following scirpt can reproduce this bug in my box.
> > 
> 
> Hi Gui,
> 
> I tried reproducing this on my system and can't reproduce it. All the
> three processes get killed and system does not hang.

The key factor is likely the old IDE driver, since this is IO scheduler
related. It probably works if Gui uses libata instead, and you can
probably reproduce if you could use drivers/ide/ on a disk.

So the likely culprit is probably a missing queue restart somewhere on
IO completion.

-- 
Jens Axboe

_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers




More information about the Devel mailing list