User Tools

Site Tools


ceph:modifying_crush_map

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
ceph:modifying_crush_map [2019/07/26 11:32] dodgerceph:modifying_crush_map [2019/07/31 10:53] dodger
Line 492: Line 492:
 } }
 </graphviz> </graphviz>
 +
 +===== Check pg location =====
 +
 +This will show the placement of each PG in ''[OSDx,OSDy...]'':
 +<code bash>
 +ceph pg dump | egrep "^[0-9]" | awk '{print $17}'|less
 +</code>
 +
 +
 +
 ====== External documentation ====== ====== External documentation ======