| commit | b28103b2e8c1d525caa8d150c1f4d2884c428568 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Sat Mar 08 15:26:33 2014 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Sat Mar 08 15:26:33 2014 +0000 |
| tree | c4901abd80996b2949d2f1794950ad5b2b8745b0 | |
| parent | e0ec5cce4413d69e58eaeb66ddb3d80638f3cf66 [diff] | |
| parent | 1eae3e155a25faa8e0bb6ddba77e580c774fd265 [diff] |
Merge "Make stop_swift() more robust for Grenade"
diff --git a/lib/swift b/lib/swift index 5d4d4ef..b8bc1b6 100644 --- a/lib/swift +++ b/lib/swift
@@ -687,6 +687,11 @@ swift-init --run-dir=${SWIFT_DATA_DIR}/run all stop || true fi # Dump all of the servers + # Maintain the iteration as screen_stop() has some desirable side-effects + for type in proxy object container account; do + screen_stop s-${type} + done + # Blast out any stragglers pkill -f swift- }