Description of problem: When there is no CPU load on the host, the scheduler distribute the vm to the same non-SPM host. How reproducible: 100% Steps to Reproduce: 1. configure a cluster with 2 hosts, and select the even distribution policy. 2. start simultaneously several VMs on that cluster Actual results: All VMs starts on the same host (non-spm one). Expected results: VMs Should be evenly distributed on the hosts. Additional info: The problem caused since the even distribution weight function generates an integer as its score. The actual calculation is done on real numbers so if there is a different score, the function cover it up when rounding it.
verified on is28 Run simultaneously 16 vms Result: host with SPM: 6 vms host without SPM: 10 vms
Closing - RHEV 3.3 Released