From: John Wilkins Date: Thu, 24 Jan 2013 20:58:29 +0000 (-0800) Subject: doc: Updated usage for Bobtail. X-Git-Tag: v0.57~132 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b51bfdf0d6fac4f8ddfce1cf6b0981be51d2f38d;p=ceph.git doc: Updated usage for Bobtail. fixes: #3831 Signed-off-by: John Wilkins --- diff --git a/doc/rados/operations/crush-map.rst b/doc/rados/operations/crush-map.rst index bdfee0b18a38..96175665fe32 100644 --- a/doc/rados/operations/crush-map.rst +++ b/doc/rados/operations/crush-map.rst @@ -652,10 +652,14 @@ pool to be placed with an SSD as the primary and platters as the replicas. Add/Move an OSD =============== -To add or move an OSD in the CRUSH map of a running cluster, execute the -following:: +To add or move an OSD in the CRUSH map of a running cluster, execute the +``ceph osd crush set``. For Argonaut (v 0.48), execute the following:: - ceph osd crush set {name} {weight} [{bucket-type}={bucket-name} ...] + ceph osd crush set {id} {name} {weight} pool={pool-name} [{bucket-type}={bucket-name} ...] + +For Bobtail (v 0.56), execute the following:: + + ceph osd crush set {id-or-name} {weight} pool={pool-name} [{bucket-type}={bucket-name} ...] Where: