Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2010 01:44:24 GMT
From:      Alexander Best <arundel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/149925: [patch] [geom] add MOUNTVER and SCHED class entries and a reference to gsched(8) to the geom(8) manual
Message-ID:  <201008240144.o7O1iOXQ065173@www.freebsd.org>
Resent-Message-ID: <201008240150.o7O1o1CF060117@freefall.freebsd.org>

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

>Number:         149925
>Category:       docs
>Synopsis:       [patch] [geom] add MOUNTVER and SCHED class entries and a reference to gsched(8) to the geom(8) manual
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 24 01:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Best
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD otaku 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r211393M: Mon Aug 16 14:59:32 CEST 2010     root@otaku:/usr/obj/usr/src/sys/ARUNDEL  amd64
>Description:
the patch adds MOUNTVER and SCHED entries to the list of known geom classes. also it adds a reference to the gsched(8) manual and bumps the date.

cheers.
alex
>How-To-Repeat:
1. `egrep 'SCHED|MOUNTVER|gsched 8' /usr/src/sbin/geom/core/geom.8`
2. `patch -p0 -i geom.8.patch`
3. `egrep 'SCHED|MOUNTVER|gsched 8' /usr/src/sbin/geom/core/geom.8`
   MOUNTVER
   SCHED
   .Xr gsched 8 ,

>Fix:


Patch attached with submission follows:

Index: /usr/src/sbin/geom/core/geom.8
===================================================================
--- /usr/src/sbin/geom/core/geom.8	(revision 211393)
+++ /usr/src/sbin/geom/core/geom.8	(working copy)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 5, 2008
+.Dd Aug 24, 2010
 .Dt GEOM 8
 .Os
 .Sh NAME
@@ -120,6 +120,8 @@
 .It
 MIRROR
 .It
+MOUNTVER
+.It
 MULTIPATH
 .It
 NOP
@@ -128,6 +130,8 @@
 .It
 RAID3
 .It
+SCHED
+.It
 SHSEC
 .It
 STRIPE
@@ -177,6 +181,7 @@
 .Xr gnop 8 ,
 .Xr gpart 8 ,
 .Xr graid3 8 ,
+.Xr gsched 8 ,
 .Xr gshsec 8 ,
 .Xr gstripe 8 ,
 .Xr gvirstor 8


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



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