Comment 2 for bug 1603282

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

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

commit f3d1be2319cb8254aedb4ed9530ec70e8ee61658
Author: Xiaoqin Li <email address hidden>
Date: Thu Aug 25 17:47:50 2016 +0800

    Storwize: remove SCSI LUN ID for volume attaching

    The VDisk-to-host mapping may fail due to the SCSI LUN
    id is already used by other VDisk mapping to this host,
    which is caused by serveral cinder volume nodes run
    parallelly and serveral volumes attaching parallelly.

    storwize volume driver does not need to calculate SCSI LUN
    ID locally for volume attaching. The SCSI LUN ID can be
    decided by storage backend correctly.

    Closes-Bug: 1603282
    Change-Id: Ic8d229b539f1b2b79f530f966eb09154e5f13a2c