]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/start: fix "are are" typo 60708/head
authorZac Dover <zac.dover@proton.me>
Mon, 11 Nov 2024 23:47:21 +0000 (09:47 +1000)
committerZac Dover <zac.dover@proton.me>
Tue, 12 Nov 2024 04:00:38 +0000 (14:00 +1000)
Fix typo reading "They are are single-threaded".
s/are are/are/

Fixes: https://tracker.ceph.com/issues/68901
Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 22010719d7edf2a6cf7de7b115ed797e7942ec47)

doc/start/hardware-recommendations.rst

index 196114b5445cdb479136bb20e671d274fa327176..816a5e676144948f5dabc30277cbea0d226f013f 100644 (file)
@@ -22,13 +22,12 @@ another, but below are some general guidelines.
 CPU
 ===
 
-CephFS Metadata Servers (MDS) are CPU-intensive. They are
-are single-threaded and perform best with CPUs with a high clock rate (GHz). MDS
-servers do not need a large number of CPU cores unless they are also hosting other
-services, such as SSD OSDs for the CephFS metadata pool.
-OSD nodes need enough processing power to run the RADOS service, to calculate data
-placement with CRUSH, to replicate data, and to maintain their own copies of the
-cluster map.
+CephFS Metadata Servers (MDS) are CPU-intensive. They are single-threaded
+and perform best with CPUs with a high clock rate (GHz). MDS servers do not
+need a large number of CPU cores unless they are also hosting other services,
+such as SSD OSDs for the CephFS metadata pool.  OSD nodes need enough
+processing power to run the RADOS service, to calculate data placement with
+CRUSH, to replicate data, and to maintain their own copies of the cluster map.
 
 With earlier releases of Ceph, we would make hardware recommendations based on
 the number of cores per OSD, but this cores-per-osd metric is no longer as