From: Sage Weil Date: Sun, 22 Dec 2019 19:47:46 +0000 (-0600) Subject: qa/tasks/cephadm: setup thrashers ctx item X-Git-Tag: v15.1.0~390^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c5a3d6796216a7d4d8766e71e2858ac9feda13de;p=ceph.git qa/tasks/cephadm: setup thrashers ctx item Signed-off-by: Sage Weil --- 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'