From: Samuel Just Date: Tue, 24 May 2016 19:38:15 +0000 (-0700) Subject: short_pg_log: double params to avoid failures from dup detection failure X-Git-Tag: v11.1.1~58^2^2~164^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a9eb03f138f681bf921c8767cd64ddb1bec3b662;p=ceph.git short_pg_log: double params to avoid failures from dup detection failure Signed-off-by: Samuel Just --- diff --git a/overrides/short_pg_log.yaml b/overrides/short_pg_log.yaml index d50d965f02f..6ac1bca7f84 100644 --- a/overrides/short_pg_log.yaml +++ b/overrides/short_pg_log.yaml @@ -2,5 +2,5 @@ overrides: ceph: conf: global: - osd_min_pg_log_entries: 150 - osd_max_pg_log_entries: 300 + osd_min_pg_log_entries: 300 + osd_max_pg_log_entries: 600