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

mimic: osd: make project_pg_history handle concurrent osdmap publish #29976

Merged
merged 1 commit into from Oct 3, 2019

Commits on Aug 28, 2019

  1. osd: make project_pg_history handle concurrent osdmap publish

    The class's osdmap may be updated while we are in our loop.  Pass it in
    explicitly instead.
    
    Fixes: http://tracker.ceph.com/issues/26970
    Signed-off-by: Sage Weil <sage@redhat.com>
    (cherry picked from commit cfe6ca8)
    
    Correction to this commit required because of separating it from very large pull request.
    Needed to include part of 4bc0137 which
    changed endmap from const OSDMap& to const OSDMapRef&.
    liewegas authored and dzafman committed Aug 28, 2019
    Copy the full SHA
    2fb26b2 View commit details
    Browse the repository at this point in the history