[Gluster-users] Quota Translator Help

Paul Roberts proberts2 at gmail.com
Fri Aug 27 16:17:22 UTC 2010


Hey All,

I've tried implementing the quota translator and I am not having any luck.  Please check out below:

volume paul0
  type storage/posix
  option directory /gluster/paul
end-volume

volume locks1
    type features/locks
    subvolumes paul0
end-volume

volume brick1
    type performance/io-threads
    option thread-count 8
    subvolumes locks1
end-volume

volume paul0-quota
  type features/quota
  option disk-usage-limit 10GB    #; usage limit in bytes
  subvolumes paul0
end-volume
volume server-tcp
    type protocol/server
    option transport-type tcp
    option auth.addr.brick1.allow *
    option transport.socket.listen-port 6996
    option transport.socket.nodelay on
    subvolumes brick1 brick2
end-volume


[root at gluster00 paul]# mount
/dev/sda1 on / type ext3 (rw)
/dev/md0 on /gluster type xfs (rw)
glusterfs#/etc/glusterfs/glusterfs.vol on /mnt/paul type fuse (rw,allow_other,default_permissions,max_read=131072)

[root at gluster00 paul]# dd if=/dev/zero of=large-file.dd bs=1G count=11
11+0 records in
11+0 records out
11811160064 bytes (12 GB) copied, 46.7916 seconds, 252 MB/s

If I am doing something wrong please let me know because I am seriously pulling my hair out :).
Thanks,
Paul  



More information about the Gluster-users mailing list