[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

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

2017-04-04 Thread Sayid Munawar
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.com/issues/19451 > > On Sun, Apr 2, 2017 at 8:17 PM, Sayid Munawar &g