From: Tyler Brekke Date: Thu, 12 Feb 2015 22:37:17 +0000 (-0800) Subject: Docs: OSD name, not id, needs to be given to remove an item from the CRUSH map. X-Git-Tag: v0.93~44^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3723%2Fhead;p=ceph.git Docs: OSD name, not id, needs to be given to remove an item from the CRUSH map. Include command for deleteing bucket from the CRUSH map. Signed-off-by: Tyler Brekke --- diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index 5782361403bd0..35feaee81f3d4 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -131,9 +131,13 @@ location. :: ceph osd crush set {id} {weight} [{loc1} [{loc2} ...]] -Remove an existing item from the CRUSH map. :: +Remove an existing item (OSD) from the CRUSH map. :: - ceph osd crush remove {id} + ceph osd crush remove {name} + +Remove an existing bucket from the CRUSH map. :: + + ceph osd crush remove {bucket-name} Move an existing bucket from one position in the hierarchy to another. ::