I've got an xfs filesystem (on a Centos 6.4 server) mounted via NFS on a client server (Centos 6.3). I can't seem to access the quota info from the client. It simply returns nothing for xfs_quota -c quota ...
or xfs_quota -xc report ...
or xfs_quota -c print
I need for users to be able to check their quotas from this client (a cluster head node), but I don't use user quotas for this FS, but instead project quotas.
Any thoughts? Thanks.