DescriptionChristian Schwede (cschwede)
2017-02-15 16:51:11 UTC
The OpenStack Swift systemd services do not support a graceful reload. A plain restart will disconnect any clients (eg between proxy and user); a graceful reload should wait until requests are finished.
This is supported upstream using the command "swift-init reload proxy", for example.
Comment 4Christian Schwede (cschwede)
2018-03-07 14:38:14 UTC
We currently can't support this with OSP12 and later b/c we're running Swift within containers, so postponing this for now.