ceph/doc/rados/api/index.rst
John Wilkins 33e78a4ad9 doc: Updated terminology. Added librados intro to index.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2014-01-07 17:11:01 -08:00

19 lines
785 B
ReStructuredText

===========================
Ceph Storage Cluster APIs
===========================
The :term:`Ceph Storage Cluster` has a messaging layer protocol that enables
clients to interact with :term:`Ceph Monitors` and :term:`Ceph OSD Daemons`.
``librados`` provides this functionality to :term:`Ceph Clients` in the form of
a library. All Ceph Clients either use ``librados`` or the same functionality
encapsulated in ``librados`` to interact with the object store. For example,
``librbd`` and ``libcephfs`` leverage this functionality. You may use
``librados`` to interact with Ceph directly (e.g., an application that talks to
Ceph, your own interface to Ceph, etc.).
.. toctree::
Introduction to librados <librados-intro>
librados (C) <librados>
librados (C++) <libradospp>