Actions
Bug #16586
closed"katello-service restart" does not restart goferd on Capsule
Difficulty:
easy
Triaged:
Bugzilla link:
Description
Description of problem:
"katello-service restart" should restart all Satellite/Capsule-related processes. But it does not restart goferd that is critical e.g. for capsule sync.
(same applies to katello-service [start|stop|..])
Version-Release number of selected component (if applicable):
katello-service-2.2.0.15-1.el7sat.noarch
How reproducible:
100%
Steps to Reproduce:
1. On a capsule, run:
ps aux | grep gofer | grep -v grep
katello-service restart
ps aux | grep gofer | grep -v grep
Actual results:
Both "ps" outputs provide same PID of goferd service/process.
Expected results:
goferd should be restarted and running under a new PID.
Additional info:
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-packaging/pull/291 added
Updated by Chris Roberts over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-packaging|a5ee1f2af886293faf6bdd55f221328929277f52.
Actions