Gilad Chaplik has posted comments on this change.

Change subject: engine: Numa feature entities
......................................................................


Patch Set 12:

(2 comments)

http://gerrit.ovirt.org/#/c/23702/12/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VDS.java:

Line 1314:         
mVdsStatic.setDisablePowerManagementPolicy(disablePowerManagementPolicy);
Line 1315:     }
Line 1316: 
Line 1317:     public int getNumaNodeCount() {
Line 1318:         return mVdsDynamic.getNumaNodeCount();
> If a registered host power down, and change cpus and memory, then power up.
IMO when a host is powering up vdsStatic is getting updated as well. let me get 
back to you on that.
Line 1319:     }
Line 1320: 
Line 1321:     public List<NumaNode> getNumaNodeList() {
Line 1322:         return mVdsDynamic.getNumaNodeList();


Line 1330:         return mVdsStatistics.getCpuStatisticsList();
Line 1331:     }
Line 1332: 
Line 1333:     public String getNumaNodeDistance() {
Line 1334:         return mVdsDynamic.getNumaNodeDistance();
> It's not about one NUMA node. It's a whole discription of all the NUMA node
okay, can you explain what is the format of the String? it's a bit vague.
Line 1335:     }
Line 1336: 
Line 1337:     public Boolean getAutoNumaBalancing() {
Line 1338:         return mVdsDynamic.getAutoNumaBalancing();


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ifefade432e7955503980bdc6fc5d73ea32818a95
Gerrit-PatchSet: 12
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Xiaolei Shi <xiao-lei....@hp.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Eli Mesika <elimes...@gmail.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa 
<gustavo.pedr...@eldorado.org.br>
Gerrit-Reviewer: Jiří Moskovčák <jmosk...@redhat.com>
Gerrit-Reviewer: Kobi Ianko <k...@redhat.com>
Gerrit-Reviewer: Leonardo Bianconi <leonardo.bianc...@eldorado.org.br>
Gerrit-Reviewer: Martin Sivák <msi...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Vinzenz Feenstra <vfeen...@redhat.com>
Gerrit-Reviewer: Vitor de Lima <vitor.l...@eldorado.org.br>
Gerrit-Reviewer: Xiaolei Shi <xiao-lei....@hp.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to