]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
fixing the iSER transport protocol when using LVMISERDriver
authornuritv <nuritv@mellanox.com>
Mon, 28 Jul 2014 18:50:55 +0000 (21:50 +0300)
committernuritv <nuritv@mellanox.com>
Tue, 29 Jul 2014 07:17:07 +0000 (10:17 +0300)
commitf66f9e5805070e5ad2ba4688c6c4571ef1ec395a
tree9caca7363960775b70c42f5d3ec368cf88a9a092
parent0ca525fe2904a160ac91ef71b09ed47e25770a71
fixing the iSER transport protocol when using LVMISERDriver

ISER capabilities were broken in icehouse when trying to remove
duplication between ISCSIDriver and ISERDriver.
this fix does minimal changes in the code in order to fix
the capability.
the fix is basically re-adding the ISERTgtAdm and re-adding
the support in LVMISERDriver: change target_lun based on
iseradm.

Closes-Bug: #1336648
Change-Id: Ic3c9da9577d09d9199218ea82bda56599527223c
cinder/volume/driver.py
cinder/volume/iscsi.py