Gilad Chaplik has posted comments on this change.

Change subject: core: Fix handle quota release (#848107)
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveVmCommand.java
Line 268:         for (DiskImage image : getVm().getDiskList()){
Line 269:             quotaId = image.getQuotaId();
Line 270: 
Line 271:             if (quotaId != null) {
Line 272:                 
QuotaManager.getInstance().rollbackQuota(getStoragePool(), 
Arrays.asList(quotaId));
please unite the calls for a single rollback.
10x
Line 273:             }
Line 274:         }
Line 275:     }
Line 276: 


--
To view, visit http://gerrit.ovirt.org/7437
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I9e80028d4c3bf3821a12cbfd164db614a416c464
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: ofri masad <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Einav Cohen <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-Reviewer: ofri masad <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to