kern/130528: gjournal fsck during boot
Yoshihiro Ota
ota at j.email.ne.jp
Thu Feb 19 19:50:03 PST 2009
The following reply was made to PR kern/130528; it has been noted by GNATS.
From: Yoshihiro Ota <ota at j.email.ne.jp>
To: bug-followup at FreeBSD.org
Cc: barzog at 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
More information about the freebsd-geom
mailing list