seyed8453 / cloudsim

Automatically exported from code.google.com/p/cloudsim
0 stars 0 forks source link

VM is created without check on host's storage capacity #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a datacenter with a single host. The host has 500 of storage
2. Create a VM with size 1000
3. Submit the VM to the data center

What is the expected output? What do you see instead?

VM should not be accepted because of lack of storage. Nevertheless, the VM is 
accepted and runs in the host.

Original issue reported on code.google.com by rodrigo.calheiros on 17 Mar 2011 at 1:37

GoogleCodeExporter commented 8 years ago
The issue has been resolved in Rev. 50: before accepting a new VM, host checks 
if it has enough storage. No other modification was required in other classes.

Original comment by rodrigo.calheiros on 21 Mar 2011 at 5:53