]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: add "librados" entry 56235/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:53 +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 8f956b1acb0e76744bb13fb5acca5438be52b042..978eae0c2a6bd106f44ea7ee1de0513ac7d960ed 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)
 ===================