High Utilization Cluster
-
-
DeadCereal 10 years ago You are correct, however for Problem 1, VMotion is set to off. So Each VM will be placed into the first Host that can fit it. VM1 will go on host 1, VM 3 won't be able to find anywhere to fit so it won't be placed, then VM 2 will be placed on host 2. For the other 2 scenarios, VMotion is turned on, so the cluster should load balance and all VMs should be placed.
-
For three VMs:
vm1,1,50
vm2,4,20
vm3,1,80
and 2 hosts:
host1,5,100
host2,2,50
I think all three can be placed, as shown below:-
remaining resources are:-
host1,5,100
host2,1,0
remaining resources are:-
host1,4,20
host2,1,0
remaining resources are:-
host1,0,0
host2,1,0
Isn't this right? What am I missing?
I mean is there a rule that one host can only run one VM at a time?
Add Reply Preview cancel