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

CA-86883: Detach SR if SR.destroy fails #1037

Merged

Commits on Feb 21, 2013

  1. CA-86883: Detach SR if SR.destroy fails

    The storage backend can destroy an SR only if it is attached.
    Therefore when xapi wants to destroy an SR, first it attaches it.
    When the backend destroys the SR it is no longer attached.
    
    This change adds exception handling so that if the backend fails
    to destroy the SR, xapi will detach it.
    thomassa authored and Jerome committed Feb 21, 2013
    Copy the full SHA
    58314fb View commit details
    Browse the repository at this point in the history