]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: ignore boot message from before last up_from 1643/head
authorSage Weil <sage@inktank.com>
Thu, 10 Apr 2014 20:34:58 +0000 (13:34 -0700)
committerSage Weil <sage@inktank.com>
Thu, 10 Apr 2014 20:34:58 +0000 (13:34 -0700)
commit4c99e978a77a242e540cb8ccacb967d24322416c
treeea195f5d27518fcd94fb5da10102398c919e9413
parenta8f0953974511cd2883bd5d678ff47c4574064ea
mon/OSDMonitor: ignore boot message from before last up_from

It is possible we will have a dup OSDBoot message queued up in the mon
and will process it again after that osd was marked up and then down.  If
that happens, we should ignore this message, not mark the osd back in with
the same address.

Fixes: #8062
Signed-off-by: Sage Weil <sage@inktank.com>
src/mon/OSDMonitor.cc