Kanagaraj M has submitted this change and it was merged.
Change subject: engine: Gluster task monitoring for tasks started from CLI
......................................................................
engine: Gluster task monitoring for tasks started from CLI
Added code to detect tasks started from CLI
and create a Job in engine so that these can be monitored
and managed from engine
The Job created will be of one of 2 action types
- REBALANCING_VOLUME or REMOVING_BRICKS
and will have the following steps
- Executing step and a sub-step under this
corresponding to the Gluster task
Change-Id: Ibb6385cbcad988351f23bda2294c8e85dde54560
Signed-off-by: Sahina Bose <sabose(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GlusterTasksSyncJob.java
M
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/gluster/GlusterTasksSyncJobTest.java
2 files changed, 171 insertions(+), 6 deletions(-)
Approvals:
Kanagaraj M: Looks good to me, approved
Sahina Bose: Verified
--
To view, visit
http://gerrit.ovirt.org/19183
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibb6385cbcad988351f23bda2294c8e85dde54560
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sahina Bose <sabose(a)redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Sahina Bose <sabose(a)redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtripat(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server