Skip to content

Commit

Permalink
Merge PR ceph#37197 into master
Browse files Browse the repository at this point in the history
* refs/pull/37197/head:
	doc: add "fs authorize" subcommand to ceph man page

Reviewed-by: Patrick Donnelly <[email protected]>
  • Loading branch information
batrick committed Sep 17, 2020
2 parents f09fb27 + e461a76 commit 3428b02
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/man/8/ceph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Synopsis
| **ceph** **df** *{detail}*
| **ceph** **fs** [ *ls* \| *new* \| *reset* \| *rm* ] ...
| **ceph** **fs** [ *ls* \| *new* \| *reset* \| *rm* \| *authorize* ] ...
| **ceph** **fsid**
Expand Down Expand Up @@ -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
----
Expand Down

0 comments on commit 3428b02

Please sign in to comment.