January 2019
Intermediate to advanced
606 pages
15h 1m
English
We will now take a look at the CRUSH map of our Ceph cluster:
# ceph osd getcrushmap -o crushmap_compiled_file
# crushtool -d crushmap_compiled_file -o crushmap_decompiled_file
At this point, the output file, crushmap_decompiled_file, can be viewed/edited in your favorite editor. In the next recipe, we will learn how to perform changes to the CRUSH map.
# crushtool -c crushmap_decompiled_file -o newcrushmap
# ceph osd setcrushmap -i newcrushmap ...
Read now
Unlock full access