[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <18364.61455.517441.304953@notabene.brown>
Date: Thu, 21 Feb 2008 14:29:19 +1100
From: Neil Brown <neilb@...e.de>
To: device-mapper development <dm-devel@...hat.com>
Cc: David Chinner <dgc@....com>, Andi Kleen <andi@...stfloor.org>,
Michael Tokarev <mjt@....msk.ru>, linux-kernel@...r.kernel.org
Subject: Re: [dm-devel] Re: [PATCH] Implement barrier support for single
device DM devices
On Monday February 18, jeremy@....com wrote:
>
>
> I'll put it even more strongly. My experience is that disabling write
> cache plus disabling barriers is often much faster than enabling both
> barriers and write cache enabled, when doing metadata intensive
> operations, as long as you have a drive that is good at CTQ/NCQ.
Doesn't this speed gain come at a correctness cost? Barriers aren't
only about flushed the write cache. They are also about preventing
re-ordering, both at the "elevator" layer and inside the device.
If the device does CTQ, it could re-order requests could it not?
Then two writes sent from the fs could make it to media in the wrong
order, and a power failure in between could corrupt your data.
Or am I misunderstanding something ??
(of course this only applies to XFS where disabling barriers means
"hope for the best", as opposed to ext3 where disabling barriers means
"don't trust the device, impose explicit ordering").
NeilBrown
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists