]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: Monitor: convert osdmap_full as well 220/head 221/head
authorJoao Eduardo Luis <joao.luis@inktank.com>
Thu, 4 Apr 2013 17:19:02 +0000 (18:19 +0100)
committerJoao Eduardo Luis <joao.luis@inktank.com>
Wed, 17 Apr 2013 21:17:51 +0000 (22:17 +0100)
commitf25f922b9e623a55a515699529276ecfc0045c44
treebcc6c792467919be259a4e8864c79c5fd6fae067
parent12600417772f21ddf83e573a5cf9fab201a98215
mon: Monitor: convert osdmap_full as well

Store conversion wasn't converting the osdmap_full/ versions, only the
incrementals under osdmap/ and the latest full version stashed.  This
would lead to some serious problems during OSDMonitor's update_from_paxos
when the latest stashed didn't correspond to the first available
incremental.

Fixes: #4521
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
src/mon/Monitor.cc
src/mon/Monitor.h