From ea5bec7737925e4371e6f31e6c85e64993e81453 Mon Sep 17 00:00:00 2001 From: Wang Shilong Date: Thu, 4 Feb 2021 16:33:52 +0800 Subject: [PATCH 1/1] 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 --- ConfiguringQuotas.xml | 5 +++++ 1 file changed, 5 insertions(+) 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.
-- 1.8.3.1