Greg Padgett has posted comments on this change.

Change subject: core: adding HA score with proper scheduling policies
......................................................................


Patch Set 8: Code-Review+1

(2 comments)

....................................................
Commit Message
Line 5: CommitDate: 2013-10-15 15:39:57 +0300
Line 6: 
Line 7: core: adding HA score with proper scheduling policies
Line 8: 
Line 9: This patch adds the HA score to VdsDynamic, filling it up where
now VdsStatistics
Line 10: relevant, and using it when scheduling the hosted engine VM.
Line 11: 
Line 12: Change-Id: I24879ed64cab829969556fd71786b32d3aaaf0c7


....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java
Line 325:     public static void updateVDSDynamicData(VDS vds, Map<String, 
Object> xmlRpcStruct) {
Line 326: 
Line 327: 
Line 328: 
Line 329: 
the extra lines make me wonder what goes here :)
Line 330:         updateNetworkData(vds, xmlRpcStruct);
Line 331: 
Line 332:         vds.setCpuThreads(AssignIntValue(xmlRpcStruct, 
VdsProperties.cpuThreads));
Line 333:         vds.setCpuCores(AssignIntValue(xmlRpcStruct, 
VdsProperties.cpu_cores));


-- 
To view, visit http://gerrit.ovirt.org/20018
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I24879ed64cab829969556fd71786b32d3aaaf0c7
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Greg Padgett <[email protected]>
Gerrit-Reviewer: Martin Sivák <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to