]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fixed description for pg in control section.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 25 Jan 2013 22:24:37 +0000 (14:24 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 25 Jan 2013 22:24:37 +0000 (14:24 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/operations/control.rst

index ced336d376c5824ae7c9264512c93846fa5f9b8c..db5b80086755f2b5c9b07ad61cdcb9d3612c579e 100644 (file)
@@ -58,14 +58,14 @@ Placement Group Subsystem
 
 To display the statistics for all placement groups, execute the following:: 
 
-       ceph -- pg dump [--format {format}]
+       ceph pg dump [--format {format}]
 
 The valid formats are ``plain`` (default) and ``json``.
 
 To display the statistics for all placement groups stuck in a specified state, 
 execute the following:: 
 
-       ceph -- pg dump_stuck inactive|unclean|stale [--format {format}] [-t|--threshold {seconds}]
+       ceph pg dump_stuck inactive|unclean|stale [--format {format}] [-t|--threshold {seconds}]
 
 
 ``--format`` may be ``plain`` (default) or ``json``
@@ -124,7 +124,7 @@ and state. ::
 
 Find out where a specific object is or would be stored in the system::
 
-        ceph osd map <pool-name> <object-name>
+       ceph osd map <pool-name> <object-name>
 
 Add or move a new item (OSD) with the given id/name/weight at the specified
 location. ::