Allon Mureinik has uploaded a new change for review.

Change subject: core: Locking in ExportRepoImageCommand
......................................................................

core: Locking in ExportRepoImageCommand

Added @LockIdNameAttribute to the command's locks will function
properly.

Change-Id: Ib8d15ef74b3cc40f6cdeacb3e838b9a496c1be26
Signed-off-by: Allon Mureinik <amure...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportRepoImageCommand.java
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/46/17946/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportRepoImageCommand.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportRepoImageCommand.java
index 3763386..6eaf74c 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportRepoImageCommand.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportRepoImageCommand.java
@@ -30,6 +30,7 @@
 import java.util.Map;
 
 @SuppressWarnings("unused")
+@LockIdNameAttribute
 public class ExportRepoImageCommand<T extends ExportRepoImageParameters> 
extends CommandBase<T> {
 
     private DiskImage diskImage;


-- 
To view, visit http://gerrit.ovirt.org/17946
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib8d15ef74b3cc40f6cdeacb3e838b9a496c1be26
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to