Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2008 17:16:05 GMT
From:      Chris St Denis <chris@smartt.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/126829: gjournal not in /boot/defaults/loader.conf
Message-ID:  <200808251716.m7PHG5Gx058196@www.freebsd.org>
Resent-Message-ID: <200808251720.m7PHK27H067313@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126829
>Category:       conf
>Synopsis:       gjournal not in /boot/defaults/loader.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 25 17:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Chris St Denis
>Release:        RELENG_7
>Organization:
SmarttNet
>Environment:
FreeBSD barium.smartt.com 7.0-STABLE FreeBSD 7.0-STABLE #0: Wed Aug 20 13:45:59 PDT 2008     cstdenis@barium-new.smartt.com:/usr/obj/usr/src/sys/BARIUM  amd64
>Description:
/boot/defaults/loader.conf had geom_*_load="NO" switches specified for most geom systems. gjournal is missing from that list. I have provided a patch to add it.

I also suggest that these switches be documented directly in their respective man pages. I had a lot of trouble finding information on this requirement since it is not mentioned there. 
>How-To-Repeat:

>Fix:
--- loader.conf.orig 2008-08-25 10:06:58.000000000 -0700
+++ loader.conf  2008-08-25 10:07:51.000000000 -0700
@@ -149,6 +149,7 @@
 geom_eli_load="NO"  # Disk encryption driver (see geli(8))
 geom_gate_load="NO"  # Userland disk driver (see geom_gate(4),
     # ggatec(8), ggated(8), ggatel(8))
+geom_journal_load="NO"  # Journaled filesystem driver. (See gjournal(8))
 geom_label_load="NO"  # File system labels (see glabel(8))
 geom_md_load="NO"  # Memory disk driver (vnode/swap/malloc) (see
     # md(4), mdconfig(8))


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808251716.m7PHG5Gx058196>