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

Refactor VM snapshot management #804

Conversation

CuriousGeorgiy
Copy link
Member

Summary

Closes #802
Part of #794

Implementation Notes ⚒️

Currently, VM snapshots are managed by the orchestrator via a table of idle function instances. With #794 snapshot management will become more complicated, and thus it requires refactoring into a separate module.

External Dependencies 🍀

  • N/A.

Breaking API Changes ⚠️

  • N/A.

ustiugov
ustiugov previously approved these changes Sep 8, 2023
Copy link
Member

@ustiugov ustiugov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ustiugov
Copy link
Member

also ok

Currently, VM snapshots are managed by the orchestrator via a table of idle
function instances. With vhive-serverless#794 snapshot management will become more
complicated, and thus it requires refactoring into a separate component.

Closes vhive-serverless#802
Part of vhive-serverless#794

Signed-off-by: Georgiy Lebedev <[email protected]>
@leokondrashov leokondrashov merged commit e7caff8 into vhive-serverless:main Sep 11, 2023
20 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor VM snapshot management
3 participants