Eli Mesika 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())) { Please align this with the next line are you using the code formatter ??? 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 <[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: Tomas Jelinek <[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
