doc: add "fs authorize" subcommand to ceph man page

Signed-off-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
Rishabh Dave 2020-08-20 18:30:12 +05:30
parent 0f61e6ea28
commit e461a763c8

View File

@ -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
----