From: Zac Dover Date: Fri, 18 Nov 2022 08:12:24 +0000 (+1000) Subject: doc/glossary: add "RADOS" definition X-Git-Tag: v18.1.0~867^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dfddc388fdeb6ba17d7643ba9a968f8c01773b65;p=ceph-ci.git doc/glossary: add "RADOS" definition Define "RADOS" in the glossary. We will return in the next month to beef this entry up. Signed-off-by: Zac Dover --- diff --git a/doc/glossary.rst b/doc/glossary.rst index cdf40b894ef..396c6f9f8ba 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -240,6 +240,17 @@ See :term:`pool`. RADOS + **R**\eliable **A**\utonomic **D**\istributed **O**\bject + **S**\tore. RADOS is the object store that provides a scalable + service for variably-sized objects. The RADOS object store is + the core component of a Ceph cluster. `This blog post from + 2009 + `_ + provides a beginner's introduction to RADOS. Readers interested + in a deeper understanding of RADOS are directed to `RADOS: A + Scalable, Reliable Storage Service for Petabyte-scale Storage + Clusters `_. + RADOS Cluster RADOS Gateway RBD @@ -247,7 +258,7 @@ Reliable Autonomic Distributed Object Store The core set of storage software which stores the user's data - (MON+OSD). + (MON+OSD). See also :term:`RADOS`. RGW The S3/Swift gateway component of Ceph.