summaryrefslogtreecommitdiffstats
path: root/src/ceph/doc/start/index.rst
blob: 6c799c00d468b400e8b90076abc710646306bf06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
============================
 Installation (ceph-deploy)
============================

.. raw:: html

	<style type="text/css">div.body h3{margin:5px 0px 0px 0px;}</style>
	<table cellpadding="10"><colgroup><col width="33%"><col width="33%"><col width="33%"></colgroup><tbody valign="top"><tr><td><h3>Step 1: Preflight</h3>

A :term:`Ceph Client` and a :term:`Ceph Node` may require some basic
configuration  work prior to deploying a Ceph Storage Cluster. You can also
avail yourself of help by getting involved in the Ceph community.

.. toctree::

   Preflight <quick-start-preflight>

.. raw:: html 

	</td><td><h3>Step 2: Storage Cluster</h3>
	
Once you have completed your preflight checklist, you should be able to begin
deploying a Ceph Storage Cluster.

.. toctree::

	Storage Cluster Quick Start <quick-ceph-deploy>


.. raw:: html 

	</td><td><h3>Step 3: Ceph Client(s)</h3>
	
Most Ceph users don't store objects directly in the Ceph Storage Cluster. They typically use at least one of
Ceph Block Devices, the Ceph Filesystem, and Ceph Object Storage.

.. toctree::
	
   Block Device Quick Start <quick-rbd>
   Filesystem Quick Start <quick-cephfs>
   Object Storage Quick Start <quick-rgw>

.. raw:: html

	</td></tr></tbody></table>