Skip to content

Commit

Permalink
doc/mgr/volumes: Document authorize/deauthorize cli commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kotreshhr committed Nov 5, 2020
1 parent 7c98dc1 commit 1426c23
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/cephfs/fs-volumes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,16 @@ The command resizes the subvolume quota using the size specified by 'new_size'.

The subvolume can be resized to an infinite size by passing 'inf' or 'infinite' as the new_size.

Authorize cephx auth IDs, the read/read-write access to fs subvolumes::

$ ceph fs subvolume authorize <vol_name> <sub_name> <auth_id> [--group_name=<group_name>] [--access_level=<access_level>]

The 'access_level' takes 'r' or 'rw' as value.

Deauthorize cephx auth IDs, the read/read-write access to fs subvolumes::

$ ceph fs subvolume deauthorize <vol_name> <sub_name> <auth_id> [--group_name=<group_name>]

Fetch the absolute path of a subvolume using::

$ ceph fs subvolume getpath <vol_name> <subvol_name> [--group_name <subvol_group_name>]
Expand Down

0 comments on commit 1426c23

Please sign in to comment.