Actions
Bug #32226
closedPulp 3 migration abort fails with 409
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
A migration cancel task was found to fail with a 409 conflict, which failed the migration in Katello, resulting in losing track of the migration task. After talking with the Pulp team, it looks like the 409 pops up if you try to cancel a Pulp task that is already complete. We should investigate this. I think we may be hitting the 409 when we loop through the tasks in the task group. If it really is the issue, we can simply handle the 409 and skip sending the cancel request.
According to the Pulp team, a 409 will be returned if you try to cancel a task that is failed, completed, skipped or, canceled.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/Katello/katello/pull/9264 added
Updated by The Foreman Bot over 3 years ago
- Fixed in Releases Katello 4.2.0 added
Updated by Justin Sherrill over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|204258102b40c9e35d01f5ad1680c9d0e694bcd6.
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/Katello/katello/pull/9276 added
Updated by Justin Sherrill over 3 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/9276)
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/Katello/katello/pull/9278 added
Actions