From 6a1613ac0b089b2bb2ef4fb8b6c954d0dbe38866 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 4 Mar 2024 23:09:20 +1000 Subject: [PATCH] doc/architecture: fix spelling and syntax Fix the spelling of the word "algorithm" (which was "algoritm") and make a sentence a little more natural. Signed-off-by: Zac Dover --- doc/architecture.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/architecture.rst b/doc/architecture.rst index fc9e06da8cd8f..5d82ebf086506 100644 --- a/doc/architecture.rst +++ b/doc/architecture.rst @@ -51,10 +51,10 @@ A Ceph Metadata Server (MDS) manages file metadata when CephFS is used to provide file services. Storage cluster clients and :term:`Ceph OSD Daemon`\s use the CRUSH algorithm -to compute information about the location of data. Use of the CRUSH algoritm -means that clients and OSDs are not bottlenecked by a central lookup table. +to compute information about the location of data. By using the CRUSH +algorithm, clients and OSDs avoid being bottlenecked by a central lookup table. Ceph's high-level features include a native interface to the Ceph Storage -Cluster via ``librados``, and a number of service interfaces built on top of +Cluster via ``librados`` and a number of service interfaces built on top of ``librados``. Storing Data -- 2.39.5