2012-05-18 20:54:51 +00:00
|
|
|
==============
|
|
|
|
Installation
|
|
|
|
==============
|
2012-11-07 22:09:57 +00:00
|
|
|
|
2012-05-03 17:15:21 +00:00
|
|
|
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
|
2012-05-03 03:31:35 +00:00
|
|
|
(using ``rbd``). To begin using Ceph, you must first set up a storage cluster.
|
2012-03-14 18:58:27 +00:00
|
|
|
|
2012-05-18 20:54:51 +00:00
|
|
|
You may deploy Ceph with our ``mkcephfs`` bootstrap utility for development
|
|
|
|
and test environments. For production environments, we recommend deploying
|
|
|
|
Ceph with the Chef cloud management tool.
|
|
|
|
|
|
|
|
If your deployment uses OpenStack, you will also need to install OpenStack.
|
|
|
|
|
|
|
|
The following sections provide guidance for installing components used with
|
|
|
|
Ceph:
|
2012-03-14 18:58:27 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
2012-05-03 17:10:29 +00:00
|
|
|
Hardware Recommendations <hardware-recommendations>
|
2012-10-30 20:00:17 +00:00
|
|
|
OS Recommendations <os-recommendations>
|
2012-05-03 17:45:08 +00:00
|
|
|
Installing Debian/Ubuntu Packages <debian>
|
|
|
|
Installing RPM Packages <rpm>
|
2012-05-18 20:54:51 +00:00
|
|
|
Installing Chef <chef>
|