]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/glossary: add "flapping OSD" 59225/head
authorZac Dover <zac.dover@proton.me>
Wed, 14 Aug 2024 18:08:14 +0000 (04:08 +1000)
committerZac Dover <zac.dover@proton.me>
Wed, 14 Aug 2024 18:08:14 +0000 (04:08 +1000)
Add an entry for "Flapping OSD" to the glossary.

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

index 1f4be269aab9efb94b3277716be3da38469bc6b8..893927de67c5f8942f169305d0bdb35929263d53 100644 (file)
                 Another name for :term:`Dashboard`.
 
        Dashboard Plugin
+        Flapping OSD
+                An OSD that is repeatedly marked ``up`` and then ``down`` in
+                rapid succession. See :ref:`rados_tshooting_flapping_osd`.
+
         FQDN
                 **F**\ully **Q**\ualified **D**\omain **N**\ame. A domain name
                 that is applied to a node in a network and that specifies the
                 mid-2010s to insist that "OSD" should refer to "Object Storage
                 Device", so it is important to know which meaning is intended. 
 
+        OSD, flapping
+                See :term:`Flapping OSD`.
+
        OSD FSID 
                 The OSD fsid is a unique identifier that is used to identify an
                 OSD. It is found in the OSD path in a file called ``osd_fsid``.
index 3150e8382ad9d6b6abdcaa5a3d211ac9c63a5d1b..d237226ea92cdd7b7ce88a70c3b4095a7d97976d 100644 (file)
@@ -680,6 +680,7 @@ Although some of these events may appear redundant, they cross important
 boundaries in the internal code (such as passing data across locks into new
 threads).
 
+.. _rados_tshooting_flapping_osd:
 
 Flapping OSDs
 =============