Hi
When using a placement heuristic that combine different metrics, you
will need to:
1.- Scale all the metrics so you can "mix" them. Usually this is done
by scaling the metric to 1. For example, if the max memory and cpu in
your cluster are 4096 and 800, respectively. You will need to divide
FR
Hello,
Could anyone correct my scheduler configuration (/etc/one/sched.conf)
using custom policy. Supposing I want to prefer hosts to deploy VM with
more spare of Memory and less CPU load. Defined below -
*DEFAULT_SCHED = [
policy = 3,
rank = "(FREEMEMORY - FREECPU * 100)"
]*
Any help