]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add "fs authorize" subcommand to ceph man page 37197/head
authorRishabh Dave <ridave@redhat.com>
Thu, 20 Aug 2020 13:00:12 +0000 (18:30 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 17 Sep 2020 04:36:21 +0000 (10:06 +0530)
Signed-off-by: Rishabh Dave <ridave@redhat.com>
doc/man/8/ceph.rst

index 33077d95a6f5c8b2ff23a4b5046b648ae2dd2ffa..62fcdb7f28aae020f134b959bcde982d814e7f6d 100644 (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
 ----