================= Ceph Filesystem ================= The :term:`Ceph Filesystem` (Ceph FS) 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). .. important:: Ceph FS is currently not recommended for production data. .. ditaa:: +-----------------------+ +------------------------+ | CephFS Kernel Object | | CephFS FUSE | +-----------------------+ +------------------------+ +---------------------------------------------------+ | Ceph FS Library (libcephfs) | +---------------------------------------------------+ +---------------------------------------------------+ | Ceph Storage Cluster Protocol (librados) | +---------------------------------------------------+ +---------------+ +---------------+ +---------------+ | OSDs | | MDSs | | Monitors | +---------------+ +---------------+ +---------------+ Using the Ceph Filesystem requires at least one :term:`Ceph Metadata Server` in your Ceph Storage Cluster. .. raw:: html

Step 1: Metadata Server

To run the Ceph Filesystem, you must have a running Ceph Storage Cluster with at least one :term:`Ceph Metadata Server` running. .. toctree:: :maxdepth: 1 Add/Remove MDS <../../rados/deployment/ceph-deploy-mds> MDS Configuration Journaler Configuration Manpage ceph-mds <../../man/8/ceph-mds> .. raw:: html

Step 2: Mount Ceph FS

Once you have a healthy Ceph Storage Cluster with at least one Ceph Metadata Server, you may mount your Ceph Filesystem. Ensure that you client has network connectivity and the proper authentication keyring. .. toctree:: :maxdepth: 1 Mount Ceph FS Mount Ceph FS as FUSE Mount Ceph FS in fstab Manpage cephfs <../../man/8/cephfs> Manpage ceph-fuse <../../man/8/ceph-fuse> Manpage mount.ceph <../../man/8/mount.ceph> .. raw:: html

Additional Details

.. toctree:: :maxdepth: 1 Using Ceph with Hadoop libcephfs <../../api/libcephfs-java/> cephfs-journal-tool File layouts Troubleshooting .. raw:: html