Bug 1283381 - [rhevm-appliance] OVF memory size is incorrect
Summary: [rhevm-appliance] OVF memory size is incorrect
Keywords:
Status: CLOSED DUPLICATE of bug 1283162
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: rhevm-appliance
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ovirt-3.6.1
: 3.6.1
Assignee: Fabian Deutsch
QA Contact: Pavel Stehlik
URL:
Whiteboard: node
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-18 20:44 UTC by Gonza
Modified: 2016-02-10 19:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-19 06:56:57 UTC
oVirt Team: Node
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Gonza 2015-11-18 20:44:27 UTC
Description of problem:
OVF memory settings for VM is set to 512 instead of 4096.
# tar xf rhevm-appliance-20151116.0-1.x86_64.rhevm.ova master/vms/f12015ee-22fa-4139-9bcb-78fa87afb385/f12015ee-22fa-4139-9bcb-78fa87afb385.ovf -O | xmllint --format -
...
<Item>
    <rasd:Caption>512 MB of memory</rasd:Caption>
    <rasd:Description>Memory Size</rasd:Description>
    <rasd:InstanceId>2</rasd:InstanceId>
    <rasd:ResourceType>4</rasd:ResourceType>
    <rasd:AllocationUnits>MegaBytes</rasd:AllocationUnits>
    <rasd:VirtualQuantity>512</rasd:VirtualQuantity>
</Item>
...

Version-Release number of selected component (if applicable):
rhevm-appliance-20151116.0-1

How reproducible:
100%

Steps to Reproduce:
1. Download ova file form brew
2. # tar xf rhevm-appliance-20151116.0-1.x86_64.rhevm.ova master/vms/f12015ee-22fa-4139-9bcb-78fa87afb385/f12015ee-22fa-4139-9bcb-78fa87afb385.ovf -O | xmllint --format -
3. Check that Memory Size is set to 4096

Actual results:
Memory size is set to 512

Expected results:
Memory size is set to 4096

Comment 1 Doron Fediuck 2015-11-19 06:56:57 UTC

*** This bug has been marked as a duplicate of bug 1283162 ***


Note You need to log in before you can comment on or make changes to this bug.