-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
instant clone feature #60004
instant clone feature #60004
Conversation
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as possible. In the meantime, here’s some information that may help as you continue your Salt journey.
There are lots of ways to get involved in our community. Every month, there are around a dozen opportunities to meet with other contributors and the Salt Core team and collaborate in real time. The best way to keep track is by subscribing to the Salt Community Events Calendar. |
Hey @twangboy can you please review this feature and suggest all the required changes necessary for the feature to be merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will also require a changelog file and documentation for the new feature.
@Ch3LL what's the status of this feature? |
I was able to get the tests passing here: #60383 Can you make these changes and we can get this merged in:
|
Sorry I saw your reply now only. I see you have added the above-requested changes. Is anything else required? |
There is a pre-commit failure, but I can fix that real quick right now. I have asked the team to review the PR since I helped with the commits on this PR. Once there are reviews and passing tests we can get this one merged in. Thanks |
Congratulations on your first PR being merged! 🎉 |
What does this PR do?
Implementation for instant clone functionality
The Instant Clone technology is used to create powered-on virtual machines from the running state of another powered-on virtual machine.
The result of an Instant Clone operation is a new virtual machine that is identical to the source virtual machine.
With Instant Clone you can create new virtual machines from a controlled point in time.
Instant cloning is very convenient for large-scale application deployments because it ensures memory efficiency and allows for creating numerous virtual machines on a single host.
This functionality can be used for Creating a powered-on Instant Clone of a virtual machine.
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
No
Please review Salt's Contributing Guide for best practices.
See GitHub's page on GPG signing for more information about signing commits with GPG.