ceph/qa/overrides/short_pg_log.yaml
xie xingguo b73b93c6f0 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 <xie.xingguo@zte.com.cn>
2020-03-13 08:49:32 +08:00

8 lines
142 B
YAML

overrides:
ceph:
conf:
global:
osd_min_pg_log_entries: 1
osd_max_pg_log_entries: 2
osd_pg_log_trim_min: 0