Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2007 17:40:06 GMT
From:      Evren Yurtesen <yurtesen@ispro.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/114532: GEOM_MIRROR shows up in kldstat even if compiled in the kernel if one tries to load it...
Message-ID:  <200707121740.l6CHe6fC067769@www.freebsd.org>
Resent-Message-ID: <200707121750.l6CHo3VU078556@freefall.freebsd.org>

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

>Number:         114532
>Category:       misc
>Synopsis:       GEOM_MIRROR shows up in kldstat even if compiled in the kernel if one tries to load it...
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 12 17:50:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Evren Yurtesen
>Release:        6.2-RELEASE
>Organization:
IsporNET Internet Services
>Environment:
FreeBSD cp.domain.com 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #1: Sun Jun 10 20:32:31 CDT 2007     yurtesen@cp.domain.com:/usr/obj/usr/src/sys/CP  i386

>Description:
GEOM_MIRROR shows up in kldstat even if compiled in the kernel if one tries to load it...

options         GEOM_MIRROR             # Disk mirroring.
exists in kernel conf file...

>From dmesg:
module_register: module g_mirror already exists!
Module g_mirror failed to register: 17

/boot/loader.conf
geom_mirror_load=YES

cp:/root#kldstat
Id Refs Address    Size     Name
 1    2 0xc0400000 3cf774   kernel
 2    1 0xc07d0000 15634    geom_mirror.ko
cp:/root#

Thanks,
Evren
>How-To-Repeat:
Compile in GEOM_MIRROR into kernel by adding
options         GEOM_MIRROR             # Disk mirroring.
line.

Add geom_mirror_load="YES" into /boot/loader.conf

restart...
>Fix:


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



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