Unsolved
This post is more than 5 years old
4 Posts
0
907
September 6th, 2018 02:00
User quota is not showing from linux client on particular FS
Hello,
I have this strange issue. I have some Users quota set on 3 different Filesystems on My VNX and from Linux client the users can only see their quota usage on the 2 first filesystems, while my quota settings seems to be same ?
Than you for any help/idea
Example for user id 4057
Here is the report from VNX
[nasadmin@VNXxxx ~]$ /nas/bin/nas_quotas -report -user -fs Users | grep 4057
|#4057 | 314811| 4718592| 5242880| | 1469| 0| 0| |
[nasadmin@VNXxxx ~]$ /nas/bin/nas_quotas -report -user -fs Projects | grep 4057
|#4057 | 141702862| 209715200| 209715200| | 2570275| 0| 0| |
[nasadmin@VNXxxx ~]$ /nas/bin/nas_quotas -report -user -fs tmp | grep 4057
|#4057 | 1176950056| 1572864000| 1572864000| | 33778940| 0| 0| |
root@lnxxx /mnt # df -k
Filesystem 1K-blocks Used Available Use% Mounted on
nasnfsxx:/Projects 722803200 676903936 45899264 94% /remote/projects
nasnfsxx:/Users 3820531200 1337473280 2483057920 36% /remote/users
nasnfsxx:/tmp 2994405888 1150564224 1843841664 39% /mnt/tmp
root@lnxxx /mnt # quota -u 4057
Disk quotas for user (uid 4057):
Filesystem blocks quota limit grace files quota limit grace
nasnfs01:/Projects
141704294 209715200 209715200 2570275 0 0
nasnfs01:/Users
314811 4718592 5242880 1469 0 0
As you can see Quota is not showing for FS tmp ??
Rainer_EMC
4 Operator
•
8.6K Posts
0
September 10th, 2018 07:00
is the quota working ?
quota -u used the rquotad which is a different code path than df or user access
philounix
4 Posts
0
September 10th, 2018 07:00
What do you mean by "is the quota working ?"
What I do not understand is why I have a response on the 2 first FS while not on the 3rd one as user quotas are set the same on the 3 FS on the VNX side ...
Is there another quota command to run on the linux side other than quota -u ?
Thanks Rainer
Rainer_EMC
4 Operator
•
8.6K Posts
0
September 11th, 2018 01:00
what I mean is do you see the usage changing for the user on the VNX CLI if he is adding/removing files ?