]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: add "librados" entry 56236/head
authorZac Dover <zac.dover@proton.me>
Thu, 14 Mar 2024 06:29:09 +0000 (16:29 +1000)
committerZac Dover <zac.dover@proton.me>
Sat, 16 Mar 2024 01:22:59 +0000 (11:22 +1000)
Add a "librados" entry to the glossary.

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 2a93a8e837a42559f8a81c6fd9274b24f4fdf7f6)

doc/glossary.rst
doc/rados/api/librados-intro.rst
doc/rados/api/python.rst

index 2500ff7bd040b51c6ae2f67db488cdf063b53e21..ea20498843148b1d1e529f8080de9ead41c80773 100644 (file)
         Hybrid OSD  
                 Refers to an OSD that has both HDD and SSD drives.
 
+        librados
+                An API that can be used to create a custom interface to a Ceph
+                storage cluster. ``librados`` makes it possible to interact
+                with Ceph Monitors and with OSDs. See :ref:`Introduction to
+                librados <librados-intro>`. See :ref:`librados (Python)
+                <librados-python>`.
+
        LVM tags
                 Extensible metadata for LVM volumes and groups. It is used to
                 store Ceph-specific information about devices and its
index ed60f97b137965b47491b981085b20612554afe4..667086187891253ffc298d74556d2192dc71aaea 100644 (file)
@@ -1,3 +1,5 @@
+.. _librados-intro:
+
 ==========================
  Introduction to librados
 ==========================
index d252da01c404335225463fb2c873cf45109b6f5c..8dbe4efcde33fff7c015e2da99acfc9fbc793a1f 100644 (file)
@@ -1,3 +1,5 @@
+.. _librados-python:
+
 ===================
  Librados (Python)
 ===================