From fc1de50e4524aaadeb25a2f3afb625e083109ec7 Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Wed, 25 Jul 2018 17:25:35 -0700 Subject: [PATCH] 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) --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 1ed027c9beb..b371d5a9007 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1069,7 +1069,7 @@ std::vector