]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix ISCSIDriver initialized connection volume type
authorAviram Bar-Haim <aviramb@mellanox.com>
Thu, 2 Apr 2015 14:37:04 +0000 (17:37 +0300)
committerAviram Bar-Haim <aviramb@mellanox.com>
Thu, 2 Apr 2015 15:42:50 +0000 (18:42 +0300)
commit15b17071629a72e5e23340ba85fc0538a61541eb
tree1d64601dabc9ecaa5739f754c699b4357a6dbddf
parentebe3234d9efc949979dd8097ab25e70b6c5ff09b
Fix ISCSIDriver initialized connection volume type

ISCSIDriver initialize connection is a duplicated function
left in kilo to serve drivers that don't use the new targets model.

In Kilo there is a new parameter of iscsi_protocol, that is set to
iscsi by default and can be changed to iser in order to enable RDMA.

In order support RDMA in drivers that still inherit from ISCSIDriver,
driver_volume_type should be set to iscsi_protocol parameter value
instead of a hard coded value until this function duplication will be solved.

Closes-Bug: #1438833

Change-Id: If51ff933b75bf475c779d2599776f8a83acc08e5
cinder/volume/driver.py