From 141432033b205d6de2eac386e8c3e70690325911 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Thu, 28 Jun 2012 15:43:27 -0500 Subject: [PATCH] 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 Reviewed-on: http://gerrit.openafs.org/7598 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman (cherry picked from commit 300cbb28b08c2fd3709942cc6c48e7d9369a3394) Change-Id: I762e18e83d4557c8fd4db3601426bcaaa845199a Reviewed-on: http://gerrit.openafs.org/7674 Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- doc/man-pages/pod1/fragments/volsize-caution.pod | 6 +++++- doc/man-pages/pod8/fragments/fileserver-cautions.pod | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/man-pages/pod1/fragments/volsize-caution.pod b/doc/man-pages/pod1/fragments/volsize-caution.pod index 92fa41879e..a3d07591f0 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 01c7db53d8..5d9230a33b 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