]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: remove deprecated commands from docs 11434/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 12 Oct 2016 13:44:57 +0000 (09:44 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 12 Oct 2016 14:58:38 +0000 (10:58 -0400)
This mostly is just removing the commands from the man page ceph(1). I
left the legacy section in doc/cephfs/administration.rst as-is.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
doc/architecture.rst
doc/man/8/ceph.rst
doc/rados/operations/monitoring.rst

index b63d2f3cf1be0ebc1936e4a2284ce254488b3657..166e1261e0a89708ef93ae4525aa60bd5d503f1d 100644 (file)
@@ -150,7 +150,7 @@ cluster topology, which is inclusive of 5 maps collectively referred to as the
 #. **The MDS Map:** Contains the current MDS map epoch, when the map was 
    created, and the last time it changed. It also contains the pool for 
    storing metadata, a list of metadata servers, and which metadata servers
-   are ``up`` and ``in``. To view an MDS map, execute ``ceph mds dump``.
+   are ``up`` and ``in``. To view an MDS map, execute ``ceph fs dump``.
 
 Each map maintains an iterative history of its operating state changes. Ceph
 Monitors maintain a master copy of the cluster map including the cluster
index fd2187bf2e88e7e883f1d1bf5c2e21f6741d8a45..53915c81ff9622af3f151617aa751cf06932a59c 100644 (file)
@@ -33,7 +33,7 @@ Synopsis
 
 | **ceph** **log** *<logtext>* [ *<logtext>*... ]
 
-| **ceph** **mds** [ *add_data_pool* \| *cluster_down* \| *cluster_up* \| *compat* \| *deactivate* \| *dump* \| *fail* \| *getmap* \| *newfs* \| *remove_data_pool* \| *rm* \| *rmfailed* \| *set* \| *set_max_mds* \| *set_state* \| *stat* \| *stop* \| *tell* ] ...
+| **ceph** **mds** [ *compat* \| *deactivate* \| *fail* \| *rm* \| *rmfailed* \| *set_state* \| *stat* \| *tell* ] ...
 
 | **ceph** **mon** [ *add* \| *dump* \| *getmap* \| *remove* \| *stat* ] ...
 
@@ -328,24 +328,6 @@ mds
 Manage metadata server configuration and administration. It uses some
 additional subcommands.
 
-Subcommand ``add_data_pool`` adds data pool.
-
-Usage::
-
-       ceph mds add_data_pool <pool>
-
-Subcommand ``cluster_down`` takes mds cluster down.
-
-Usage::
-
-       ceph mds cluster_down
-
-Subcommand ``cluster_up`` brings mds cluster up.
-
-Usage::
-
-       ceph mds cluster_up
-
 Subcommand ``compat`` manages compatible features. It uses some additional
 subcommands.
 
@@ -373,36 +355,12 @@ Usage::
 
        ceph mds deactivate <who>
 
-Subcommand ``dump`` dumps information, optionally from epoch.
-
-Usage::
-
-       ceph mds dump {<int[0-]>}
-
 Subcommand ``fail`` forces mds to status fail.
 
 Usage::
 
        ceph mds fail <who>
 
-Subcommand ``getmap`` gets MDS map, optionally from epoch.
-
-Usage::
-
-       ceph mds getmap {<int[0-]>}
-
-Subcommand ``newfs`` makes new filesystem using pools <metadata> and <data>.
-
-Usage::
-
-       ceph mds newfs <int[0-]> <int[0-]> {--yes-i-really-mean-it}
-
-Subcommand ``remove_data_pool`` removes data pool.
-
-Usage::
-
-       ceph mds remove_data_pool <pool>
-
 Subcommand ``rm`` removes inactive mds.
 
 Usage::
@@ -415,18 +373,6 @@ Usage::
 
        ceph mds rmfailed <int[0-]>
 
-Subcommand ``set`` set mds parameter <var> to <val>
-
-Usage::
-
-       ceph mds set max_mds|max_file_size|allow_new_snaps|inline_data <va> {<confirm>}
-
-Subcommand ``set_max_mds`` sets max MDS index.
-
-Usage::
-
-       ceph mds set_max_mds <int[0-]>
-
 Subcommand ``set_state`` sets mds state of <gid> to <numeric-state>.
 
 Usage::
@@ -439,12 +385,6 @@ Usage::
 
        ceph mds stat
 
-Subcommand ``stop`` stops mds.
-
-Usage::
-
-       ceph mds stop <who>
-
 Subcommand ``tell`` sends command to particular mds.
 
 Usage::
index cc3424bc61ca6c11dc0bab0743dc3ec483843a84..526577f05b2199f9fddca95c2476b4c2388598d1 100644 (file)
@@ -246,7 +246,7 @@ metadata servers are ``up`` and ``active``,  execute the following::
        
 To display details of the metadata cluster, execute the following:: 
 
-       ceph mds dump
+       ceph fs dump
 
 
 Checking Placement Group States