Merge "Kill all swift processes before trying to install."
This commit is contained in:
commit
8d2c8faf36
3
stack.sh
3
stack.sh
@ -1441,6 +1441,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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user