]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Docs: OSD name, not id, needs to be given to remove an item from the CRUSH map. 3723/head
authorTyler Brekke <tbrekke@redhat.com>
Thu, 12 Feb 2015 22:37:17 +0000 (14:37 -0800)
committerTyler Brekke <tbrekke@redhat.com>
Thu, 12 Feb 2015 22:37:17 +0000 (14:37 -0800)
Include command for deleteing bucket from the CRUSH map.

Signed-off-by: Tyler Brekke <tbrekke@redhat.com>
doc/rados/operations/control.rst

index 5782361403bd0865f5c1ae6645985ecfd8566c6a..35feaee81f3d4359bfcba90b8745f451fdf3d2ee 100644 (file)
@@ -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.  ::