Actions
Bug #21118
closedCheck not working as expected: foreman-tasks-not-running
Difficulty:
trivial
Triaged:
Bugzilla link:
Description
[foreman-tasks-not-running] Check for running tasks [pre-upgrade]
Possibly due to: https://github.com/theforeman/foreman_maintain/blob/master/definitions/features/foreman_tasks.rb#L35-L40
Updated by Ivan Necas about 7 years ago
There is one catch with just enabling the check, as we have it currently in pre-upgrade checks, where the maintenance
mode is not enabled yet, and therefore, it might be pretty common that there are some running tasks.
We should move this check to the pre_migrations phase, together with some timeout with waiting for completing the tasks
in case there are some. Also, it should exclude Actions::Candlepin::ListenOnCandlepinEvents and
Actions::Katello::EventQueue::Monitor from this actions.
Updated by The Foreman Bot about 7 years ago
- Pull request https://github.com/theforeman/foreman_maintain/pull/114 added
Updated by Kavita Gaikwad about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_maintain|b69fef17c94e3c2b93e49c0c90401cbd8ecbd8c5.
Updated by Kavita Gaikwad about 7 years ago
- Has duplicate Feature #21351: Include foreman-rake katello:upgrade_check in pre_upgrade checks added
Actions