From f87fd042e730a42ddbd4615cd0e44c2b3d99a94a Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 14 Jun 2012 13:08:24 +0000 Subject: [PATCH] Kill all swift processes before trying to install. - Before trying to install swift we ensure there is no swift processes running. Change-Id: Ibeb511a67f1ccc4914d9cdf2874324159e3928cc --- stack.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stack.sh b/stack.sh index 87d38d2c44..0955b1d395 100755 --- a/stack.sh +++ b/stack.sh @@ -1371,6 +1371,9 @@ if is_service_enabled swift; then # Install memcached for swift. install_package memcached + # We make sure to kill all swift processes first + pkill -f -9 swift- + # We first do a bit of setup by creating the directories and # changing the permissions so we can run it as our user.