Comment 2 for bug 1432925

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

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

commit 82a1eb73d84c24bcc43cd86cf20e00dff1108763
Author: Tina <email address hidden>
Date: Mon Mar 16 18:55:31 2015 -0400

    Remove the reference of volume['instance_uuid']in VNX driver

    Multiattach feature removed the column 'instance_uuid' and
    'attached_host' from volume DB model. However, these 2 fields are
    used by VNX driver to determine the volume's original status
    in retype. This patch changed the VNX driver to not use those
    removed fields.

    Change-Id: I4b4820d93e784913eeb7e485439d5f434141bcb9
    Closes-Bug: 1432925