]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove the reference of volume['instance_uuid']in VNX driver
authorTina <tina.tang@emc.com>
Mon, 16 Mar 2015 22:55:31 +0000 (18:55 -0400)
committerTina <tina.tang@emc.com>
Tue, 17 Mar 2015 02:34:41 +0000 (22:34 -0400)
commit82a1eb73d84c24bcc43cd86cf20e00dff1108763
tree09942fec9ecd00b13dd641cebe4a066b2f3f8257
parentb8d0acbc78dcb9cf054bfb38aa0b9f7141a0af9a
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
cinder/tests/test_emc_vnxdirect.py
cinder/volume/drivers/emc/emc_vnx_cli.py