Bug 1153006 - Export vm not pass ballooning parameter
Summary: Export vm not pass ballooning parameter
Keywords:
Status: CLOSED DUPLICATE of bug 1152991
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.4.1-1
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard: sla
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-15 11:19 UTC by Artyom
Modified: 2016-02-10 20:14 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-10-26 18:21:47 UTC
oVirt Team: SLA
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Artyom 2014-10-15 11:19:02 UTC
Description of problem:
Export vm not pass ballooning parameter

Version-Release number of selected component (if applicable):
rhevm-3.4.3-1.2.el6ev.noarch

How reproducible:
Always

Steps to Reproduce:
1. Create new vm with ballooning <ballooning>false</ballooning>
2. Export it to export domain:
<vms>
<vm href= "/ovirt-engine/api/storagedomains/276e988c-1c60-425c-989d-96f126dbb35c/vms/59b3c853-6876-471e-abc4-c67d856c0d3c" id="59b3c853-6876-471e-abc4-c67d856c0d3c">
<actions>
<link href= "/ovirt-engine/api/storagedomains/276e988c-1c60-425c-989d-96f126dbb35c/vms/59b3c853-6876-471e-abc4-c67d856c0d3c/import" rel="import"/>
</actions>
<name>export_vm</name>
<description/>
<type>desktop</type>
<status>
<state>down</state>
</status>
<memory>1610612736</memory>
<cpu>
<topology sockets="1" cores="1"/>
<architecture>PPC64</architecture>
</cpu>
<cpu_shares>0</cpu_shares>
<os type="other_ppc64">
<boot dev="hd"/>
</os>
<high_availability>
<enabled>false</enabled>
<priority>0</priority>
</high_availability>
<display>
<type>vnc</type>
<monitors>1</monitors>
<single_qxl_pci>false</single_qxl_pci>
<allow_override>false</allow_override>
<smartcard_enabled>false</smartcard_enabled>
</display>
<template href= "/ovirt-engine/api/templates/00000000-0000-0000-0000-000000000000" id="00000000-0000-0000-0000-000000000000"/>
<storage_domain href= "/ovirt-engine/api/storagedomains/276e988c-1c60-425c-989d-96f126dbb35c" id="276e988c-1c60-425c-989d-96f126dbb35c"/>
<creation_time>2014-10-15T13:00:44.000+02:00</creation_time>
<origin>ovirt</origin>
<stateless>false</stateless>
<delete_protected>false</delete_protected>
<sso>
<methods>
<method id="GUEST_AGENT"/>
</methods>
</sso>
<initialization>
<regenerate_ssh_keys>false</regenerate_ssh_keys>
<nic_configurations/>
</initialization>
<placement_policy>
<affinity>migratable</affinity>
</placement_policy>
<memory_policy>
<guaranteed>1610612736</guaranteed>
</memory_policy>
<usb>
<enabled>false</enabled>
</usb>
<migration_downtime>-1</migration_downtime>
</vm>
</vms>

Actual results:
Not ballooning parameter under storage_domain_id/vms/vm_id

Expected results:
<ballooning>false</ballooning> appear under storage_domain_id/vms/vm_id, so when you import vm back via REST, ballooning set to default value true.

Additional info:
I put bug with severity urgent, because it prevent to import vm under ppc architecture(ballooning not supported)

Comment 1 Doron Fediuck 2014-10-21 14:24:17 UTC
Can you please provide the relevant logs?

Comment 2 Artyom 2014-10-22 13:57:27 UTC
I can't reproduce this bug on vt7, I think this bug duplicate of this one https://bugzilla.redhat.com/show_bug.cgi?id=1152991, that already have fixed in vt7, so you can close this one as duplicate

Comment 3 Doron Fediuck 2014-10-26 18:21:47 UTC

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


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