4.4. Ceph Manager 插件
pg_autoscaler
模块不再报告失败的 op 错误
在以前的版本中,如果有任何池有 CRUSH 规则 step set_chooseleaf_vary_r 1
,则 pg-autoscaler
模块会在尝试获取池状态时报告 op
的 KeyError。因此,Ceph 集群健康状态显示 HEALTH_ERR,带有 Module 'pg_autoscaler' has failed: op
error。在这个版本中,只有带有 op
的步骤才会在获取池状态时迭代 CRUSH 规则,而 pg_autoscaler
模块不再报告失败的 op
错误。