| commit | f583a04d739a189da6f3780f83e2ddc61bfe9e22 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Feb 06 17:21:05 2014 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Feb 06 17:21:05 2014 +0000 |
| tree | bb78e2cdeac416214e775c42497437d3be9eb05c | |
| parent | 95ff265a5ee6853bb64df5d75f004007dd8d8dbe [diff] | |
| parent | f36a9b2136b4ba56ac2989f7829c55b4eb1c08af [diff] |
Merge "No need to loop over with pkill -f"
diff --git a/lib/swift b/lib/swift index 54d6f1c..28ca8a8 100644 --- a/lib/swift +++ b/lib/swift
@@ -657,10 +657,8 @@ if type -p swift-init >/dev/null; then swift-init --run-dir=${SWIFT_DATA_DIR}/run all stop || true fi - for type in proxy object container account; do - # Dump all of the servers - pkill -f swift- - done + # Dump all of the servers + pkill -f swift- } # Restore xtrace