openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #22263
Re: AggregateInstanceExtraSpecsFilter not respecting Host Aggregates split
Folks, forget it.
I had wrong nova.conf settings before I posted, which I modified. I also
restarted nova-scheduler, but it seems I forgot to restart once more
after the *last* change.
Now, the below values are correct.
Thanks,
-Sylvain
Le 27/03/2013 16:36, Sylvain Bauza a écrit :
Hi,
I created two host aggregates, one per host with extra_specs and
flavors associated as given in [1]. Unfortunately, while the first
created instance with the desired flavor is launching on the right
host, the second instance with the same flavor is not spawning on the
same host, but on another one with a different extra_specs.
My nova.conf scheduling settings are [2], which I assume are correct.
Any chance to help me understanding what is wrong ?
Thanks,
-Sylvain
[1] :
http://docs.openstack.org/trunk/openstack-compute/admin/content/host-aggregates.html
[2] :
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
scheduler_default_filters=AggregateInstanceExtraSpecsFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter
References