Re: [one-users] Scheduler Policy set to Custom for More enough Memory and Less CPU load

2012-10-05 Thread Ruben S. Montero
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

[one-users] Scheduler Policy set to Custom for More enough Memory and Less CPU load

2012-10-04 Thread Lawrence Chiong
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