summaryrefslogtreecommitdiff
path: root/doc/cephfs/index.rst
blob: d045dd76f7afc910a48c35338f4bc36cb9477062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
=========
 Ceph FS
=========

The Ceph FS file system is a POSIX-compliant file system that uses a RADOS
cluster to store its data. Ceph FS uses the same RADOS object storage device 
system as RADOS block devices and RADOS object stores such as the RADOS gateway
with its S3 and Swift APIs, or native bindings. Using Ceph FS requires at least 
one metadata server in your ``ceph.conf`` configuration file. 

.. toctree:: 

	Mount Ceph FS<kernel>
	Mount Ceph FS as FUSE <fuse>