Re: Btrfs v0.16 released

From: tvrtko . ursulin
Date: Thu Aug 07 2008 - 11:08:23 EST


Chris Mason wrote on 07/08/2008 11:34:02:

> > > * Helper threads for checksumming and other background tasks. Most
CPU
> > > intensive operations have been pushed off to helper threads to take
> > > advantage of SMP machines. Streaming read and write throughput now
> > > scale to disk speed even with checksumming on.
> >
> > Can this lead to the same Priority Inversion issues as seen with
> > kjournald?
>
> Yes, although in general only the helper threads end up actually doing
> the IO for writes. Unfortunately, they are almost but not quite an
> elevator. It is tempting to try sorting the bios on the helper queues
> etc. But I haven't done that because it gets into starvation and other
> fun.
>
> I haven't done any real single cpu testing, it may make sense in those
> workloads to checksum and submit directly in the calling context. But
> real single cpu boxes are harder to come by these days.

[just jumping in as a casual bystander with one remark]

For this purpose it seems booting up with limiting to one CPU should be
sufficient.

Tvrtko


Sophos Plc, The Pentagon, Abingdon Science Park, Abingdon,
OX14 3YP, United Kingdom.

Company Reg No 2096520. VAT Reg No GB 348 3873 20.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/