Itamar Heim has submitted this change and it was merged.
Change subject: core: scheduling: remove migration filter
......................................................................
core: scheduling: remove migration filter
it seems that without migration filter (filters out the
'migration from' host), the scheduler can select the same source host.
solution: remove the migration filter, and in migrate
vm add the source host to the scheduler host black list.
Change-Id: Ibd1007bbc5be01043203cd4eff1aa52c6fb03a13
Bug-Url:
https://bugzilla.redhat.com/1008153
Signed-off-by: Gilad Chaplik <gchaplik(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MigrateVmCommand.java
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/PolicyUnitImpl.java
A packaging/dbscripts/upgrade/03_03_0910_remove_migration_filter.sql
3 files changed, 12 insertions(+), 5 deletions(-)
Approvals:
Itamar Heim: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/19653
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibd1007bbc5be01043203cd4eff1aa52c6fb03a13
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server