]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: add "primary affinity" to glossary 53427/head
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 17:17:47 +0000 (03:17 +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>
(cherry picked from commit f3a3f10e9ce0bf96d5eba25a786cdd254340878b)

doc/glossary.rst
doc/rados/operations/crush-map.rst

index ed04de697c43b94cd0f4f8ff81aa221a28f7337d..dfe8167d72e29d215ee0e97a0d84e573b2df16b7 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
 ----------------