From 5c7c14453a5382258bdc5363c3958eeb2677c618 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 24 Apr 2023 13:02:16 +0200 Subject: [PATCH] doc/start: rewrite intro paragraph Rewrite the first paragraph in doc/start/intro.rst. Signed-off-by: Zac Dover Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover (cherry picked from commit bea01d5f1469030253a3403dbb9e2c9fa97806ac) --- doc/start/intro.rst | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/doc/start/intro.rst b/doc/start/intro.rst index d05ccbf7a0d..1acdd65a243 100644 --- a/doc/start/intro.rst +++ b/doc/start/intro.rst @@ -2,14 +2,24 @@ Intro to Ceph =============== -Whether you want to provide :term:`Ceph Object Storage` and/or -:term:`Ceph Block Device` services to :term:`Cloud Platforms`, deploy -a :term:`Ceph File System` or use Ceph for another purpose, all -:term:`Ceph Storage Cluster` deployments begin with setting up each -:term:`Ceph Node`, your network, and the Ceph Storage Cluster. A Ceph -Storage Cluster requires at least one Ceph Monitor, Ceph Manager, and -Ceph OSD (Object Storage Daemon). The Ceph Metadata Server is also -required when running Ceph File System clients. +Ceph can be used to provide :term:`Ceph Object Storage` to :term:`Cloud +Platforms` and Ceph can be used to provide :term:`Ceph Block Device` services +to :term:`Cloud Platforms`. Ceph can be used to deploy a :term:`Ceph File +System`. All :term:`Ceph Storage Cluster` deployments begin with setting up +each :term:`Ceph Node` and then setting up the network. + +A Ceph Storage Cluster requires the following: at least one Ceph Monitor and at +least one Ceph Manager, and at least as many Ceph OSDs as there are copies of +an object stored on the Ceph cluster (for example, if three copies of a given +object are stored on the Ceph cluster, then at least three OSDs must exist in +that Ceph cluster). + +The Ceph Metadata Server is necessary to run Ceph File System clients. + +.. note:: + + It is a best practice to have a Ceph Manager for each Monitor, but it is not + necessary. .. ditaa:: -- 2.47.3