]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/glossary: add "primary affinity" to glossary
authorZac Dover <zac.dover@proton.me>
Tue, 12 Sep 2023 10:56:03 +0000 (20:56 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 12 Sep 2023 10:56:03 +0000 (20:56 +1000)
Add "Primary Affinity" to the glossary and link to the information in
the RADOS documentation that (more or less) explains it.

Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/glossary.rst
doc/rados/operations/crush-map.rst

index 9298241b0f95cb2e99761af7e35a2e11eb47886b..524dd01a20ec414ace9c0ffd699983ffcdc71900 100644 (file)
        Pools
                 See :term:`pool`.
 
+       :ref:`Primary Affinity <rados_ops_primary_affinity>`
+                The characteristic of an OSD that governs the likelihood that
+                a given OSD will be selected as the primary OSD (or "lead
+                OSD") in an acting set. Primary affinity was introduced in
+                Firefly (v. 0.80). See :ref:`Primary Affinity
+                <rados_ops_primary_affinity>`.
+
        RADOS
                 **R**\eliable **A**\utonomic **D**\istributed **O**\bject
                 **S**\tore. RADOS is the object store that provides a scalable
index 54ad63130cbc192994f6c49d97701f6d9a74ef2b..39151e6d4a766d0c15b85cf8a1d0d25e7f6d3e52 100644 (file)
@@ -1043,6 +1043,8 @@ operations are served from the primary OSD of each PG. For erasure-coded pools,
 however, the speed of read operations can be increased by enabling **fast
 read** (see :ref:`pool-settings`).
 
+.. _rados_ops_primary_affinity:
+
 Primary Affinity
 ----------------