gjournal - Cannot find journal geom

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Aug 4 18:16:17 UTC 2006


On Fri, Aug 04, 2006 at 08:34:04AM -0500, Eric Anderson wrote:
> Hi,
> I'm setting up two large (10TB) GJOURNAL devices.  All seems to go well, but after mounting the newly newfs'ed filesystems, I see messages like this:
> 
> Aug  4 08:23:27 snapshot1 kernel: GEOM_JOURNAL: Cannot find journal geom for /dev/label/vol11.
> Aug  4 08:23:37 snapshot1 kernel: GEOM_JOURNAL: Cannot find journal geom for /dev/label/vol10.

I assume you use the older version, which used a hack to find out if
file system is on top of gjournal - it was looking at the name of
provider on which file system is mounted on. In your configuration you
are using glabel on top of gjournal that's why it doesn't work.

In the new version it is done right and file system is using BIO_GETATTR
for this, which always work (if the layers in the middle pass
BIO_GETATTR requests). So bascially your problem will be gone with the
new version I planing to publish next week. In the mean time you may
want to mount file systems directly from /dev/<name>.journal providers.

-- 
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-geom/attachments/20060804/866a1a3d/attachment.pgp


More information about the freebsd-geom mailing list