From owner-freebsd-stable@FreeBSD.ORG Fri Sep 1 11:17:40 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 2015A16A4DA for ; Fri, 1 Sep 2006 11:17:40 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71F2D43D45 for ; Fri, 1 Sep 2006 11:17:39 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 437605138C; Fri, 1 Sep 2006 13:17:37 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 862755133B; Fri, 1 Sep 2006 13:16:32 +0200 (CEST) Date: Fri, 1 Sep 2006 13:16:15 +0200 From: Pawel Jakub Dawidek To: Kevin Kramer Message-ID: <20060901111615.GB1819@garage.freebsd.pl> References: <44F7320E.6040608@centtech.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bCsyhTFzCvuiizWE" Content-Disposition: inline In-Reply-To: <44F7320E.6040608@centtech.com> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.4 Cc: freebsd-stable@freebsd.org Subject: Re: gjournal questions X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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 11:17:40 -0000 --bCsyhTFzCvuiizWE Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 31, 2006 at 02:01:34PM -0500, Kevin Kramer wrote: > Pavel, >=20 > running 6.1-stable with these patches > rebuilt kernel/world as of 8/28 @ 2p CST w/ these patches >=20 > gjournal6_20060808.patch > vfs_subr.c.3.patch >=20 > the backend RAID presents 4 luns, this is how we config'd it. > da1 - 8G > da2 - ~897G > da3 - 8G > da4 - ~897G >=20 > da2/4 have been partitioned in FreeBSD, then we did the following >=20 > 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 >=20 > 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 --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --bCsyhTFzCvuiizWE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFE+BZ/ForvXbEpPzQRAnpSAKClmIE8EvPQ0R+NcP0e9ZjHigaZkACg9dwC 05L3jWloulO8aLSwNJ5QXDM= =bZ7H -----END PGP SIGNATURE----- --bCsyhTFzCvuiizWE--