-
Notifications
You must be signed in to change notification settings - Fork 454
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
feature: instant_clone #1371
feature: instant_clone #1371
Conversation
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes 1 out of 2 committers have signed the CLA.
Anant Chopra seems not to be a GitHub user. Have you signed the CLA already but the status is still pending? Recheck it. |
297a0c1
to
c0461ef
Compare
Can the authorized users please review this so that PR be merged? |
bfd146d
to
afd2d52
Compare
afd2d52
to
7196cee
Compare
@koikonom could you review and merge this change? |
Thank you for your contribution to the vSphere provider. I've tagged this as a candidate for our next release. Please ensure that the all requirements, such as signing the Contributor License Agreement, are met. We will start planning for the next release soon, but will be unable to evaluate your PR until all requirements are met. |
I have signed the CLA but it is still not updating |
Please see the message from the hashicorp-cla bot above: #1371 (comment) |
@Anant99-sys if you look at your commit history, does the email address in the commit match the one you are providing to the CLA bot? |
Is there anything any of us can do to help this issue along? I had worked on a similar MR but stopped when I saw this one so far along. It'd be a shame to see the merge linger. |
Actually, I cannot check commit history as I have lost the working directory (changed my laptop and was unable to get back up )where I was working with this code. So not able to respond to this message |
Bumping, since this seems dead in the water over the CLA. Would love to have this feature merged in. Should somebody resubmit the patch so they can accept the CLA. I'm willing to help however necessary. |
Given that this is blocked by the CLA issue, I suggest considering resubmitting the PR based on your fork/branch by recreating the changes and signing the commit? Set your email on the feature branch based on the email that's signed the CLA and attached to your GitHub account): git config user.email [email protected] Sign-off in the commit description:
Then submit the new PR for review. Another possibility may be to allow a maintainer or delegate another contributor to submit the enhancement if the CLA issue can not be resolved. Ryan |
Thanks . I followed the steps and created the new PR for review. Please take a look at #1516 to help approve @mfilipiak-ccg |
I suggest closing this PR since it’s replaced by #1516. Ryan |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Implementation for instant clone functionality
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.
Acceptance tests
Output from acceptance testing:
Release Note
Release note for CHANGELOG:
References