From: Sage Weil Date: Thu, 16 Jun 2011 21:39:14 +0000 (-0700) Subject: fix typo in workunits example X-Git-Tag: v0.94.10~27^2^2~364^2~1712 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55cfd9298e7826e5a9076c97d0b9b706dea384d5;p=ceph.git fix typo in workunits example --- diff --git a/teuthology/task/workunit.py b/teuthology/task/workunit.py index 21b53aa7ad49..d75308c696c7 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)