Actions
Bug #33355
closedNo services related command works on a content proxy
Difficulty:
Triaged:
No
Bugzilla link:
Description
https://github.com/theforeman/foreman_maintain/commit/7b63ce2dc94151842e4e826e1f91d0a9368ac38c started to access feature(:redis).services
But the Redis feature is constrained to the Server, so when you run "foreman-maintain service status" or "foreman-maintain backup …" on a proxy, it fails:
# foreman-maintain service status Running Status Services ================================================================================ Get status of applicable services: Displaying the following service(s): [FAIL] undefined method `services' for nil:NilClass -------------------------------------------------------------------------------- Scenario [Status Services] failed. The following steps ended up in failing state: [service-status] Resolve the failed steps and rerun the command. In case the failures are false positives, use --whitelist="service-status"
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Evgeni Golov
- Pull request https://github.com/theforeman/foreman_maintain/pull/524 added
Updated by Evgeni Golov over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_maintain|149b6349b29f9cd73ba58a4451dae430338ad0f1.
Actions