]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
Add mds create to docs
authorTravis Rhoden <trhoden@redhat.com>
Thu, 19 Mar 2015 18:49:18 +0000 (14:49 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Thu, 19 Mar 2015 18:49:18 +0000 (14:49 -0400)
Signed-off-by: Travis Rhoden <trhoden@redhat.com>
docs/source/contents.rst
docs/source/mds.rst [new file with mode: 0644]

index 014c676d666412e879307f8076ee79486d914f2f..e375d37be4221fd131129cdf0e5e433c395b9c95 100644 (file)
@@ -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 (file)
index 0000000..ad85d6c
--- /dev/null
@@ -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