From b960dae6273d9c30e327901e6f4c29e7bcc80f9e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 31 May 2018 13:00:35 -0500 Subject: [PATCH] mon/OSDMonitor: mon_inject_pg_merge_bounce_probability Optionally bounce pg_num back up right after we decrease it. This triggers conditions in the OSD where the merge and split logic may conflict. Signed-off-by: Sage Weil --- src/common/options.cc | 4 ++++ src/mon/OSDMonitor.cc | 16 +++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 595497fc4269f..7973c63719ea5 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -1765,6 +1765,10 @@ std::vector