| commit | 8d2c8faf36abd0808226542e0a68c7576d4006e7 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Fri Jun 22 00:33:11 2012 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Fri Jun 22 00:33:11 2012 +0000 |
| tree | fa5ec53da75a64cbadc4e37a4489763129abb3c2 | |
| parent | 133410e14679cb3c3007664c2c354f4d124a3a80 [diff] | |
| parent | f87fd042e730a42ddbd4615cd0e44c2b3d99a94a [diff] |
Merge "Kill all swift processes before trying to install."
diff --git a/stack.sh b/stack.sh index ec1e75a..3bb19bc 100755 --- a/stack.sh +++ b/stack.sh
@@ -1441,6 +1441,9 @@ # 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.