Roy Golan has uploaded a new change for review. Change subject: core: Remove regression caused by GetVdsToRun query ......................................................................
core: Remove regression caused by GetVdsToRun query The Vds selection using GetVdsToRun query to retrieves hosts by several criteria. later in the code the VdsSelector is rasing errors depending on criteria mismatch based on results from the GetVdsToRun query. This fix is about reverting the GetVdsToRun procedure to retrive all hosts by type and staus UP only and report, like before if there is no match with the cluster, cpu flags and so Change-Id: Ia1155a1a867e041d20cff9f75920fa60d4482b00 Signed-off-by: Roy Golan <[email protected]> --- M backend/manager/dbscripts/vds_sp.sql M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsSelector.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsDAO.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsDAODbFacadeImpl.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/VdsDAOWrapperImpl.java M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VdsDAOTest.java 6 files changed, 12 insertions(+), 20 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/52/6552/1 -- To view, visit http://gerrit.ovirt.org/6552 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia1155a1a867e041d20cff9f75920fa60d4482b00 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
