ceph_storage_crush_map_확인

Ceph Storage CRUSH map 확인

[root@ceph-box] #  ceph osd getcrushmap -o {compiled-crushmap-filename}     ##  this will gather the compiled CRUSH map
[root@ceph-box] #  crushtool -d {compiled-crushmap-filename} -o {decompiled-crushmap-filename}   ##  decompile the map to make readable
[root@ceph-box] #  crushtool -c {decompiled-crush-map-filename} -o {compiled-crush-map-filename}  ## this will recompile the CRUSH map
[root@ceph-box] #  ceph osd setcrushmap -i  {compiled-crushmap-filename} ##  this will inject the new compiled CRUSH map
로그인하면 댓글을 남길 수 있습니다.
  • ceph_storage_crush_map_확인.txt
  • 마지막으로 수정됨: 2018/07/20 00:42
  • 저자 koov