Re: [ANNOUNCE] Ramback: faster than a speeding bullet

From: Rik van Riel
Date: Mon Mar 10 2008 - 15:01:38 EST


On Mon, 10 Mar 2008 09:22:13 +0000
Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> wrote:

> > So now you can ask some hard questions: what if the power goes out
> > completely or the host crashes or something else goes wrong while
> > critical data is still in the ramdisk? Easy: use reliable components.
>
> Nice fiction - stuff crashes eventually - not that this isn't useful. For
> a long time simply loading a 2-3GB Ramdisk off hard disk has been a good
> way to build things like compile engines where loss of state is not bad.
>
> > If UPS power runs out while ramback still holds unflushed dirty data
> > then things get ugly. Hopefully a fsck -f will be able to pull
> > something useful out of the mess. (This is where you might want to be
> > running Ext3.) The name of the game is to install sufficient UPS power
> > to get your dirty ramdisk data onto stable storage this time, every
> > time.
>
> Ext3 is only going to help you if the ramdisk writeback respects barriers
> and ordering rules ?

That could get ugly when ext3 has written to the same block multiple
times. To get some level of consistency, ramback would need to keep
around the different versions and flush them in order.

--
All rights reversed.
--
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/