Moti Asayag has submitted this change and it was merged. Change subject: core: Task Manager Add ExecutionContext ......................................................................
core: Task Manager Add ExecutionContext The patch introduces the ExecutionContext class which acts as the monitoring execution plan, the guides by which the commands in the system should be monitored. A commands can be run as a Job or as a Step (specifically internal commands). The monitoring level are defined by the ExecutionContext which is initialized with default implementation guidelines: 1. External commands are monitored 2. Internal commands aren't monitored 3. Internal commands with VDSM tasks will present a VSDM task as a step (implementation in further patchs). 4. Job has 2 steps by default: VALIDATING and EXECUTING. Change-Id: I680667682cc80bcc383e22d8da0d4d340184c020 --- A backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/ExecutionContext.java 1 file changed, 165 insertions(+), 0 deletions(-) Approvals: Moti Asayag: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/1235 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I680667682cc80bcc383e22d8da0d4d340184c020 Gerrit-PatchSet: 8 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <masa...@redhat.com> Gerrit-Reviewer: Livnat Peer <lp...@redhat.com> Gerrit-Reviewer: Moti Asayag <masa...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches