]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix the virtual port support in VNX driver
authorTina <tina.tang@emc.com>
Thu, 6 Aug 2015 03:11:13 +0000 (23:11 -0400)
committerTina <tina.tang@emc.com>
Wed, 2 Sep 2015 02:37:41 +0000 (22:37 -0400)
commit65fb5f817eca2049c6872d63c1332c7c337ff9e2
tree9f6842f21f07c192f23a0cfb47c0e6a0e55d06a9
parent7ea6f037406ccd54a8e5c5ee4ffa9efccd67e938
Fix the virtual port support in VNX driver

VNX support virtual port on each physical iSCSI port. The
driver used some incorrect command which cannot get the virtual
port id information. This causes the driver to not be able to
tell whether the registered port is a virtaul port or not.
This change fixes the driver to use correct command and handle
the virtual port id correctly.

Change-Id: I11994dd5a0c8da74fcf15668f49796a45719b5e4
Closes-Bug: #1485484
cinder/tests/unit/test_emc_vnxdirect.py
cinder/volume/drivers/emc/emc_vnx_cli.py