标签(空格分隔): ceph,ceph运维,crushmap
查看crushmap命令
- 从mon节点获取crushmap:
# ceph osd getcrushmap -o crush.map
- 反编译文件crush.map为易读的crush.txt:
# crushtool -d crush.map >> crush.txt
- 读取crushmap:
# cat crush.txt
上传crushmap命令
修改了crushmap之后需要重新导入集群:
- 反编译为集群识别格式:
# crushtool -d crush.txt >> newcrushmap
- 导入到集群:
# ceph osd setcrushmap -i newcrushmap