Bug 1558614
| Summary: | OVA import does not set CPU topology correctly. | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Nisim Simsolo <nsimsolo> | ||||||||||||||
| Component: | BLL.Virt | Assignee: | Shmuel Melamud <smelamud> | ||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Liran Rotenberg <lrotenbe> | ||||||||||||||
| Severity: | medium | Docs Contact: | |||||||||||||||
| Priority: | medium | ||||||||||||||||
| Version: | 4.2.2 | CC: | ahadas, bugs, derez, lrotenbe, michal.skrivanek, nsimsolo | ||||||||||||||
| Target Milestone: | ovirt-4.2.4 | Flags: | rule-engine:
ovirt-4.2+
|
||||||||||||||
| Target Release: | --- | ||||||||||||||||
| Hardware: | Unspecified | ||||||||||||||||
| OS: | Unspecified | ||||||||||||||||
| Whiteboard: | |||||||||||||||||
| Fixed In Version: | ovirt-engine-4.2.4 | Doc Type: | If docs needed, set a value | ||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||
| Last Closed: | 2018-06-26 08:37:39 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
Nisim Simsolo
2018-03-20 15:46:58 UTC
Created attachment 1410617 [details]
vdsm.log
Created attachment 1410620 [details]
engine.log
Created attachment 1410632 [details]
ovirt-export-ova-ansible log
Created attachment 1410633 [details]
ovirt-export-ova-validate-ansible log
Created attachment 1410634 [details]
ovirt-query-ova-ansible log
Created attachment 1410635 [details]
ovirt-import-ova-ansible log
OvfReader::readCpuItem() vmBase.setCpuPerSocket(Integer.parseInt(selectSingleNode(node, "rasd:cpu_per_socket", _xmlNS).innerText)); vs vmBase.setThreadsPerCpu(parseNodeInteger(node, "rasd:threads_per_cpu", 1)) ? Verified on: ovirt-engine-4.2.4.2-0.1.el7_3.noarch vdsm-4.20.30-1.el7ev.x86_64 Steps of verfication: 1. Export VM as OVA with CPU topology of 2:1:2 2. Import this VM 3. Observe CPU topology Actual results: Imported VM CPU topology is 2:1:2 as expected. This bugzilla is included in oVirt 4.2.4 release, published on June 26th 2018. Since the problem described in this bug report should be resolved in oVirt 4.2.4 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |