Activity log for bug #1936763

Date Who What changed Old value New value Message
2021-07-18 23:54:30 Takashi Kajinami bug added bug
2021-07-18 23:54:46 Takashi Kajinami description Description =========== Currently SIGHUP is widely used to reload services inside containers. However swift processes doesn't use SIGHUP to reload config files but to terminate processes. For server processes we should use SIGUSR1 instead while daemon processes doesn't support reloading configuration files. Steps to reproduce ================== * Check /etc/systemd/system/multi-user.target.wants/tripleo_swift*.service Expected result =============== * SIGUSR1 is used to reload server services * No ExecReload is defined for daemon services Actual result ============= * SIGHUP is used for all services for reload Environment =========== The issue was initially found in stable/train deployment Logs & Configs ============== N/A Description =========== Currently SIGHUP is widely used to reload services inside containers. However swift processes don't use SIGHUP to reload config files but to terminate processes. For server processes we should use SIGUSR1 instead while daemon processes doesn't support reloading configuration files. Steps to reproduce ================== * Check /etc/systemd/system/multi-user.target.wants/tripleo_swift*.service Expected result =============== * SIGUSR1 is used to reload server services * No ExecReload is defined for daemon services Actual result ============= * SIGHUP is used for all services for reload Environment =========== The issue was initially found in stable/train deployment Logs & Configs ============== N/A
2021-07-19 00:25:24 OpenStack Infra tripleo: status New In Progress
2021-07-19 00:44:03 Takashi Kajinami tripleo: assignee Takashi Kajinami (kajinamit)
2021-07-19 13:47:22 Takashi Kajinami tripleo: importance Undecided Medium