Add documentation for when live migration is multithreaded#1001
Add documentation for when live migration is multithreaded#1001DorBreger wants to merge 1 commit into
Conversation
|
Hi @DorBreger. Thanks for your PR. I'm waiting for a kubevirt member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
38eef97 to
3e15258
Compare
Signed-off-by: Dor Breger <dor@hisprivate.net>
3e15258 to
9be0591
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jean-edouard The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| high dirty-rate or low resources like network bandwidth and CPU. On such scenarios, see the following | ||
| alternative strategies below. | ||
|
|
||
| For virtual machines that explicitly set resource limits, multithreaded migration is disabled and single-threaded migration will be used instead. |
There was a problem hiding this comment.
| For virtual machines that explicitly set resource limits, multithreaded migration is disabled and single-threaded migration will be used instead. | |
| For virtual machines that explicitly set CPU resource limits, multithreaded migration is disabled and single-threaded migration will be used instead. |
What this PR does / why we need it:
this explicitly documents that VMs with explicitly defined cpu limits (not ones created by the autocpulimits feature) will not go through parallel live migration as per this line of code .