[Openstack] What scheduler should be used while using availability_zones

Syed Armani syed.armani at hastexo.com
Fri Jan 25 15:10:33 UTC 2013


On 25-01-2013 17:45, Belmiro Moreira wrote:
> Hi,
> "SimpleScheduler" is deprecated in Folsom and it only covers volume scheduling.
> In Folsom use the "FilterSchedule" and make sure you have the filter AvailabilityZones enabled.
>
> Belmiro
>
>
> On Jan 25, 2013, at 7:52 AM, Balamurugan V G <balamuruganvg at gmail.com> wrote:
>
>> Hi,
>>
>> I have two compute nodes in my setup each one is separate zones. I am using the following setting in the nova.conf.
>>
>>  scheduler_driver=nova.scheduler.simple.SimpleScheduler
>>
>> But when I launch instance and specify a zone, i still see that some times it creates the instance in the wrong zone. Could this be due to the scheduler? What scheduler should I use for this?
>>
>> I want a deterministic way to create instances in specific zones.
>>
>> Thanks,
>> Balu
>> _______________________________________________
>> Mailing list: https://launchpad.net/~openstack
>> Post to     : openstack at lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~openstack
>> More help   : https://help.launchpad.net/ListHelp
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
Hey there,

You can take a reference from here
http://docs.openstack.org/developer/nova/devref/filter_scheduler.html

Cheers,
Syed




More information about the Openstack mailing list