forked from openstack/cinder
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fibre Channel base class for Cinder drivers
This is the base class, FibreChannelDriver, for all fibre channel drivers to extend. Currently, it has only initialize_connection with comments, but this will be a place to put common functions similar to the iSCSI base class. This patch depends on the following nova and devstack changes to be functional(both still in the review process but approved for Grizzly): https://review.openstack.org/#/c/19992/ https://review.openstack.org/#/c/20003/ This patch does not support copy_image_to_volume and copy_volume_to_image in the Grizzly release. We'll revisit this in Havana and add that support. Partially Implements: blueprint fibre-channel-block-storage Change-Id: I8bd28b8bd96deaec1db219457f407169ed172f69
- Loading branch information
Showing
2 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters