From 6650c0e839f6c9fc721a120326d6d426bb7a4b7b Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 14 Apr 2014 09:18:26 -0700 Subject: [PATCH] doc: Added new docs to index. Signed-off-by: John Wilkins --- doc/radosgw/index.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/radosgw/index.rst b/doc/radosgw/index.rst index d9be66b3d8f69..5599d2e75c5a3 100644 --- a/doc/radosgw/index.rst +++ b/doc/radosgw/index.rst @@ -3,7 +3,7 @@ ===================== :term:`Ceph Object Gateway` is an object storage interface built on top of -``librgw`` and ``librados`` to provide applications with a RESTful gateway to +``librgw`` to provide applications with a RESTful gateway to Ceph Storage Clusters. :term:`Ceph Object Storage` supports two interfaces: #. **S3-compatible:** Provides object storage functionality with an interface @@ -13,7 +13,7 @@ Ceph Storage Clusters. :term:`Ceph Object Storage` supports two interfaces: that is compatible with a large subset of the OpenStack Swift API. Ceph Object Storage uses the Ceph Object Gateway daemon (``radosgw``), which is -a FastCGI module for interacting with ``librgw`` and ``librados``. Since it +a FastCGI module for interacting with ``librgw``. Since it provides interfaces compatible with OpenStack Swift and Amazon S3, the Ceph Object Gateway has its own user management. Ceph Object Gateway can store data in the same Ceph Storage Cluster used to store data from Ceph Filesystem clients @@ -23,9 +23,9 @@ you may write data with one API and retrieve it with the other. .. ditaa:: +------------------------+ +------------------------+ | S3 compatible API | | Swift compatible API | +------------------------+-+------------------------+ - | radosgw | + | radosgw | +---------------------------------------------------+ - | librados | + | librgw | +------------------------+-+------------------------+ | OSDs | | Monitors | +------------------------+ +------------------------+ @@ -40,10 +40,12 @@ you may write data with one API and retrieve it with the other. Simple Configuration Federated Configuration Config Reference + Admin Guide Purging Temp Data S3 API Swift API Admin Ops API + OpenStack Keystone Integration troubleshooting Manpage radosgw <../../man/8/radosgw> Manpage radosgw-admin <../../man/8/radosgw-admin> -- 2.39.5