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: Fix map gaps again (bug 15943) #12571

Merged
merged 3 commits into from
Dec 19, 2016
Merged

Commits on Dec 15, 2016

  1. PG::handle_advance_map: add debugging option to verify cached_removed…

    …_snaps
    
    Signed-off-by: Samuel Just <sjust@redhat.com>
    athanatos committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    aeb8fef View commit details
    Browse the repository at this point in the history
  2. qa/config/rados.yaml: enable osd_debug_verify_cached_snaps

    Also, make map gaps more likely.
    
    Signed-off-by: Samuel Just <sjust@redhat.com>
    athanatos committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    d4b6615 View commit details
    Browse the repository at this point in the history
  3. PG: fix cached_removed_snaps bug in PGPool::update after map gap

    5798fb3 actually made 15943 worse
    by always creating an out-of-date cached_removed_snaps value after
    a map gap rather than only in the case where the the first map after
    the gap did not remove any snapshots.
    
    Introduced: 5798fb3
    Fixes: http://tracker.ceph.com/issues/15943
    Signed-off-by: Samuel Just <sjust@redhat.com>
    athanatos committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    5642e7e View commit details
    Browse the repository at this point in the history