Omer Frenkel has submitted this change and it was merged.
Change subject: restapi: Show correct step type for async tasks
......................................................................
restapi: Show correct step type for async tasks
Earlier the step type details for gluster async tasks was being shown as
UNKNOWN for steps like REBALANCING_VOLUME and REMOVE_BRICKS.
Corrected the same in StepMapper to correctly map to valid step type.
Change-Id: I3cec46a382d05d9294bf7cca562167fd634ef63c
Bug-Url:
https://bugzilla.redhat.com/1037709
Signed-off-by: Shubhendu Tripathi <shtripat(a)redhat.com>
---
M
backend/manager/modules/restapi/interface/definition/src/main/java/org/ovirt/engine/api/model/StepEnum.java
M
backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/StepMapper.java
2 files changed, 15 insertions(+), 0 deletions(-)
Approvals:
Omer Frenkel: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/22064
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3cec46a382d05d9294bf7cca562167fd634ef63c
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shubhendu Tripathi <shtripat(a)redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Sahina Bose <sabose(a)redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtripat(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server