Merge "saio: Stop processes more forcefully in resetswift"

This commit is contained in:
Zuul 2020-11-05 00:12:55 +00:00 committed by Gerrit Code Review
commit e47b854181

View File

@ -3,6 +3,8 @@
set -e
swift-init all kill
swift-orphans -a 0 -k KILL
# Remove the following line if you did not set up rsyslog for individual logging:
sudo find /var/log/swift -type f -exec rm -f {} \;
if cut -d' ' -f2 /proc/mounts | grep -q /mnt/sdb1 ; then