From b51bfdf0d6fac4f8ddfce1cf6b0981be51d2f38d Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Thu, 24 Jan 2013 12:58:29 -0800 Subject: [PATCH] doc: Updated usage for Bobtail. fixes: #3831 Signed-off-by: John Wilkins --- doc/rados/operations/crush-map.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/rados/operations/crush-map.rst b/doc/rados/operations/crush-map.rst index bdfee0b18a382..96175665fe32f 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: -- 2.39.5