]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: add new API methods and expand the rbd CLI to list trashed images 18483/head
authorsongweibin <song.weibin@zte.com.cn>
Tue, 31 Oct 2017 10:25:59 +0000 (18:25 +0800)
committersongweibin <song.weibin@zte.com.cn>
Tue, 14 Nov 2017 06:17:03 +0000 (14:17 +0800)
commit9d9a27652fb3bb5cceebe054082651ee3692793b
tree8a0467eef8120e58cd37c79f29a30fd3ff1e9a36
parent4803069d2ade310cc9a2221bc5c6f012cdb4362c
librbd: add new API methods and expand the rbd CLI to list trashed images

implement librbd::RBD::list_children2 and rbd_list_children2
methods and expand the rbd CLI to list trashed images

Signed-off-by: songweibin <song.weibin@zte.com.cn>
src/include/rbd/librbd.h
src/include/rbd/librbd.hpp
src/librbd/librbd.cc
src/pybind/rbd/rbd.pyx
src/test/cli/rbd/help.t
src/test/librbd/test_librbd.cc
src/test/pybind/test_rbd.py
src/tools/rbd/action/Children.cc