From babef41a0691d8a57126db882ad1101c0c424b25 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 11 Sep 2012 09:43:37 -0700 Subject: [PATCH] doc/control.rst: add 'osd crush create-or-move ...' Signed-off-by: Sage Weil --- doc/control.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/control.rst b/doc/control.rst index a49bad2462d..28bdd1576ce 100644 --- a/doc/control.rst +++ b/doc/control.rst @@ -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 [ [ ...]] + $ ceph osd crush set [ [ ...]] Add or move a new item (osd) with the given id/name/weight at the specified location. :: + $ ceph osd crush create-or-move [ [ ...]] + +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 Remove an existing item from the crush map. ::