mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
141432033b
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 300cbb28b08c2fd3709942cc6c48e7d9369a3394) 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>
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)>.
|