]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "ceph_manager: lower mon_reweight_min_bytes_per_osd to 10"
authorKefu Chai <tchaikov@gmail.com>
Mon, 26 Sep 2016 15:15:46 +0000 (23:15 +0800)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2016 15:15:46 +0000 (23:15 +0800)
tasks/ceph_manager.py

index 1adec25bbd3c0d5fcf310c49fe520bc6c019c788..9a4f9aff960c29f6ce0e684653c4d82691284032 100644 (file)
@@ -142,8 +142,6 @@ class Thrasher:
         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)