svn commit: r218653 - projects/graid/head/sbin/geom/class/raid

Alexander Motin mav at FreeBSD.org
Sun Feb 13 18:35:21 UTC 2011


Author: mav
Date: Sun Feb 13 18:35:21 2011
New Revision: 218653
URL: http://svn.freebsd.org/changeset/base/218653

Log:
  Add RAID1E and RAID10 to the list of supported.

Modified:
  projects/graid/head/sbin/geom/class/raid/graid.8

Modified: projects/graid/head/sbin/geom/class/raid/graid.8
==============================================================================
--- projects/graid/head/sbin/geom/class/raid/graid.8	Sun Feb 13 18:30:17 2011	(r218652)
+++ projects/graid/head/sbin/geom/class/raid/graid.8	Sun Feb 13 18:35:21 2011	(r218653)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 10, 2011
+.Dd February 13, 2011
 .Dt GRAID 8
 .Os
 .Sh NAME
@@ -211,7 +211,8 @@ risk: RAID1 (3+ disks), RAID1E (3+ disks
 .Sh SUPPORTED RAID LEVELS
 The GEOM RAID class follows a modular design, allowing different RAID levels
 to be used.
-Support for the following RAID levels is currently implemented: RAID0, RAID1.
+Support for the following RAID levels is currently implemented: RAID0, RAID1,
+RAID1E, RAID10.
 .Sh EXIT STATUS
 Exit status is 0 on success, and non-zero if the command fails.
 .Sh SEE ALSO


More information about the svn-src-projects mailing list