]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix LUN misalignment issue with NetApp iSCSI drivers
authorNavneet Singh <navsinghnitd@gmail.com>
Wed, 1 Oct 2014 18:31:41 +0000 (00:01 +0530)
committerBob Callaway <bob.callaway@netapp.com>
Mon, 13 Apr 2015 15:40:01 +0000 (15:40 +0000)
commit614c82fe160d8e776cd6acc6f6f1b12c63ddfb0f
treebca1b17f38920e3bdd7026a897f4cec8b255dc21
parent7ba197ae285b20b6a62365f3374f265a2dbbeff6
Fix LUN misalignment issue with NetApp iSCSI drivers

This patch fixes LUN misalignment issues that can be
experienced when provisioning Cinder volumes with the iSCSI
protocol. In the fix, two new SAN options for configuring
LUN OS and initiator OS used while attaching volume can be
specified. This gives the admin flexibility to configure
backends correctly for multiple hypervisor and guest OS
platforms.

Closes-Bug: 1410107

Change-Id: If09e1ad41880e8070afddde5606c6536b03396fe
cinder/tests/test_netapp_eseries_iscsi.py
cinder/tests/volume/drivers/netapp/dataontap/test_block_base.py
cinder/volume/drivers/netapp/dataontap/block_base.py
cinder/volume/drivers/netapp/eseries/iscsi.py
cinder/volume/drivers/netapp/options.py