From: Patrick Donnelly Date: Wed, 12 Oct 2016 13:44:57 +0000 (-0400) Subject: mds: remove deprecated commands from docs X-Git-Tag: v11.1.0~593^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4323d4712231eb9e30720ecf1c3488337fc85697;p=ceph.git mds: remove deprecated commands from docs 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 --- diff --git a/doc/architecture.rst b/doc/architecture.rst index b63d2f3cf1be..166e1261e0a8 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -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 diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index fd2187bf2e88..53915c81ff96 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -33,7 +33,7 @@ Synopsis | **ceph** **log** ** [ **... ] -| **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 - -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 -Subcommand ``dump`` dumps information, optionally from epoch. - -Usage:: - - ceph mds dump {} - Subcommand ``fail`` forces mds to status fail. Usage:: ceph mds fail -Subcommand ``getmap`` gets MDS map, optionally from epoch. - -Usage:: - - ceph mds getmap {} - -Subcommand ``newfs`` makes new filesystem using pools and . - -Usage:: - - ceph mds newfs {--yes-i-really-mean-it} - -Subcommand ``remove_data_pool`` removes data pool. - -Usage:: - - ceph mds remove_data_pool - Subcommand ``rm`` removes inactive mds. Usage:: @@ -415,18 +373,6 @@ Usage:: ceph mds rmfailed -Subcommand ``set`` set mds parameter to - -Usage:: - - ceph mds set max_mds|max_file_size|allow_new_snaps|inline_data {} - -Subcommand ``set_max_mds`` sets max MDS index. - -Usage:: - - ceph mds set_max_mds - Subcommand ``set_state`` sets mds state of to . Usage:: @@ -439,12 +385,6 @@ Usage:: ceph mds stat -Subcommand ``stop`` stops mds. - -Usage:: - - ceph mds stop - Subcommand ``tell`` sends command to particular mds. Usage:: diff --git a/doc/rados/operations/monitoring.rst b/doc/rados/operations/monitoring.rst index cc3424bc61ca..526577f05b21 100644 --- a/doc/rados/operations/monitoring.rst +++ b/doc/rados/operations/monitoring.rst @@ -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