Comment 5 for bug 1546392

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

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

commit c86b150d5fb4bc5a238da1d84b94408c68e74a04
Author: Kurt Martin <email address hidden>
Date: Wed Mar 2 14:57:06 2016 -0800

    Don't fail on clearing 3PAR object volume key

    The 3PARs drivers write a key value pair on the 3PAR backend volumes
    to track the instance that the volume is exported to. However, in
    certain cases the key is not present and we would throw an
    exception and not allow the detach to continue. If the key is not
    present then we do not need to clear it. This patch will just
    log a warning that it wasn't present and continue with the detaching
    the volume.

    Change-Id: Ie19c9050d514d68ba162bcbfa95dfc6e96d5d7bb
    Closes-Bug: #1546392