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

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/glossary.rst
doc/rados/api/librados-intro.rst
doc/rados/api/python.rst

index bca2346a2127dded59194721aad27af5f39384b2..84f1ac810ad1d1d11c11a353427730e0b3f36791 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
                 **L**\ogical **V**\olume **M**\anager tags. Extensible metadata
                 for LVM volumes and groups. They are used to store
index 5174188b4c56c6e2630c6aae8006371cda119405..b863efc9e681ad705bc2c681b46811abc9c2eb9b 100644 (file)
@@ -1,3 +1,5 @@
+.. _librados-intro:
+
 ==========================
  Introduction to librados
 ==========================
index 346653a3d2e2cc7087760a0d533c16076a35ea89..60bdfa4da061a804d2160b431c80158c48d8c054 100644 (file)
@@ -1,3 +1,5 @@
+.. _librados-python:
+
 ===================
  Librados (Python)
 ===================