From: Kotresh HR Date: Fri, 11 Sep 2020 04:26:22 +0000 (+0530) Subject: doc/mgr/volumes: Document authorize/deauthorize cli commands X-Git-Tag: v16.1.0~663^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36998%2Fhead;p=ceph.git doc/mgr/volumes: Document authorize/deauthorize cli commands Fixes: https://tracker.ceph.com/issues/40401 Signed-off-by: Kotresh HR --- diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 4cc22d17dbc81..d49146458315b 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -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 [--group_name=] [--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 [--group_name=] + Fetch the absolute path of a subvolume using:: $ ceph fs subvolume getpath [--group_name ]