Omer Frenkel has submitted this change and it was merged. Change subject: engine: Add quota manager class ......................................................................
engine: Add quota manager class In the next patch I introduced quota manager. Quota manager responsibility is to encapsulate the validating process for quota for the commands to use it simply. The quota manager synchronizes requests for resources with a memory delta table, which should reflect the delta changes, before persisting them into the DB. Every operation that consume resources cluster wize or storage wize should be go through the manager class mechanism. Change-Id: I491273277209cdc34072786a298a59d93541afd4 --- A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/QuotaManager.java 1 file changed, 711 insertions(+), 0 deletions(-) Approvals: Omer Frenkel: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/2096 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I491273277209cdc34072786a298a59d93541afd4 Gerrit-PatchSet: 16 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches