mirror of
https://github.com/ceph/ceph
synced 2025-02-15 14:58:01 +00:00
Better examples for kclient task.
This commit is contained in:
parent
0b28b96ec3
commit
2738ce011e
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user