]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/balancer: allow 5% misplaced
authorSage Weil <sage@redhat.com>
Thu, 5 Oct 2017 22:25:19 +0000 (17:25 -0500)
committerSage Weil <sage@redhat.com>
Wed, 1 Nov 2017 12:28:49 +0000 (07:28 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/balancer/module.py

index 87ffb6fca8ef496d69d7d0e59d4034259db998c6..2b09ef2967afe567086f524a7f5d0e0a0a044cf7 100644 (file)
@@ -15,7 +15,7 @@ from threading import Event
 # available modes: 'none', 'crush', 'crush-compat', 'upmap', 'osd_weight'
 default_mode = 'none'
 default_sleep_interval = 60   # seconds
-default_max_misplaced = .03   # max ratio of pgs replaced at a time
+default_max_misplaced = .0   # max ratio of pgs replaced at a time
 
 TIME_FORMAT = '%Y-%m-%d_%H:%M:%S'