mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
qa/tasks/thrashosds: set min_in default to 4
We have EC tests with k=2,m=2, so we need a min of 4. Fixes: http://tracker.ceph.com/issues/21997 Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
748068fff3
commit
d21809b14e
qa/tasks
@ -116,7 +116,7 @@ class Thrasher:
|
||||
if self.config.get('powercycle'):
|
||||
self.revive_timeout += 120
|
||||
self.clean_wait = self.config.get('clean_wait', 0)
|
||||
self.minin = self.config.get("min_in", 3)
|
||||
self.minin = self.config.get("min_in", 4)
|
||||
self.chance_move_pg = self.config.get('chance_move_pg', 1.0)
|
||||
self.sighup_delay = self.config.get('sighup_delay')
|
||||
self.optrack_toggle_delay = self.config.get('optrack_toggle_delay')
|
||||
|
@ -24,7 +24,7 @@ def task(ctx, config):
|
||||
|
||||
cluster: (default 'ceph') the name of the cluster to thrash
|
||||
|
||||
min_in: (default 3) the minimum number of OSDs to keep in the
|
||||
min_in: (default 4) the minimum number of OSDs to keep in the
|
||||
cluster
|
||||
|
||||
min_out: (default 0) the minimum number of OSDs to keep out of the
|
||||
|
Loading…
Reference in New Issue
Block a user