meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| vm:proxmox:ceph:pg [2023/07/11 12:06] – niziak | vm:proxmox:ceph:pg [2025/10/31 17:51] (current) – [reweight] niziak | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| to get more PGs than other OSDs, resulting in a higher load. You can reweight | to get more PGs than other OSDs, resulting in a higher load. You can reweight | ||
| OSDs by PG distribution to address this situation by executing the following: | OSDs by PG distribution to address this situation by executing the following: | ||
| - | <code bash> | ||
| - | NOTE: 101 is a '' | + | < |
| + | osd reweight-by-pg [< | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | NOTE: | ||
| + | * 101 is a '' | ||
| + | * 0.05 is a '' | ||
| + | * max_osds - maximum number of OSD to be modifies (default is 4) | ||
| + | |||
| + | |||