From e461a763c8ba739d54e7cc0689075fa1e25ea119 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Thu, 20 Aug 2020 18:30:12 +0530 Subject: [PATCH] doc: add "fs authorize" subcommand to ceph man page Signed-off-by: Rishabh Dave --- doc/man/8/ceph.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 ---- -- 2.47.3