mirror of
https://github.com/ceph/ceph
synced 2025-01-01 00:22:25 +00:00
doc/rados/operations/crush-map-edits: including recompile and set crushmapo instructions
Including missing recompile and set crushmap sections in crush-map-edits Signed-off-by: Rodrigo Severo <rodrigo@fabricadeideias.com>
This commit is contained in:
parent
2e9f7285bf
commit
442878f229
@ -52,6 +52,25 @@ To decompile a CRUSH map, execute the following::
|
||||
|
||||
crushtool -d {compiled-crushmap-filename} -o {decompiled-crushmap-filename}
|
||||
|
||||
.. _compilecrushmap:
|
||||
|
||||
Recompile a CRUSH Map
|
||||
---------------------
|
||||
|
||||
To compile a CRUSH map, execute the following::
|
||||
|
||||
crushtool -c {decompiled-crushmap-filename} -o {compiled-crushmap-filename}
|
||||
|
||||
.. _setcrushmap:
|
||||
|
||||
Set the CRUSH Map
|
||||
-----------------
|
||||
|
||||
To set the CRUSH map for your cluster, execute the following::
|
||||
|
||||
ceph osd setcrushmap -i {compiled-crushmap-filename}
|
||||
|
||||
Ceph will load (-i) a compiled CRUSH map from the filename you specified.
|
||||
|
||||
Sections
|
||||
--------
|
||||
|
Loading…
Reference in New Issue
Block a user