Comment 2 for bug 1304115

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/85893
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=0c4a94eac94399a524ff758fa7046e98b07951ae
Submitter: Jenkins
Branch: master

commit 0c4a94eac94399a524ff758fa7046e98b07951ae
Author: Li Min Liu <email address hidden>
Date: Tue Apr 8 10:18:56 2014 +0800

    Storwize/SVC driver crashes when check volume copy status

    Storwize/SVC driver does not clear up property of _vdiskcopyops
    when deleting a volume. So if a volume which under async copy is
    deleted before sync completed, the driver will crash.

    When delete a volume, add a check for _vdiskcopyops, if volume
    is in the dict, remove it.

    Change-Id: I4905404b72a7ac8f90bd92fa4345ba771a78418b
    Closes-Bug: #1304115