Liron Ar has posted comments on this change.

Change subject: core: add the image block alignment scan
......................................................................


Patch Set 10: (1 inline comment)

The only issue that i see now is that the base_disks table would have 0 value 
in the alignment column for disks that were added before this change and null 
for newly added disks - 
other then that, looks good to me (minor comment on method that can be removed)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetDiskAlignmentCommand.java
Line 230:         return storagePoolId;
Line 231:     }
Line 232: 
Line 233:     @Override
Line 234:     public Guid getVdsGroupId() {
as we talked, seem like this can be removed
Line 235:         if (vdsGroupId == null && getVm() != null) {
Line 236:             vdsGroupId = getVm().getVdsGroupId();
Line 237:         }
Line 238:         return vdsGroupId;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4858b7bbfa453230fcafecfbc5358c715d5d825b
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <[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: Federico Simoncelli <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to