mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
doc: add "fs authorize" subcommand to ceph man page
Signed-off-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
parent
0f61e6ea28
commit
e461a763c8
@ -23,7 +23,7 @@ Synopsis
|
||||
|
||||
| **ceph** **df** *{detail}*
|
||||
|
||||
| **ceph** **fs** [ *ls* \| *new* \| *reset* \| *rm* ] ...
|
||||
| **ceph** **fs** [ *ls* \| *new* \| *reset* \| *rm* \| *authorize* ] ...
|
||||
|
||||
| **ceph** **fsid**
|
||||
|
||||
@ -385,6 +385,13 @@ Usage::
|
||||
|
||||
ceph fs rm <fs_name> {--yes-i-really-mean-it}
|
||||
|
||||
Subcommand ``authorize`` creates a new client that will be authorized for the
|
||||
given path in ``<fs_name>``. Pass ``/`` to authorize for the entire FS.
|
||||
``<perms>`` below can be ``r``, ``rw`` or ``rwp``.
|
||||
|
||||
Usage::
|
||||
|
||||
ceph fs authorize <fs_name> client.<client_id> <path> <perms> [<path> <perms>...]
|
||||
|
||||
fsid
|
||||
----
|
||||
|
Loading…
Reference in New Issue
Block a user