Distributed Systems, Large Scale Architecture, File System, Linux and more
Friday, September 14, 2018
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
No comments:
Post a Comment