From a80246c17fc5c8622b5f2a728153a45b553371ed Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Wed, 29 Feb 2012 15:47:17 -0800 Subject: [PATCH] dump_stuck: note required ceph configuration --- teuthology/task/dump_stuck.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/teuthology/task/dump_stuck.py b/teuthology/task/dump_stuck.py index c482be017d..d6fd1b0987 100644 --- a/teuthology/task/dump_stuck.py +++ b/teuthology/task/dump_stuck.py @@ -32,6 +32,11 @@ def check_stuck(manager, num_inactive, num_unclean, num_stale, timeout=10): def task(ctx, config): """ Test the dump_stuck command. + + The ceph configuration should include:: + + mon_osd_report_timeout = 90 + mon_pg_stuck_threshold = 10 """ assert config is None, \ 'dump_stuck requires no configuration' -- 2.39.5