]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librbd: add {rbd_}list_children() methods
authorDan Mick <dan.mick@inktank.com>
Tue, 21 Aug 2012 22:58:21 +0000 (15:58 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Thu, 30 Aug 2012 00:35:27 +0000 (17:35 -0700)
commit78f69752a44f0f754ebdba2c06399c493f2be99f
tree028038bb3e496451d8748a605a3ae501b6a1cda9
parent4d9802c414767862e8f8d68c7598ac681973c46a
librbd: add {rbd_}list_children() methods

These iterate over all pools and check for children of a
particular snapshot.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Reviewed-by: Dan Mick <dan.mick@inktank.com>
src/include/rbd/librbd.h
src/include/rbd/librbd.hpp
src/librbd/internal.cc
src/librbd/internal.h
src/librbd/librbd.cc
src/pybind/rbd.py
src/test/pybind/test_rbd.py
src/test/test_librbd.cc