From c5a3d6796216a7d4d8766e71e2858ac9feda13de Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 22 Dec 2019 13:47:46 -0600 Subject: [PATCH] qa/tasks/cephadm: setup thrashers ctx item Signed-off-by: Sage Weil --- qa/tasks/cephadm.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/tasks/cephadm.py b/qa/tasks/cephadm.py index bc42647d945..e892dba127a 100644 --- a/qa/tasks/cephadm.py +++ b/qa/tasks/cephadm.py @@ -814,6 +814,9 @@ def task(ctx, config): cluster_name = config['cluster'] ctx.ceph[cluster_name] = argparse.Namespace() + ctx.ceph[cluster_name].thrashers = [] + # fixme: setup watchdog, ala ceph.py + # cephadm mode? if 'cephadm_mode' not in config: config['cephadm_mode'] = 'root' -- 2.47.3