From: Greg Farnum Date: Fri, 10 Jun 2016 22:05:43 +0000 (-0700) Subject: reference the kill_mds_by_rank function in the right location X-Git-Tag: v11.1.1~58^2^2~174^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ca4728b49c6ed39c3d2b3b497d232b2ce35151e9;p=ceph.git reference the kill_mds_by_rank function in the right location Signed-off-by: Greg Farnum --- diff --git a/tasks/mds_thrash.py b/tasks/mds_thrash.py index 75530f8a8efa..23cae0544c3b 100644 --- a/tasks/mds_thrash.py +++ b/tasks/mds_thrash.py @@ -215,7 +215,7 @@ class MDSThrasher(Greenlet): active_rank = actives[0]['rank'] self.log('kill mds.{id} (rank={r})'.format(id=active_mds, r=active_rank)) - self.manager.kill_mds_by_rank(active_rank) + self.kill_mds_by_rank(active_rank) # wait for mon to report killed mds as crashed last_laggy_since = None