Cause: A balloon device was created for a VM which didn't support it.
Consequence: a clone CM for PPC was failing
Fix: prevent the balloon setting if the vm doesn't have the device and doesn't support it
Result: Clone a PPC VM works
Description of problem:
cloning ppc VM from snapshot fails without adding additional info about
<memory_policy>
<ballooning>
false
</ballooning>
</memory_policy>
There isn't need to be any api change on this matter,or, in case PM decides that libvirt consistency is more important than costumer & all rhev qa automation scripts, this bug needs to be edited to be a [DOC] bug but closed
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Assuming this becomes a non-issue once BZ 1152659 is resolved. Setting dependent BZ. Leaving this item open for test validation upon resolution of core issue.
this is an automated message. oVirt 3.6.0 RC3 has been released and GA is targeted to next week, Nov 4th 2015.
Please review this bug and if not a blocker, please postpone to a later release.
All bugs not postponed on GA release will be automatically re-targeted to
- 3.6.1 if severity >= high
- 4.0 if severity < high
Verified on rhevm-3.6.0-0.18.el6.noarch
Run REST code:
<vm>
<name>test_clone_snapshot</name>
<cluster><name>golden_env_mixed_1</name></cluster>
<display>
<type>vnc</type>
</display>
<snapshots>
<snapshot id="1b60b936-439f-4b3c-887b-98d249fd649c"/>
</snapshots>
</vm>
Succeed and vm created
Description of problem: cloning ppc VM from snapshot fails without adding additional info about <memory_policy> <ballooning> false </ballooning> </memory_policy> There isn't need to be any api change on this matter,or, in case PM decides that libvirt consistency is more important than costumer & all rhev qa automation scripts, this bug needs to be edited to be a [DOC] bug but closed Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: