Back to bug 1041696

Who When What Removed Added
RHOS Integration 2013-12-12 18:41:38 UTC Keywords FutureFeature
Whiteboard upstream_milestone_icehouse-2 upstream_status_unknown
Red Hat Bugzilla 2013-12-12 18:41:38 UTC Doc Type Bug Fix Enhancement
RHOS Integration 2013-12-17 05:23:56 UTC Whiteboard upstream_milestone_icehouse-2 upstream_status_unknown upstream_milestone_icehouse-2 upstream_status_not-started
RHOS Integration 2014-01-08 05:07:00 UTC Target Release 5.0 ---
Whiteboard upstream_milestone_icehouse-2 upstream_status_not-started upstream_milestone_icehouse-2 upstream_status_started
RHEL Program Management 2014-01-08 05:09:49 UTC Target Release --- 5.0
RHOS Integration 2014-01-09 05:05:08 UTC Target Release 5.0 ---
Whiteboard upstream_milestone_icehouse-2 upstream_status_started upstream_milestone_icehouse-2 upstream_status_needs-code-review
RHEL Program Management 2014-01-09 05:19:04 UTC Target Release --- 5.0
John Skeoch 2014-01-13 01:12:41 UTC CC hateya
RHOS Integration 2014-01-14 16:41:43 UTC Whiteboard upstream_milestone_icehouse-2 upstream_status_needs-code-review upstream_milestone_icehouse-2 upstream_status_implemented
Stephen Gordon 2014-01-23 20:51:11 UTC Status NEW POST
Sean Cohen 2014-01-29 13:37:43 UTC Keywords Triaged
CC eharney, pmyers, scohen
Component RFEs openstack-cinder
QA Contact dron
Ayal Baron 2014-02-04 10:40:30 UTC CC abaron
RHOS Integration 2014-02-19 23:54:43 UTC Target Release 5.0 ---
Whiteboard upstream_milestone_icehouse-2 upstream_status_implemented upstream_milestone_icehouse-2 upstream_status_implemented upstream_definition_approved
RHEL Program Management 2014-02-20 00:18:54 UTC Target Release --- 5.0
RHOS Integration 2014-02-20 16:34:57 UTC Target Release 5.0 ---
RHEL Program Management 2014-02-20 17:30:27 UTC Target Release --- 5.0
RHOS Integration 2014-02-20 18:19:04 UTC Target Release 5.0 ---
RHEL Program Management 2014-02-20 19:34:20 UTC Target Release --- 5.0
RHOS Integration 2014-02-21 17:46:28 UTC Severity unspecified medium
Dafna Ron 2014-03-04 11:43:13 UTC Flags needinfo?(eharney)
Eric Harney 2014-03-04 16:02:09 UTC Flags needinfo?(eharney)
Dafna Ron 2014-03-04 16:28:59 UTC Flags needinfo?(eharney)
Eric Harney 2014-03-04 16:30:50 UTC Flags needinfo?(eharney)
Dafna Ron 2014-03-04 16:34:40 UTC Flags needinfo?(eharney)
Dafna Ron 2014-03-05 13:37:01 UTC QA Contact dron yrabl
Eric Harney 2014-03-13 08:52:25 UTC Flags needinfo?(eharney)
Dafna Ron 2014-03-16 21:26:11 UTC CC dron
Flags needinfo?(eharney)
John Skeoch 2014-03-17 02:03:12 UTC CC abaron iheim
Itamar Heim 2014-03-25 10:35:20 UTC CC iheim
Don Domingo 2014-04-01 01:26:35 UTC Blocks 1082857
Don Domingo 2014-04-01 01:42:40 UTC CC ddomingo
Flags needinfo?(eharney)
Dafna Ron 2014-04-02 16:13:37 UTC Flags needinfo?(scohen)
Sean Cohen 2014-04-23 11:38:52 UTC Flags needinfo?(eharney) needinfo?(eharney) needinfo?(scohen) needinfo+
Don Domingo 2014-04-30 06:25:32 UTC Flags needinfo?(scohen)
Sean Cohen 2014-05-01 07:50:46 UTC Flags needinfo?(scohen) needinfo+
Sergey Gotliv 2014-05-28 09:17:44 UTC Status POST MODIFIED
CC sgotliv
Sergey Gotliv 2014-05-31 21:06:16 UTC Status MODIFIED ON_QA
Assignee rhos-maint jobernar
nlevinki 2014-06-01 08:02:14 UTC Status ON_QA VERIFIED
CC nlevinki
Jon Bernard 2014-06-23 15:56:23 UTC Doc Text Feature:

The chance and simple schedulers are deprecated. Their behaviour can still be achived by using the existing filter scheulder with the appropriate parameters.

Reason:

Result (if any):
Don Domingo 2014-06-24 00:31:18 UTC Doc Text Feature:

The chance and simple schedulers are deprecated. Their behaviour can still be achived by using the existing filter scheulder with the appropriate parameters.

Reason:

Result (if any):
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
errata-xmlrpc 2014-07-07 15:02:01 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2014-07-08 15:30:53 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2014-07-08 11:30:53 UTC
Andrew Dahms 2015-04-28 00:44:10 UTC CC adahms
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
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
Don Domingo 2015-06-17 05:45:29 UTC Blocks 1232578
Perry Myers 2016-04-26 14:28:42 UTC CC pmyers

Back to bug 1041696