- (re)start memcached to make sure we have a clean memcache.
Change-Id: Idad8d58e2500156c4170af04f880a074c8ce7943
| ... | ... |
@@ -352,6 +352,9 @@ function install_swiftclient() {
|
| 352 | 352 |
function start_swift() {
|
| 353 | 353 |
# (re)start rsyslog |
| 354 | 354 |
restart_service rsyslog |
| 355 |
+ # (re)start memcached to make sure we have a clean memcache. |
|
| 356 |
+ restart_service memcached |
|
| 357 |
+ |
|
| 355 | 358 |
# Start rsync |
| 356 | 359 |
if is_ubuntu; then |
| 357 | 360 |
sudo /etc/init.d/rsync restart || : |