Bug 1044278 - [RFE][cinder]: Admin defined backend capabilities
Summary: [RFE][cinder]: Admin defined backend capabilities
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-18 02:27 UTC by RHOS Integration
Modified: 2015-11-20 19:51 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description RHOS Integration 2013-12-18 02:27:23 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/admin-defined-capabilities.

Description:

Add user defined extra capabilities

Provide a mechanism that will allow sys admins who are managing cinder
installations with multiple backends to assign key/value pairs to
backends. The key/value pairs can be used by the capabilities scheduler
to select between backends when requests specify volume types.

For example a sysadmin could specify the key 'service_level' with the
values 'high', 'medium' and 'low' for different backends. The sys admin
specifies the 'service_level' for each backend in cinder.conf as a json
string, for example:

extra_capabilities='{"service_level"="high"}'

or

extra_capabilities='{"service_level"="medium"}'


Specification URL (additional information):

None


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