Bug 1479515
Summary: | [RFE] Improve Satellite Task Management | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Christian Marineau <cmarinea> |
Component: | Infrastructure | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Pramuk <lpramuk> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.2.10 | CC: | aperotti, bkearney, brcoca, cdonnell, jcallaha, kbost, kdixon, mmccune, rdixon, schamilt, shughes, sokeeffe, tasander, vanhoof |
Target Milestone: | Unspecified | Keywords: | FutureFeature, PrioBumpGSS, PrioBumpPM, UserExperience |
Target Release: | Unused | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-12-19 08:35:57 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1385841, 1399395 |
Description
Christian Marineau
2017-08-08 17:02:08 UTC
Two asks from me: 1) I'd also like to suggest global option for task handling, depending on the level of task involvement the user wants: For example: AUTO Would NOT allow tasks to settle in a paused state (holding locks) if at all possible; complicated tasks that reach a paused state and require user interaction should be automatically “rolled back” into a stopped state, releasing the lock. MANUAL Allows tasks to pause for manual, step-by-step user intervention of individual steps. Locks are held in the meantime. 2) Some kind of console command to force recursively skipping all related steps in a specific task. Preferably, initiating this by task id on a paused/error task would: - resume the task - check for settlement into a paused state - recursively skip all skippable steps - resume the task - rinse/repeat until the task reaches a stopped state # foreman-rake katello:taskcleanup TASK_UUID --force-skip Over the past 3 years we have made countless improvements to tasks themselves and the management of them, we no longer see such widespread issues with tasks. I'm therefore closing this. If you feel differently, please feel free to open a more targeted RFE for any task improvements we should. |