Re: [Openstack] What scheduler should be used while using availability_zones

2013-01-25 Thread Syed Armani
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

Re: [Openstack] What scheduler should be used while using availability_zones

2013-01-25 Thread Belmiro Moreira
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 wrote: > Hi, > > I have two compute nodes in my setup each

[Openstack] What scheduler should be used while using availability_zones

2013-01-24 Thread Balamurugan V G
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. Co