]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: use current monmap for initial quorum
authorSage Weil <sage@inktank.com>
Thu, 17 May 2012 19:36:41 +0000 (12:36 -0700)
committerSage Weil <sage@inktank.com>
Fri, 18 May 2012 23:23:56 +0000 (16:23 -0700)
commitc7ba9feabe5940b773be24883249b1796438a1be
treedf50ea8b6e339fb2267ea40addc74d258cae83e5
parent0088699f7aa5e1dfec45f8daaf17f9a295369dba
mon: use current monmap for initial quorum

This makes a bit more sense.  Don't use the seed monmap, but use the one
we ended up with when we formed our first quorum.  This will do a better
job of picking up names of peers, and also ensure we get a map based on
the mon initial members (if specified).

Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/MonmapMonitor.cc