Skip to content

Commit 8d2c8fa

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Kill all swift processes before trying to install."
2 parents 133410e + f87fd04 commit 8d2c8fa

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
@@ -1441,6 +1441,9 @@ if is_service_enabled swift; then
14411441
# Install memcached for swift.
14421442
install_package memcached
14431443

1444+
# We make sure to kill all swift processes first
1445+
pkill -f -9 swift-
1446+
14441447
# We first do a bit of setup by creating the directories and
14451448
# changing the permissions so we can run it as our user.
14461449

0 commit comments

Comments
 (0)