Skip to content

Commit 45a1fa9

Browse files
Merge pull request ceph#60704 from zdover23/wip-doc-2024-11-12-start-hardware-recommendations
doc/start: fix "are are" typo
2 parents bdd2903 + 2201071 commit 45a1fa9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/start/hardware-recommendations.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@ another, but below are some general guidelines.
2222
CPU
2323
===
2424

25-
CephFS Metadata Servers (MDS) are CPU-intensive. They are
26-
are single-threaded and perform best with CPUs with a high clock rate (GHz). MDS
27-
servers do not need a large number of CPU cores unless they are also hosting other
28-
services, such as SSD OSDs for the CephFS metadata pool.
29-
OSD nodes need enough processing power to run the RADOS service, to calculate data
30-
placement with CRUSH, to replicate data, and to maintain their own copies of the
31-
cluster map.
25+
CephFS Metadata Servers (MDS) are CPU-intensive. They are single-threaded
26+
and perform best with CPUs with a high clock rate (GHz). MDS servers do not
27+
need a large number of CPU cores unless they are also hosting other services,
28+
such as SSD OSDs for the CephFS metadata pool. OSD nodes need enough
29+
processing power to run the RADOS service, to calculate data placement with
30+
CRUSH, to replicate data, and to maintain their own copies of the cluster map.
3231

3332
With earlier releases of Ceph, we would make hardware recommendations based on
3433
the number of cores per OSD, but this cores-per-osd metric is no longer as

0 commit comments

Comments
 (0)