OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_11_1-1-ga48e90d

Gerrit Code Review gerrit@openafs.org
Wed, 15 Apr 2015 10:18:31 -0400


The following commit has been merged in the openafs-stable-1_6_x branch:
commit a48e90ddf1de19e766a8cc5898f9ac0a340eddb4
Author: Andrew Deason <adeason@sinenomine.net>
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 <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit cd8f24d9a1ba8563c6bef2b8d30885a753e8d30c)
    
    Change-Id: I2bd72cca994414a88073d26d44bef49e9cac3be1
    Reviewed-on: http://gerrit.openafs.org/11626
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
    Reviewed-by: Chas Williams <3chas3@gmail.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

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

-- 
OpenAFS Master Repository