From: Neha Ojha Date: Thu, 26 Jul 2018 00:25:35 +0000 (-0700) Subject: osd,mon: increase mon_max_pg_per_osd to 250 X-Git-Tag: v12.2.9~113^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fc1de50e4524aaadeb25a2f3afb625e083109ec7;p=ceph.git osd,mon: increase mon_max_pg_per_osd to 250 https://bugzilla.redhat.com/show_bug.cgi?id=1603615 indicates a case when pg calc conflicts with mon_max_pg_per_osd, and does not allow pool creation when this limit is 200. Hence, increase this limit to avoid this. Signed-off-by: Neha Ojha (cherry picked from commit f7911de61bca7c7f1ef007eb229ee845923c9751) --- diff --git a/src/common/options.cc b/src/common/options.cc index 1ed027c9bebd..b371d5a90074 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1069,7 +1069,7 @@ std::vector