Better examples for kclient task.

This commit is contained in:
Tommi Virtanen 2011-06-16 16:51:57 -07:00
parent 0b28b96ec3
commit 2738ce011e

View 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]