Description of problem: As pointed by an oVirt user, see https://github.com/oVirt/ovirt-engine/blob/2f09e19c195d9129d8ebe5072109b8f0051444ee/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/exportimport/ConvertVmCallback.java#L41 : log.info("Conversion of VM from exteral enironment failed: {}", jobInfo.getDescription()); Should be: log.info("Conversion of VM from external environment failed: {}", jobInfo.getDescription()); Version-Release number of selected component (if applicable): master.
The fix for this issue should be included in oVirt 4.1.0 beta 1 released on December 1st. If not included please move back to modified.
Cant' verify this fix in real case scenario due to https://bugzilla.redhat.com/show_bug.cgi?id=1406304. But this is a typo fix, so.. Please consider if you want to wait until I can invoke v2v import and see the error msg in practice, or we can just move on and verify it.
(In reply to sefi litmanovich from comment #5) > Cant' verify this fix in real case scenario due to > https://bugzilla.redhat.com/show_bug.cgi?id=1406304. > But this is a typo fix, so.. Please consider if you want to wait until I can > invoke v2v import and see the error msg in practice, or we can just move on > and verify it. I think you can move on and verify it without waiting since it's really only a typo fix and also since I reproduced it sometimes after the fix and verify the fixed error message.
Verified with Version: 4.1.0-0.2.master.20161218144454.gitbaa2853.el7.centos