mirror of
https://github.com/ceph/ceph
synced 2024-12-12 22:46:21 +00:00
b73b93c6f0
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>
8 lines
142 B
YAML
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
|