Maor Lipchuk has submitted this change and it was merged. Change subject: core: No empty quotas in VDS Group global default ......................................................................
core: No empty quotas in VDS Group global default This patch is intended to stop retuning empty quotas in getQuotaVDSGroupByQuotaGuidWithGeneralDefault. A boolean parameter was added to getQuotaVdsGroupByVdsGroupGuid to determine whether empty quotas should or should not be returned, and getQuotaVdsGroupByQuotaGuidWithGeneralDefault was changed to call it with false. Change-Id: Icc5217da21a03fb34bf60353778e14ceccdc2663 --- M backend/manager/dbscripts/quota_sp.sql 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/QuotaDAOTest.java 4 files changed, 61 insertions(+), 16 deletions(-) Approvals: Maor Lipchuk: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/3311 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icc5217da21a03fb34bf60353778e14ceccdc2663 Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
