Gilad Chaplik has submitted this change and it was merged.
Change subject: core: force update VM to down
......................................................................
core: force update VM to down
In case unlock VM is called, the action should be performed with
no consideration to the vm that passes as a parameter.
this vm may be cached. so we want to force update.
if the command is called and in th vm in the DB is already down, that is
another problem (why we called the method).
Change-Id: I01cb0b7c939ee506d752b34dc0d7a16e46e36687
Signed-off-by: Gilad Chaplik <gchaplik(a)redhat.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmHandler.java
1 file changed, 5 insertions(+), 9 deletions(-)
Approvals:
Michael Kublin: Looks good to me, approved
Gilad Chaplik: Verified
--
To view, visit
http://gerrit.ovirt.org/6765
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I01cb0b7c939ee506d752b34dc0d7a16e46e36687
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>