Vitor de Lima has posted comments on this change.

Change subject: webadmin: Prevent VM suspend in the ppc64 arch
......................................................................


Patch Set 5:

(1 comment)

http://gerrit.ovirt.org/#/c/24015/5/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java:

Line 323: 
Line 324:     public static boolean canVmsBePaused(List<VM> items) {
Line 325:         for (VM vm : items) {
Line 326:             if 
(!AsyncDataProvider.isSuspendSupportedByArchitecture(vm.getClusterArch(),
Line 327:                     vm.getVdsGroupCompatibilityVersion())) {
> sure, code should look like :
Done
Line 328:                 return false;
Line 329:             }
Line 330:         }
Line 331: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibe6a5fd5ad1679045582afcc16aebbfba34f7429
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vitor de Lima <vitor.l...@eldorado.org.br>
Gerrit-Reviewer: Alexander Wels <aw...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa 
<gustavo.pedr...@eldorado.org.br>
Gerrit-Reviewer: Leonardo Bianconi <leonardo.bianc...@eldorado.org.br>
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