]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commitdiff
xfs_spaceman: report the health of quota counts
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 17:01:15 +0000 (10:01 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 3 Jun 2024 18:37:41 +0000 (11:37 -0700)
Report the health of quota counts.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
man/man2/ioctl_xfs_fsgeometry.2
spaceman/health.c

index 6b7c83da7583fd2a64c53f6b7eeb684ea6b70591..f59a6e8a6a203287db79d5804d4d0317856bcdc7 100644 (file)
@@ -256,6 +256,9 @@ Free space bitmap for the realtime device.
 .TP
 .B XFS_FSOP_GEOM_SICK_RT_SUMMARY
 Free space summary for the realtime device.
+.TP
+.B XFS_FSOP_GEOM_SICK_QUOTACHECK
+Quota resource usage counters.
 .RE
 
 .SH RETURN VALUE
index d83c5ccd90d5dc2322e7bce8038e474e3f96b6cd..3318f9d1a7f403ed8fea26f213e9ccc4cf705556 100644 (file)
@@ -72,6 +72,10 @@ static const struct flag_map fs_flags[] = {
                .descr = "realtime summary",
                .has_fn = has_realtime,
        },
+       {
+               .mask = XFS_FSOP_GEOM_SICK_QUOTACHECK,
+               .descr = "quota counts",
+       },
        {0},
 };