Bug 1508829
Summary: | virt-v2v: Import OVA failed with engine.log: ERROR parsing OVF due to OVF error: cannot read 'VmInit' with value: null | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Nisim Simsolo <nsimsolo> | ||||||||
Component: | BLL.Virt | Assignee: | Michal Skrivanek <michal.skrivanek> | ||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Nisim Simsolo <nsimsolo> | ||||||||
Severity: | urgent | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 4.1.7.4 | CC: | bugs, danken, ipinto, nsimsolo, tjelinek | ||||||||
Target Milestone: | ovirt-4.1.7 | Keywords: | Regression | ||||||||
Target Release: | --- | Flags: | rule-engine:
ovirt-4.1+
rule-engine: blocker+ |
||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2017-11-13 12:27:25 UTC | Type: | Bug | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1503951 | ||||||||||
Attachments: |
|
Description
Nisim Simsolo
2017-11-02 10:16:44 UTC
Created attachment 1346956 [details]
Import starts at: 2017-11-02 10:53:31,581
Created attachment 1346957 [details]
engine.log, see 2017-11-02 10:55:47,864+02 ERROR
Created attachment 1346958 [details]
import.log
Eitan has not seen anything like it when verifying bug 1503951, but it seems like another 4.1.7 blocker to me. This bug report has Keywords: Regression or TestBlocker. Since no regressions or test blockers are allowed between releases, it is also being identified as a blocker for this release. Please resolve ASAP. *** Bug 1508814 has been marked as a duplicate of this bug. *** Nisim, please use correct file suffix for your uploads Either reproduce with debug logging enabled or please retest with the fix for bug 1508327 The error message is misleading, the issue is that the SimpleDependencyInjector.getInstance().get(OvfVmIconDefaultsProvider.class) returns null in OvfManager. Indeed should be solved by https://bugzilla.redhat.com/show_bug.cgi?id=1508327 Verification build: rhevm-4.1.7.6-0.1.el7 qemu-kvm-rhev-2.9.0-16.el7_4.8.x86_64 vdsm-4.19.36-1.el7ev.x86_64 libvirt-client-3.2.0-14.el7_4.3.x86_64 sanlock-3.5.0-1.el7.x86_64 virt-v2v-1.36.3-6.el7_4.3.x86_64 Verification scenarios: 1. Upload OVA to export domain using 'virt-v2v -i ova' command. 2. Browse Webadmin -> storage tab -> export domain -> VM import sub tab -> Select uploaded VM and Import it. 3. Verify import succeed. Verify correct VM configuratio, run VM and verify Vm is running properly. ---------------------- 1. Browse webadmin -> VMs tab -> import, select OVA and enter OVA path details. start import. 2. Verify import succeed, Verify correct VM configuratio, run VM and verify Vm is running properly. |