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

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