Displaying 1 result from an estimated 1 matches for "testsharedave".
2013 Oct 23
3
Samba vfs_glusterfs Quota Support?
...luster 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
        glusterfs:volfile_server = localhost
        glusterfs:volume = gfsv0
        path = /shares/testsharedave...