]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
dump_stuck: note required ceph configuration
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 29 Feb 2012 23:47:17 +0000 (15:47 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Wed, 29 Feb 2012 23:47:17 +0000 (15:47 -0800)
teuthology/task/dump_stuck.py

index c482be017d76957a1755f8e52effeb3a076576d9..d6fd1b0987d659e94650230565d613119acf038d 100644 (file)
@@ -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'