From: Kefu Chai Date: Thu, 27 Jul 2017 03:56:08 +0000 (+0800) Subject: doc: remove docs on non-existant command X-Git-Tag: v12.1.2~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=35f332871ddedaa6fd4b9e054248c124557acec8;p=ceph.git doc: remove docs on non-existant command also use "tab" to indent command snippet to be more consistent. Signed-off-by: Luo Kexue --- diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index b2fe355bf48d..03bbb89c5083 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -141,16 +141,12 @@ Remove an existing bucket from the CRUSH map. :: Move an existing bucket from one position in the hierarchy to another. :: - ceph osd crush move {id} {loc1} [{loc2} ...] + ceph osd crush move {id} {loc1} [{loc2} ...] Set the weight of the item given by ``{name}`` to ``{weight}``. :: ceph osd crush reweight {name} {weight} -Create a cluster snapshot. :: - - ceph osd cluster_snap {name} - Mark an OSD as lost. This may result in permanent data loss. Use with caution. :: ceph osd lost {id} [--yes-i-really-mean-it] @@ -189,10 +185,6 @@ Mark ``{osd-num}`` in the distribution (i.e. allocated data). :: ceph osd in {osd-num} -List classes that are loaded in the ceph cluster. :: - - ceph class list - Set or clear the pause flags in the OSD map. If set, no IO requests will be sent to any OSD. Clearing the flags via unpause results in resending pending requests. ::