Default tunables in tendrl-ansible for etcd
GowthamShanmugam opened this issue · 5 comments
GowthamShanmugam commented
The default settings in etcd should work well for installations on a local network where the average network latency is low.
Uncomment and set the values to following attributes in /etc/etcd/etcd.conf
file:
ETCD_MAX_SNAPSHOTS="2"
ETCD_SNAPSHOT_COUNT="5000"
ETCD_HEARTBEAT_INTERVAL="10000"
ETCD_ELECTION_TIMEOUT="50000"
nthomas-redhat commented
@mbukatov , https://coreos.com/etcd/docs/latest/tuning.html for deatils about why we are reccomending this
mbukatov commented
@nthomas-redhat should I cherry pick this into release/1.6.3 branch?