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

hammer: rbd: TaskFinisher::cancel should remove event from SafeTimer #7417

Merged
merged 1 commit into from Jan 30, 2016
Merged

hammer: rbd: TaskFinisher::cancel should remove event from SafeTimer #7417

merged 1 commit into from Jan 30, 2016

Commits on Jan 29, 2016

  1. rbd: remove canceled tasks from timer thread

    When canceling scheduled tasks using the timer thread, TaskFinisher::cancel
    does not call SafeTimer::cancel_event, so events fire anyway. Add this call.
    
    Fixes: #14476
    Signed-off-by: Douglas Fuller <dfuller@redhat.com>
    (cherry picked from commit 2aa0f31)
    Douglas Fuller authored and ldachary committed Jan 29, 2016
    Copy the full SHA
    46d626d View commit details
    Browse the repository at this point in the history