Bug 1345864
| Summary: | Can't import the guest from export domain to data domain at rhevm4.0 after converted by virt-v2v | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | mxie <mxie> | ||||||||||||
| Component: | ovirt-engine | Assignee: | Shahar Havivi <shavivi> | ||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> | ||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||
| Priority: | high | ||||||||||||||
| Version: | 4.0.0 | CC: | gklein, juzhou, lsurette, michal.skrivanek, mxie, mzhan, ptoscano, rbalakri, Rhev-m-bugs, rjones, shavivi, srevivo, tzheng, xiaodwan, ykaul | ||||||||||||
| Target Milestone: | ovirt-4.1.0-alpha | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | x86_64 | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Whiteboard: | V2V | ||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2016-08-15 02:56:28 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: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
mxie@redhat.com
2016-06-13 10:44:52 UTC
Created attachment 1167422 [details]
virt-v2v-rhevm4.0.log
Created attachment 1167436 [details]
engine.log
Created attachment 1167468 [details]
vdsm.log.gz
The failure on the engine side is the mysterious "ValidateFailure".
This is raised all over the place, and I'm no closer to understanding
why that happens.
2016-06-13 06:12:27,658 ERROR [org.ovirt.engine.core.bll.exportimport.ImportVmCommand] (default task-83) [59aa15a4] Error during ValidateFailure.: org.ovirt.engine.core.common.errors.EngineException: EngineException: java.lang.NullPointerException (Failed with error ENGINE and code 5001)
at org.ovirt.engine.core.bll.VdsHandler.handleVdsResult(VdsHandler.java:
114) [bll.jar:]
There is no failure that I can find on the VDSM side.
Anyway it seems to be a RHEV-M problem of some kind.
To RHEV-M people, please improve the error messages in the UI.
"General command validation failure" is about as useless as it gets.
Update: I tried to reassign this bug to RHEV-M but I get
" A value must be set for the 'oVirt Team' field. " from Bugzilla.
There is no such field.
For rhev developers: Will this bug be fixed on RHEV 4.0? As it blocks virt-v2v testing on rhel,though there is workaround by importing guests from RHEV gui for customers. (In reply to tingting zheng from comment #6) > For rhev developers: > > Will this bug be fixed on RHEV 4.0? As it blocks virt-v2v testing on > rhel,though there is workaround by importing guests from RHEV gui for > customers. Perhaps it will, perhaps not. The supported method (AFAIK) to convert from VMware to RHEV is via the UI. Yaniv, can you see from the log files (comment 3, comment 4) what the real error is? If I knew what RHEV-M was complaining about, I might be able to fix it from the v2v side. (In reply to Richard W.M. Jones from comment #8) > Yaniv, can you see from the log files (comment 3, comment 4) what > the real error is? If I knew what RHEV-M was complaining about, > I might be able to fix it from the v2v side. A null pointer is something we need to solve, regardless of the underlying issue. I've assigned to virt to look for where the real issue might be. Does this VM have a template (backing file) that is not present? Can you share the output folder in a zip that I can test it? Created attachment 1183657 [details]
backing file
Hi Shahar, I have uploaded the backing file, pls check, if there is anything missing, feel free to needinfo me,thanks Hi Shahar Havivi, while i verify bug 1342398 after update our rhevm4.0 to latest one: http://bob.eng.lab.tlv.redhat.com/builds/4.0/ovirt-4.0.2/el7/ After conversion finished, then login rhevm and can import vm from export domain successfully. so please double check whether this bug is fixed already or not, thanks. (In reply to zhoujunqin from comment #13) > Hi Shahar Havivi, > while i verify bug 1342398 after update our rhevm4.0 to latest one: > http://bob.eng.lab.tlv.redhat.com/builds/4.0/ovirt-4.0.2/el7/ > > After conversion finished, then login rhevm and can import vm from export > domain successfully. > > so please double check whether this bug is fixed already or not, thanks. Well I didn't push any code, if its works for you please close this bug, We have a similar bug: 1358828 which I will check soon (In reply to Shahar Havivi from comment #14) > (In reply to zhoujunqin from comment #13) > > Hi Shahar Havivi, > > while i verify bug 1342398 after update our rhevm4.0 to latest one: > > http://bob.eng.lab.tlv.redhat.com/builds/4.0/ovirt-4.0.2/el7/ > > > > After conversion finished, then login rhevm and can import vm from export > > domain successfully. > > > > so please double check whether this bug is fixed already or not, thanks. > > Well I didn't push any code, > if its works for you please close this bug, > We have a similar bug: 1358828 which I will check soon OK, closed this bug as CURRENTRELEASE, if you have some question, feel free to reopen it, thanks. |