]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add Brick Fibre Channel attach/detach support.
authorWalter A. Boring IV <walter.boring@hp.com>
Wed, 10 Jul 2013 22:22:06 +0000 (15:22 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Wed, 17 Jul 2013 00:57:57 +0000 (17:57 -0700)
commitcb6faab4d99801e76195802659013a5ccdc6b5b5
tree175cc30c82a95768ee973b17656fb980b87c28c3
parent5be685218b5dc08b9cd9e024482bbb2ed2eccf7d
Add Brick Fibre Channel attach/detach support.

This patch adds the required code to do
Fibre Channel attach and detaches of volumes.
This code has been pulled over from Nova's
implementation of FC attach/detach.

Also adds a new driver config entry to enable
multipath support for iSCSI and FC attaches
during volume to image and image
to volume transfers.

DocImpact

blueprint cinder-refactor-attach

Change-Id: I436592f958a6c14cd2a0b5d7e53362dd1a7c1a48
cinder/brick/initiator/connector.py
cinder/brick/initiator/linuxfc.py [new file with mode: 0644]
cinder/brick/initiator/linuxscsi.py
cinder/tests/brick/test_brick_connector.py [new file with mode: 0644]
cinder/tests/brick/test_brick_linuxfc.py [new file with mode: 0644]
cinder/tests/brick/test_brick_linuxscsi.py [moved from cinder/tests/brick/test_brick_initiator.py with 67% similarity]
cinder/volume/driver.py
etc/cinder/cinder.conf.sample
etc/cinder/rootwrap.d/volume.filters