Itamar Heim has submitted this change and it was merged.
Change subject: core: add missing engine lock in run once
......................................................................
core: add missing engine lock in run once
RunVmOnce should take the engine lock that RunVm takes, but it didn't
take locks at all because the LockIdNameAttribute annotation was
missing. Thus, the LockIdNameAttribute annotation is added to RunVmOnce.
Change-Id: Iff7c176ad3741b501df4ce7fab08b89c11a33be2
Bug-Url:
https://bugzilla.redhat.com/1071997
Signed-off-by: Arik Hadas <ahadas(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmOnceCommand.java
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Omer Frenkel: Looks good to me, approved
Arik Hadas: Verified
--
To view, visit
http://gerrit.ovirt.org/25330
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iff7c176ad3741b501df4ce7fab08b89c11a33be2
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.3
Gerrit-Owner: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Arik Hadas <ahadas(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server