Maor Lipchuk has posted comments on this change. Change subject: engine: Create default unlimited quota for DC ......................................................................
Patch Set 4: (2 inline comments) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AddEmptyStoragePoolCommand.java Line 33: getStoragePool().setQuotaEnforcementType(QuotaEnforcmentTypeEnum.DISABLED); Instead setting this all the time to disabled, I set the enforcement type to what we got in the parameters as you suggested, and if the value is null I set it to disable as default. .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStoragePoolCommand.java Line 43: storage_pool storagePool = DbFacade.getInstance().getStoragePoolDAO().get(getStoragePool().getId()); Agreed, I will remove the fetch from the DAO and use _oldStoragePool -- To view, visit http://gerrit.ovirt.org/1334 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib963feff1216b4792b5981e602b4aea96149207e Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Laszlo Hornyak <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
