.. _ceph-filesystem: ================= Ceph Filesystem ================= The Ceph Filesystem (CephFS) is a POSIX-compliant filesystem that uses 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). .. note:: If you are evaluating CephFS for the first time, please review the best practices for deployment: :doc:`/cephfs/best-practices` .. ditaa:: +-----------------------+ +------------------------+ | | | CephFS FUSE | | | +------------------------+ | | | | +------------------------+ | CephFS Kernel Object | | CephFS Library | | | +------------------------+ | | | | +------------------------+ | | | librados | +-----------------------+ +------------------------+ +---------------+ +---------------+ +---------------+ | OSDs | | MDSs | | Monitors | +---------------+ +---------------+ +---------------+ Using CephFS ============ Using the Ceph Filesystem requires at least one :term:`Ceph Metadata Server` in your Ceph Storage Cluster. .. raw:: html
Step 1: Metadata ServerTo run the Ceph Filesystem, you must have a running Ceph Storage Cluster with at least one :term:`Ceph Metadata Server` running. .. toctree:: :maxdepth: 1 Provision/Add/Remove MDS(s) | Step 2: Mount CephFSOnce you have a healthy Ceph Storage Cluster with at least one Ceph Metadata Server, you may create and mount your Ceph Filesystem. Ensure that your client has network connectivity and the proper authentication keyring. .. toctree:: :maxdepth: 1 Create a CephFS file system | Additional Details.. toctree:: :maxdepth: 1 Deployment best practices |