From: Zac Dover Date: Thu, 14 Mar 2024 06:29:09 +0000 (+1000) Subject: doc/glossary: add "librados" entry X-Git-Tag: v17.2.8~462^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d4081e717fb147104f334d35f0eaa70722501441;p=ceph.git doc/glossary: add "librados" entry Add a "librados" entry to the glossary. Signed-off-by: Zac Dover (cherry picked from commit 2a93a8e837a42559f8a81c6fd9274b24f4fdf7f6) --- diff --git a/doc/glossary.rst b/doc/glossary.rst index 2500ff7bd04..ea204988431 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -273,6 +273,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 Extensible metadata for LVM volumes and groups. It is used to store Ceph-specific information about devices and its diff --git a/doc/rados/api/librados-intro.rst b/doc/rados/api/librados-intro.rst index ed60f97b137..66708618789 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 d252da01c40..8dbe4efcde3 100644 --- a/doc/rados/api/python.rst +++ b/doc/rados/api/python.rst @@ -1,3 +1,5 @@ +.. _librados-python: + =================== Librados (Python) ===================