commit | ef60f2b7180f269a53f405efa7449618eddf86a1 | [log] [tgz] |
---|---|---|
author | Dinesh Bhor <dinesh.bhor@nttdata.com> | Tue Sep 05 14:40:32 2017 +0530 |
committer | Dinesh Bhor <dinesh.bhor@nttdata.com> | Fri Sep 08 12:49:00 2017 +0530 |
tree | 85e2c8b1a9e4b15a83186ebe5a8b18dab825fb08 | |
parent | 477a962861afe2e859179245d6d39cb41f6c499d [diff] |
Enable reloadable config in services uwsgi services: [1] By default uwsgi is set to exit on reload this breaks config reloading of the service [1][2]. It needs to be set to 'false'. [2] Requires to add 'systemctl reload' command support by adding ExecReload in unit file. Non uwsgi services: [1] Non uwsgi services only requires to add ExecReload in unit file. There was a similar patch submitted by Matthew Treinish [3] but it was already set to workflow +1(not merged as having dependency on other patch) and it was having some issues as specified in comment and missing reload functionality for other services. [1] https://etherpad.openstack.org/p/uwsgi-issues [2] http://uwsgi-docs.readthedocs.io/en/latest/Options.html#exit-on-reload [3] https://review.openstack.org/#/c/490904/2 Change-Id: I78f5e9d4574671c74a52af64724946feb41c2d7a