]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update requirements for using CephFS 30251/head
authorVarsha Rao <varao@redhat.com>
Mon, 9 Sep 2019 08:39:15 +0000 (14:09 +0530)
committerroot <varao@redhat.com>
Thu, 3 Oct 2019 07:42:32 +0000 (13:12 +0530)
Fixes: https://tracker.ceph.com/issues/41470
Signed-off-by: Varsha Rao <varao@redhat.com>
doc/cephfs/client-auth.rst
doc/cephfs/index.rst

index 6a70ad22e0b7f70df5c6ab297b3097336695fdf0..d1de1603ef12f4170c491c7ac1db175d537b414e 100644 (file)
@@ -10,6 +10,13 @@ to the lowest possible level of authority needed.
     Path restriction and layout modification restriction are new features
     in the Jewel release of Ceph.
 
+.. note::
+
+   Using Erasure Coded(EC) pools with CephFS is supported only with the
+   BlueStore Backend. They cannot be used as metadata pools and overwrites must
+   be enabled on the data pools.
+
+
 Path restriction
 ================
 
index 38d636801d7a6ce33458aa5a258eb5061f1d6bfc..ea52aa1a28682ee33ed23be122a9722c0571026a 100644 (file)
@@ -42,8 +42,15 @@ Block Devices) and RGW (Ceph Object Storage Gateway).
 Using CephFS
 ^^^^^^^^^^^^
 
-To run and use the Ceph File System, you must have a running Ceph Storage
-Cluster with at least one :term:`Ceph Metadata Server` running.
+Using CephFS with a running Ceph Storage Cluster requires at least one active
+:doc:`Metadata Server (MDS) daemon </cephfs/add-remove-mds>`, :doc:`creating
+the file system </cephfs/createfs>`, selecting a mount mechanism for clients
+(:doc:`FUSE </cephfs/fuse>` or :doc:`kernel driver </cephfs/kernel>`), and
+configuring :doc:`authentication credentials </cephfs/client-auth>` for
+clients.
+
+For setting up CephFS quickly, checkout the :doc:`CephFS Quick Start document
+</start/quick-cephfs>`.
 
 .. raw:: html
 
@@ -68,11 +75,6 @@ Metadata Server Setup
        Manpage ceph-mds <../../man/8/ceph-mds>
 
 
-Once you have a healthy Ceph Storage Cluster with at least
-one Ceph Metadata Server, you may create and mount your Ceph File System.
-Ensure that your client has network connectivity and the proper
-authentication keyring.
-
 .. raw:: html
 
    <!---