From a79562a28b35a885299661cbd237b2947451cbbf Mon Sep 17 00:00:00 2001 From: Matthew Heler Date: Sat, 20 Oct 2018 16:04:53 -0500 Subject: [PATCH] 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 --- ceph-client/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ceph-client/values.yaml b/ceph-client/values.yaml index f330c2bd5..1a453e618 100644 --- a/ceph-client/values.yaml +++ b/ceph-client/values.yaml @@ -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: