diff options
author | Alexander Motin <mav@FreeBSD.org> | 2012-05-04 07:32:57 +0000 |
---|---|---|
committer | Alexander Motin <mav@FreeBSD.org> | 2012-05-04 07:32:57 +0000 |
commit | 4b97ff6137f20fef3db8f6b1f73dbdb29be9d8a2 (patch) | |
tree | a17151a6aa9686ed256627a0d9d006ed8dba21ec /sbin | |
parent | 6632cb429fe1e554583a7cb521aee024d59b4417 (diff) | |
download | src-4b97ff6137f20fef3db8f6b1f73dbdb29be9d8a2.tar.gz src-4b97ff6137f20fef3db8f6b1f73dbdb29be9d8a2.zip |
Notes
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/geom/class/raid/graid.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/geom/class/raid/graid.8 b/sbin/geom/class/raid/graid.8 index 108b3b92d291..3b2a8600e0a8 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. |