Comment 4 for bug 1304115

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

Reviewed: https://review.openstack.org/94122
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=75fa69df1dd9334d70dda623789b2734ccb8da9d
Submitter: Jenkins
Branch: stable/icehouse

commit 75fa69df1dd9334d70dda623789b2734ccb8da9d
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
    (cherry picked from commit 0c4a94eac94399a524ff758fa7046e98b07951ae)