Comment 2 for bug 1258229

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

Reviewed: https://review.openstack.org/60637
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=96ef263f61385f486402c50f3f3abc7e614a8b49
Submitter: Jenkins
Branch: master

commit 96ef263f61385f486402c50f3f3abc7e614a8b49
Author: Jim Branen <email address hidden>
Date: Fri Dec 6 15:32:53 2013 -0800

    3PAR FC: add ability to add WWNs to host

    When a host is created on the HP 3PAR array,
    at initialize connection time, the host is
    created with all WWNs provided in the connector
    structure. However, the driver did not have
    the ability to add new WWNs after a host is created.

    This patch adds the ability to add WWNs to a
    host, at initialize connection time, if a new
    WWN is provided in the connector structure.

    Change-Id: I6fd8a5511f83d5460da30ff5558a3e95964a95f5
    Closes-bug: 1258229