Enable the mgr balancer module by default.
The balancer module will distribute PGs more evenly across OSDs. While CRUSH does a good job at this, it is not perfect and hot spots (where an OSD has more PGs then it's peers) can occur. Change-Id: Ic45a6bf745bdd09a3f5782e9e8bda89c3d3da2aa
This commit is contained in:
parent
62f49e7c74
commit
a79562a28b
@ -307,12 +307,15 @@ ceph_mgr_enabled_modules:
|
||||
- restful
|
||||
- status
|
||||
- prometheus
|
||||
- balancer
|
||||
|
||||
# You can configure your mgr modules
|
||||
# below. Each module has its own set
|
||||
# of key/value. Refer to the doc
|
||||
# above for more info. For example:
|
||||
#ceph_mgr_modules_config:
|
||||
ceph_mgr_modules_config:
|
||||
balancer:
|
||||
active: 1
|
||||
# prometheus:
|
||||
# server_port: 9283
|
||||
# dashboard:
|
||||
|
Loading…
Reference in New Issue
Block a user