Allon Mureinik has posted comments on this change.

Change subject: core: fix err msg-add disk to locked VM (#865551)
......................................................................


Patch Set 3: 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/AddDiskCommand.java
Line 88:             returnValue = checkIfImageDiskCanBeAdded(vm);
Line 89:         }
Line 90:         if (returnValue && DiskStorageType.LUN == 
getParameters().getDiskInfo().getDiskStorageType()) {
Line 91:             returnValue = checkIfLunDiskCanBeAdded();
Line 92:         }
I'd use the early return pattern throughout this function, but I don't think 
this should be part of this patch, perhaps sometime in the future.
Line 93: 
Line 94:         return returnValue;
Line 95:     }
Line 96: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib7a82d91b0ee51ebd1a612dbf210e0ea4533e746
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vered Volansky <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Ayal Baron <[email protected]>
Gerrit-Reviewer: Liron Aravot <[email protected]>
Gerrit-Reviewer: Michael Kublin <[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