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: v14.0.1~738^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f7911de61bca7c7f1ef007eb229ee845923c9751;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 --- diff --git a/src/common/options.cc b/src/common/options.cc index 088c63d347087..200d889df416c 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1416,7 +1416,7 @@ std::vector