From owner-freebsd-stable@FreeBSD.ORG Fri Sep 1 13:12:23 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A601716A4DA; Fri, 1 Sep 2006 13:12:23 +0000 (UTC) (envelope-from kramer@centtech.com) Received: from mh1.centtech.com (moat3.centtech.com [207.200.51.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D5E343D46; Fri, 1 Sep 2006 13:12:23 +0000 (GMT) (envelope-from kramer@centtech.com) Received: from [10.177.171.221] (roddick.centtech.com [10.177.171.221]) by mh1.centtech.com (8.13.1/8.13.1) with ESMTP id k81DCMEx007434; Fri, 1 Sep 2006 08:12:22 -0500 (CDT) (envelope-from kramer@centtech.com) Message-ID: <44F831B7.90807@centtech.com> Date: Fri, 01 Sep 2006 08:12:23 -0500 From: Kevin Kramer User-Agent: Thunderbird 1.5.0.5 (X11/20060802) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <44F7320E.6040608@centtech.com> <20060901111615.GB1819@garage.freebsd.pl> In-Reply-To: <20060901111615.GB1819@garage.freebsd.pl> X-Virus-Scanned: ClamAV 0.87.1/1784/Fri Sep 1 07:00:05 2006 on mh1.centtech.com X-Virus-Status: Clean Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@FreeBSD.org Subject: Re: gjournal questions X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kramer@centtech.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2006 13:12:23 -0000 we left the journaling devices raw. do i need to newfs the journaling device? is eveything else ok besides the newfs of the daX.journal? ------------------------------ Kevin Kramer Sr. Systems Administrator 512.418.5725 Centaur Technology, Inc. www.centtech.com Pawel Jakub Dawidek wrote the following on 09/01/06 06:16: > On Thu, Aug 31, 2006 at 02:01:34PM -0500, Kevin Kramer wrote: > >> Pavel, >> >> running 6.1-stable with these patches >> rebuilt kernel/world as of 8/28 @ 2p CST w/ these patches >> >> gjournal6_20060808.patch >> vfs_subr.c.3.patch >> >> the backend RAID presents 4 luns, this is how we config'd it. >> da1 - 8G >> da2 - ~897G >> da3 - 8G >> da4 - ~897G >> >> da2/4 have been partitioned in FreeBSD, then we did the following >> >> gjournal label -v /dev/da2 /dev/da1 >> gjournal label -v /dev/da4 /dev/da3 >> newfs -U -L "scr09" /dev/da2.journal >> newfs -U -L "scr10" /dev/da4.journal >> >> so 1 -8 G journal for each data device. >> > > Hmm, using SU with gjournal is really bad choice and you didn't tell > file system that it is on gjournaled device. Try: > > # newfs -J -L scr0X /dev/daX.journal > >