]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: fix dup mds takeover
authorSage Weil <sage.weil@dreamhost.com>
Wed, 23 Feb 2011 21:34:01 +0000 (13:34 -0800)
committerSage Weil <sage.weil@dreamhost.com>
Wed, 23 Feb 2011 21:34:01 +0000 (13:34 -0800)
commit3b1fa97c588343ca217f9f6f7468965c9df8dd72
tree2b025d2d1cad632a23f7da9873a43b7be8e463e6
parent8d370026b2f94ad5b670254793c00fb541bbd3ed
mon: fix dup mds takeover

Allow a standby to take over for a single MDS only by consistently looking
at the pending_mdsmap and not mdsmap.  Mixing the two leads to all kinds
of confusion.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/mon/MDSMonitor.cc