From owner-freebsd-fs@FreeBSD.ORG Thu Aug 17 15:00:21 2006 Return-Path: X-Original-To: freebsd-fs@FreeBSD.org Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54FA416A4DF; Thu, 17 Aug 2006 15:00:21 +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 B513343D5C; Thu, 17 Aug 2006 15:00:18 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id AB5235133B; Thu, 17 Aug 2006 17:00:17 +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 74AF750EA7; Thu, 17 Aug 2006 17:00:05 +0200 (CEST) Date: Thu, 17 Aug 2006 17:00:02 +0200 From: Pawel Jakub Dawidek To: Eric Anderson Message-ID: <20060817150001.GC78978@garage.freebsd.pl> References: <20060808195202.GA1564@garage.freebsd.pl> <44E46A68.6080602@centtech.com> <20060817140857.GB78978@garage.freebsd.pl> <44E481BE.2080408@centtech.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZmUaFz6apKcXQszQ" Content-Disposition: inline In-Reply-To: <44E481BE.2080408@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-fs@FreeBSD.org, freebsd-geom@FreeBSD.org Subject: Re: GJournal (hopefully) final patches. X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2006 15:00:21 -0000 --ZmUaFz6apKcXQszQ Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 17, 2006 at 09:48:30AM -0500, Eric Anderson wrote: > On 08/17/06 09:08, Pawel Jakub Dawidek wrote: > >On Thu, Aug 17, 2006 at 08:08:56AM -0500, Eric Anderson wrote: > >>On 08/08/06 14:52, Pawel Jakub Dawidek wrote: > >>>Hi. > >>>I'm pleased to announce hopefully the final gjournal patches. > >>[..snip..] > >>>To create journaled UFS file system on ad0s1d partition: > >>> # gjournal load > >>> # gjournal label ad0s1d > >>> # newfs -J /dev/ad0s1d.journal > >>> # mount -o noatime,async /dev/ad0s1d.journal /mnt > >>>On reboot 'fsck_ffs -p /dev/ad0s1d.journal' will perform fast check. O= ne > >>>can still run regular check by not giving the -p option. > >>I have a 10TB filesystem I created as above, and recently a crash cause= d it to now complain about the filesystem being dirty. When I do an fsck -= p, here's what I get: > >> > >># fsck -p /dev/label/vol10 > >>/dev/label/vol10: UNEXPECTED INCONSISTENCY, CANNOT RUN FAST FSCK > >> > >> > >>/dev/label/vol10: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. > >Do you have log from the boot before you saw this? > >I corrected one bug, but it was only possible to trigger when crash > >happened early in the boot process. Your crash was during or just after > >a boot maybe? >=20 > Yes, I have the logs. What should I send you? I just need 'grep -i journal' from them. > Also, I just tried newfs'ing a new journaled device, and mounting it, the= n a few minutes later, crashing the system (not purposely though), and it t= oo gives the same=20 > results as the other filesystem (same specs, 10Tb, etc). >=20 > The first crash was within about 30 minutes of booting, the second one wa= s about the same time-frame. Maybe there was no writes? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --ZmUaFz6apKcXQszQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) iD8DBQFE5IRxForvXbEpPzQRArZ2AJ9MpJE0PmewY65ziM8n9nHFgabFRgCePMD3 qlD1J0dy7fV/q784cKACAiE= =X7eU -----END PGP SIGNATURE----- --ZmUaFz6apKcXQszQ--