Comment #5 on issue 50 by
HuaHero....@gmail.com: Data File transfer
http://code.google.com/p/cloudsim/issues/detail?id=50
I also extended the HardDriveStorage,which I called StorageNode,included
the characterisitics like Host,and I extend the File with BlockReplica ...
In the framework,I found there is bug or mistakes,such as in the program
cloudlet.addRequiredFile(),it seems to forget to set the bool variable to
be true when we add the file name to the cloudlet,the other mistake I found
it's that I think it's should be time+=file.getSize()/this.bandwidth; in
SanStorage.java.
BTW,I am using CloudSim-2-1-1,so I don't know if these things have changed
in CloudSim 3 or my understanding is wrong