]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated usage.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 28 Mar 2013 00:13:18 +0000 (17:13 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 28 Mar 2013 00:13:18 +0000 (17:13 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/operations/monitoring-osd-pg.rst

index f47d866077bdc76904889bfd79817fc8a83cee0b..e05de90e1ccd9d210be2b4a454b2f67a42cef25f 100644 (file)
@@ -569,7 +569,7 @@ calculates how to map the object to a `placement group`_, and then calculates
 how to assign the placement group to an OSD dynamically. To find the object
 location, all you need is the object name and the pool name. For example:: 
 
-       ceph osd map {object-name} {poolname}
+       ceph osd map {poolname} {object-name}
 
 .. topic:: Excercise: Locate an Object