Ceph更改Crush map及Monitor IP
操作命令: ceph osd getcrushmap -o map_old 导出map crushtool -d map_old -o map_old.txt 转化成可编辑格式 crushtool -c map_new.txt -o map_new 还原为map ceph osd setcrushmap -i map_new &...
ceph之crush map
编辑crush map: 1、获取crush map; 2、反编译crush map; 3、至少编辑一个设备,桶, 规则; 4、重新编译crush map; 5、重新注入crush map; 获取crush map 要获取集群的crush map,执行命令: ceph osd getcrushmap -o {compiled-c...
Ceph实验室:第八课:查看Ceph CRUSH map
查看CRUSH map 从monitor节点上获取CRUSH map [root@ceph ceph]# ceph osd getcrushmap -o crushmap_compiled_file 反编译CRUSH map [root@ceph ceph]# crushtool -d crushmap_compiled_file -o crushmap_decompiled_...
ceph - crush map 与 pool
参考 openstack 与 ceph ( pool 管理 ) 常见 crush map 管理方法 获得默认 crushmap (加密) ceph osd getcrushmap -o crushmap.dump 转换 crushmap 格式 (加密 -> 明文格式) crushtool -d crushmap.dump -o crushmap.txt ...
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。