Actions
Bug #12181
closed"katello-service restart" is not restarting services in the right order
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Doing a `katello-service restart` merely walks that list of
services and issues a restart on each one in turn.
I think with a product as complex as Satellite, this is the
wrong behaviour and can in fact cause issues that take a while
to resolve.
The behaviour of "restart" should be as follows
- Issue stop on each service from highest to lowest prio (30 > 5) Issue start on each service from lowest to high
That way we cleanly shutdown each service so that none of the
dependent services are still running, and them up again in the
correct order.
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1269352
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-packaging/pull/86 added
- Pull request deleted (
)
Updated by Eric Helms over 9 years ago
- Status changed from Ready For Testing to Closed
- Triaged changed from No to Yes
Updated by Eric Helms over 9 years ago
- Translation missing: en.field_release set to 70
Updated by Greg Sutcliffe over 6 years ago
- Target version deleted (
Katello 2.4.0)
Actions