wzyghb / cloudsim

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

Wrongle calculation of debt during migration #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In Datacenter.processVmMigrate(SimEvent, boolean), debt is being increased 
during migration. Therefdore, for two VMs running during the same time, one 
that migrated will incur a bigger debt.

I suggest removing all the debt calculation in the next version of CloudSim, 
and let it be user-defined.

Original issue reported on code.google.com by rodrigo.calheiros on 9 Apr 2013 at 11:47

GoogleCodeExporter commented 8 years ago
I removed all the debt calculation from Dat6acenter class and its subclasses.

Original comment by rodrigo.calheiros on 29 Apr 2013 at 4:39

GoogleCodeExporter commented 8 years ago
Since the all the debt calculations are removed from the example classes, is 
there any example on how to calculate debt?

Thanks

Original comment by cx.cheng...@gmail.com on 31 Jan 2015 at 3:17