]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix ceph-fuse example
authorDavid Zafman <david.zafman@inktank.com>
Tue, 9 Oct 2012 00:08:41 +0000 (17:08 -0700)
committerDavid Zafman <david.zafman@inktank.com>
Thu, 11 Oct 2012 01:18:14 +0000 (18:18 -0700)
Signed-off-by: David Zafman <david.zafman@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
teuthology/task/kclient.py

index e2e88dc3f33adf9bd8f91558db56bacac01033fa..7ef67347bfaa28bb432d1c9544435324ec055afa 100644 (file)
@@ -23,11 +23,11 @@ def task(ctx, config):
         - kclient:
         - interactive:
 
-    Example that uses both ``kclient` and ``cfuse``::
+    Example that uses both ``kclient` and ``ceph-fuse``::
 
         tasks:
         - ceph:
-        - cfuse: [client.0]
+        - ceph-fuse: [client.0]
         - kclient: [client.1]
         - interactive:
     """