Bug 1041729 - [RFE][cinder]: Add multiple NexentaStor hosts/volumes support in nexenta iSCSI volume driver.
Summary: [RFE][cinder]: Add multiple NexentaStor hosts/volumes support in nexenta iSCS...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: RFEs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact:
URL: https://blueprints.launchpad.net/cind...
Whiteboard: upstream_milestone_none upstream_stat...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-12 18:51 UTC by RHOS Integration
Modified: 2015-11-20 19:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-19 17:26:58 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description RHOS Integration 2013-12-12 18:51:40 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/volume-driver-multi-nexenta.

Description:

There are many use-cases where we need to support multiple hosts to choose from to serve as a backend for Cinder volume or backup.  This is easily supported in NFS driver via 'nfs_shares' config option in Cinder.
In Nexenta iSCSI driver we can add similar behavior by specifying another config file named, say, 'nexenta_volume_hosts' with the similar format. The file will contain lines looking as: 'nexenta_volume http[s]://user:pass@host:[port]'. Each line will be read during driver initialization and NexentaStor NMS service will be connected using passed params. Then we can choose between different backend hosts to perform volume creation/backup based on free capacity (as done in NFS driver) or other characteristics.
Please proceed to https://review.openstack.org/#/c/47005/ for code review.

Specification URL (additional information):

None


Note You need to log in before you can comment on or make changes to this bug.