mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
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 <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 300cbb28b0
)
Change-Id: I762e18e83d4557c8fd4db3601426bcaaa845199a
Reviewed-on: http://gerrit.openafs.org/7674
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
8612ef45ef
commit
141432033b
@ -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<fs_listquota(1)>.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user