| ... | ... |
@@ -620,6 +620,11 @@ function stop_swift() {
|
| 620 | 620 |
swift-init --run-dir=${SWIFT_DATA_DIR}/run all stop || true
|
| 621 | 621 |
fi |
| 622 | 622 |
# Dump all of the servers |
| 623 |
+ # Maintain the iteration as screen_stop() has some desirable side-effects |
|
| 624 |
+ for type in proxy object container account; do |
|
| 625 |
+ screen_stop s-${type}
|
|
| 626 |
+ done |
|
| 627 |
+ # Blast out any stragglers |
|
| 623 | 628 |
pkill -f swift- |
| 624 | 629 |
} |
| 625 | 630 |
|