Ceph - Edit running crushmap

Edit crushmap in a running cluster then re-inject it - Be careful!

1ceph osd getcrushmap -o crushmap 
2crushtool -d crushmap -o crushmap.txt
3vim crushmap.txt <--Make your changes here
4crushtool -c crushmap.txt -o crushmap1
5ceph osd setcrushmap -i crushmap1