From 55cfd9298e7826e5a9076c97d0b9b706dea384d5 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 16 Jun 2011 14:39:14 -0700 Subject: [PATCH] fix typo in workunits example --- teuthology/task/workunit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/workunit.py b/teuthology/task/workunit.py index 21b53aa7ad491..d75308c696c7e 100644 --- a/teuthology/task/workunit.py +++ b/teuthology/task/workunit.py @@ -16,7 +16,7 @@ def task(ctx, config): - ceph: - cfuse: [client.0] - workunit: - client.0: [direct_io, xattrs] + client.0: [direct_io, xattrs.sh] client.1: [snaps] """ assert isinstance(config, dict) -- 2.39.5