Ceph QoS(Quality of Service)的优化策略有哪些?

2026-04-12 02:201阅读0评论SEO基础
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计147个文字,预计阅读时间需要1分钟。

Ceph QoS(Quality of Service)的优化策略有哪些?

IOPS (Input/Output Operations Per Second) Weighted Priority Queue (WPQ) Configuration:- osd_mclock_scheduler_client_res: Resource limit for client IOPS- osd_mclock_scheduler_client_wgt: Weight for client IOPS- osd_mclock_scheduler_client_lim: Limit for client IOPS

docs.ceph.com/en/latest/rados/configuration/mclock-config-ref/

IOPS (input/outputoperations per second)

Weighted Priority Queue (WPQ)

Ceph QoS(Quality of Service)的优化策略有哪些?


osd_mclock_scheduler_client_res

osd_mclock_scheduler_client_wgt

osd_mclock_scheduler_client_lim


osd_mclock_scheduler_background_recovery_res

osd_mclock_scheduler_background_recovery_wgt

osd_mclock_scheduler_background_recovery_lim

osd_mclock_scheduler_background_best_effort_res

osd_mclock_scheduler_background_best_effort_wgt

osd_mclock_scheduler_background_best_effort_lim


cmd:

#change the client reservation IOPS ratio for a specific OSD ceph config set osd.0 osd_mclock_scheduler_client_res 0.5


#The following command can be used to switch to the custom profile: ceph config set osd osd_mclock_profile custom

本文共计147个文字,预计阅读时间需要1分钟。

Ceph QoS(Quality of Service)的优化策略有哪些?

IOPS (Input/Output Operations Per Second) Weighted Priority Queue (WPQ) Configuration:- osd_mclock_scheduler_client_res: Resource limit for client IOPS- osd_mclock_scheduler_client_wgt: Weight for client IOPS- osd_mclock_scheduler_client_lim: Limit for client IOPS

docs.ceph.com/en/latest/rados/configuration/mclock-config-ref/

IOPS (input/outputoperations per second)

Weighted Priority Queue (WPQ)

Ceph QoS(Quality of Service)的优化策略有哪些?


osd_mclock_scheduler_client_res

osd_mclock_scheduler_client_wgt

osd_mclock_scheduler_client_lim


osd_mclock_scheduler_background_recovery_res

osd_mclock_scheduler_background_recovery_wgt

osd_mclock_scheduler_background_recovery_lim

osd_mclock_scheduler_background_best_effort_res

osd_mclock_scheduler_background_best_effort_wgt

osd_mclock_scheduler_background_best_effort_lim


cmd:

#change the client reservation IOPS ratio for a specific OSD ceph config set osd.0 osd_mclock_scheduler_client_res 0.5


#The following command can be used to switch to the custom profile: ceph config set osd osd_mclock_profile custom