Gilad Chaplik has posted comments on this change.

Change subject: core: vdsSelector: remove method used once (13/15)
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/sla/src/main/java/org/ovirt/engine/core/sla/VdsSelector.java
Line 58:     }
Line 59: 
Line 60:     public Guid getVdsToRunOn(boolean isMigrate) {
Line 61:         Guid result = Guid.Empty;
Line 62:         boolean vmNotPinned = false;
don't know how it got here :)
probably remove it while rebasing
Line 63:         if (getDestinationVdsId() != null) {
Line 64:             VDS target_vds = 
DbFacade.getInstance().getVdsDao().get(getDestinationVdsId());
Line 65:             log.infoFormat("Checking for a specific VDS only - id:{0}, 
name:{1}, host_name(ip):{2}",
Line 66:                     getDestinationVdsId(), target_vds.getName(), 
target_vds.getHostName());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I25d289c0fcfaa31ec5a4f9e5a0b35dea68693839
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Laszlo Hornyak <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to