]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: add namespace create/remove/list API methods
authorJason Dillaman <dillaman@redhat.com>
Fri, 15 Jun 2018 13:20:55 +0000 (09:20 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 18 Jun 2018 22:43:39 +0000 (18:43 -0400)
commit0fca6ead10c658e401ce95eaf5cb3141b2c5a476
tree1200aa71c33cf9ec7bca4697ed0a4bc8ff4ed69e
parent4c109366a66bb4ebf3c9d3d9665e393c5ec040c1
librbd: add namespace create/remove/list API methods

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rbd/librbd.h
src/include/rbd/librbd.hpp
src/librbd/CMakeLists.txt
src/librbd/api/Namespace.cc [new file with mode: 0644]
src/librbd/api/Namespace.h [new file with mode: 0644]
src/librbd/librbd.cc
src/test/librbd/test_librbd.cc