mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
qa/tasks/dump_stuck: mon.a, not mon.0
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
7b644f599b
commit
4a4897414d
@ -59,7 +59,7 @@ def task(ctx, config):
|
||||
manager.flush_pg_stats([0, 1])
|
||||
manager.wait_for_clean(timeout)
|
||||
|
||||
manager.raw_cluster_cmd('tell', 'mon.0', 'injectargs', '--',
|
||||
manager.raw_cluster_cmd('tell', 'mon.a', 'injectargs', '--',
|
||||
# '--mon-osd-report-timeout 90',
|
||||
'--mon-pg-stuck-threshold 10')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user