diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-07-31 17:56:19 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-07-31 17:56:19 -0700 |
commit | f749ebc87080656cb6258d521a7789f490040980 (patch) | |
tree | 98d90126a8af6e33f831cb53d8730671986aef24 | |
parent | 3fa1cd20b5d091ec997cf15251586d77f3cf079b (diff) | |
download | ceph-f749ebc87080656cb6258d521a7789f490040980.tar.gz |
doc: Updated text. Added python to index.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/api/index.rst | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/doc/rados/api/index.rst b/doc/rados/api/index.rst index 8cd63e9774e..b00f1ae7001 100644 --- a/doc/rados/api/index.rst +++ b/doc/rados/api/index.rst @@ -1,15 +1,15 @@ -========================= - 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 Ceph Storage Cluster has a messaging layer protocol that enables clients to +interact with Ceph Monitors and Ceph OSD Daemons. ``librados`` provides this +functionality to 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`. @@ -17,4 +17,5 @@ see :doc:`../../architecture`. .. toctree:: librados (C) <librados> - librados (C++) <libradospp>
\ No newline at end of file + librados (C++) <libradospp> + librados (Python) <python>
\ No newline at end of file |