]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Allow connect by FC-only or iSCSI-only systems.
authorAvishay Traeger <avishay@il.ibm.com>
Sun, 21 Jul 2013 13:18:15 +0000 (16:18 +0300)
committerAvishay Traeger <avishay@il.ibm.com>
Sun, 28 Jul 2013 13:24:27 +0000 (16:24 +0300)
commit55df41c2c6d12f6bf6586da3a66efec6bdaa75f3
treeb6aab2ce46e0ea3d176c1f7f928f2ce1060a3609
parent9f0bb808b8b9bdbc0b63fc71702b26d57b5223e4
Allow connect by FC-only or iSCSI-only systems.

Currently the brick code raises exceptions if it cannot determine the
initiator name or FC HBA information. This patch makes this information
optional, as Nova does.

Fixes: bug 1203486
Change-Id: I8efc101d7ac980261a8bc5d74209cafe4b06cc15
cinder/brick/initiator/connector.py
cinder/brick/initiator/linuxfc.py
cinder/tests/brick/test_brick_connector.py
cinder/tests/brick/test_brick_linuxfc.py