Merge "restart memcached for swift."
This commit is contained in:
commit
59d907cf77
@ -352,6 +352,9 @@ function install_swiftclient() {
|
|||||||
function start_swift() {
|
function start_swift() {
|
||||||
# (re)start rsyslog
|
# (re)start rsyslog
|
||||||
restart_service rsyslog
|
restart_service rsyslog
|
||||||
|
# (re)start memcached to make sure we have a clean memcache.
|
||||||
|
restart_service memcached
|
||||||
|
|
||||||
# Start rsync
|
# Start rsync
|
||||||
if is_ubuntu; then
|
if is_ubuntu; then
|
||||||
sudo /etc/init.d/rsync restart || :
|
sudo /etc/init.d/rsync restart || :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user