]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adjust Cinder to support FCP on System z systems
authorStefan Amann <stefan.amann@de.ibm.com>
Mon, 26 Jan 2015 12:49:16 +0000 (13:49 +0100)
committerWalter A. Boring IV (hemna) <walter.boring@hp.com>
Tue, 10 Mar 2015 21:14:25 +0000 (21:14 +0000)
commitc67a8aaa9ccebb8307f08ba77001b58e2eac2922
tree3e09440fbf13dedc74c5aa4ea6dabd5a670f5d0d
parentb7452ac30bc803a864600a868afd1ab647f59263
Adjust Cinder to support FCP on System z systems

There are some platform specific changes needed to allow Cinder to
support FCP on System z: the System z specific format of the device file
paths, adding and removing devices explicitely, and ignoring vHBAs which
are offline.

Partial-Implements blueprint linux-systemz

Change-Id: Ia61c37246235bec618de5bb7f718e8b5520bc9ae
cinder/brick/initiator/connector.py
cinder/brick/initiator/linuxfc.py
cinder/tests/brick/test_brick_connector.py
cinder/tests/brick/test_brick_linuxfc.py