From: David Zafman Date: Tue, 9 Oct 2012 00:08:41 +0000 (-0700) Subject: Fix ceph-fuse example X-Git-Tag: 1.1.0~2437 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=558590c1f95cfc72e30e0cdb60bc9a14a8edd8ea;p=teuthology.git Fix ceph-fuse example Signed-off-by: David Zafman Reviewed-by: Josh Durgin --- diff --git a/teuthology/task/kclient.py b/teuthology/task/kclient.py index e2e88dc3f..7ef67347b 100644 --- a/teuthology/task/kclient.py +++ b/teuthology/task/kclient.py @@ -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: """