mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
9b487571e6
Signed off by: John Wilkins <john.wilkins@dreamhost.com> Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
24 lines
1.0 KiB
ReStructuredText
24 lines
1.0 KiB
ReStructuredText
==========================
|
|
Installing Ceph Components
|
|
==========================
|
|
Storage clusters are the foundation of the Ceph system. Ceph storage hosts provide object storage.
|
|
Clients access the Ceph storage cluster directly from an application (using ``librados``),
|
|
over an object storage protocol such as Amazon S3 or OpenStack Swift (using ``radosgw``), or with a block
|
|
device (using ``rbd``). To begin using Ceph, you must first set up a storage cluster.
|
|
|
|
The following sections provide guidance for configuring a storage cluster and installing Ceph components:
|
|
|
|
1. :doc:`Hardware Recommendations <hardware_recommendations>`
|
|
2. :doc:`File System Recommendations <file_system_recommendations>`
|
|
3. :doc:`Download Ceph Packages <download_packages>`
|
|
4. :doc:`Building Ceph from Source <building_ceph_from_source>`
|
|
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
Hardware Recs <hardware_recommendations>
|
|
File System Recs <file_system_recommendations>
|
|
Download Packages <download_packages>
|
|
Build From Source <building_ceph_from_source>
|