On 15-10-15 13:56, Luis Periquito wrote: > I've been trying to find a way to limit the number of request an user > can make the radosgw per unit of time - first thing developers done > here is as fast as possible parallel queries to the radosgw, making it > very slow. > > I've looked into quotas, but they only refer to space, objects and buckets. > > Is it possible to limit the request rate?
I'd say run Civetweb + Nginx/Apache as a proxy in front of it. On that proxy you can limit the amount of requests a single IP can do. Wido > _______________________________________________ > ceph-users mailing list > [email protected] > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com > _______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
