From owner-freebsd-geom@FreeBSD.ORG Fri Oct 27 13:27:16 2006 Return-Path: X-Original-To: freebsd-geom@FreeBSD.org Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7066516A4D2; Fri, 27 Oct 2006 13:27:16 +0000 (UTC) (envelope-from etc@fluffles.net) Received: from auriate.fluffles.net (a83-68-3-169.adsl.cistron.nl [83.68.3.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 512A043DC4; Fri, 27 Oct 2006 13:25:57 +0000 (GMT) (envelope-from etc@fluffles.net) Received: from destiny ([10.0.0.21]) by auriate.fluffles.net with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GdRiR-000D1O-Bb; Fri, 27 Oct 2006 15:25:43 +0200 Message-ID: <454208D6.7000006@fluffles.net> Date: Fri, 27 Oct 2006 15:25:42 +0200 From: Fluffles User-Agent: Thunderbird 1.5.0.7 (X11/20060917) MIME-Version: 1.0 To: Fluffles References: <20061024152308.GG75746@garage.freebsd.pl> <4541FAC1.1000601@fluffles.net> In-Reply-To: <4541FAC1.1000601@fluffles.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@FreeBSD.org, Pawel Jakub Dawidek , freebsd-geom@FreeBSD.org Subject: Re: Updated gjournal patches [20061024]. X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2006 13:27:16 -0000 Addendum: i tried gjournal on a single disk now without any GEOM layers on it, but it still crashes with the same error. - Veronica Fluffles wrote: > Hi Pawel, > > I've tried your recent (20061024) gjournal patches on my test > fileserver, which is an amd64 FreeBSD7 box with 8 SATA disks. I'm > currently using graid5 on it, with success. > I've also tried using gjournal, but with little success. The > compilation/installation and creation of the journal device goes as > planned, but i get kernel panics not long after i start writing to it. A > "newfs -b 65536 /dev/raid5/sophia.journal" quickly panicked the system. > After that i tried without the -b parameter; that appeared to work but > not long after i got a panic again; same panic as before. > > Please look at the screenshot i made of the panic message: > http://dev.fluffles.net/images/gjournal-panic1.png > > Do you know what could be causing the panic? The panic message itself is > not very explanatory. ;-) > Perhaps gjournal doesn't play nice with graid5? I haven't tried it on a > single disk, yet. > > Also i have a question about it's performance. You mentioned earlier > that writing big files takes about twice as long with gjournal, i wonder > if this is inherit to journaling itself or due to the current > implementation. Windows' journaling NTFS, for example, isn't slower than > FAT32 with big files if i remember correctly. What major differences in > the journaling process causes this? > > Also, in your earlier post you explained the advantages of a journal > with regard to significantly reduces fsck times at boot. But my major > concern is dataloss: on my testserver i've had many kernel > panics/freezes due to the experimental graid5 module being tested by > Arne. This has resulted in the system not being able to boot because the > ad0s2a (read: a!) partition has lost files. And it won't be the first > time a lockup or power failure caused dataloss on my systems. That's why > i want to use gjournal: to protect from dataloss. Am i correct in my > assumption that gjournal addresses my needs in this regard? > > Greetings, > > Veronica > _______________________________________________ > freebsd-geom@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-geom > To unsubscribe, send any mail to "freebsd-geom-unsubscribe@freebsd.org" > > >