The following commit has been merged in the openafs-stable-1_6_x branch:
commit a48e90ddf1de19e766a8cc5898f9ac0a340eddb4
Author: Andrew Deason <[email protected]>
Date:   Tue Jun 10 14:47:31 2014 -0500

    doc: Document fs listquota 2TB partition limit
    
    We have previously documented that volumes over 2TB can result in
    inaccuracies, but this documentation does not say how the 'partition'
    field in "fs listquota" can be inaccurate. It is confusing to see a
    usage of 0% for a partition that you know is being used, so try to
    briefly explain in what way this field is inaccurate.
    
    The reason we _under_-report the partition usage is that the
    fileserver actually gives back PartBlocksAvail and PartMaxBlocks (not
    "blocks used" and "blocks total"). So 1TB used and 4TB total is
    truncated to 2TB and given back as 2TB free and 2TB total. One we hit
    3TB used we'll report it as 1TB free 2TB total (50%) when the actual
    usage is 75%.
    
    Reviewed-on: http://gerrit.openafs.org/11245
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>
    (cherry picked from commit cd8f24d9a1ba8563c6bef2b8d30885a753e8d30c)
    
    Change-Id: I2bd72cca994414a88073d26d44bef49e9cac3be1
    Reviewed-on: http://gerrit.openafs.org/11626
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Perry Ruiter <[email protected]>
    Reviewed-by: Chas Williams <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 doc/man-pages/pod1/fs_listquota.pod.in |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to