From owner-freebsd-geom@FreeBSD.ORG Fri Feb 20 03:50:03 2009 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DC21106566B for ; Fri, 20 Feb 2009 03:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9318FC0C for ; Fri, 20 Feb 2009 03:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1K3o3pf003560 for ; Fri, 20 Feb 2009 03:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1K3o3tr003559; Fri, 20 Feb 2009 03:50:03 GMT (envelope-from gnats) Date: Fri, 20 Feb 2009 03:50:03 GMT Message-Id: <200902200350.n1K3o3tr003559@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: Yoshihiro Ota Cc: Subject: Re: kern/130528: gjournal fsck during boot X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiro Ota List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2009 03:50:03 -0000 The following reply was made to PR kern/130528; it has been noted by GNATS. From: Yoshihiro Ota To: bug-followup@FreeBSD.org Cc: barzog@telecom.by Subject: Re: kern/130528: gjournal fsck during boot Date: Thu, 19 Feb 2009 22:46:37 -0500 Hi, Oleg. Pass# being set to 0 is the cause of the problem. Set them to 2 and try. /dev/da0.journal /mnt/StorageA ufs rw,async 0 =>0<= /dev/da1.journal /mnt/StorageB ufs rw,async 0 =>0<= Even with journaled-fs, fs needs to be verified that if it is clean, or if is consistent in case of crash. Setting them to 2 will enable this. Check this one first; this explains what is going on very well: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=59690+0+archive/2008/freebsd-geom/20080831.freebsd-geom Then, related posts in the following page. http://docs.freebsd.org/mail/archive/2008/freebsd-geom/20080831.freebsd-geom.html I think these will help you to understand gjournal. Regards, Hiro