[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080421080111.GD14446@one.firstfloor.org>
Date: Mon, 21 Apr 2008 10:01:11 +0200
From: Andi Kleen <andi@...stfloor.org>
To: Andi Kleen <andi@...stfloor.org>, Theodore Tso <tytso@....edu>,
Eric Sandeen <sandeen@...hat.com>,
Alexey Zaytsev <alexey.zaytsev@...il.com>,
linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org,
Rik van Riel <riel@...riel.com>
Subject: Re: Mentor for a GSoC application wanted (Online ext2/3 filesystem checker)
On Mon, Apr 21, 2008 at 12:42:42AM +0100, Jamie Lokier wrote:
> Andi Kleen wrote:
> > [LVM] always disables barriers if you don't apply a so far unmerged
> > patch that enables them in some special circumstances (only single
> > backing device)
>
> (I continue to be surprised at the un-safety of Linux fsync)
Note barrier less does not necessarily always mean unsafe fsync,
it just often means that.
Also surprisingly lot more syncs or write cache off tend to lower the MTBF
of your disk significantly, so "unsafer" fsync might actually be more safe
for your unbackuped data.
> > Not having barriers sometimes makes your workloads faster (and less
> > safe) and in other cases slower.
>
> I'm curious, how does it make them slower? Merely not issuing barrier
> calls seems like it will always be the same speed or faster.
Some setups detect the no barrier case and switch to full sync + wait
(or write cache off) which depending on the disk supporting NCQ can be slower.
-Andi
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists