summaryrefslogtreecommitdiffstats
path: root/doc/architecture.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Doc: complete reversion of architecture.rstMark Kampe2011-12-021-19/+2
| | | | | | (abandon in progress improvements until everything works) Signed-off-by: Mark Kampe <mark.kampe@dreamhost.com>
* Doc: Restore the previous version of architecture.rstMark Kampe2011-12-021-48/+193
| | | | | | | | | | it was accidentally overwritten with a version of the product had a somewhat different audience/focus and a few sphinx formatting errors. I will cherry-pick the corrections in a subsequent commit. Signed-off-by: Mark Kampe <mark.kampe@dreamhost.com>
* fixed graphic reference and headingsSondra.Menthers2011-10-271-170/+16
|
* fixed image referenceSondra.Menthers2011-10-271-1/+1
|
* rgw: handle swift PUT with incorrect etagSondra.Menthers2011-10-271-3/+6
|
* rgw: handle swift PUT with incorrect etagSondra.Menthers2011-10-271-12/+22
|
* rgw: handle swift PUT with incorrect etagSondra.Menthers2011-10-271-9/+22
|
* doc: Add index entries, remove glossary as it's practically replaced by the ↵Tommi Virtanen2011-09-241-1/+5
| | | | | | index. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* libceph -> libcephfsSage Weil2011-09-231-1/+1
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* c* -> ceph-*Sage Weil2011-09-231-21/+21
| | | | | | Hopefully I didn't miss too much... Signed-off-by: Sage Weil <sage@newdream.net>
* doc: Content for Getting Started with cephfs and rbd.Tommi Virtanen2011-09-211-0/+2
| | | | Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* doc: Content for Getting Started with RADOS.Tommi Virtanen2011-09-211-0/+1
| | | | Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* doc: Move ops/grow under ops/manage.Tommi Virtanen2011-09-211-1/+2
| | | | Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* doc: Document mkcephfs-style installation.Tommi Virtanen2011-09-061-0/+7
| | | | Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* doc: Architecture, placeholder in install, and first appendix.Tommi Virtanen2011-09-011-16/+163
| | | | Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* doc: Move internals into a new section, /dev.Tommi Virtanen2011-09-011-149/+1
| | | | | | | | | | Most of the doc is user-oriented, let's isolate internals more. Split into multiple files. Clean up RST. Use Sphinx's graphviz plugin for graphs. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* Add object store architecture overview pictureColin Patrick McCabe2011-09-011-0/+7
| | | | | | | It requires graphviz / dot to be installed. It generates a nice graph of the dependencies between classes in the object store. Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* architecture.rst: describe debug logs, cephcontextColin Patrick McCabe2011-09-011-1/+52
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* doc/architecture: describe lib arch, config archColin Patrick McCabe2011-08-311-1/+91
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* First draft of the documentation overhaul.Tommi Virtanen2011-08-301-0/+27
To build the docs, run ./admin/build-doc. To browse them, either get them on any static website, or just run ./admin/serve-doc to serve them quickly off of port 8080. build-doc sets up a virtualenv to avoid needing Sphinx installed system-wide. serve-doc needs thttpd installed. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>