Re: [ceph-users] Get/set/list rbd image using python librbd

2017-04-04 Thread Sayid Munawar
Ok, thanks Jason for submitting the feature request ticket. But i am afraid i couldn't contribute now, lack of C/C++ :D On Mon, Apr 3, 2017 at 9:09 PM, Jason Dillaman wrote: > We try to keep the C/C++ and Python APIs in-sync, but it looks like > these functions were missed and are not currentl

Re: [ceph-users] Get/set/list rbd image using python librbd

2017-04-03 Thread Jason Dillaman
We try to keep the C/C++ and Python APIs in-sync, but it looks like these functions were missed and are not currently available via the Python API. I created a tracker ticket [1] the issue. If you are interested, feel free to contribute a pull request for the missing APIs. [1] http://tracker.ceph.

[ceph-users] Get/set/list rbd image using python librbd

2017-04-02 Thread Sayid Munawar
Hi, Using rbd command line, we can set / get / list image-meta of an rbd image as described in the man page . # rbd image-meta list mypool/myimage How can we do the same using python librbdpy ? i can't find it in the documentation