General Script to run Linux Shell Commands

#for i in {0..24}
#for i in $(cat meta.osd.ip)
do
    #sudo ceph osd purge $i --yes-i-really-mean-it
    #ssh -q -o "StrictHostKeyChecking no" $i sudo reboot
done

Written with StackEdit.

Author: BlinkBlank

Knowledge is the seed of wisdom.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.