I am implementing project quotas on a file server (Centos 7.8.2003) that has data volumne formatted using XFS. File access to this server will occur using NFS. I know how to check user quotas on the NFS client using the quota
command (see Access xfs quota info from NFS client). However, the quota
command in Centos does not have a flag to check project quota. Is there another tool or method I can use to check project quota from an NFS client? Alternatively, I can run a cron
job on the file server to populate a text file with this information; however, I prefer to know if this can be done more elegantly.
Thanks,
Vince