Skip to content

Commit 2a93a8e

Browse files
committed
doc/glossary: add "librados" entry
Add a "librados" entry to the glossary. Signed-off-by: Zac Dover <[email protected]>
1 parent 3fbacd9 commit 2a93a8e

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

doc/glossary.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,13 @@
269269
Hybrid OSD
270270
Refers to an OSD that has both HDD and SSD drives.
271271

272+
librados
273+
An API that can be used to create a custom interface to a Ceph
274+
storage cluster. ``librados`` makes it possible to interact
275+
with Ceph Monitors and with OSDs. See :ref:`Introduction to
276+
librados <librados-intro>`. See :ref:`librados (Python)
277+
<librados-python>`.
278+
272279
LVM tags
273280
**L**\ogical **V**\olume **M**\anager tags. Extensible metadata
274281
for LVM volumes and groups. They are used to store

doc/rados/api/librados-intro.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _librados-intro:
2+
13
==========================
24
Introduction to librados
35
==========================

doc/rados/api/python.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _librados-python:
2+
13
===================
24
Librados (Python)
35
===================

0 commit comments

Comments
 (0)