Merged
Conversation
- Remove useless (unused) attributes vmm, architecture and os - Update docs Signed-off-by: Manoel Campos <[email protected]>
to indicate the distribution type of a Datacenter as public or private (default value). Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
since the implementations of multiple policies in CloudSim Plus are very different and have a higher performance than CloudSim's ones. Update authorship. Signed-off-by: Manoel Campos <[email protected]>
on VmAllocationPolicyMigrationAbstract Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
to HostAbstract Signed-off-by: Manoel Campos <[email protected]>
and because it wasn't being used. Signed-off-by: Manoel Campos <[email protected]>
to avoid multiple places where a VM destruction request can be performed, since those different methods were executing different logics. Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
to HostAbstract. Signed-off-by: Manoel Campos <[email protected]>
since the former doesn't have any attributes. Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
- Computes VM live migration time based on the VM RAM utilization (allocated capacity) not the total capacity. - Update VM live migration message Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
implemeting on HostAbstract and VmAbstract. Moves the VM destruction request from DatacenterBrokerAbstract.requestIdleVmDestruction() to the new VmAbstract.shutdown() method. Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
The Cloudlet.lifeTime empty value is Double.MAX_VALUE, not -1 anymore. Signed-off-by: Manoel Campos <[email protected]>
Coverage summary from CodacyMerging #439 (8c89541) into
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
6fb8854 to
882b9b9
Compare
c582fa2 to
be38349
Compare
6b7b31a to
bdbc9f4
Compare
…n enum to be used as a prefix to indicate if a datacenter is in a public or private cloud. Changes HostSimple.toString to show the Distribution symbol. Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
by calling deallocateResourcesOfVm(). Signed-off-by: Manoel Campos <[email protected]>
those ones which are already created. Signed-off-by: Manoel Campos <[email protected]>
just to assess a new VM placement. Signed-off-by: Manoel Campos <[email protected]>
…rectly. - Calls vm.setCreated inside HostAbstract.createVmInternal. - Moves Vm.setCreated to VmAbstract since this method cannot be called directly Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
it's a non-live migration from/to a public-cloud datacenter. This way, it's forced to be shutdown and no "running cloudlets" warning must be shown. Signed-off-by: Manoel Campos <[email protected]>
when printing logs, so that the toString() method is used instead. For datacenters, that will show the datacenter distribution (# for private, + for public-cloud datacenters) Signed-off-by: Manoel Campos <[email protected]>
Signed-off-by: Manoel Campos <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.