On Tue, Feb 26, 2013 at 2:12 PM, Gandalf Corvotempesta
<gandalf.corvotempe...@gmail.com> wrote:
> Hi,
> I would like to access to some usage stats (like bytes sent and
> received) through api.
> I'm following this guide:
> http://ceph.com/docs/master/radosgw/admin/
> but there isn't any example. How can I set the admin endpoint? which

The admin endpoint is 'admin' by default. You set it through the 'rgw
admin entry' configurable.

> kind of user and privilage do I need ?
>

You need to set the 'usage' caps on the user, e.g.:

$ radosgw-admin user modify --uid=<uid> --caps="usage=read, write"


Yehuda
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to