blob: 7bdb78c9e73f6dd972b216be291759d202637e6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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-ignorelist:
- overall HEALTH_
- \(MGR_DOWN\)
- \(MON_DOWN\)
# slow mons -> slow peering -> PG_AVAILABILITY
- \(PG_AVAILABILITY\)
- \(SLOW_OPS\)
tasks:
- install:
- ceph:
|