-
Notifications
You must be signed in to change notification settings - Fork 2
feat(vmop): add Clone operation #1418
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
Merged
Merged
Conversation
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
eecd1e5
to
019d271
Compare
872b3fa
to
46aaa23
Compare
5549f9c
to
34fc556
Compare
c20bafc
to
c0a16fb
Compare
03bd135
to
2e88b8e
Compare
f29d138
to
6a5f64e
Compare
668150c
to
799020b
Compare
prismagod
previously approved these changes
Sep 15, 2025
z9r5
reviewed
Sep 15, 2025
Signed-off-by: Vladislav Panfilov <[email protected]>
prismagod
previously approved these changes
Sep 15, 2025
z9r5
previously approved these changes
Sep 15, 2025
Signed-off-by: Dmitry Lopatin <[email protected]>
9f55e48
to
34031ba
Compare
Signed-off-by: Dmitry Lopatin <[email protected]>
34031ba
to
94ec7d8
Compare
Signed-off-by: Dmitry Lopatin <[email protected]>
LopatinDmitr
approved these changes
Sep 21, 2025
Merged
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.
Description
This pull request implements a comprehensive VM clone operation feature. The changes include:
The implementation provides three restore modes:
Why do we need it, and what problem does it solve?
Virtual machine snapshots are essential for backup and disaster recovery scenarios, but without a proper restore mechanism, snapshots are only half of the solution. This PR implements a reliable way to clone VMs, ensuring that VMs can be clone with proper dependency validation and conflict resolution.
What is the expected result?
type: Clone
.Strict
vsBestEffort
).DryRun
mode before actual restoration.Checklist
Changelog entries