Displaying 5 results from an estimated 5 matches for "limit_set".
Did you mean:
  limit_r_t
  
2011 Jun 28
2
Issue with Gluster Quota
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20110628/64de4f5c/attachment.html>
2013 Oct 23
3
Samba vfs_glusterfs Quota Support?
Hi All,
I'm setting up a gluster cluster that will be accessed via smb. I was
hoping that the quotas. I've configured a quota on the path itself:
# gluster volume quota gfsv0 list
        path              limit_set          size
----------------------------------------------------------------------------------
/shares/testsharedave       10GB                8.0KB
And I've configured the share in samba (and can access it fine):
# cat /etc/samba/smb.conf
[testsharedave]
        vfs objects = glusterfs...
2011 Sep 05
1
Quota calculation
....limit-usage: /test:100MB,/psa:200MB,/:7GB,/soft:5GB
features.quota-timeout: 120
Size of each folder from the mount point : 
/test  : 4.1MB
/psa  : 160MB
/soft  : 1.2GB
Total size 1.4GB
(If you want the complete output of  du, don't hesitate)
gluster volume quota venus list
    path          limit_set         size
----------------------------------------------------------------------------------
/psa                      200MB              167.0MB       <=OK
/soft                       5GB                4.7GB            <= NO OK
/test                     100MB                4.0MB...
2012 Jan 13
1
Quota problems with Gluster3.3b2
...in/gluster volume quota r2 enable
Enabling quota has been successful
# /usr/local/sbin/gluster volume quota r2 list
Limit not set on any directory
# /usr/local/sbin/gluster volume quota r2 limit-usage /test 10GB
limit set on /test
# /usr/local/sbin/gluster volume quota r2 list
     path          limit_set         size
----------------------------------------------------------------------------------
/test                      10GB               88.0KB
# /usr/local/sbin/gluster volume quota r2 disable
Disabling quota will delete all the quota configuration. Do you want to 
continue? (y/n) y
Disablin...
2012 Apr 19
1
Question about glusterfs quotas on debian wheezy?
Hello list,
I'm experimenting with a little GlusterFS cluster on debian wheezy:
=== snip ===
muzzy:~# cat /etc/debian_version
wheezy/sid
muzzy:~# dpkg -l | grep gluster
ii glusterfs-client 3.2.6-1 clustered file-system (client package)
ii glusterfs-common 3.2.6-1 GlusterFS common libraries and translator 
modules
ii glusterfs-server 3.2.6-1 clustered file-system (server package)
=== snip