diff --git a/qa/tasks/ceph_manager.py b/qa/tasks/ceph_manager.py index 768231a5cd7..0d11bfe7c8a 100644 --- a/qa/tasks/ceph_manager.py +++ b/qa/tasks/ceph_manager.py @@ -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') diff --git a/qa/tasks/thrashosds.py b/qa/tasks/thrashosds.py index dbca056a086..420b7355908 100644 --- a/qa/tasks/thrashosds.py +++ b/qa/tasks/thrashosds.py @@ -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