Moti Asayag has submitted this change and it was merged.
Change subject: engine: Prevent vnic live update for if network not on host
......................................................................
engine: Prevent vnic live update for if network not on host
The patch blocks updating a plugged vnic on a running vm to
a network which doesn't exist on the host.
It also fixes a bug of setting an empty vnic profile while
updating a plugged vnic.
Change-Id: I0c9d8f2202efa2e45a2144bbdb70d374bdb9ff6f
Bug-Url:
https://bugzilla.redhat.com/1017602
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/vm/UpdateVmInterfaceCommand.java
1 file changed, 23 insertions(+), 4 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/20188
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0c9d8f2202efa2e45a2144bbdb70d374bdb9ff6f
Gerrit-PatchSet: 5
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