seyed8453 / cloudsim

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

Dynamically created space-shared VMs fail to process cloudlets #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Create 1 DC, 1 Host (VMSchedulerSpaceShared)
2. Create a new VM with CloudletSchedulerspaceShared policy during the 
simulation
3. Submit a Cloudlet to it

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

Cloudlet should run, but it is queued instead.

Please use labels and text to provide additional information.

It happens because a defect in Vm.getCurrentRequestedMips(), which has a 
strange tests for "recent created" VMs. VMs created during simulation are not 
considered recently created and don't receive MIPS.

Are these tests really necessary? Why they are there?

Original issue reported on code.google.com by rodrigo.calheiros on 29 Sep 2011 at 5:23

GoogleCodeExporter commented 8 years ago
Problem was fixed.

Original comment by rodrigo.calheiros on 16 Dec 2011 at 5:37

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r106.

Original comment by rodrigo.calheiros on 16 Dec 2011 at 5:51