2013-05-31 03:27:42 +00:00
|
|
|
======================
|
|
|
|
Ceph Storage Cluster
|
|
|
|
======================
|
|
|
|
|
|
|
|
The :term:`Ceph Storage Cluster` is the foundation for all Ceph deployments.
|
|
|
|
Based upon :abbr:`RADOS (Reliable Autonomic Distributed Object Store)`, Ceph
|
|
|
|
Storage Clusters consist of two types of daemons: a :term:`Ceph OSD Daemon`
|
2015-01-20 08:38:12 +00:00
|
|
|
(OSD) stores data as objects on a storage node; and a :term:`Ceph Monitor` (MON)
|
2013-05-31 03:27:42 +00:00
|
|
|
maintains a master copy of the cluster map. A Ceph Storage Cluster may contain
|
|
|
|
thousands of storage nodes. A minimal system will have at least one
|
|
|
|
Ceph Monitor and two Ceph OSD Daemons for data replication.
|
|
|
|
|
2019-09-09 19:36:04 +00:00
|
|
|
The Ceph File System, Ceph Object Storage and Ceph Block Devices read data from
|
2013-05-31 03:27:42 +00:00
|
|
|
and write data to the Ceph Storage Cluster.
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. container:: columns-3
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. container:: column
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. raw:: html
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
<h3>Config and Deploy</h3>
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
Ceph Storage Clusters have a few required settings, but most configuration
|
|
|
|
settings have default values. A typical deployment uses a deployment tool
|
2021-02-18 17:48:30 +00:00
|
|
|
to define a cluster and bootstrap a monitor. See :ref:`cephadm` for details.
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
Configuration <configuration/index>
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. container:: column
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. raw:: html
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
<h3>Operations</h3>
|
2013-04-18 01:24:24 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
Once you have deployed a Ceph Storage Cluster, you may begin operating
|
|
|
|
your cluster.
|
2013-04-18 01:24:24 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
2013-04-18 01:24:24 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
Operations <operations/index>
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
Man Pages <man/index>
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
troubleshooting/index
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. container:: column
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2021-02-19 02:33:34 +00:00
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
<h3>APIs</h3>
|
|
|
|
|
|
|
|
Most Ceph deployments use `Ceph Block Devices`_, `Ceph Object Storage`_ and/or the
|
|
|
|
`Ceph File System`_. You may also develop applications that talk directly to
|
|
|
|
the Ceph Storage Cluster.
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
APIs <api/index>
|
2012-11-14 22:57:51 +00:00
|
|
|
|
2017-08-08 15:53:42 +00:00
|
|
|
.. _Ceph Block Devices: ../rbd/
|
2019-09-09 19:36:04 +00:00
|
|
|
.. _Ceph File System: ../cephfs/
|
2013-05-31 03:27:42 +00:00
|
|
|
.. _Ceph Object Storage: ../radosgw/
|
2020-09-02 19:14:36 +00:00
|
|
|
.. _Deployment: ../cephadm/
|