Actions
Bug #33622
closedThe foreman-maintain health list fails on Satellite/Capsule 6.10
Difficulty:
Triaged:
No
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2010273
Description of problem:
- foreman-maintain health list
/usr/share/gems/gems/foreman_maintain-0.8.18/lib/foreman_maintain/param.rb:37:in `process': Param packages is required but no value given (ArgumentError)
from /usr/share/gems/gems/foreman_maintain-0.8.18/lib/foreman_maintain/executable.rb:35:in `block in setup_params'
from /usr/share/gems/gems/foreman_maintain-0.8.18/lib/foreman_maintain/executable.rb:34:in `each_value'
from /usr/share/gems/gems/foreman_maintain-0.8.18/lib/foreman_maintain/executable.rb:34:in `setup_params'
from /usr/share/gems/gems/foreman_maintain-0.8.18/lib/foreman_maintain/executable.rb:14:in `initialize'
from /usr/share/gems/gems/foreman_maintain-0.8.18/lib/foreman_maintain/executable.rb:190:in `new'
from /usr/share/gems/gems/foreman_maintain-0.8.18/lib/foreman_maintain/executable.rb:190:in `ensure_instance'
from /usr/share/gems/gems/foreman_maintain-0.8.18/lib/foreman_maintain/cli/health_command.rb:8:in `map'
from /usr/share/gems/gems/foreman_maintain-0.8.18/lib/foreman_maintain/cli/health_command.rb:8:in `execute'
from /usr/share/gems/gems/clamp-0.6.2/lib/clamp/command.rb:67:in `run'
from /usr/share/gems/gems/clamp-0.6.2/lib/clamp/subcommand/execution.rb:11:in `execute'
from /usr/share/gems/gems/clamp-0.6.2/lib/clamp/command.rb:67:in `run'
from /usr/share/gems/gems/clamp-0.6.2/lib/clamp/subcommand/execution.rb:11:in `execute'
from /usr/share/gems/gems/clamp-0.6.2/lib/clamp/command.rb:67:in `run'
from /usr/share/gems/gems/foreman_maintain-0.8.18/lib/foreman_maintain/cli.rb:42:in `run'
from /usr/share/gems/gems/clamp-0.6.2/lib/clamp/command.rb:125:in `run'
from /usr/share/gems/gems/foreman_maintain-0.8.18/bin/foreman-maintain:15:in `<top (required)>'
from /usr/bin/foreman-maintain:23:in `load'
from /usr/bin/foreman-maintain:23:in `<main>'
Version-Release number of selected component (if applicable):
6.10
How reproducible:
every time
Steps to Reproduce:
Execute foreman-maintain health list
Actual results:
Fails to list the checks
Expected results:
Should list the checks
Additional info:
Actions