Add support for creating network namespaces inside cloned uvms.#837
Merged
ambarve merged 3 commits intouser/ambarve/lcpr2_clone_uvmfrom Jan 27, 2021
Merged
Conversation
d71a09d to
5ba0510
Compare
d882b1f to
b30b021
Compare
dcantah
reviewed
Jul 8, 2020
Member
|
Please rebase these commits into a more curated set for review and check-in. |
dcantah
reviewed
Jul 28, 2020
eccdda2 to
5b4bfbd
Compare
14f71f8 to
9fb2388
Compare
kevpar
reviewed
Sep 10, 2020
kevpar
reviewed
Sep 10, 2020
5b4bfbd to
ea05479
Compare
9fb2388 to
3932868
Compare
ea05479 to
9ab44b4
Compare
3932868 to
258739d
Compare
Contributor
|
@katiewasnothere Can you take a quick peek at this? Would like another sign off |
9ab44b4 to
4fc5e7e
Compare
258739d to
fff6c8f
Compare
4fc5e7e to
562bfc4
Compare
fff6c8f to
72da34c
Compare
562bfc4 to
3076f21
Compare
72da34c to
e6b428b
Compare
This is one of the many small PRs that enable the support for late cloning. This commit adds the set of functions required for adding network namespace and network endpoints to cloned UVMs. Signed-off-by: Amit Barve <ambarve@microsoft.com>
3076f21 to
aa48bc3
Compare
e6b428b to
e91e7f2
Compare
This is one of the many small PRs that enable the support for late cloning.This commit adds the set of functions that expose the late cloning functionality from hcsshim and adds new annotations for clients to use the late cloning feature. Signed-off-by: Amit Barve <ambarve@microsoft.com>
…aner Add support for creating late clones via hcsshim
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
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.
This is one of the many small PRs that enable the support for late cloning.
This commit adds the set of functions required for adding network namespace and
network endpoints to cloned UVMs.
Signed-off-by: Amit Barve ambarve@microsoft.com