]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Document unstable nature of CephFS 479/head
authorScott Devoid <devoid@anl.gov>
Thu, 1 Aug 2013 16:20:27 +0000 (11:20 -0500)
committerScott Devoid <devoid@anl.gov>
Thu, 15 Aug 2013 19:01:32 +0000 (14:01 -0500)
- Add note to docs indicating that CephFS is not recommended for
  production datasets.
- Add note to docs indicating that running CephFS with multiple MDS
  servers is not currently recommended.

This fixes issue #5797 http://tracker.ceph.com/issues/5797

Signed-off-by: Scott Devoid <devoid@anl.gov>
doc/cephfs/index.rst
doc/rados/deployment/ceph-deploy-mds.rst

index 321299a3eaa40d71349f3e01923d9a7167ac417d..99de9f0e798f8290ca5cef25d4d1257f62696427 100644 (file)
@@ -7,6 +7,7 @@ a Ceph Storage Cluster to store its data. The Ceph filesystem uses the same Ceph
 Storage Cluster system as Ceph Block Devices, Ceph Object Storage with its S3
 and Swift APIs, or native bindings (librados).
 
+.. important:: Ceph FS is currently not recommended for production data.
 
 .. ditaa::
             +-----------------------+  +------------------------+
index 36ff6b95cf3bcba59100c2fa932d62b381ddfba6..4447c6043646ef335b8bf43fd279f6668f122672 100644 (file)
@@ -6,8 +6,9 @@ With ``ceph-deploy``, adding and removing metadata servers is a simple task. You
 just add or remove one or more metadata servers on the command line with one
 command.
 
-.. note:: CephFS is in production using 1 metadata server per cluster. You
-   **MUST** deploy at least one metadata server to use CephFS.
+.. important:: You must deploy at least one metadata server to use CephFS.
+    There is experimental support for running multiple metadata servers.
+    Do not run multiple metadata servers in production.
 
 See `MDS Config Reference`_ for details on configuring metadata servers.