From: Zac Dover Date: Thu, 14 Mar 2024 06:29:09 +0000 (+1000) Subject: doc/glossary: add "librados" entry X-Git-Tag: v20.0.0~2388^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2a93a8e837a42559f8a81c6fd9274b24f4fdf7f6;p=ceph.git doc/glossary: add "librados" entry Add a "librados" entry to the glossary. Signed-off-by: Zac Dover --- diff --git a/doc/glossary.rst b/doc/glossary.rst index bca2346a2127d..84f1ac810ad1d 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -269,6 +269,13 @@ 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 `. See :ref:`librados (Python) + `. + LVM tags **L**\ogical **V**\olume **M**\anager tags. Extensible metadata for LVM volumes and groups. They are used to store diff --git a/doc/rados/api/librados-intro.rst b/doc/rados/api/librados-intro.rst index 5174188b4c56c..b863efc9e681a 100644 --- a/doc/rados/api/librados-intro.rst +++ b/doc/rados/api/librados-intro.rst @@ -1,3 +1,5 @@ +.. _librados-intro: + ========================== Introduction to librados ========================== diff --git a/doc/rados/api/python.rst b/doc/rados/api/python.rst index 346653a3d2e2c..60bdfa4da061a 100644 --- a/doc/rados/api/python.rst +++ b/doc/rados/api/python.rst @@ -1,3 +1,5 @@ +.. _librados-python: + =================== Librados (Python) ===================