Liron Ar has posted comments on this change.

Change subject: core: Allow editing a bootable disk
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/UpdateVmDiskCommand.java
Line 147:             while (iter.hasNext()) {
Line 148:                 Disk evalDisk = iter.next();
Line 149:                 if (evalDisk.getId().equals(oldDisk.getId())) {
Line 150:                     iter.remove();
Line 151:                     break;
my mistake.
Line 152:                 }
Line 153:             }
Line 154:             otherVmDisks.put(vmId, disks);
Line 155:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I111de3ff5710d29d1301c0c47e12755d88e016b9
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Alissa Bonas <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Sergey Gotliv <[email protected]>
Gerrit-Reviewer: Tal Nisan <[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