From 0e1be2884a5e87ebc1b4a811b11f0a05400a26f4 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Wed, 23 May 2018 09:17:04 -0700 Subject: [PATCH] osd: increase default hard pg limit The hard limit was too easy to hit during failure cases, especially due to mismatched device sizes causing high variance in pgs/osd. Fixes: https://tracker.ceph.com/issues/24243 Signed-off-by: Josh Durgin (cherry picked from commit dfdedce89521f89046fb13287d9fdd683c91e242) --- 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 7b24bac30d36..be41ddf8834c 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2672,7 +2672,7 @@ std::vector