Yair Zaslavsky has uploaded a new change for review. Change subject: [WIP] Associating task IDs to storage domains ......................................................................
[WIP] Associating task IDs to storage domains The following patch starts to associate storage domains to task ID during task persistence due to task creation. Currently this is done only in context of AddImageFromScratch , as an example for the other commands to be fixed this. When this patch is complete, it will be possible to check if there are running tasks for a given storage domain using the DB. Change-Id: I879ff98fdb61ff0da180136fad305bf825d1858c Signed-off-by: Yair Zaslavsky <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddImageFromScratchCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/StorageHandlingCommandBase.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/AsyncTaskUtils.java 4 files changed, 30 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/6012/1 -- To view, visit http://gerrit.ovirt.org/6012 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I879ff98fdb61ff0da180136fad305bf825d1858c 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
