]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Use look up service for auto zoning
authorXing Yang <xing.yang@emc.com>
Thu, 9 Oct 2014 05:26:28 +0000 (01:26 -0400)
committerXing Yang <xing.yang@emc.com>
Mon, 27 Oct 2014 21:56:20 +0000 (17:56 -0400)
commit8707458a98bd1e4059939325659a7290757d972f
tree34fefe6f85675c58e3cb56e2d448a5b26944c0ef
parent9a13288cd2a2c69e7e6271f9db777d884973375f
Use look up service for auto zoning

The VMAX FC driver didn't use the look up service for auto zoning.
Instead it built initiator target map itself. However, that
requires the initiator to log into the fabric before zoning
in order to find out target WWNs.

This patch is to use the look up service to find out valid initiator
target WWNS and use that to build initiator target map. With this fix,
the initiator is no longer required to log into the fabric ahead of time.

Change-Id: I76e1a8a2e7d4230b851b763f7d13dd1489b69364
Closes-Bug: #1379156
cinder/tests/test_emc_vmax.py
cinder/volume/drivers/emc/emc_vmax_common.py
cinder/volume/drivers/emc/emc_vmax_fc.py
cinder/volume/drivers/emc/emc_vmax_masking.py