Comment 2 for bug 1379156

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

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

commit 8707458a98bd1e4059939325659a7290757d972f
Author: Xing Yang <email address hidden>
Date: Thu Oct 9 01:26:28 2014 -0400

    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