From: Wang Shilong Date: Thu, 4 Feb 2021 08:33:52 +0000 (+0800) Subject: LUDOC-460 quota: statfs functionality for project quota X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ea5bec7737925e4371e6f31e6c85e64993e81453;p=doc%2Fmanual.git LUDOC-460 quota: statfs functionality for project quota Document the project quota functionality for "df" and "lfs df" when being run on a directory with project quota assigned. This will return the amount of space available to that project rather the total filesystem space, if the project quota limit is smaller. Signed-off-by: Wang Shilong Change-Id: I33097e508fd9801be63f6aeaa8fa1c6ea586a5ea Reviewed-on: https://review.whamcloud.com/41412 Tested-by: jenkins Reviewed-by: Andreas Dilger --- diff --git a/ConfiguringQuotas.xml b/ConfiguringQuotas.xml index ea6db93..3035828 100644 --- a/ConfiguringQuotas.xml +++ b/ConfiguringQuotas.xml @@ -620,6 +620,11 @@ $ cp: writing `/mnt/testfs/foo`: Disk quota exceeded. servers may be required to use a patched kernel, for more information see . + df and lfs df + will return the amount of space available to that project rather than the + total filesystem space, if the project quota limit is smaller. + Only client need be upgraded to Lustre + release 2.14 or later to apply this new behavior.