meta data for this page
  •  

Differences

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

Link to this comparison view

vm:proxmox:ceph:rebalance_recovery [2021/05/10 19:21]
niziak created
vm:proxmox:ceph:rebalance_recovery [2023/07/28 11:22] (current)
niziak
Line 18: Line 18:
  
 Speed up CEPH recovery: Speed up CEPH recovery:
-<code bash>​ceph tell '​osd.*'​ injectargs --osd-max-backfills=2 --osd-recovery-max-active=6</​code> ​  +<code bash>​ceph tell '​osd.*'​ injectargs --osd-max-backfills=2 --osd-recovery-max-active=6 ​--osd_recovery_op_priority=2</​code> ​  
   or    or 
-<code bash>​ceph tell '​osd.*'​ injectargs --osd-max-backfills=3 --osd-recovery-max-active=9</​code>​+<code bash>​ceph tell '​osd.*'​ injectargs --osd-max-backfills=3 --osd-recovery-max-active=9 ​--osd_recovery_op_priority=2</​code>​
  
 And return to defaults: And return to defaults:
  
-<code bash>​ceph tell '​osd.*'​ injectargs --osd-max-backfills=1 --osd-recovery-max-active=0</​code>​+<code bash>​ceph tell '​osd.*'​ injectargs --osd-max-backfills=1 --osd-recovery-max-active=0 ​--osd_recovery_op_priority=3</​code>​