From 9b22d388835b8074fdcfa51deb019b666e3b186f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 5 Jul 2013 14:23:37 -0700 Subject: [PATCH] mon_thrash: fix more naming Signed-off-by: Sage Weil --- teuthology/task/mon_thrash.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/task/mon_thrash.py b/teuthology/task/mon_thrash.py index 461e714967fda..556757a543f1d 100644 --- a/teuthology/task/mon_thrash.py +++ b/teuthology/task/mon_thrash.py @@ -34,9 +34,9 @@ class MonitorThrasher: the monitor (default: 10) thrash_delay Number of seconds to wait in-between test iterations (default: 0) - store_thrash Thrash monitor store before killing the monitor + thrash_store Thrash monitor store before killing the monitor being thrashed (default: False) - store_thrash_probability Probability of thrashing a monitor's store + thrash_store_probability Probability of thrashing a monitor's store (default: 50) thrash_many Thrash multiple monitors instead of just one. If 'maintain-quorum' is set to False, then we will -- 2.39.5