]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updated terminology. Added librados intro to index.
authorJohn Wilkins <john.wilkins@inktank.com>
Wed, 8 Jan 2014 01:11:01 +0000 (17:11 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Wed, 8 Jan 2014 01:11:01 +0000 (17:11 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/api/index.rst

index 8cd63e9774e0936e015b21e86aac8e21aa7cf663..ef09191cb917f6bf6fe591abde776e0cd2f8a6fe 100644 (file)
@@ -1,20 +1,19 @@
-=========================
RADOS Object Store APIs
-=========================
+===========================
Ceph Storage Cluster APIs
+===========================
 
-Ceph's RADOS Object Store has a messaging layer protocol that enables clients
-to interact with Ceph monitors and OSDs. ``librados`` provides this
-functionality to object store 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.). 
+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.).
 
-For an overview of where ``librados`` appears in the technology stack, 
-see :doc:`../../architecture`.
 
 .. toctree:: 
 
+   Introduction to librados <librados-intro>
    librados (C) <librados>
    librados (C++) <libradospp>
\ No newline at end of file