From: Rishabh Dave Date: Thu, 20 Aug 2020 13:00:12 +0000 (+0530) Subject: doc: add "fs authorize" subcommand to ceph man page X-Git-Tag: v16.1.0~1071^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e461a763c8ba739d54e7cc0689075fa1e25ea119;p=ceph.git doc: add "fs authorize" subcommand to ceph man page Signed-off-by: Rishabh Dave --- diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 33077d95a6f5..62fcdb7f28aa 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -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 {--yes-i-really-mean-it} +Subcommand ``authorize`` creates a new client that will be authorized for the +given path in ````. Pass ``/`` to authorize for the entire FS. +```` below can be ``r``, ``rw`` or ``rwp``. + +Usage:: + + ceph fs authorize client. [ ...] fsid ----