Bug 1619722

Summary: Job description in the Events View is insufficient
Product: [Red Hat Storage] Red Hat Gluster Storage Reporter: Elena Bondarenko <ebondare>
Component: web-admin-tendrl-gluster-integrationAssignee: Shubhendu Tripathi <shtripat>
Status: CLOSED WONTFIX QA Contact: sds-qe-bugs
Severity: low Docs Contact:
Priority: unspecified    
Version: rhgs-3.4CC: gshanmug, negupta, nthomas, rhs-bugs, sankarshan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-24 10:23:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Insufficient job description none

Description Elena Bondarenko 2018-08-21 15:05:12 UTC
Created attachment 1477592 [details]
Insufficient job description

Description of problem:

Sometimes instead of a comprehensible event description there's only this short note:

> Job failed (job_id: d5ca8b9e-a160-44b6-a303-9ad2eb971970)

It doesn't help the user understand what happened.


Version-Release number of selected component (if applicable):

tendrl-ui-1.6.3-11.el7rhgs.noarch


How reproducible:


Steps to Reproduce:
1. Log in to WA
2. Make a job fail (I disable profiling on cluster level and then immediately disable profiling on volume level)
3. Go to Events view


Actual results:

In the Events view information on the fail event is insufficient to understand what happened
> Job failed (job_id: d5ca8b9e-a160-44b6-a303-9ad2eb971970)


Expected results:

User gets information on what kind of job this was and how it relates to the tasks.

Comment 2 Neha Gupta 2018-08-23 11:02:42 UTC
@gshanmug Can you please check this issue? If it is fixed, please mark it accordingly.

Comment 3 gowtham 2018-08-23 11:54:43 UTC
The event will intimate the user like something goes wrong in a job, using that job id we can view the full information about the job in a job updates page. Because job updates are sometimes huge, it will give info step by step where exactly job is failed. So we can't display everything in event page screen.

Comment 4 gowtham 2018-08-23 11:56:06 UTC
please check the job update, it will give information about the failed job

Comment 5 gowtham 2018-08-23 11:57:10 UTC
Sometimes failed job updates contain traceback also, so we can't display that in event page i feel.