From 14151f2abe93e265e98c6db23dae68b7a530db6f Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 5 Oct 2021 02:33:49 +1000 Subject: [PATCH] docs/start: fix min. hardware rec. typo The minimum hardware recommendations said that we recommended a minimum of "24GB+ per daemon". I changed this to read "2-4GB+ per daemon". Reddit actually caught this one: https://www.reddit.com/r/ceph/comments/q14ey2/cephs_mon_minimum_requirements/ Signed-off-by: Zac Dover --- doc/start/hardware-recommendations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/start/hardware-recommendations.rst b/doc/start/hardware-recommendations.rst index 3bd9206a5a9b8..c51d6c718be26 100644 --- a/doc/start/hardware-recommendations.rst +++ b/doc/start/hardware-recommendations.rst @@ -334,7 +334,7 @@ and development clusters can run successfully with modest hardware. +--------------+----------------+-----------------------------------------+ | ``ceph-mon`` | Processor | - 2 cores minimum | | +----------------+-----------------------------------------+ -| | RAM | 24GB+ per daemon | +| | RAM | 2-4GB+ per daemon | | +----------------+-----------------------------------------+ | | Disk Space | 60 GB per daemon | | +----------------+-----------------------------------------+ -- 2.39.5