mgr balancer模式探索及配置方法1

mgr balancer模式探索及配置方法2

1.ceph mgr module enable balancer 

[root@controller ~]# ceph mgr module enable balancer 
module 'balancer' is already enabled (always-on)

2.ceph balancer on

3.ceph balancer status

[root@controller ~]# ceph balancer status
{
    "last_optimize_duration": "0:00:00.000526", 
    "plans": [], 
    "mode": "none", 
    "active": true, 
    "optimize_result": "Too many objects (0.075198 > 0.050000) are misplaced; try again later", 
    "last_optimize_started": "Mon Apr 27 06:31:08 2020"
}

 

相关文章:

  • 2022-12-23
  • 2021-11-26
  • 2021-10-19
  • 2021-09-30
  • 2021-06-12
  • 2022-12-23
  • 2021-12-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2021-08-12
  • 2021-08-28
  • 2021-09-11
  • 2022-12-23
相关资源
相似解决方案