Actions
Bug #15945
closedupgrade_check fails because of running tasks
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1361785
Description of problem:
Run the pre-upgrade check script to get a list of hosts that can be deleted after upgrading. If any unassociated hosts are found, associating them to an organization before upgrading is recommended.
- foreman-rake katello:upgrade_check
Problem is that the upgrade_check fails when there are running tasks.
Version-Release number of selected component (if applicable):
How reproducible:
100%
- foreman-rake katello:upgrade_check
This script makes no modifications and can be re-run multiple times for the most up to date results.
Checking upgradeability...
Checking for running tasks...
[FAIL] - There are 7 active tasks.
Actual results:
[FAIL] - There are 7 active tasks.
Expected results:
upgrade_check to continue
Additional info:
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Bryan Kearney
- Pull request https://github.com/Katello/katello/pull/6223 added
Updated by Justin Sherrill over 8 years ago
- Translation missing: en.field_release set to 162
- Difficulty set to trivial
Updated by Bryan Kearney over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|a0aeaa2517396ef19f92c17d78eb0d3f77a81732.
Actions