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

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