Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSDMonitor: only reject MOSDBoot based on up_from if inst matches #12003

Merged
merged 1 commit into from Nov 15, 2016

Commits on Nov 14, 2016

  1. OSDMonitor: only reject MOSDBoot based on up_from if inst matches

    If the osd actually restarts, there is no guarrantee that the epoch will
    advance past up_from.  If the inst is different, it can't really be a
    dup.  At worst, it might be a queued MOSDBoot from a previous inst, but
    in that case, the real inst would see itself marked up, and then back
    down causing it to try booting again.
    
    Fixes: http://tracker.ceph.com/issues/17899
    Signed-off-by: Samuel Just <sjust@redhat.com>
    athanatos committed Nov 14, 2016
    Copy the full SHA
    033ad5b View commit details
    Browse the repository at this point in the history