Hey!

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

I made few corrections to your vol file. Please try with it :)

-samuli

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

volume locks1
    type features/locks
    subvolumes paul0
end-volume

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

volume brick1
  type features/quota
  option disk-usage-limit 10GB    #; usage limit in bytes
  subvolumes iothreads1
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
end-volume

_______________________________________________
Gluster-users mailing list
Gluster-users@gluster.org
http://gluster.org/cgi-bin/mailman/listinfo/gluster-users

Reply via email to