From: Travis Rhoden Date: Thu, 19 Mar 2015 18:49:18 +0000 (-0400) Subject: Add mds create to docs X-Git-Tag: v1.5.23~9^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=079d5a9d667d0dc76c7bef679a6c272272605f30;p=ceph-deploy.git Add mds create to docs Signed-off-by: Travis Rhoden --- diff --git a/docs/source/contents.rst b/docs/source/contents.rst index 014c676..e375d37 100644 --- a/docs/source/contents.rst +++ b/docs/source/contents.rst @@ -12,3 +12,4 @@ Content Index new.rst conf.rst rgw.rst + mds.rst diff --git a/docs/source/mds.rst b/docs/source/mds.rst new file mode 100644 index 0000000..ad85d6c --- /dev/null +++ b/docs/source/mds.rst @@ -0,0 +1,20 @@ +.. _mds: + +``mds`` +======= +The ``mds`` subcommand provides an interface to interact with a cluster's +CephFS Metadata servers. + +``create`` +---------- +Deploy MDS instances by specifying directly like:: + + ceph-deploy mds create node1 node2 node3 + +This will create an MDS on the given node(s) and start the +corresponding service. + +The MDS instances will default to having a name corresponding to the hostname +where it runs. For example, ``mds.node1``. + +.. note:: Removing MDS instances is not yet supported