From f7911de61bca7c7f1ef007eb229ee845923c9751 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 --- 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 088c63d347087..200d889df416c 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1416,7 +1416,7 @@ std::vector