]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fix typo in workunits example
authorSage Weil <sage@newdream.net>
Thu, 16 Jun 2011 21:39:14 +0000 (14:39 -0700)
committerSage Weil <sage@newdream.net>
Thu, 16 Jun 2011 22:19:55 +0000 (15:19 -0700)
teuthology/task/workunit.py

index 21b53aa7ad491818a957e2c1ad6b76ddae908952..d75308c696c7e582a3a870175561e387c4d58453 100644 (file)
@@ -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)