diff options
author | Jim Harris <jimharris@FreeBSD.org> | 2012-01-09 23:01:42 +0000 |
---|---|---|
committer | Jim Harris <jimharris@FreeBSD.org> | 2012-01-09 23:01:42 +0000 |
commit | c1ad3fcf6ab798c511b7e696d7656d41787d4241 (patch) | |
tree | 9db971e844ffed00702c7eb50c682c07af742880 /sbin/geom/class/raid/graid.8 | |
parent | 6791e4f442a5ed3b380b11752ee2cd74a072581a (diff) |
Add support for >2TB disks in GEOM RAID for Intel metadata format.
Reviewed by: mav
Approved by: scottl
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=229886
Diffstat (limited to 'sbin/geom/class/raid/graid.8')
-rw-r--r-- | sbin/geom/class/raid/graid.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/raid/graid.8 b/sbin/geom/class/raid/graid.8 index 4166371b98cb..4ed3296e0749 100644 --- a/sbin/geom/class/raid/graid.8 +++ b/sbin/geom/class/raid/graid.8 @@ -251,7 +251,7 @@ complete it there. Do not run GEOM RAID class on migrating volumes under pain of possible data corruption! .Sh 2TiB BARRIERS -Intel and Promise metadata formats do not support disks above 2TiB. +Promise metadata format does not support disks above 2TiB. NVIDIA metadata format does not support volumes above 2TiB. .Sh EXIT STATUS Exit status is 0 on success, and non-zero if the command fails. |