Gilad Chaplik has posted comments on this change. Change subject: core: Add notification to quota resize (#848289) ......................................................................
Patch Set 11: (1 inline comment) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/quota/QuotaManager.java Line 617: // if global quota is not exceeded check for specific quota Line 618: if (!quotaExceededStorage && quota.getQuotaStorages() != null) { Line 619: for (QuotaStorage quotaStorage : quota.getQuotaStorages()) { Line 620: quotaExceededStorage |= Line 621: quotaStorage.getStorageSizeGB() < quotaStorage.getStorageSizeGBUsage(); |= ???? please use if and break Line 622: } Line 623: } Line 624: return quotaExceededStorage; Line 625: } -- To view, visit http://gerrit.ovirt.org/7824 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5ef7f831120cafa10aa55e51db0270915b221c9f Gerrit-PatchSet: 11 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <oma...@redhat.com> Gerrit-Reviewer: Daniel Erez <de...@redhat.com> Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com> Gerrit-Reviewer: ofri masad <oma...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches