Tomer Saban has posted comments on this change.

Change subject: WIP Update balancers and add memory based load balancing
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/38189/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/utils/FindVmAndDestinations.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/utils/FindVmAndDestinations.java:

Line 94:      * @param vmDAO The data source to get the VM information
Line 95:      * @param hostId Id of a host the returned VMs run at
Line 96:      * @return list od VM that run on host and can be migrated
Line 97:      */
Line 98:     private List<VM> getMigrableVmsRunningOnVds(final VmDAO vmDAO, 
final Guid hostId) {
> s/Migrable/Migratalbe
s/Migrable/Migratable
Line 99:         List<VM> vmsFromDB = vmDAO.getAllRunningForVds(hostId);
Line 100: 
Line 101:         List<VM> vms = LinqUtils.filter(vmsFromDB, new 
Predicate<VM>() {
Line 102:             @Override


-- 
To view, visit https://gerrit.ovirt.org/38189
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I1fe13267feca89ab6c8fb9d85656f05930d0b333
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msi...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Tomer Saban <tsa...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to