Comment 3 for bug 1551994

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

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

commit f813bde3c5b2ec357a51b8172db64e31a967cc35
Author: Walter A. Boring IV <email address hidden>
Date: Tue Mar 1 07:22:21 2016 -0800

    3PAR use same LUN id for each export path

    When multipath is enabled, and the 3PAR driver is configured
    to export a VLUN over N iSCSI IP(ports), we now use the same
    LUN ID for each iSCSI IP export. Previously, when we would
    export a volume over N iSCSI ports, we would get a new LUN ID
    for each iSCSI port.

    Change-Id: Ide0ce373a14f348a554688dee9b699feed3c5f26
    Closes-Bug: #1551994