Allon Mureinik has posted comments on this change.

Change subject: core: ImportVm: fix disk alias generation
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImagesHandler.java
Line 113:         return setDiskAlias(disk, vm, nullSafeGetCount(vm));
Line 114:     }
Line 115: 
Line 116:     public static boolean setDiskAlias(BaseDisk disk, VM vm, int 
count) {
Line 117:         if (disk != null) {
patch for this issue: http://gerrit.ovirt.org/#/c/9658/
Line 118:             String vmName = nullSafeGetVmName(vm);
Line 119:             disk.setDiskAlias(getSuggestedDiskAlias(disk, vmName, 
count));
Line 120:             return true;
Line 121:         } else {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibdd6525529d3d5e0c8ee2c86b418562929118207
Gerrit-PatchSet: 2
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: Ayal Baron <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Liron Aravot <[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