]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon: ignore osd failures from before up_from 4047/head
authorSage Weil <sage@redhat.com>
Thu, 5 Feb 2015 11:07:50 +0000 (03:07 -0800)
committerLoic Dachary <ldachary@redhat.com>
Tue, 17 Mar 2015 16:50:59 +0000 (17:50 +0100)
commite7af52a147cc6e1a578d51193a2d5a425cee8a20
tree24fbf15e7515ccf1578471a682e249655e3994f9
parent938e03630e075af03780da139ae879b5b0377734
mon: ignore osd failures from before up_from

If the failure was generated for an instance of the OSD prior to when
it came up, ignore it.

This probably causes a fair bit of unnecessary flapping in the wild...

Backport: giant, firefly
Fixes: #10762
Reported-by: Dan van der Ster <dan@vanderster.com>
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 400ac237d35d0d1d53f240fea87e8483c0e2a7f5)
src/mon/OSDMonitor.cc