doc: Update requirements for using CephFS

Fixes: https://tracker.ceph.com/issues/41470
Signed-off-by: Varsha Rao <varao@redhat.com>
This commit is contained in:
Varsha Rao 2019-09-09 14:09:15 +05:30 committed by root
parent 4bfd1c5114
commit 1b5ce8e779
2 changed files with 16 additions and 7 deletions

View 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
================

View 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
<!---