Re: User quota in riak-cs

2013-04-04 Thread Kota Uenishi
from his account ? > > > > > -- > View this message in context: > http://riak-users.197444.n3.nabble.com/User-quota-in-riak-cs-tp4027486p4027498.html > Sent from the Riak Users mailing list archive at Nabble.com. > > ___

Re: User quota in riak-cs

2013-04-04 Thread minotaurus
Disabling completely the users seems a little too much. It is possible to only deny the user to write new files and still be able to read and delete files from his account ? -- View this message in context: http://riak-users.197444.n3.nabble.com/User-quota-in-riak-cs-tp4027486p4027498.html

Re: User quota in riak-cs

2013-04-04 Thread Kota Uenishi
One of possible solution to emulate quota is, to observe the space usage of each user periodically, and when it exceeds your limits you can "disable" the user by calling admin API. http://docs.basho.com/riakcs/latest/cookbooks/Account-Management/#Enabling-and-Disabling-a-User-Account On Fri, Apr 5

Re: User quota in riak-cs

2013-04-04 Thread Reid Draper
On Apr 4, 2013, at 4:52 PM, minotaurus wrote: > How can i enforce a quota for each user (tennant) in riak-cs ? Thanks. Riak CS does not currently support quotas of any sort. You can _observe_ the resources (i/o, storage) a user is using, but not limit it. This is something we may implement i

User quota in riak-cs

2013-04-04 Thread minotaurus
How can i enforce a quota for each user (tennant) in riak-cs ? Thanks. -- View this message in context: http://riak-users.197444.n3.nabble.com/User-quota-in-riak-cs-tp4027486.html Sent from the Riak Users mailing list archive at Nabble.com