Atom feed of this document
 

 Other Schedulers

While an administrator is likely to only need to work with the Filter Scheduler, Compute comes with other schedulers as well, described below.

 Chance Scheduler

The Chance Scheduler (nova.scheduler.chance.ChanceScheduler) randomly selects from the lists of filtered hosts. It is the default volume scheduler.

 Multi Scheduler

The Multi Scheduler nova.scheduler.multi.MultiScheduler holds multiple sub-schedulers, one for nova-compute requests and one for cinder-volume requests. It is the default top-level scheduler as specified by the scheduler_driver configuration option.

Log a bug against this page


loading table of contents...