Allon Mureinik has posted comments on this change.

Change subject: core: move image group command
......................................................................


Patch Set 6: Looks good to me, but someone else must approve

(1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MoveImageGroupCommand.java
Line 21:     private void removeImage(Guid storageDomainId) {
Line 22:         RemoveImageParameters removeImageParams =
Line 23:                 new 
RemoveImageParameters(getParameters().getImageId());
Line 24:         removeImageParams.setStorageDomainId(storageDomainId);
Line 25:         removeImageParams.setEntityId(Guid.NewGuid());
should not be done twice :-)
Line 26:         removeImageParams.setParentCommand(VdcActionType.RemoveImage);
Line 27:         
removeImageParams.setDbOperationScope(ImageDbOperationScope.NONE);
Line 28:         //TODO: should be removed as async task manager issues would 
be resolved, done in order
Line 29:         // to avoid copy operations on the image to wait for remove 
operations.


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id9068d66df3986c9bb16b266bb5bef396964a706
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Ar <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Vered Volansky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to