document known issue during live migration#1067
Open
rrajendran17 wants to merge 2 commits into
Open
Conversation
e56ae2b to
8cc03ca
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the live migration documentation to capture a known issue (harvester/harvester#10653) related to network disruption during VM live migration, and provides a workaround for operators.
Changes:
- Added a new Known Issues entry linking to issue #10653.
- Documented the observed symptom (network disruption from repeated MAC moves) and a proposed workaround using
disableContainerInterface.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+234
to
+237
| MAC address of the VM interface moved more than once between the source and target hosts during live migration.Due to this external switches learnt the same mac on two different interfaces causing a network disruption. | ||
|
|
||
| Workaround: | ||
| Setting disableContainerInterface to true on the NetworkAttachMantDefinition config [disableContainerInterface](https://www.cni.dev/plugins/current/main/bridge/#example-l2-only-disabled-interface-configuration) before starting the live migration will enable the pod interface a bit later, but not during switchover avoiding multiple mac moves. |
|
dfecbbb to
aac0261
Compare
ibrokethecloud
previously approved these changes
Jun 18, 2026
|
Tick the box to add this pull request to the merge queue (same as
|
7fcdb00 to
5b88e4e
Compare
Signed-off-by: Renuka Devi Rajendran <renuka.rajendran@suse.com>
5b88e4e to
2db70dc
Compare
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.
Problem:
document known issue harvester/harvester#10653 during live migration
Solution:
document known issue harvester/harvester#10653 during live migration
Related Issue(s):
harvester/harvester#10653
Test plan:
Additional documentation or context