atom feed27 messages in org.freebsd.freebsd-geomJournaling UFS with gjournal.
FromSent OnAttachments
Pawel Jakub DawidekJun 19, 2006 1:13 pm 
Niki DenevJun 19, 2006 6:32 pm 
Brooks DavisJun 19, 2006 6:57 pm 
Craig RodriguesJun 20, 2006 6:35 am 
Pawel Jakub DawidekJun 20, 2006 8:38 am 
Pawel Jakub DawidekJun 20, 2006 8:43 am 
Alex DupreJun 20, 2006 9:05 am 
Pawel Jakub DawidekJun 20, 2006 9:14 am 
Phil RegnauldJun 20, 2006 10:28 am 
Mike JakubikJun 20, 2006 7:20 pm 
Pawel Jakub DawidekJun 20, 2006 7:38 pm 
Xin LIJun 20, 2006 7:59 pm 
Mike JakubikJun 20, 2006 8:07 pm 
Bakul ShahJun 20, 2006 8:29 pm 
Scott LongJun 20, 2006 8:32 pm 
Ulrich SpoerleinJun 20, 2006 8:49 pm 
Pawel Jakub DawidekJun 20, 2006 8:52 pm 
Bruce EvansJun 21, 2006 3:30 pm 
Pawel Jakub DawidekJun 22, 2006 9:49 am 
Pawel Jakub DawidekJun 22, 2006 9:55 am 
Pawel Jakub DawidekJun 22, 2006 10:08 am 
Alexandr KovalenkoJun 23, 2006 8:22 am 
R. B. RiddickJun 23, 2006 8:38 am 
Alexandr KovalenkoJun 23, 2006 8:53 am 
Eric AndersonJun 23, 2006 3:20 pm 
Pawel Jakub DawidekJun 23, 2006 7:42 pm 
Peter JeremyJun 23, 2006 7:49 pm 
Subject:Journaling UFS with gjournal.
From:Brooks Davis (bro@one-eyed-alien.net)
Date:Jun 19, 2006 6:57:42 pm
List:org.freebsd.freebsd-geom

On Mon, Jun 19, 2006 at 03:11:01PM +0200, Pawel Jakub Dawidek wrote:

How it works (in short). You may define one or two providers which gjournal will use. If one provider is given, it will be used for both - data and journal. If two providers are given, one will be used for data and one for journal. Every few seconds (you may define how many) journal is terminated and marked as consistent and gjournal starts to copy data from it to the data provider. In the same time new data are stored in new journal. Let's call the moment in which journal is terminated as "journal switch".

Cool solution! I think I'll give this a try on my redundent mirror server at work. I'd be curious to see how gjournal performs with the journal on a battery backed ram disk like the gigabyte i-RAM:

http://www.giga-byte.com/Products/Storage/Products_Overview.aspx?ProductID=2180&ProductName=GC-RAMDISK

It seems like that could reduce or eliminate many of the performance issues in practice.

-- Brooks