Re: [ceph-users] retrieving quota of ceph pool using librados or python API

2015-11-02 Thread Alex Leake
John, Thank you very much! Works exactly as expected. Kind Regards, Alex. From: John Spray Sent: 02 November 2015 13:19 To: Alex Leake Cc: ceph-users@lists.ceph.com Subject: Re: [ceph-users] retrieving quota of ceph pool using librados or python API

Re: [ceph-users] retrieving quota of ceph pool using librados or python API

2015-11-02 Thread John Spray
On Mon, Nov 2, 2015 at 9:39 PM, Alex Leake wrote: > Hello all, > > > I'm attempting to use the python API to get the quota of a pool, but I can't > see it in the documentation > (http://docs.ceph.com/docs/v0.94/rados/api/python/). The call you're looking for is Rados.mon_command, which seems to b

[ceph-users] retrieving quota of ceph pool using librados or python API

2015-11-02 Thread Alex Leake
Hello all, I'm attempting to use the python API to get the quota of a pool, but I can't see it in the documentation (http://docs.ceph.com/docs/v0.94/rados/api/python/). Does anyone know how to get the quota? (python or C). Without making a call to "ceph osd pool get-quota". I am using ceph