Actions
Bug #17048
closedpre-upgrade check script tells to wait even though there are no active tasks
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1385878
Description of problem:
pre-upgrade check script tells to wait even though there are no active tasks
- rpm -qa | grep satellite
satellite-installer-6.2.0.12-1.el7sat.noarch
tfm-rubygem-foreman_theme_satellite-0.1.28-1.el7sat.noarch
satellite-cli-6.2.2-1.1.el7sat.noarch
satellite-6.2.2-1.1.el7sat.noarch
How reproducible:
Always
- 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...
[PASS] - There are 0 active tasks.
Please wait for these to complete or cancel them from the Monitor tab.
Actual results:
See above - "Please wait for these to complete or cancel them from the Monitor tab."
Expected results:
The above line should not be printed. Instead, show something like:
"Please proceed with the upgrade"
Updated by Brad Buckingham about 8 years ago
- Subject changed from pre-upgrade check script tells to wait even though there are no active tasks to pre-upgrade check script tells to wait even though there are no active tasks
- Assignee set to Brad Buckingham
- Target version set to 133
- Translation missing: en.field_release set to 197
- Difficulty set to trivial
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6407 added
Updated by Brad Buckingham about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|ad128aa4eacd6eb8b9e8d35548f4401074b8190f.
Actions