Change in ovirt-engine[master]: core: Cluster migration bandwidth - backend part

ahadas at redhat.com ahadas at redhat.com
Thu Mar 3 08:09:29 UTC 2016


Arik Hadas has submitted this change and it was merged.

Change subject: core: Cluster migration bandwidth - backend part
......................................................................


core: Cluster migration bandwidth - backend part

migrationBandwidthLimitType and customMigrationNetworkBandwidth
properties added to Cluster entity. They will be used to store bandwidth
limitation settings of migration network.

Limitation types:
* AUTO: Limit copied from host-network QoS if exists or based on minimum
  link speed if link speed info is available or same as 'VDSM_CONFIG'
* VDSM_CONFIG: Each host controls speed of outgoing migrations based on local
  VDSM configuration.
* CUSTOM: User defined fixed upper bound for outgoing migration
  bandwidth.

Change-Id: I7459a3797cac45ec4fa3cf934652b3086fbc481f
Signed-off-by: Jakub Niedermertl <jniederm at redhat.com>
Bug-Url: https://bugzilla.redhat.com/1252426
Feature-Page: http://www.ovirt.org/Features/Migration_Enhancements
---
M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Cluster.java
A backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/MigrationBandwidthLimitType.java
M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/ClusterDaoImpl.java
M backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/ClusterDaoTest.java
M backend/manager/modules/dal/src/test/resources/fixtures.xml
M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml
A packaging/dbscripts/upgrade/04_00_0260_add_cluster_migration_bandwidth.sql
7 files changed, 112 insertions(+), 3 deletions(-)

Approvals:
  Jakub Niedermertl: Verified
  Eli Mesika: Looks good to me, but someone else must approve
  Jenkins CI: Passed CI tests
  Arik Hadas: Looks good to me, approved



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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7459a3797cac45ec4fa3cf934652b3086fbc481f
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Jakub Niedermertl <jniederm at redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas at redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika at redhat.com>
Gerrit-Reviewer: Jakub Niedermertl <jniederm at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tomas Jelinek <tjelinek at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>



More information about the Engine-commits mailing list