-
Notifications
You must be signed in to change notification settings - Fork 41
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
MTV-2025 | Prevent NICs wrong mapping during migration #1365
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1365 +/- ##
==========================================
+ Coverage 15.45% 15.51% +0.05%
==========================================
Files 112 112
Lines 23377 23692 +315
==========================================
+ Hits 3613 3675 +62
- Misses 19479 19730 +251
- Partials 285 287 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
19398d2
to
712bb8d
Compare
Issue: When migrating VMs with multiple NICs when mapping the order must match that of the source VM Fix: Create a temp udev.rule file with temporarly NICs names with precedence over the "org" udev rule file - that will overcome the BOOT collisions. After udev applies the temp names and omitting the collisions issue it'll apply the desired names. Ref: https://issues.redhat.com/browse/MTV-2025 Signed-off-by: ehazan <ehazan@redhat.com>
712bb8d
to
5d22f4b
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Issue:
When migrating VMs with multiple NICs when mapping the order must match that of the source VM
Fix:
Create a temp udev.rule file with temporarly NICs names with precedence over the "org" udev rule file - that will overcome the BOOT collisions. After udev applies the temp names and omitting the collisions issue it'll apply the desired names.
Ref: https://issues.redhat.com/browse/MTV-2025