Moti Asayag has submitted this change and it was merged.
Change subject: engine: Reorder network actions when changing host cluster
......................................................................
engine: Reorder network actions when changing host cluster
When moving host between clusters, there is a need to first
clear all the labeled networks originated in the source
cluster. Second, to add all of the labeled networks according
to the target cluster attachment.
The reason for it is to deallocate assigned interfaces which
were assigned with networks of the source cluster.
Change-Id: I1ea644edbe7e3d314d4d1baf8a45b52d7a5a8f95
Bug-Url:
https://bugzilla.redhat.com/1064953
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ChangeVDSClusterCommand.java
1 file changed, 10 insertions(+), 10 deletions(-)
Approvals:
Mike Kolesnik: Looks good to me, approved
Moti Asayag: Verified
--
To view, visit
http://gerrit.ovirt.org/24518
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1ea644edbe7e3d314d4d1baf8a45b52d7a5a8f95
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