diff --git a/doc/glossary.rst b/doc/glossary.rst
index cdf40b894ef..396c6f9f8ba 100644
--- a/doc/glossary.rst
+++ b/doc/glossary.rst
@@ -240,6 +240,17 @@
See :term:`pool`.
RADOS
+ **R**\eliable **A**\utonomic **D**\istributed **O**\bject
+ **S**\tore. RADOS is the object store that provides a scalable
+ service for variably-sized objects. The RADOS object store is
+ the core component of a Ceph cluster. `This blog post from
+ 2009
+ `_
+ provides a beginner's introduction to RADOS. Readers interested
+ in a deeper understanding of RADOS are directed to `RADOS: A
+ Scalable, Reliable Storage Service for Petabyte-scale Storage
+ Clusters `_.
+
RADOS Cluster
RADOS Gateway
RBD
@@ -247,7 +258,7 @@
Reliable Autonomic Distributed Object Store
The core set of storage software which stores the user's data
- (MON+OSD).
+ (MON+OSD). See also :term:`RADOS`.
RGW
The S3/Swift gateway component of Ceph.