From: John Wilkins Date: Wed, 27 Mar 2013 23:50:26 +0000 (-0700) Subject: doc: Updated usage. X-Git-Tag: v0.62~154 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bc72492727fc0b4853cf522688528113ec3358b3;p=ceph.git doc: Updated usage. Signed-off-by: John Wilkins --- diff --git a/doc/rados/operations/monitoring-osd-pg.rst b/doc/rados/operations/monitoring-osd-pg.rst index a0bba1a60eff..f47d866077bd 100644 --- a/doc/rados/operations/monitoring-osd-pg.rst +++ b/doc/rados/operations/monitoring-osd-pg.rst @@ -584,9 +584,10 @@ location, all you need is the object name and the pool name. For example:: rados -p data ls - Now, identify the object location:: - - ceph osd map test-object-1 --pool=data + Now, identify the object location:: + + ceph osd map {pool-name} {object-name} + ceph osd map data test-object-1 Ceph should output the object's location. For example::