]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: make all paxos-related timeouts relative to mon_lease
authorSage Weil <sage@redhat.com>
Tue, 15 Sep 2015 19:41:04 +0000 (15:41 -0400)
committerSage Weil <sage@redhat.com>
Mon, 21 Sep 2015 18:34:53 +0000 (14:34 -0400)
commit2a01bbc4032f04e4db64c818cb2bbf3047abcd58
tree6d09d6325d004557a7c203b40c582475e6fefff4
parent7bb316fbc838334973eb0ec5ced4afac03744e08
mon: make all paxos-related timeouts relative to mon_lease

It is a pain to adjust these settings for slow/loady clusters.
Instead, make everything a ratio of mon_lease (still default 5).

No change in defaults.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/config_opts.h
src/mon/Monitor.cc
src/mon/Paxos.cc