From 2738ce011ee5152e341fbb8ec4cdf2022d0bc214 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Thu, 16 Jun 2011 16:51:57 -0700 Subject: [PATCH] Better examples for kclient task. --- teuthology/task/kclient.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/teuthology/task/kclient.py b/teuthology/task/kclient.py index 70158ac087986..56fe2a452eb58 100644 --- a/teuthology/task/kclient.py +++ b/teuthology/task/kclient.py @@ -26,6 +26,15 @@ def task(ctx, config): this operation on. This lets you e.g. set up one client with ``cfuse`` and another with ``kclient``. + Example that mounts all clients:: + + tasks: + - ceph: + - kclient: + - interactive: + + Example that uses both ``kclient` and ``cfuse``:: + tasks: - ceph: - cfuse: [client.0] -- 2.39.5