Omer Frenkel has posted comments on this change.

Change subject: core: [cleanup] split execute method of CreateAllSnapshots
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CreateAllSnapshotsFromVmCommand.java
Line 134:         }
Line 135:     }
Line 136: 
Line 137:     private void createSnapshotsForDisks(List<DiskImage> disks, Guid 
vmSnapshotId) {
Line 138:         for (DiskImage image : getDisksList()) {
what is the difference between disks and getDisksList()
Line 139: 
Line 140:             VdcReturnValueBase vdcReturnValue = 
Backend.getInstance().runInternalAction(
Line 141:                             VdcActionType.CreateSnapshot,
Line 142:                             buildCreateSnapshotParameters(image, 
vmSnapshotId),


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie401b3aa60abba497237e02c77d8d3a77cef9a20
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to