]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: add blacklist_add API method
authorJason Dillaman <dillaman@redhat.com>
Fri, 6 Feb 2015 07:03:03 +0000 (02:03 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 6 Feb 2015 11:42:53 +0000 (06:42 -0500)
commita616de92d6a48b9eb0af6beefc216ebb919b05f2
treec6df9a15e08680bc9c9e084879cacef92b6c142c
parent1ff8f769c3a57ab13f3273397459d00bef451454
librados: add blacklist_add API method

Convenience method to invoke the mon "osd blacklist add"
command and validating the result.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rados/librados.h
src/include/rados/librados.hpp
src/librados/RadosClient.cc
src/librados/RadosClient.h
src/librados/librados.cc
src/pybind/rados.py
src/test/pybind/test_rados.py