Bug 1260732

Summary: [BACKWARDS COMPATIBILITY CLEANUP] Remove support for pinning VM to only one CPU
Product: [oVirt] ovirt-engine Reporter: Juan Hernández <juan.hernandez>
Component: RestAPIAssignee: Juan Hernández <juan.hernandez>
Status: CLOSED CURRENTRELEASE QA Contact: Artyom <alukiano>
Severity: medium Docs Contact:
Priority: unspecified    
Version: ---CC: bugs, gklein, istein, lsurette, mavital, rbalakri, sbonazzo, srevivo, ykaul
Target Milestone: ovirt-4.0.0-betaKeywords: Triaged
Target Release: 4.0.0Flags: rule-engine: ovirt-4.0.0+
rule-engine: planning_ack+
rule-engine: devel_ack+
mavital: testing_ack+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-05 08:03:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: SLA RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Juan Hernández 2015-09-07 14:30:12 UTC
Version 3.6 introduced support for pinning a VM to multiple VMs, preserving the previous capability to pin to only one CPU. In 4.0 we should remove the old mechanism, as the new one is a super-set.

Comment 1 Red Hat Bugzilla Rules Engine 2015-10-19 10:57:13 UTC
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release.

Comment 2 Juan Hernández 2016-04-06 12:18:50 UTC
Note that this has been removed from version 4 of the API, but preserved in version 3.

Comment 3 Artyom 2016-06-05 10:55:54 UTC
Verified on rhevm-4.0.0.2-0.1.el7ev.noarch
Update VM placement policy under v3:
<vm>
<placement_policy>
<host id="d4579633-f6a0-4e20-9e56-e5e58b403f4c"/>
</placement_policy>
</vm>
PASS
v4:
<vm>
<placement_policy>
<host id="d4579633-f6a0-4e20-9e56-e5e58b403f4c"/>
</placement_policy>
</vm>
FAILED

Comment 4 Sandro Bonazzola 2016-07-05 08:03:19 UTC
oVirt 4.0.0 has been released, closing current release.