
Alona Kaplan has submitted this change and it was merged. Change subject: engine: Adding information about aggregate link status to Bond ...................................................................... engine: Adding information about aggregate link status to Bond Bonds in mode 4 (link aggregation) have an aggregate assigned when working properly. This mac is reported by vdsm. This was added by patch: https://gerrit.ovirt.org/#/c/53100/14 This patch adds the aggregate mac as property of Bond, and saves it to DB so it can be later used in the UI to alert the user about a possible error condition. Change-Id: I96e9d6f0dfeeaa98becb0768cff44d30f038154b Bug-Url: https://bugzilla.redhat.com/1281666 Signed-off-by: mirecki <mmirecki@redhat.com> Signed-off-by: Alona Kaplan <alkaplan@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VdsNetworkInterface.java M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/network/InterfaceDaoImpl.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java M packaging/dbscripts/create_views.sql M packaging/dbscripts/network_sp.sql A packaging/dbscripts/upgrade/04_00_0620_add_add_partner_mac_to_vds_interface.sql 6 files changed, 35 insertions(+), 10 deletions(-) Approvals: Alona Kaplan: Verified; Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/53852 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I96e9d6f0dfeeaa98becb0768cff44d30f038154b Gerrit-PatchSet: 16 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Marcin Mirecki <mmirecki@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Marcin Mirecki <mmirecki@redhat.com> Gerrit-Reviewer: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>