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