Maor Lipchuk has uploaded a new change for review. Change subject: engine: Add quota default indication field ......................................................................
engine: Add quota default indication field In the next patch, I added a column to the quota limitation table which indicates the default quota for the Data Center. The default quota is an unlimited quota which resources are consume from, when the DC configured as quota disable. The default quota should be transperent to users, and when the DC quotable status will be enabled, the default quota should be filtered out when fetched from the DB. Change-Id: I9d87a888a0f4b1450276182df4f7a15b4d3710bc --- M backend/manager/dbscripts/create_views.sql M backend/manager/dbscripts/quota_sp.sql A backend/manager/dbscripts/upgrade/03_01_0220_add_defalut_quota_column.sql M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Quota.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/QuotaDAO.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/QuotaDAODbFacadeImpl.java M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/FixturesTool.java M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/QuotaDAOTest.java M backend/manager/modules/dal/src/test/resources/fixtures.xml 9 files changed, 142 insertions(+), 27 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/22/1322/1 -- To view, visit http://gerrit.ovirt.org/1322 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9d87a888a0f4b1450276182df4f7a15b4d3710bc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
