From 2223c898533aedd9e7a3983494ea39e9c547201a Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sun, 10 Mar 2024 20:43:52 +1000 Subject: [PATCH] doc/glossary: improve "Crimson" entry Improve the glossary entry for "Crimson" in accordance with Anthony D'Atri's suggestions here: https://github.com/ceph/ceph/pull/56068#discussion_r1518580402 Signed-off-by: Zac Dover --- doc/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/glossary.rst b/doc/glossary.rst index 988285009d277..bca2346a2127d 100644 --- a/doc/glossary.rst +++ b/doc/glossary.rst @@ -214,9 +214,9 @@ Architecture document` for details. Crimson - A next-generation OSD architecture whose core aim is the + A next-generation OSD architecture whose main aim is the reduction of latency costs incurred due to cross-core - communications. A re-design of the OSD that reduces lock + communications. A re-design of the OSD reduces lock contention by reducing communication between shards in the data path. Crimson improves upon the performance of classic Ceph OSDs by eliminating reliance on thread pools. See `Crimson: