]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: avoid mds state update when clearing laggy flag
authorSage Weil <sage@newdream.net>
Mon, 23 Nov 2009 22:45:00 +0000 (14:45 -0800)
committerSage Weil <sage@newdream.net>
Wed, 25 Nov 2009 03:02:05 +0000 (19:02 -0800)
commit1ac56b7d7a533714dba62d36e7f0897d0d068afe
treea4ab57674d02cf2192467de303cc577479ead75d
parente6e8f87891de7b8788142fee068db69e8d608006
mon: avoid mds state update when clearing laggy flag

Do not clear laggy flag (or otherwise get into prepare_update) if the mds
hasn't seen the latest map.  Previously we could go to clear laggy and also
revert to an old mds state.
src/mon/MDSMonitor.cc