mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +00:00
0390f1141a
Signed-off-by: Sage Weil <sage@newdream.net>
29 lines
727 B
YAML
29 lines
727 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
debug monc: 20
|
|
debug ms: 1
|
|
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
|
|
mon scrub inject crc mismatch: 0.01
|
|
mon scrub inject missing keys: 0.05
|
|
# thrashing monitors may make mgr have trouble w/ its keepalive
|
|
log-ignorelist:
|
|
- ScrubResult
|
|
- scrub mismatch
|
|
- overall HEALTH_
|
|
- \(MGR_DOWN\)
|
|
# slow mons -> slow peering -> PG_AVAILABILITY
|
|
- \(PG_AVAILABILITY\)
|
|
- \(SLOW_OPS\)
|
|
- slow request
|
|
tasks:
|
|
- install:
|
|
- ceph:
|