mirror of
https://github.com/ceph/ceph
synced 2024-12-14 15:35:45 +00:00
f1d8964499
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>
28 lines
719 B
ReStructuredText
28 lines
719 B
ReStructuredText
======================
|
|
Architecture of Ceph
|
|
======================
|
|
|
|
- Introduction to Ceph Project
|
|
|
|
- High-level overview of project benefits for users (few paragraphs, mention each subproject)
|
|
- Introduction to sub-projects (few paragraphs to a page each)
|
|
|
|
- RADOS
|
|
- RGW
|
|
- RBD
|
|
- Ceph
|
|
|
|
- Example scenarios Ceph projects are/not suitable for
|
|
- (Very) High-Level overview of Ceph
|
|
|
|
This would include an introduction to basic project terminology,
|
|
the concept of OSDs, MDSes, and Monitors, and things like
|
|
that. What they do, some of why they're awesome, but not how they
|
|
work.
|
|
|
|
- Discussion of MDS terminology, daemon types (active, standby,
|
|
standby-replay)
|
|
|
|
|
|
.. todo:: write me
|