Yair Zaslavsky has uploaded a new change for review. Change subject: DO NOT SUBMIT core: New mechanism in CommandBase (rollback using command) ......................................................................
DO NOT SUBMIT core: New mechanism in CommandBase (rollback using command) This mechanism will allow invoking internal commands from endWithFailure in order to perform rollback at backend. An example for this is a need to remove a destination image after it was successfuly copied (as a result of failure of another CopyImage). This mechanism makes sure that the RemoveImage will not end in endSuccessfuly, even if successful at VDSM, but will end in endWithFailure. Change-Id: Ic734d785215de855817acf77c88cba9047b959eb Acked-By: --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java A backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/CommandExecutionReason.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionParametersBase.java 3 files changed, 121 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/74/2374/1 -- To view, visit http://gerrit.ovirt.org/2374 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic734d785215de855817acf77c88cba9047b959eb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
