[CentOS] XFS quotas not working at all (seemingly)

2013-10-09 Thread James A. Peltier
Hi All, I have a very strange problem that I'm unable to pinpoint at the moment. For some reason I am simply unable to get xfs_quotas to report correctly on a freshly installed, fully patched CentOS 6 box. I have specified all the same options as on another machine which *is* reporting quota

Re: [CentOS] XFS quotas not working at all (seemingly)

2013-10-09 Thread James A. Peltier
Sorry, but the title is misleading.. it's xfs_quota -xc 'reports -hu' /exports/TEST isn't working. quotas do appear to be enforced. - Original Message - | Hi All, | | I have a very strange problem that I'm unable to pinpoint at the | moment. For some reason I am simply unable to get

Re: [CentOS] XFS quotas not working at all (seemingly)

2013-10-09 Thread James A. Peltier
OK another finding is that 2.6.32-279.5.2.el6.x86_64 doesn't have this issue. I don't have a test machine with older kernels installed to test from 2.6.32-279.5.2.el6.x86_64 to the current 2.6.32-358.18.1.el6.x86_64 to see what version of kernel broke reporting, so if someone does have one

Re: [CentOS] XFS quotas not working at all (seemingly)

2013-10-09 Thread Erik M. Laxdal
You're probably using an LDAP account repository and get just the system accounts (that you're not interested in for the quota information) with a 'getent passwd' command. The xfs_quota command tends to only report accounts that can also be listed via 'getent passwd'. Try this command:

Re: [CentOS] XFS quotas not working at all (seemingly)

2013-10-09 Thread James A. Peltier
That was exactly it thanks! - Original Message - | You're probably using an LDAP account repository and get just the | system | accounts (that you're not interested in for the quota information) | with | a 'getent passwd' command. The xfs_quota command tends to only | report | accounts