]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: remove docs on non-existant command 16616/head
authorKefu Chai <kchai@redhat.com>
Thu, 27 Jul 2017 03:56:08 +0000 (11:56 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 27 Jul 2017 03:57:54 +0000 (11:57 +0800)
also use "tab" to indent command snippet to be more consistent.

Signed-off-by: Luo Kexue <luo.kexue@zte.com.cn>
doc/rados/operations/control.rst

index b2fe355bf48d7fa07c91689f63f12a5f70c85bd2..03bbb89c50833d09d32d9143faa343e7d27d6daa 100644 (file)
@@ -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. ::