From 8e806bce89c003219e6d3563bda09fef4925c3d9 Mon Sep 17 00:00:00 2001 From: Tyler Brekke Date: Thu, 12 Feb 2015 14:37:17 -0800 Subject: [PATCH] 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 --- doc/rados/operations/control.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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. :: -- 2.39.5