Oved Ourfali has uploaded a new change for review. Change subject: core: make RemoveTemplateSnapshotCommand non-transactional ......................................................................
core: make RemoveTemplateSnapshotCommand non-transactional Change-Id: I71fa8364b24a1729bec3ea838b87b102040bad18 Signed-off-by: Oved Ourfali <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveTemplateSnapshotCommand.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/09/35309/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveTemplateSnapshotCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveTemplateSnapshotCommand.java index f0a4d55..7e03bfa 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveTemplateSnapshotCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveTemplateSnapshotCommand.java @@ -16,6 +16,7 @@ * This command is responsible for removing a template image. */ @InternalCommandAttribute +@NonTransactiveCommandAttribute public class RemoveTemplateSnapshotCommand<T extends ImagesContainterParametersBase> extends BaseImagesCommand<T> { public RemoveTemplateSnapshotCommand(T parameters, CommandContext cmdContext) { super(parameters, cmdContext); -- To view, visit http://gerrit.ovirt.org/35309 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I71fa8364b24a1729bec3ea838b87b102040bad18 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
