]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: add get_inconsistent_pgs() to librados
authorKefu Chai <kchai@redhat.com>
Fri, 11 Dec 2015 10:13:20 +0000 (18:13 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 25 Feb 2016 04:40:17 +0000 (12:40 +0800)
commitcb4efbd72fc31e42a1dca55192e51b6ea4cdecf1
tree2b74e88c553191323d0c361586ed4a24d59e9ec1
parent50bbf7f92edf9e9492c4a480a3492cb25f678770
librados: add get_inconsistent_pgs() to librados

to list the inconsistent PGs of given pool, it's a wrapper
around the "ceph pg ls" command.

Fixes: #13505
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/rados/librados.h
src/include/rados/librados.hpp
src/librados/librados.cc