Moti Asayag has submitted this change and it was merged.
Change subject: engine: Allow vlan to serve as a migration network
......................................................................
engine: Allow vlan to serve as a migration network
In order for a nic device to be entitled to serve as the
underlying interface for a migration network, it should
be UP. The nics statuses are reported by the getVdsStats
verb of VDSM which doesn't report it for vlan devices.
Therefore, until the statistics will be collected for vlans,
we'll allow migration to go over the vlan if its underlying
nic is UP.
Change-Id: Icdfcca442d40d8f2c3b6b28dc9f520e286b7e8f2
Bug-Url:
https://bugzilla.redhat.com/1014013
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MigrateVmCommand.java
1 file changed, 15 insertions(+), 2 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/20039
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Icdfcca442d40d8f2c3b6b28dc9f520e286b7e8f2
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkolesni(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server