← Back to team overview

openstack team mailing list archive

Re: [Nova] Question about multi-scheduler

 

Multi-scheduler was there for the days when Nova has to deal with both
request for instance and volume.  If you are using a version of Nova
which still has nova-volume, I think multi-scheduler is a must.  And
there are two sub config option for Nova:
http://docs.openstack.org/folsom/openstack-compute/admin/content/ch_scheduling.html
scheduler_driver=nova.scheduler.multi.MultiScheduler
volume_scheduler_driver=nova.scheduler.chance.ChanceScheduler
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler

But if you are using trunk version Nova, scheduler_driver should use
'nova.scheduler.filter_scheduler.FilterScheduler' directly.

On Tue, Feb 19, 2013 at 10:06 AM, Wangpan <hzwangpan@xxxxxxxxxxxxxxxx> wrote:
> Hi all,
>
> Is there anyone has used the multi-scheduler property, is there any problem?
> Can we use this property into production environment?
>
> Thanks!
> 2013-02-19
> ________________________________
> Wangpan
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>



-- 
Regards
Huang Zhiteng


Follow ups

References