-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.18.0
Issue:
When a job is manually cancelled, its status in the Job Invocations tab incorrectly appears as "Failed" instead of "Cancelled". This creates confusion in interpreting job outcomes and may lead to misreporting or unnecessary troubleshooting.
Expected Behaviour:
Cancelled jobs should be distinctly marked as "Cancelled" in the Job Invocations list, clearly differentiating them from actual failures.
Steps to Reproduce:
- Navigate to:
Satellite WebUI → Monitor → Jobs
- Run any remote job on a host.
- Cancel the job during execution.
- Check the job status in Job Invocations.
- Observe that the status is marked as "Failed" instead of "Cancelled".
- Although if we go inside the job, it is marked as "Cancelled", but outside at Job Invovations it appears as "Failed".
Impact:
- Misleading job status reporting.
- Difficulty in auditing actual failures vs. user-initiated cancellations.