From 1c4df03394312fe67f36448613d8b54cb1a0e2c9 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 --- 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 e44d6b974e64..1a623dad6f8b 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -2514,7 +2514,7 @@ std::vector