Blame SOURCES/xfsprogs-5.10.0-xfs_quota-document-how-the-default-quota-is-stored.patch

48cf7c
From 0d7b09ac95e4cde766a534fdb7ea8dd46451ad53 Mon Sep 17 00:00:00 2001
48cf7c
From: Eric Sandeen <sandeen@redhat.com>
48cf7c
Date: Fri, 4 Dec 2020 12:17:12 -0500
48cf7c
Subject: [PATCH] xfs_quota: document how the default quota is stored
48cf7c
48cf7c
Nowhere in the man page is the default quota described; what it
48cf7c
does or where it is stored.  Add some brief information about this.
48cf7c
48cf7c
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
48cf7c
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
48cf7c
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
48cf7c
---
48cf7c
 man/man8/xfs_quota.8 | 6 ++++++
48cf7c
 1 file changed, 6 insertions(+)
48cf7c
48cf7c
diff --git a/man/man8/xfs_quota.8 b/man/man8/xfs_quota.8
48cf7c
index dd0479cd..6ead7ee9 100644
48cf7c
--- a/man/man8/xfs_quota.8
48cf7c
+++ b/man/man8/xfs_quota.8
48cf7c
@@ -178,6 +178,12 @@ to a file on
48cf7c
 where the user's quota has not been exceeded.
48cf7c
 Then after rectifying the quota situation, the file can be moved back to the
48cf7c
 filesystem it belongs on.
48cf7c
+.SS Default Quotas
48cf7c
+The XFS quota subsystem allows a default quota to be enforced
48cf7c
+for any user, group or project which does not have a quota limit
48cf7c
+explicitly set.
48cf7c
+These limits are stored in and displayed as ID 0's limits, although they
48cf7c
+do not actually limit ID 0.
48cf7c
 .SH USER COMMANDS
48cf7c
 .TP
48cf7c
 .B print
48cf7c
-- 
48cf7c
2.29.2
48cf7c