From 48b2259cfc08fcc75b687116075dfb9365318201 Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Fri, 11 Sep 2020 09:56:22 +0530 Subject: [PATCH] doc/mgr/volumes: Document authorize/deauthorize cli commands Fixes: https://tracker.ceph.com/issues/40401 Signed-off-by: Kotresh HR (cherry picked from commit 1426c23ab50a4d64e1c4f1f61185117a270c8ec7) --- doc/cephfs/fs-volumes.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index efc2053caefa4..500ba26f28cee 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -153,6 +153,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 ] -- 2.39.5