qa: enable mon osdmap pruning on rados/monthrash

Signed-off-by: Joao Eduardo Luis <joao@suse.de>
This commit is contained in:
Joao Eduardo Luis 2018-02-20 15:47:57 +00:00
parent 2ffed4c98f
commit 65e7e4a38f
2 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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