Re: scsi vs ide performance on fsync's

From: Chris Mason (mason@suse.com)
Date: Thu Mar 08 2001 - 10:45:32 EST


On Wednesday, March 07, 2001 08:56:59 PM +0000 "Stephen C. Tweedie"
<sct@redhat.com> wrote:

> Hi,
>
> On Wed, Mar 07, 2001 at 09:15:36PM +0100, Jens Axboe wrote:
>> On Wed, Mar 07 2001, Stephen C. Tweedie wrote:
>> >
>> > For most fs'es, that's not an issue. The fs won't start writeback on
>> > the primary disk at all until the journal commit has been acknowledged
>> > as firm on disk.
>>
>> But do you then force wait on that journal commit?
>
> It doesn't matter too much --- it's only the writeback which is doing
> this (ext3 uses a separate journal thread for it), so any sleep is
> only there to wait for the moment when writeback can safely begin:
> users of the filesystem won't see any stalls.

It is similar under reiserfs unless the log is full and new transactions
have to wait for flushes to free up the log space. It is probably valid to
assume the dedicated log device will be large enough that this won't happen
very often, or fast enough (nvram) that it won't matter when it does happen.

>
>> A barrier operation is sufficient then. So you're saying don't
>> over design, a simple barrier is all you need?
>
> Pretty much so. The simple barrier is the only thing which can be
> effectively optimised at the hardware level with SCSI anyway.
>

The simple barrier is a good starting point regardless. If we can find
hardware where it makes sense to do cross queue barriers (big raid
controllers?), it might be worth trying.

-chris

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



This archive was generated by hypermail 2b29 : Thu Mar 15 2001 - 21:00:08 EST