I'm running into the same issue. But be aware, the documentation says that you should use an absolute path _relative_ to the volume. So if your volume is, for example: volume name: home and a top-level directory in home is test, you would simply do volume quota home limit-usage /test 10MB So, in your case: volume quota crlgfs1 limit-usage /dheeraj 10MB At least, that's how I read the documentation. This is why you don't even see any usage numbers on the 'size' column. I get the usage numbers in my configuration, but the quota is not enforced. this is my config: gluster> volume info Volume Name: home Type: Distribute Status: Started Number of Bricks: 2 Transport-type: tcp,rdma Bricks: Brick1: gluster1:/glusterfs/home Brick2: gluster2:/glusterfs/home Options Reconfigured: features.limit-usage: /brs:10MB features.quota: on Here's my quota information: gluster> volume quota home list path limit_set size ---------------------------------------------------------------------------------- /brs 10485760 16424960 FYI, I am running a check-out of the latest git release-3.2 branch, so that I can test POSIX ACLs (which seem to work nicely, BTW). -Brian Brian Smith Senior Systems Administrator IT Research Computing, University of South Florida 4202 E. Fowler Ave. ENB308 Office Phone: +1 813 974-1467 Organization URL: http://rc.usf.edu On 06/28/2011 07:30 AM, Dheeraj KV wrote: > Hi > > I have installed GlusterFS-3.2 with two servers and two bricks. > > I am able to mount it on a client node also. > > I need to enable quota on the directories of glusterfs. > > *# gluster volume info* > > *Volume Name: crlgfs1* > > *Type: Distribute* > > *Status: Started* > > *Number of Bricks: 2* > > *Transport-type: rdma* > > *Bricks:* > > *Brick1: glus01-ib:/data/gluster/brick-1* > > *Brick2: glus02-ib:/data/gluster/brick-2* > > *Options Reconfigured:* > > *diagnostics.latency-measurement: on* > > *diagnostics.count-fop-hits: on* > > *features.quota: on* > > *features.limit-usage: > /data/gluster/brick-2/dheeraj:10MB,/data/gluster/brick-1/dheeraj:10MB* > > Please check the above command to check the configuration. > When I give the below given command from the glusterfs server, it will me the > following output. > ** > *# gluster volume quota crlgfs1 list /data/gluster/brick-1/dheeraj* > *path limit_set size* > *----------------------------------------------------------------------------------* > */data/gluster/brick-1/dheeraj 10MB* > I have created quota from one glusterfs server only > The result is that I m able to create files of size more than 10 MB . Even 8 GB > file I created even though the quota is for 10 MB. > Please put some light on it. Any help is much appreciated. > > Thanks & Regards > > Dheeraj K V > > > > > _______________________________________________ > Gluster-users mailing list > Gluster-users at gluster.org > http://gluster.org/cgi-bin/mailman/listinfo/gluster-users