]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add iSCSI protocol support for IBM FlashSystem
authorEdwin Wang <edwin.wang@cn.ibm.com>
Sat, 13 Dec 2014 20:42:09 +0000 (04:42 +0800)
committerEdwin Wang <edwin.wang@cn.ibm.com>
Tue, 9 Jun 2015 06:21:46 +0000 (14:21 +0800)
commit8d400f260984bc71c4b436f748e4266a88ae05c6
tree18988917e46c7a87a05a82045d576bba20484e29
parentfce961e8c8081b804f25786935e4026a87abf9dd
Add iSCSI protocol support for IBM FlashSystem

This change implements iSCSI protocol for Cinder driver.
It is inherited from driver.ISCSIDriver and flashsystem.py.
We will separate flashsystem.py into common and FC protocol.

iSCSI test result:
https://bugs.launchpad.net/cinder/+bug/1406442

Implements: blueprint ibm-flashsystem-driver-iscsi
Change-Id: Ie6cc2315e9d770302fcdfb63873da1b0dea12bda
cinder/tests/unit/test_ibm_flashsystem_iscsi.py [new file with mode: 0644]
cinder/volume/drivers/ibm/flashsystem_iscsi.py [new file with mode: 0644]