From: John Wilkins Date: Fri, 26 Apr 2013 21:02:42 +0000 (-0700) Subject: doc: Added new quick start preamble and index. X-Git-Tag: v0.61~82 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d85c6904dbb876dc0582540285478682f3c536ac;p=ceph.git doc: Added new quick start preamble and index. Signed-off-by: John Wilkins --- diff --git a/doc/start/index.rst b/doc/start/index.rst index 03cc3b1781b6..1ce80b728270 100644 --- a/doc/start/index.rst +++ b/doc/start/index.rst @@ -2,14 +2,73 @@ Getting Started ================= -Welcome to Ceph! The following sections provide information that will help you -get started: +Whether you want to provide RESTful object services and/or block devices to a +cloud solution, deploy a CephFS filesystem or use Ceph for another purpose, all +Ceph clusters begin with setting up your host computers, network and the Ceph +Object Store. A Ceph object store cluster has three essential daemons: + +.. ditaa:: +---------------+ +---------------+ +---------------+ + | OSDs | | Monitor | | MDS | + +---------------+ +---------------+ +---------------+ + +- **OSDs**: Object Storage Daemons (OSDs) store data, handle data replication, + recovery, backfilling, rebalancing, and provide some monitoring information + to Ceph monitors by checking other OSDs for a heartbeat. + +- **Monitors**: Ceph monitors maintain maps of the cluster state, including + the monitor map, the OSD map, the Placement Group (PG) map, and the CRUSH + map. Ceph maintains a history (called an "epoch") of each state change in + the monitors, OSDs, or PGs. + +- **MDSs**: Metadata Servers (MDSs) store metadata on behalf of the CephFS + filesystem (i.e., Ceph block devices and Ceph gateways do not use MDS). + Ceph MDS servers make it feasible for POSIX file system users to execute + basic commands like ``ls``, ``find``, etc. without placing an enormous + burden on the object store. + + +.. raw:: html + + +

Step 1: Preflight

.. toctree:: - 5-minute Quick Start + Get Involved + Preflight + +.. raw:: html + +

Step 2: Object Store

+ +.. toctree:: + + Object Store Quick Start + + +.. raw:: html + +

Step 3: Ceph Client(s)

+ +.. toctree:: + Block Device Quick Start CephFS Quick Start Gateway Quick Start - Get Involved - manual-install + + +.. raw:: html + +

Step 4: Expand Your Cluster

+ + + +.. raw:: html + +
+ + + +.. toctree:: + +