Comment 4 for bug 1783934

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

Reviewed: https://review.openstack.org/587438
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=0d1c7b1d88f3340b91e3c4c7eaff51dde0635b1d
Submitter: Zuul
Branch: master

commit 0d1c7b1d88f3340b91e3c4c7eaff51dde0635b1d
Author: Vivek Soni <email address hidden>
Date: Tue Jul 31 13:35:43 2018 +0000

    3PAR: Added retries on volume deletion

    online copy can be completed so the condition
    to find active task of online copy can be missed
    and this results in deleteVolume failure

    Added a retries to delete a volume

    Change-Id: I902896d4127c219aeea62a4c0994c6d5bb9e82f3
    Closes-Bug: #1783934