geom - help ...

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Sep 21 15:46:54 PDT 2006


On Thu, Sep 21, 2006 at 05:11:55PM -0500, Rick C. Petty wrote:
> On Thu, Sep 21, 2006 at 03:48:47PM -0500, Eric Anderson wrote:
> > graid3/gmirror/gstripe tools covers it.  gvinum isn't as easy to use, 
> 
> I wouldn't say that at all!  It's one program to learn, not many.

The syntax of all geom(8) programs is the same. And actually most of the
GEOM classes (gconcat, geli, gjournal, glabel, gmirror, gnop, graid3,
gshsec and gstripe) are controlled by one program - geom(8), eg.

	# geom disk list
	# geom mirror label foo0 da0 da1
	# geom mirror label foo1 da2 da3
	# geom stripe label foo mirror/foo0 mirror/foo1
	# geom raid3 label bar da4 da5 da6
	# geom concat label baz stripe/foo raid3/bar
	# geom eli label concat/baz
	# geom eli attach concat/baz
	# geom journal label concat/baz.eli
	# geom label label complex concat/baz.eli.journal
	# newfs -J /dev/label/complex

> > I've found gmirror and gstripe to be fantastically stable.  So stable, I 
> > never needed gvinum - but then I use hardware RAID for anything other 
> > than striping and mirroring.
> 
> Don't get me wrong-- I love gmirror and use it on almost all my root/swap
> volumes.  My preliminary testing showed gvinum to be significantly faster
> than gmirror for certain activities.

If you are talking about mirror in gvinum versus gmirror, I'd like to
know the details.

BTW. The volume manager from ZFS works already just fine, ie. one can
configure UFS on top of RAID-Z for example, but I'm not going to bring
it in before the entire port is ready.

-- 
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/20060921/9466e1be/attachment.pgp


More information about the freebsd-geom mailing list