]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/control.rst: add 'osd crush create-or-move ...'
authorSage Weil <sage@inktank.com>
Tue, 11 Sep 2012 16:43:37 +0000 (09:43 -0700)
committerSage Weil <sage@inktank.com>
Tue, 11 Sep 2012 19:05:01 +0000 (12:05 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
doc/control.rst

index a49bad2462d0a77302b9303f9fd2cd9f70377338..28bdd1576ce26b7bbf96b4d50113b230b67f8bfe 100644 (file)
@@ -138,11 +138,16 @@ Dump the osd map. Valid formats for -f are "plain" and "json". If no
 Dump the osd map as a tree with one line per osd containing weight
 and state. ::
 
-       $ ceph osd crush set <id> <name> <weight> [<loc1> [<loc2> ...]]
+       $ ceph osd crush set <id> <weight> [<loc1> [<loc2> ...]]
 
 Add or move a new item (osd) with the given id/name/weight at the specified
 location. ::
 
+       $ ceph osd crush create-or-move <id> <weight> [<loc1> [<loc2> ...]]
+
+Add or move a new item (osd) with the given id/name/weight at the specified
+location, but only set the weight on creation. ::
+
        $ ceph osd crush remove <id>
 
 Remove an existing item from the crush map. ::