mirror of
https://github.com/ceph/ceph
synced 2025-01-31 23:44:10 +00:00
qa: enable mon osdmap pruning on rados/monthrash
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
This commit is contained in:
parent
2ffed4c98f
commit
65e7e4a38f
@ -4,6 +4,10 @@ overrides:
|
||||
mon:
|
||||
mon min osdmap epochs: 25
|
||||
paxos service trim min: 5
|
||||
# prune full osdmaps regularly
|
||||
mon osdmap full prune min: 15
|
||||
mon osdmap full prune interval: 2
|
||||
mon osdmap full prune txsize: 2
|
||||
# thrashing monitors may make mgr have trouble w/ its keepalive
|
||||
log-whitelist:
|
||||
- daemon x is unresponsive
|
||||
|
@ -0,0 +1,22 @@
|
||||
overrides:
|
||||
ceph:
|
||||
conf:
|
||||
mon:
|
||||
mon debug extra checks: true
|
||||
mon min osdmap epochs: 100
|
||||
mon osdmap full prune enabled: true
|
||||
mon osdmap full prune min: 200
|
||||
mon osdmap full prune interval: 10
|
||||
mon osdmap full prune txsize: 100
|
||||
osd:
|
||||
osd beacon report interval: 10
|
||||
log-whitelist:
|
||||
# setting/unsetting noup will trigger health warns,
|
||||
# causing tests to fail due to health warns, even if
|
||||
# the tests themselves are successful.
|
||||
- \(OSDMAP_FLAGS\)
|
||||
tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- mon/test_mon_osdmap_prune.sh
|
Loading…
Reference in New Issue
Block a user