Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add virtual machine migration #32

Open
3 tasks
fabianishere opened this issue Oct 21, 2021 · 0 comments
Open
3 tasks

Add virtual machine migration #32

fabianishere opened this issue Oct 21, 2021 · 0 comments
Labels
area/compute Changes related to the compute service area/simulator Changes related to simulation components kind/feature New feature or request
Milestone

Comments

@fabianishere
Copy link
Member

Given that the simulator now contains a hypervisor implementation, the simulated resource manager should be adapted to be able to migrate them. At this point, this means a simplistic model of instantaneous migrations from one machine to the other, without looking at transfer times.

This includes:

  • Researching and selecting a set of migration policies that we want to implement
  • Implement these policies in the scheduler
  • Support migration of VMs through simple manipulation of the physical properties included within the logical model (i.e. modifying the machine a certain VM has been assigned to)
@fabianishere fabianishere added kind/feature New feature or request area/compute Changes related to the compute service area/simulator Changes related to simulation components labels Oct 21, 2021
@fabianishere fabianishere added this to the v3.0 milestone Sep 21, 2022
fabianishere added a commit that referenced this issue Oct 31, 2022
This pull request adds support for snapshotting simulated workloads in OpenDC, which
serves as the basis for virtual machine migration/suspension support.

Part of #32 

## Implementation Notes ⚒️

* Support synchronous update of FlowStage
* Report exceptions in onStop as suppressed 
* Add support for snapshotting workloads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/compute Changes related to the compute service area/simulator Changes related to simulation components kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant