mirror of
https://github.com/ceph/ceph
synced 2025-04-01 14:51:13 +00:00
reference the kill_mds_by_rank function in the right location
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
parent
e866c29014
commit
ca4728b49c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user