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

luminous: bluestore: asyn cdeferred_try_submit deadlock #17494

Merged
merged 1 commit into from Sep 8, 2017

Commits on Sep 5, 2017

  1. os/bluestore: separate finisher for deferred_try_submit

    Reusing finishers[0], which is used for completions back into the OSD,
    is deadlock-prone: the OSD code might block trying to submit new IO or
    while waiting for some other bluestore work to complete.
    
    Fixes: http://tracker.ceph.com/issues/21207
    Signed-off-by: Sage Weil <sage@redhat.com>
    (cherry picked from commit 2b6a9d1)
    liewegas authored and smithfarm committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    927b19f View commit details
    Browse the repository at this point in the history