From: Kefu Chai Date: Tue, 10 May 2016 08:11:36 +0000 (+0800) Subject: doc: update rados.8 with list-inconsistent-* commands X-Git-Tag: v12.0.0~245^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2203a134d0b17a5f263fcd03aaf3b2449b42af86;p=ceph.git doc: update rados.8 with list-inconsistent-* commands Signed-off-by: Kefu Chai --- diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index 82e47d7afdb1..e6aaf7356c2a 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -77,8 +77,16 @@ Global commands Create a pool with name foo. :command:`rmpool` *foo* [ *foo* --yes-i-really-really-mean-it ] - Delete the pool foo (and all its data) + Delete the pool foo (and all its data). +:command:`list-inconsistent-pg` *pool* + List inconsistent PGs in given pool. + +:command:`list-inconsistent-obj` *pgid* + List inconsistent objects in given PG. + +:command:`list-inconsistent-snapset` *pgid* + List inconsistent snapsets in given PG. Pool specific commands ====================== @@ -183,6 +191,10 @@ To read a previously snapshotted version of an object:: rados -p foo -s mysnap get myobject blah.txt.old +To list inconsistent objects in PG 0.6:: + + rados list-inconsistent-obj 0.6 --format=json-pretty + Availability ============