From: Andrew Deason Date: Thu, 28 Jun 2012 20:43:27 +0000 (-0500) Subject: doc: Correct volume size CAUTIONS notes X-Git-Tag: upstream/1.8.0_pre1^2~2292 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=300cbb28b08c2fd3709942cc6c48e7d9369a3394;p=packages%2Fo%2Fopenafs.git doc: Correct volume size CAUTIONS notes 2 terabytes is 2^41 bytes, not 2^31 bytes. Also clarify that volumes can be much larger than this. FIXES 130188 Change-Id: Id667b2827900dbe447828d773c7b90e9611288a2 Reviewed-on: http://gerrit.openafs.org/7598 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/doc/man-pages/pod1/fragments/volsize-caution.pod b/doc/man-pages/pod1/fragments/volsize-caution.pod index 92fa41879..a3d07591f 100644 --- a/doc/man-pages/pod1/fragments/volsize-caution.pod +++ b/doc/man-pages/pod1/fragments/volsize-caution.pod @@ -1 +1,5 @@ -Currently, the maximum size of a volume is 2 terabytes (2^31 bytes). +Currently, the maximum quota for a volume is 2 terabytes (2^41 bytes). Note +that this only affects the volume's quota; a volume may grow much larger if +the volume quota is disabled. However, volumes over 2 terabytes in size may +be impractical to move, and may have their size incorrectly reported by some +tools, such as L. diff --git a/doc/man-pages/pod8/fragments/fileserver-cautions.pod b/doc/man-pages/pod8/fragments/fileserver-cautions.pod index 01c7db53d..5d9230a33 100644 --- a/doc/man-pages/pod8/fragments/fileserver-cautions.pod +++ b/doc/man-pages/pod8/fragments/fileserver-cautions.pod @@ -28,7 +28,7 @@ Options that are available only on some system types, such as the B<-m> and B<-lock> options, appear in the output generated by the B<-help> option only on the relevant system type. -Currently, the maximum size of a volume is 2 terabytes (2^31 bytes) +Currently, the maximum size of a volume quota is 2 terabytes (2^41 bytes) and the maximum size of a /vicepX partition on a fileserver is 2^64 kilobytes. The maximum partition size in releases 1.4.7 and earlier is 2 terabytes (2^31 bytes). The maximum partition size for 1.5.x