]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
lost_unfound: typo
authorSage Weil <sage@newdream.net>
Wed, 11 Jan 2012 00:21:00 +0000 (16:21 -0800)
committerSage Weil <sage@newdream.net>
Wed, 11 Jan 2012 20:54:09 +0000 (12:54 -0800)
teuthology/task/lost_unfound.py

index 0fd1c6375f2ba84b863fceba3c776e3e4daad501..394f3f8cfe5db3998afe158fee652fd9d7fbb62d 100644 (file)
@@ -30,7 +30,7 @@ def task(ctx, config):
     if config is None:
         config = {}
     assert isinstance(config, dict), \
-        'thrashosds task only accepts a dict for configuration'
+        'lost_unfound task only accepts a dict for configuration'
     first_mon = teuthology.get_first_mon(ctx, config)
     (mon,) = ctx.cluster.only(first_mon).remotes.iterkeys()