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

osd: the condition of last epoch <= superblock.newest_map epoch has been check twice #15590

Merged
merged 1 commit into from Jun 13, 2017

Commits on Jun 9, 2017

  1. osd: the condition of last epoch <= superblock.newest_map epoch has been

    check before we puts diff osdmap to transaction, it's unnecessary to
    check it again after that. last and superblock.newest_map does not
    be changed during that time.
    
    Signed-off-by: linbing <linbing@t2cloud.net>
    linbing committed Jun 9, 2017
    Copy the full SHA
    13488ad View commit details
    Browse the repository at this point in the history