From 85458236d8914fa92ab2f11ff5df620e09dda8d8 Mon Sep 17 00:00:00 2001 From: "J. Eric Ivancich" Date: Thu, 17 Aug 2017 16:12:35 -0400 Subject: [PATCH] osd: adjust osd_min_pg_log_entries Return osd_min_pg_log_entries to its original values, which matches osd_pg_log_dups_tracked, so the extended dup log is not used in the general case. This helps address: http://tracker.ceph.com/issues/21026 Signed-off-by: J. Eric Ivancich (cherry picked from commit 1c4df03394312fe67f36448613d8b54cb1a0e2c9) --- 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 2515d6aaa6a51..6166ef3f8d50b 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2510,7 +2510,7 @@ std::vector