ceph/doc/cephfs/index.rst
John Wilkins 9ea2609ea0 doc: Added libcephfs to the CephFS section and moved librbd to RBD section.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-11-16 14:56:46 -08:00

23 lines
759 B
ReStructuredText

=========
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::
:maxdepth: 1
Mount Ceph FS<kernel>
Mount Ceph FS as FUSE <fuse>
Mount Ceph FS in ``fstab`` <fstab>
Using Ceph with Hadoop <hadoop>
MDS Configuration <mds-config-ref>
Manpage cephfs <../../man/8/cephfs>
Manpage ceph-fuse <../../man/8/ceph-fuse>
Manpage mount.ceph <../../man/8/mount.ceph>
libcephfs <../../api/libcephfs-java/>