Skip to content

Commit a736df6

Browse files
committed
qa/tasks/nvmeof.py: set default daemon_max_thrash_times to 4
Signed-off-by: Vallari Agrawal <[email protected]>
1 parent b806d5b commit a736df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/tasks/nvmeof.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def __init__(self, ctx, config, daemons) -> None:
321321
self.max_thrash_daemons = int(self.config.get('max_thrash', len(self.daemons) - 1))
322322

323323
# Limits on thrashing each daemon
324-
self.daemon_max_thrash_times = int(self.config.get('daemon_max_thrash_times', 5))
324+
self.daemon_max_thrash_times = int(self.config.get('daemon_max_thrash_times', 4))
325325
self.daemon_max_thrash_period = int(self.config.get('daemon_max_thrash_period', 30 * 60)) # seconds
326326

327327
self.min_thrash_delay = int(self.config.get('min_thrash_delay', 60))

0 commit comments

Comments
 (0)