summaryrefslogtreecommitdiffstats
path: root/sbin/geom
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-05-04 07:32:57 +0000
committermav <mav@FreeBSD.org>2012-05-04 07:32:57 +0000
commit4ed58415ed0f9cdf641d6979a484225919000900 (patch)
treea17151a6aa9686ed256627a0d9d006ed8dba21ec /sbin/geom
parent04d9353cb2bcf7802f7cc1e934dde309a7436abb (diff)
downloadFreeBSD-src-4ed58415ed0f9cdf641d6979a484225919000900.zip
FreeBSD-src-4ed58415ed0f9cdf641d6979a484225919000900.tar.gz
Implement read-only support for volumes in optimal state (without using
redundancy) for the following RAID levels: RAID4/5E/5EE/6/MDF.
Diffstat (limited to 'sbin/geom')
-rw-r--r--sbin/geom/class/raid/graid.810
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/geom/class/raid/graid.8 b/sbin/geom/class/raid/graid.8
index 108b3b9..3b2a860 100644
--- a/sbin/geom/class/raid/graid.8
+++ b/sbin/geom/class/raid/graid.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 30, 2012
+.Dd May 3, 2012
.Dt GRAID 8
.Os
.Sh NAME
@@ -261,9 +261,11 @@ own risk: RAID1 (3+ disks), RAID10 (6+ 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,
-RAID1E, RAID5, RAID10, SINGLE, CONCAT.
-RAID5 support is read-only and only for volumes in optimal state.
+Full support for the following RAID levels is currently implemented:
+RAID0, RAID1, RAID1E, RAID10, SINGLE, CONCAT.
+The following RAID levels supported as read-only for volumes in optimal
+state (without using redundancy): RAID4, RAID5, RAID5E, RAID5EE, RAID6,
+RAIDMDF.
.Sh RAID LEVEL MIGRATION
The GEOM RAID class has no support for RAID level migration, allowed by some
metadata formats.
OpenPOWER on IntegriCloud