summaryrefslogtreecommitdiff
path: root/doc/cephfs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cephfs/index.rst')
-rw-r--r--doc/cephfs/index.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/cephfs/index.rst b/doc/cephfs/index.rst
new file mode 100644
index 00000000000..d045dd76f7a
--- /dev/null
+++ b/doc/cephfs/index.rst
@@ -0,0 +1,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> \ No newline at end of file