mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
300cbb28b0
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 <jaltman@your-file-system.com> Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
6 lines
340 B
Plaintext
6 lines
340 B
Plaintext
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)>.
|