-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[VMware to KVM Migration] Fix for converted instance NPE issue when source VMware instance OVF is exported from management server #11003
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
base: 4.20
Are you sure you want to change the base?
Conversation
@blueorangutan package |
@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #11003 +/- ##
==========================================
Coverage 16.14% 16.15%
- Complexity 13256 13266 +10
==========================================
Files 5657 5657
Lines 497903 497701 -202
Branches 60375 60349 -26
==========================================
- Hits 80392 80388 -4
+ Misses 408550 408369 -181
+ Partials 8961 8944 -17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13706 |
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.
One very nitpicking comment.
Is this ready for review yet @sureshanaparti ?
…ource vmware instance ovf is exported from management server
b1447c6
to
6b1a220
Compare
@blueorangutan package |
@sureshanaparti a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13749 |
@blueorangutan test |
@sureshanaparti a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
[SF] Trillian test result (tid-13540)
|
Description
This PR fixes converted instance NPE issue in VMware to KVM Migration when source VMware instance OVF is exported from management server.
Fixes #10982
Some of the changes of the below PRs were missing in 4.20, resulting in NPE.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Tested VMware instance migration to KVM, without ovftool installation on KVM hosts. OVF of source VMware instance is downloaded from Management Server.
How did you try to break this feature and the system with this change?