Merged
Conversation
0f12ac4 to
f4001be
Compare
Contributor
Author
|
cc: @cbosdo |
f4001be to
8bca922
Compare
Contributor
|
@rst0git thanks for the PR and tests! Once I look over the PR and give it the green light this should be merge ready and will probably make it into Magnesium. |
cmcmarrow
previously approved these changes
Jul 15, 2020
8bca922 to
3cc45c6
Compare
Contributor
Author
|
@cmcmarrow Thank you for the review! I rebased the PR on master and added two commits with changelog information. |
3cc45c6 to
fef84c1
Compare
fef84c1 to
5f9008e
Compare
cmcmarrow
previously approved these changes
Jul 16, 2020
Contributor
|
Please do not merge this PR, it's blocked on external changes happening first. I will reply once the issues have been resolved to unblock this PR. |
rst0git
added a commit
to rst0git/salt
that referenced
this pull request
Jul 29, 2020
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
a69df7b to
5ff8d12
Compare
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
libvirt allows the use of compression with live migration. There are two compression methods currently supported: "mt" and "xbzrle". This patch allows extends the virt.migrate function with additional set of options that allow to enable and configure the compression functionality of libvirt. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
Without this change generating the docs fails with: Block quote ends without a blank line; unexpected unindent. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
3d4ff72 to
a16903e
Compare
Contributor
|
This PR is no longer blocked by the PyTest migration. |
s0undt3ch
suggested changes
Aug 21, 2020
Contributor
s0undt3ch
left a comment
There was a problem hiding this comment.
Forgot to revert the fixtures. Could you please remove them?
s0undt3ch
suggested changes
Aug 21, 2020
Contributor
s0undt3ch
left a comment
There was a problem hiding this comment.
Sorry, left some more debug code around....
3ce4c97 to
66b4196
Compare
s0undt3ch
previously approved these changes
Aug 21, 2020
Add a compat layer to make use of newer salt-factories features while we don't fully upgrade to it
66b4196 to
a5b0314
Compare
dwoz
approved these changes
Aug 24, 2020
dwoz
pushed a commit
that referenced
this pull request
Aug 24, 2020
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
1 task
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 PR is rebased on #57736, which provides integration tests for live migration.
What does this PR do?
This PR modifies the existing
virt.migratefunctionality to use the Python bindings of libvirt instead of thevirshcommand-line tool. This approach allows to make of the libvirt migration options available to users via a generic interface that doesn't require an increased number functions. Although backwards comparability is preserved, thesshparameter ofvirt.migrate,virt.migrate_non_sharedandvirt.migrate_non_shared_inchave been marked as deprecated.Previous Behavior
New Behavior
Merge requirements satisfied?