]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: ceph-deploy man: remove references to mds destroy. Not implemented 9163/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 17 May 2016 13:33:19 +0000 (09:33 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 31 May 2016 18:12:13 +0000 (14:12 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
doc/man/8/ceph-deploy.rst

index 8c88b9fdd8a248d31a75ac63f2a92c605d5db554..82507146899bcb6ad1779cfc283348f02fd6ecc0 100644 (file)
@@ -135,15 +135,12 @@ it runs ``gatherkeys`` to get the keyring. It then creates a mds on the desired
 host under the path ``/var/lib/ceph/mds/`` in ``/var/lib/ceph/mds/{cluster}-{name}``
 format and a bootstrap keyring under ``/var/lib/ceph/bootstrap-mds/`` in
 ``/var/lib/ceph/bootstrap-mds/{cluster}.keyring`` format. It then runs appropriate
-commands based on ``distro.init`` to start the ``mds``. To remove the mds,
-subcommand ``destroy`` is used.
+commands based on ``distro.init`` to start the ``mds``.
 
 Usage::
 
        ceph-deploy mds create [HOST[:DAEMON-NAME]] [HOST[:DAEMON-NAME]...]
 
-       ceph-deploy mds destroy [HOST[:DAEMON-NAME]] [HOST[:DAEMON-NAME]...]
-
 The [DAEMON-NAME] is optional.