Scheduler section of doc needs some changes

Bug #1121819 reported by koolhead17
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

SimpleScheduler is no more supported with Grizzly at least i don`t see it in the github code.

Also http://docs.openstack.org/folsom/openstack-compute/admin/content/ch_scheduling.html

Since we have a Cinder as a separate project

scheduler_driver=nova.scheduler.multi.MultiScheduler
volume_scheduler_driver=nova.scheduler.chance.ChanceScheduler
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
scheduler_available_filters=nova.scheduler.filters.standard_filters
scheduler_default_filters=AvailabilityZoneFilter,RamFilter,ComputeFilter
least_cost_functions=nova.scheduler.least_cost.compute_fill_first_cost_fn
compute_fill_first_cost_fn_weight=-1.0

This needs some modification. On a default devstack install the only option which comes to nova.conf now is

compute_scheduler_driver = nova.scheduler.filter_scheduler.FilterScheduler

Tags: nova
Revision history for this message
koolhead17 (koolhead17) wrote :

We also need to replace existing multi scheduler definition with new one

https://review.openstack.org/#/c/9022/

This offers a default scheduler driver that will be used by the
multischeduler for requests that are not destined for the
compute or volume topic. This is useful for OpenStack extensions
that want to use the nova-scheduler to schedule requests to
compute nodes but provide their own manager and topic.

Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
milestone: none → grizzly
tags: added: nova
Tom Fifield (fifieldt)
Changed in openstack-manuals:
assignee: nobody → Tom Fifield (fifieldt)
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/22172

Revision history for this message
Tom Fifield (fifieldt) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/22172
Committed: http://github.com/openstack/openstack-manuals/commit/0bdeee4b75a950652977b0e81a856bbeca53a709
Submitter: Jenkins
Branch: master

commit 0bdeee4b75a950652977b0e81a856bbeca53a709
Author: Tom Fifield <email address hidden>
Date: Mon Feb 18 17:02:55 2013 +1100

    remove SimpleScheduler from docs

    fixes bug 1121819

    SimpleScheduler was deprecated in Folsom and has been removed in
     Grizzly. This patch removes the content, and updates examples to
    current defaults.

    Change-Id: I44d0021bfd0eecfe09b23b6bb5d2dcfe1ac63f3f

Changed in openstack-manuals:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.