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.
Updated by The Foreman Bot about 7 years ago
- Pull request https://github.com/theforeman/foreman_maintain/pull/108 added
Updated by Kavita Gaikwad about 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset foreman_maintain|25a08e78cd81dc02ab3cfd0aa3e1b3314e3507eb.
Actions