Change in ovirt-engine[master]: core: lock vm for whole hibernate command life cycle

Arik Hadas has submitted this change and it was merged. Change subject: core: lock vm for whole hibernate command life cycle ...................................................................... core: lock vm for whole hibernate command life cycle Change the VM lock which is acquired in the hibernate command such that it will not be released at the end of the execute phase but will remain for the whole life-cycle of the command. Relevant message that indicates the VM is being hibernated is added to the lock. Currently this change does not do much as the VM is switched to prepare-to-hibernate status anyway, but this is a step towards removing this status. Change-Id: I7a00eeb74338469339740e0fb20b71b8f849fc02 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HibernateVmCommand.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllMessages.java M backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties 6 files changed, 17 insertions(+), 2 deletions(-) Approvals: Shahar Havivi: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/37173 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7a00eeb74338469339740e0fb20b71b8f849fc02 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
ahadas@redhat.com