From 5621a9ca4c5a49855835113f972b114530cf341c Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Thu, 11 Aug 2016 14:41:54 -0700 Subject: [PATCH] Lowered third example to keep PG count lower. Signed-off-by: John Wilkins --- doc/rados/operations/placement-groups.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/placement-groups.rst b/doc/rados/operations/placement-groups.rst index 05f07514bbb17..98e13f8608b6a 100644 --- a/doc/rados/operations/placement-groups.rst +++ b/doc/rados/operations/placement-groups.rst @@ -18,7 +18,7 @@ calculated automatically. Here are a few values commonly used: - Between 5 and 10 OSDs set ``pg_num`` to 512 -- Between 10 and 50 OSDs set ``pg_num`` to 4096 +- Between 10 and 50 OSDs set ``pg_num`` to 1024 - If you have more than 50 OSDs, you need to understand the tradeoffs and how to calculate the ``pg_num`` value by yourself -- 2.39.5