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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23251%2Fhead;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 088c63d34708..200d889df416 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1416,7 +1416,7 @@ std::vector