From 558590c1f95cfc72e30e0cdb60bc9a14a8edd8ea Mon Sep 17 00:00:00 2001 From: David Zafman Date: Mon, 8 Oct 2012 17:08:41 -0700 Subject: [PATCH] Fix ceph-fuse example Signed-off-by: David Zafman Reviewed-by: Josh Durgin --- teuthology/task/kclient.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/task/kclient.py b/teuthology/task/kclient.py index e2e88dc3f3..7ef67347bf 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: """ -- 2.39.5