Re: [Openstack-operators] [Nova][Scheduler] How to filter and pick Host with least number of instances.

2016-10-10 Thread Mikhail Medvedev
On Thu, Oct 6, 2016 at 10:26 PM, Karan wrote: > Thanks Mikhail for mentioning custom wieghter. Sure I would like to > look at how you've implemented your own weighter. Please share it when > you've it with you. See [1] for a very simple implementation. > Also, it would

Re: [Openstack-operators] [Nova][Scheduler] How to filter and pick Host with least number of instances.

2016-10-06 Thread Karan
Thanks Mikhail for mentioning custom wieghter. Sure I would like to look at how you've implemented your own weighter. Please share it when you've it with you. Also, it would be helpful if you can give pointers on implementing your weighter based on different metrics of hosts. On Wed, Oct 5,

Re: [Openstack-operators] [Nova][Scheduler] How to filter and pick Host with least number of instances.

2016-10-05 Thread Mikhail Medvedev
Hi Karan, On Sep 22, 2016 19:19, "Karan" wrote: > > Hi > > Is it possible to configure openstack scehduler to schedule instances > to a host with least number of instances running on it? > When multiple hosts are eligible to spawn a new instance, scheduler > applies

[Openstack-operators] [Nova][Scheduler] How to filter and pick Host with least number of instances.

2016-09-22 Thread Karan
Hi Is it possible to configure openstack scehduler to schedule instances to a host with least number of instances running on it? When multiple hosts are eligible to spawn a new instance, scheduler applies weight multipliers to available RAM and CPU and pick one host. Is there a way to ask