From d83000266e853c2dcddf2bbf6c084d78a771746e Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 19 Sep 2018 18:09:41 -0400 Subject: [PATCH] common/options: add `mon_target_pg_per_osd` This is the partner to mon_max_pg_per_osd, where this is a more conservative target for PG auto adjustment, leaving some breathing room for situations where we might temporarily exceed our target PG count (but not want to exceed our maximum PG count) Signed-off-by: John Spray --- src/common/options.cc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 681c8a6153673..0daa306c13b06 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1525,9 +1525,25 @@ std::vector