]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/Paxos: config min paxos txns to keep separately
authorSage Weil <sage@inktank.com>
Fri, 5 Jul 2013 17:34:46 +0000 (10:34 -0700)
committerSage Weil <sage@inktank.com>
Tue, 9 Jul 2013 18:05:47 +0000 (11:05 -0700)
commitaa33bc88aabe709952fa4ab28e0710cc7f1913a5
treed1e355c3b4cf55c45958f9bc950af6dcd9f09439
parentda0aff28ab478bcc3136715f92bc1af8d4b403c1
mon/Paxos: config min paxos txns to keep separately

We were using paxos_max_join_drift to control the minimum number of
paxos transactions to keep around.  Instead, make this explicit, and
separate from the join drift.

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