From: xie xingguo Date: Thu, 12 Mar 2020 23:59:07 +0000 (+0800) Subject: qa/short_pg_log: pass osd_pg_log_trim_min = 0 to exercise short pg logs X-Git-Tag: v15.2.2~33^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e12c0984fd63ecfd45584730891e0f3464285b98;p=ceph.git qa/short_pg_log: pass osd_pg_log_trim_min = 0 to exercise short pg logs we have osd_min_pg_log_entries to 2 (good) but not osd_pg_log_trim_min which defaults to 100. Thus, even on those tests we're only rarely vulnerable. Reset osd_min_pg_log_entries to 0 to make sure we really keep a minimal pg log in hand. Signed-off-by: xie xingguo (cherry picked from commit b73b93c6f0a9317fbed4a311931d159c9a0af9d7) --- diff --git a/qa/overrides/short_pg_log.yaml b/qa/overrides/short_pg_log.yaml index 20cc101dea1b..fa55e91ead4c 100644 --- a/qa/overrides/short_pg_log.yaml +++ b/qa/overrides/short_pg_log.yaml @@ -4,3 +4,4 @@ overrides: global: osd_min_pg_log_entries: 1 osd_max_pg_log_entries: 2 + osd_pg_log_trim_min: 0