Comment 5 for bug 1563226

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

Reviewed: https://review.openstack.org/300990
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=88a101ced56f10cfaaee337fff06178816d79ea8
Submitter: Jenkins
Branch: stable/mitaka

commit 88a101ced56f10cfaaee337fff06178816d79ea8
Author: maqi <email address hidden>
Date: Tue Mar 29 16:53:28 2016 +0800

    Generic driver: ignore VolumeNotFound in deleting

    Deleting a share will bring it into error_deleting
    if the volume is already deleted. And VolumeNotFound
    exception is raised. The fix will ignore the exception
    and print a warning.

    Change-Id: I82d70b9997a689dd3fd8eefad7dc14c39f9d275a
    Closes-Bug: #1563226
    (cherry picked from commit 5b92331be7349d18da4e859df1336db2b3011ee7)