doc: Updated usage for Bobtail.

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
John Wilkins 2013-01-24 12:57:14 -08:00
parent 6b272e0ff4
commit 1d71d052aa

View File

@ -127,10 +127,16 @@ hard drive than older hosts in the cluster (i.e., they may have greater weight).
#. Add the OSD to the CRUSH map so that it can begin receiving data. You may
also decompile the CRUSH map, add the OSD to the device list, add the host as a
bucket (if it's not already in the CRUSH map), add the device as an item in the
host, assign it a weight, recompile it and set it. See `Add/Move an OSD`_ for
details. ::
host, assign it a weight, recompile it and set it. See `Add/Move an OSD`_ for
details.
For Argonaut (v 0.48), execute the following::
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} ...]
.. topic:: Argonaut (v0.48) Best Practices