From 19059b263e2a208575eed9ec4879573056e67bbf Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 20 Dec 2025 15:44:31 +1000 Subject: [PATCH] doc/glossasry: Add "CRC" to glossary Add "CRC" (Cyclic Redundacy Check) to the glossary. Signed-off-by: Zac Dover --- doc/glossary.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/glossary.rst b/doc/glossary.rst index 60aaff0f070..66b8a9299d2 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -223,6 +223,10 @@ Ceph cluster. See :ref:`the "Cluster Map" section of the Architecture document` for details. + CRC + *C*\yclic *R*\edundancy *C*\heck. An algorithm used to detect + errors in data transmission. CRC cannot correct errors. + Crimson A next-generation OSD architecture whose aim is the reduction of latency costs incurred due to cross-core -- 2.47.3