From 3c0346b4cbc777a7573b2feae33b15d0d633ddbb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 10 Jan 2012 16:21:00 -0800 Subject: [PATCH] lost_unfound: typo --- teuthology/task/lost_unfound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/lost_unfound.py b/teuthology/task/lost_unfound.py index 0fd1c6375f..394f3f8cfe 100644 --- a/teuthology/task/lost_unfound.py +++ b/teuthology/task/lost_unfound.py @@ -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() -- 2.39.5