| ... | ... |
@@ -1441,6 +1441,9 @@ if is_service_enabled swift; then |
| 1441 | 1441 |
# Install memcached for swift. |
| 1442 | 1442 |
install_package memcached |
| 1443 | 1443 |
|
| 1444 |
+ # We make sure to kill all swift processes first |
|
| 1445 |
+ pkill -f -9 swift- |
|
| 1446 |
+ |
|
| 1444 | 1447 |
# We first do a bit of setup by creating the directories and |
| 1445 | 1448 |
# changing the permissions so we can run it as our user. |
| 1446 | 1449 |
|