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 606: 
Line 607:         if (quota == null) {
Line 608:             return false;
Line 609:         }
Line 610: 
change to if/else
Line 611:         boolean quotaExceededStorage =
Line 612:                 (quota.getGlobalQuotaStorage() != null
Line 613:                         && 
quota.getGlobalQuotaStorage().getStorageSizeGB() != null
Line 614:                         && 
!quota.getGlobalQuotaStorage().getStorageSizeGB().equals(QuotaStorage.UNLIMITED)


--
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

Reply via email to