Gustavo Frederico Temple Pedrosa has posted comments on this change.

Change subject: core, engine: Disable Migrate On Error on ppc64 clusters
......................................................................


Patch Set 9:

(1 comment)

http://gerrit.ovirt.org/#/c/21644/9/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HandleVdsCpuFlagsOrClusterChangedCommand.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HandleVdsCpuFlagsOrClusterChangedCommand.java:

Line 142:     protected ArchitectureType getArchitecture(VDSGroup group) {
Line 143:         if (StringUtils.isNotEmpty(group.getcpu_name())) {
Line 144:             return 
CpuFlagsManagerHandler.getArchitectureByCpuName(group.getcpu_name(),
Line 145:                     group.getcompatibility_version());
Line 146:         } else if (group.getArchitecture() == null) {
> this can't be null as at line 88 sets it to undefinded already...
Done
Line 147:             return ArchitectureType.undefined;
Line 148:         }
Line 149: 
Line 150:         return group.getArchitecture();


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I556ef1ce4896ddeb39b93a93520fd0535b4fa28c
Gerrit-PatchSet: 9
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vitor de Lima <vitor.l...@eldorado.org.br>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa 
<gustavo.pedr...@eldorado.org.br>
Gerrit-Reviewer: Itamar Heim <ih...@redhat.com>
Gerrit-Reviewer: Leonardo Bianconi <leonardo.bianc...@eldorado.org.br>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: Vitor de Lima <vitor.l...@eldorado.org.br>
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