Skip to content

Commit

Permalink
Merge pull request #1188 from ceph/revert-1128-wip-16805
Browse files Browse the repository at this point in the history
Revert "ceph_manager: lower mon_reweight_min_bytes_per_osd to 10"

Reviewed-by: Samuel Just <sjust@redhat.com>
  • Loading branch information
athanatos committed Sep 26, 2016
2 parents 652d9b6 + 176811f commit 699be44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/ceph_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ 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)
Expand Down

0 comments on commit 699be44

Please sign in to comment.