mirror of
https://github.com/ceph/ceph
synced 2025-01-20 10:01:45 +00:00
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:
parent
4bfd1c5114
commit
1b5ce8e779
@ -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
|
||||
================
|
||||
|
||||
|
@ -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
|
||||
|
||||
<!---
|
||||
|
Loading…
Reference in New Issue
Block a user