Bug 1957595
Summary: | Failed to import VM from KVM | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Qin Yuan <qiyuan> |
Component: | General | Assignee: | Lucia Jelinkova <ljelinko> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Qin Yuan <qiyuan> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.4.6.6 | CC: | ahadas, bugs, saku.vainikainen |
Target Milestone: | ovirt-4.4.6-1 | Keywords: | Automation, Regression, ZStream |
Target Release: | 4.4.6.7 | Flags: | pm-rhel:
ovirt-4.4+
ahadas: blocker+ |
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ovirt-engine-4.4.6.7 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-12 08:54:04 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: |
Description
Qin Yuan
2021-05-06 06:16:44 UTC
I suspect vm.getBiosType() returns null Qin, do you have a libvirt server we can test with? Verified with: ovirt-engine-4.4.6.7-0.1.el8ev.noarch Steps: The same as steps in Bug description Results: Importing VM from KVM succeeds. I have the same problem. Source KVM: > virsh version Compiled against library: libvirt 5.0.0 Using library: libvirt 5.0.0 Using API: QEMU 5.0.0 Running hypervisor: QEMU 3.1.0 > virsh sysinfo <processor> <entry name='socket_destination'>SOCKET 0</entry> <entry name='type'>Central Processor</entry> <entry name='family'>Core i7</entry> <entry name='manufacturer'>Intel</entry> <entry name='signature'>Type 0, Family 6, Model 62, Stepping 4</entry> <entry name='version'>Intel(R) Core(TM) i7-4820K CPU @ 3.70GHz</entry> <entry name='external_clock'>100 MHz</entry> <entry name='max_speed'>7000 MHz</entry> <entry name='status'>Populated, Enabled</entry> <entry name='serial_number'>Not Specified</entry> <entry name='part_number'>Not Specified</entry> </processor> > virsh edit xxxx <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader> <nvram>/var/lib/libvirt/qemu/nvram/xxxx_VARS.fd</nvram> <boot dev='hd'/> </os> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> </devices> |