]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/glossary: add "RADOS" definition
authorZac Dover <zac.dover@gmail.com>
Fri, 18 Nov 2022 08:12:24 +0000 (18:12 +1000)
committerZac Dover <zac.dover@gmail.com>
Sat, 19 Nov 2022 01:37:40 +0000 (11:37 +1000)
Define "RADOS" in the glossary. We will return in the next month to beef
this entry up.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/glossary.rst

index cdf40b894efbfd0c5e2bc821a59c13a3c08677eb..396c6f9f8ba7d024383c7dee94ccef0d75722dc5 100644 (file)
                 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
+                <https://ceph.io/en/news/blog/2009/the-rados-distributed-object-store/>`_
+                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 <https://ceph.io/assets/pdfs/weil-rados-pdsw07.pdf>`_.
+
        RADOS Cluster
        RADOS Gateway
        RBD
 
        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.