Bug #19852
closedJetty is restarted 3 times during install
Description
This is due to the fact that service-webapp
is doing a check when jetty is not running, then restart when config (passwords ?) change, then a last restart at the end of the install script.
So we should disable the cfengine-originating restarts during boot (with a -d it_s_bootstrap
or by calling a rudder_init
bundle which is the only entry point for install in rudder-init
, which would be a very GOOD enhancement)
Updated by François ARMAND about 3 years ago
- Target version changed from 7.0.0~beta1 to 900
Updated by Nicolas CHARLES about 3 years ago
During an install, rudder-init calls the agent to execute a bunch of password propagation in every files, and which ensure that rudder-jetty is up (rudder_webapp), and then restart rudder-jetty, as well as others services because passwords changed (system_reload_rudder_services)
Then rudder-init restart rudder-jetty, simply because it can
Updated by Nicolas CHARLES about 3 years ago
- Status changed from New to Pending technical review
- Assignee set to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1721
Updated by Vincent MEMBRÉ about 3 years ago
- Target version changed from 900 to 7.0.0~beta2
Updated by Nicolas CHARLES about 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-techniques|150df4acfebbce7b45b8629a4531a497ea21e751.
Updated by Nicolas CHARLES about 3 years ago
Applied in changeset rudder-techniques|389456d55c32663f705b45fb7324eefef1a978a8.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~beta2 which was released today.