mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
b846d69ada
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
24 lines
593 B
YAML
24 lines
593 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
global:
|
|
mon election default strategy: 3
|
|
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:
|
|
- overall HEALTH_
|
|
- \(MGR_DOWN\)
|
|
- \(MON_DOWN\)
|
|
# slow mons -> slow peering -> PG_AVAILABILITY
|
|
- \(PG_AVAILABILITY\)
|
|
- \(SLOW_OPS\)
|
|
tasks:
|
|
- install:
|
|
- ceph:
|