Change in ovirt-engine[master]: core: unified code for matching VDS (#855776)

Roy Golan has submitted this change and it was merged. Change subject: core: unified code for matching VDS (#855776) ...................................................................... core: unified code for matching VDS (#855776) https://bugzilla.redhat.com/855776 Unified 2 methods which has duplicated code to match a VDS to run VM. One method was used for canDo and other for execution. The unified code makes the canDo and Execute be symmetric and easy to log mismatches. Change-Id: Ic82521368a4f3c3c518c8cf4e5dc460b9e54f381 Signed-off-by: Roy Golan <rgolan@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsSelector.java 1 file changed, 38 insertions(+), 35 deletions(-) Approvals: Roy Golan: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/7921 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic82521368a4f3c3c518c8cf4e5dc460b9e54f381 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Doron Fediuck <dfediuck@redhat.com> Gerrit-Reviewer: Laszlo Hornyak <lhornyak@redhat.com> Gerrit-Reviewer: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com>
participants (1)
-
rgolan@redhat.com