Skip to content

Commit f87fd04

Browse files
committed
Kill all swift processes before trying to install.
- Before trying to install swift we ensure there is no swift processes running. Change-Id: Ibeb511a67f1ccc4914d9cdf2874324159e3928cc
1 parent 20cfd67 commit f87fd04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stack.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,9 @@ if is_service_enabled swift; then
13711371
# Install memcached for swift.
13721372
install_package memcached
13731373

1374+
# We make sure to kill all swift processes first
1375+
pkill -f -9 swift-
1376+
13741377
# We first do a bit of setup by creating the directories and
13751378
# changing the permissions so we can run it as our user.
13761379

0 commit comments

Comments
 (0)