gjournal questions

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Sep 1 11:17:40 UTC 2006


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

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060901/4efa612a/attachment.pgp


More information about the freebsd-stable mailing list