Bug 1041696 - [RFE][cinder]: Deprecate chance and simple schedulers
Summary: [RFE][cinder]: Deprecate chance and simple schedulers
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-cinder
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: Upstream M2
: 5.0 (RHEL 7)
Assignee: Jon Bernard
QA Contact: Yogev Rabl
URL: https://blueprints.launchpad.net/cind...
Whiteboard: upstream_milestone_icehouse-2 upstrea...
Depends On:
Blocks: 1082857 1232578
TreeView+ depends on / blocked
 
Reported: 2013-12-12 18:41 UTC by RHOS Integration
Modified: 2016-04-26 14:28 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
The Chance and Simple schedulers are now deprecated. To replicate their behaviour, use the FilterScheduler instead. Both behaviours use the following setting in common: scheduler_driver = cinder.scheduler.filter_scheduler.FilterScheduler scheduler_default_filters = [‘AvailabilityZoneFilter’, ‘CapacityFilter’, ‘CapabilitiesFilter’] To replicate the behaviour of the Chance scheduler, add the following parameter: scheduler_default_weighers = ‘ChanceWeigher’ To replicate the behavior of the Simple scheduler, use the following instead: scheduler_default_weighers = ‘AllocatedCapacityWeigher’ allocated_capacity_weight_multiplier = -1.0
Clone Of:
: 1082857 (view as bug list)
Environment:
Last Closed: 2014-07-08 15:30:53 UTC
Target Upstream Version:
Embargoed:
scohen: needinfo+
scohen: needinfo+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2014:0852 0 normal SHIPPED_LIVE Red Hat Enterprise Linux OpenStack Platform Enhancement - Block Storage 2014-07-08 19:22:44 UTC

Description RHOS Integration 2013-12-12 18:41:21 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/deprecate-chance-and-simple-schedulers.

Description:

With the addition of ChanceWeigher, the policies of both the chance
and simple schedulers can now be implemented using the filter
scheduler. Keeping these schedulers unnecessarily increases the test
matrix and significantly increases the development effort of new
features that require scheduler support. Not to mention that they were
poorly tested and buggy.

Specification URL (additional information):

None

Comment 2 Stephen Gordon 2014-01-23 20:51:11 UTC
Moving to POST based on upstream status (Implemented).

Comment 16 nlevinki 2014-06-01 08:02:14 UTC
Run automation using  http://download.lab.bos.redhat.com/rel-eng/OpenStack/5.0-RHEL-6/2014-05-27.2
No issues were found all automation tests passed

Comment 18 errata-xmlrpc 2014-07-08 15:30:53 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

http://rhn.redhat.com/errata/RHEA-2014-0852.html


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