From nobody@FreeBSD.org  Mon Dec  7 22:43:16 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 14FB81065695
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  7 Dec 2009 22:43:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 046EA8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  7 Dec 2009 22:43:16 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nB7MhFPb069816
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 7 Dec 2009 22:43:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nB7MhFeM069815;
	Mon, 7 Dec 2009 22:43:15 GMT
	(envelope-from nobody)
Message-Id: <200912072243.nB7MhFeM069815@www.freebsd.org>
Date: Mon, 7 Dec 2009 22:43:15 GMT
From: Jorge Castellanos <tuxmen84@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: No puedo crear RAID5 por SW con gvinum
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         141257
>Category:       kern
>Synopsis:       [gvinum] No puedo crear RAID5 por SW con gvinum
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-fs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 07 22:50:05 UTC 2009
>Closed-Date:    Mon Mar 01 14:27:18 MET 2010
>Last-Modified:  Mon Mar 01 14:27:18 MET 2010
>Originator:     Jorge Castellanos
>Release:        FreeBSD 7.1
>Organization:
>Environment:
7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1 14:37:25 UTC 2009     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Cuando quiero crear un RAID5 por software con gvinum, el sistema indica que la definicion de plex es invalida.

La configuracion es la siguiente:

drive disk5 device /dev/ad14
drive disk6 device /dev/ad16
drive disk7 device /dev/ad18
volume raid5
plex org raid5
sd drive disk5
sd drive disk6
sd drive disk7
>How-To-Repeat:
cuando entro a la utilidad gvinum-> indico create para insertar mi nueva configuracion:

drive disk5 device /dev/ad14
drive disk6 device /dev/ad16
drive disk7 device /dev/ad18
volume r5_vol1
plex org raid5
sd drive disk5
sd drive disk6
sd drive disk7

Al momento de guardar la configuracion, se me indica lo siguiente:

gvinum: line 37: invalid plex definition
gvinum: line 37: 'plex org raid5'

Tengo el modulo cargado: 2    1 0xc0d80000 146b0    geom_vinum.ko

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-fs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Dec 8 02:59:35 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141257 
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Mon Mar 1 14:23:19 MET 2010 
State-Changed-Why:  
In order to create a RAID-5 (or striped) plex, you have 
to also provide the stripe size: 

volume ... 
plex org raid5 256k 
sd ... 

(Please submit bug reports in English, as this allows more 
people to understand it.  I hope my poor Spanish knowledge 
was good enough to understand your actual problem.) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141257 
>Unformatted:
