]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Better examples for kclient task.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Thu, 16 Jun 2011 23:51:57 +0000 (16:51 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Thu, 16 Jun 2011 23:51:57 +0000 (16:51 -0700)
teuthology/task/kclient.py

index 70158ac087986318bba04329f54c4da7a1ded372..56fe2a452eb580f55cc45f07627bc3fa9268ecea 100644 (file)
@@ -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]