Skip to content

Commit

Permalink
Merge pull request #1051 from gregsfortytwo/wip-fix-mdsthrash
Browse files Browse the repository at this point in the history
reference the kill_mds_by_rank function in the right location

Reviewed-by: John Spray <john.spray@redhat.com>
  • Loading branch information
John Spray committed Jun 13, 2016
2 parents c30de00 + ca4728b commit eeebc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/mds_thrash.py
Expand Up @@ -215,7 +215,7 @@ def do_thrash(self):
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
Expand Down

0 comments on commit eeebc1b

Please sign in to comment.