]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
paxos: fix trimming when we skip over incrementals
authorSage Weil <sage@newdream.net>
Thu, 17 Nov 2011 22:11:38 +0000 (14:11 -0800)
committerSage Weil <sage@newdream.net>
Thu, 17 Nov 2011 22:11:38 +0000 (14:11 -0800)
commitd61ba6441b375f9849714305808a761bee5db14c
tree870153dc094d9dda67fc14535fb5c1997d1b4ee8
parent367ab142d7bc938c5a8b40027acd2431a11c8022
paxos: fix trimming when we skip over incrementals

Remove open-coded trimming of old states and use our method (that also
removes additional per-state files).  Fixes old stray state files.

Signed-off-by: Sage Weil <sage@newdream.net>
src/mon/Paxos.cc