From: Zac Dover Date: Mon, 4 Mar 2024 13:09:20 +0000 (+1000) Subject: doc/architecture: fix spelling and syntax X-Git-Tag: v20.0.0~2489^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F55921%2Fhead;p=ceph.git 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 --- diff --git a/doc/architecture.rst b/doc/architecture.rst index fc9e06da8cd..5d82ebf0865 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