Comment 7 for bug 1349639

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

Reviewed: https://review.openstack.org/333057
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=5248fca729f34d8b2dea780ce0d80c3d817992ad
Submitter: Jenkins
Branch: stable/mitaka

commit 5248fca729f34d8b2dea780ce0d80c3d817992ad
Author: Alex O'Rourke <email address hidden>
Date: Thu Jun 9 09:13:13 2016 -0700

    3PAR: Fix delete volume when online clone

    When an online clone volume is deleted, the clone needs to be stopped
    first. On delete, a new exception is raised from the 3PAR. We need to
    check for the error code when hpeexceptions.HTTPConflict is raised.

    Change-Id: Iceb1b35e0312b109b2b19cd7d5c45b4a6242ccc5
    Closes-Bug: #1349639
    (cherry picked from commit f0dda71610de8c48abb979c54a650e0b024134a6)