]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update rados.8 with list-inconsistent-* commands
authorKefu Chai <kchai@redhat.com>
Tue, 10 May 2016 08:11:36 +0000 (16:11 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 6 Jan 2017 09:34:27 +0000 (17:34 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/man/8/rados.rst

index 82e47d7afdb17c9800638a7f36815e665621d129..e6aaf7356c2a39513b458bc5121ae04e1a6e9360 100644 (file)
@@ -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
 ============