From: John Spray Date: Wed, 19 Sep 2018 22:09:41 +0000 (-0400) Subject: common/options: add `mon_target_pg_per_osd` X-Git-Tag: v14.1.0~582^2~28 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d83000266e853c2dcddf2bbf6c084d78a771746e;p=ceph.git 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 --- diff --git a/src/common/options.cc b/src/common/options.cc index 681c8a615367..0daa306c13b0 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1525,9 +1525,25 @@ std::vector