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"
Actions