Actions
Bug #21211
closedProviding invalid phase in foreman-maintain upgrade run shows undefined method `to_hash' for nil:NilClass
Difficulty:
Triaged:
Bugzilla link:
Description
Description of problem: While running foreman-maintain upgrade run with option --phase provided invalid phase name shows "undefined method `to_hash' for nil:NilClass".
Version-Release number of selected component (if applicable): Foreman-maintain snap 2.0
How reproducible: always
Steps to Reproduce:
1. # foreman-maintain upgrade run --phase pre-upgrade
Actual results:
Error as "undefined method `to_hash' for nil:NilClass"
Expected results: Error should get handled and proper message showing phase is invalid.
Actions