diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index 70a1efbae..7d4f9659d 100644 --- a/tasks/ceph_manager.py +++ b/tasks/ceph_manager.py @@ -142,6 +142,8 @@ def tmp(x): except Exception: manager.raw_cluster_cmd('--', 'mon', 'tell', '*', 'injectargs', '--mon-osd-down-out-interval 0') + manager.raw_cluster_cmd('--', 'tell', 'mon.*', 'injectargs', + '--mon-reweight-min-bytes-per-osd 10') self.thread = gevent.spawn(self.do_thrash) if self.sighup_delay: self.sighup_thread = gevent.spawn(self.do_sighup)