Skip to content

Instantly share code, notes, and snippets.

@furlongm
Last active March 6, 2017 04:28
Show Gist options
  • Save furlongm/f0412127140eecc16161e6de8dc8835f to your computer and use it in GitHub Desktop.
Save furlongm/f0412127140eecc16161e6de8dc8835f to your computer and use it in GitHub Desktop.
#!/bin/bash
for osd in $(systemctl --all | grep ceph-osd\@ | cut -d " " -f 3 | grep -v target) ; do
systemctl stop ${osd}
sleep 30
systemctl start ${osd}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment