Roy Golan has submitted this change and it was merged.
Change subject: core: introduce InternalMigrateVmParameters
......................................................................
core: introduce InternalMigrateVmParameters
Introduce InternalMigrateVmParameters class that should be used when
calling internal migrate command.
It replaces MigrateVmParameters that was previously used, and was
confusing as it let the caller set 'force migration' flag which isn't in
use in internal migration operation.
Change-Id: I6054e71c99ac8dfc2f281d835048af597a9742c0
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InternalMigrateVmCommand.java
A
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/InternalMigrateVmParameters.java
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MaintananceVdsCommand.java
3 files changed, 32 insertions(+), 10 deletions(-)
Approvals:
Roy Golan: Looks good to me, approved
Arik Hadas: Verified
--
To view, visit
http://gerrit.ovirt.org/10319
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6054e71c99ac8dfc2f281d835048af597a9742c0
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>