From 5081739d1a50402962d1a3344e2f7bff701ee506 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 12 Nov 2024 09:47:21 +1000 Subject: [PATCH] doc/start: fix "are are" typo Fix typo reading "They are are single-threaded". s/are are/are/ Fixes: https://tracker.ceph.com/issues/68901 Signed-off-by: Zac Dover (cherry picked from commit 22010719d7edf2a6cf7de7b115ed797e7942ec47) --- doc/start/hardware-recommendations.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/start/hardware-recommendations.rst b/doc/start/hardware-recommendations.rst index 196114b5445cd..816a5e6761449 100644 --- a/doc/start/hardware-recommendations.rst +++ b/doc/start/hardware-recommendations.rst @@ -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 -- 2.39.5