Eli Mesika has posted comments on this change.

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


Patch Set 3:

(1 comment)

http://gerrit.ovirt.org/#/c/24015/3/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 326: 
Line 327:         for (VM vm : items) {
Line 328:             result &=
Line 329:                     
AsyncDataProvider.isSuspendSupportedByArchitecture(vm.getClusterArch(),
Line 330:                             vm.getVdsGroupCompatibilityVersion());
Please check the result here and break if false , since all values are with AND 
, there is no point to continue if we got false
Line 331:         }
Line 332: 
Line 333:         return result;
Line 334:     }


-- 
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: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vitor de Lima <[email protected]>
Gerrit-Reviewer: Alexander Wels <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa 
<[email protected]>
Gerrit-Reviewer: Leonardo Bianconi <[email protected]>
Gerrit-Reviewer: Vitor de Lima <[email protected]>
Gerrit-Reviewer: [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